Cann't configure Weblogic to 5.1 works with DB2 7.1

If y update the classpath to include de db2 driver then the Wl not run. The error
are:
Z:\weblogic>java -ms64m -mx64m -classpath Z:\weblogic\lib\weblogic510sp9boot.jar
;Z:\weblogic\classes\boot;Z:\weblogic\eval\cloudscape\lib\cloudscape.jar;Z:\webl
ogic\myserver\classes;C:\Archivos de programa\SQLLIB\java\db2java.zip -Dweblogic
.class.path=Z:\weblogic\lib\weblogic510sp9.jar;Z:\weblogic\classes;Z:\weblogic\l
icense;Z:\weblogic\lib\weblogicaux.jar;Z:\weblogic\myserver\serverclasses -Djava
.security.manager -Djava.security.policy==Z:\weblogic\weblogic.policy weblogic.S
erver
Exception in thread "main" java.lang.NoClassDefFoundError: de
If y comment the classes added to DB2 (see C:\Archivos de programa\SQLLIB\java\db2java.zip)
then Wl cann't find the Driver to acces to the DB2 data bases.
Any help?
Thanks.
note: the system configuration are: Windows NT 4.0 with sp6, Wl 5.1.0 with sp9, ibm
db2 v7.1

This is a different error (UnsatisfiedLinkError) from the one earlier
(NoClassDefFoundError). WebLogic is now finding the DB classes (since you
added them to the weblogic classpath) but these classes are looking for a
native library file from IBM (a .dll file for windows). You will need to add
the directory containing the dll to the path variable.
Giri
"Alfonso Vega" <[email protected]> wrote in message
news:3b0510ca$[email protected]..
>
"Giri Alwar" <[email protected]> wrote:
You will need to add the db2java.zip file to the weblogic classpath and
not
the java classpath.Thanks but wl NOT works with these modification.
See mi script:
set DRIVE=Z:
set JDK=%DRIVE%/jdk131002
set WL=%DRIVE%/weblogic
set PATH=.;%JDK%/bin;%WL%/bin
rem %WL%/lib/weblogic510sp8boot.jar;
rem %DRIVE%/java/lib/classes.zip;
rem %WL%/classes/boot;
rem %WL%/eval/cloudscape/lib/cloudscape.jar
set
CLASSPATH=.;%WL%/lib/weblogic510sp8boot.jar;%WL%/classes/boot;%WL%/eval/clou
dscape/lib/cloudscape.jar
setWEBLOGICCLASSPATH=.;%WL%/lib/weblogic510sp1.jar;%WL%/classes;%WL%/license;%W
L%/lib/weblogicaux.jar;%WL%/myserver/serverclasses;D:/SQLLIB/java/db2java.zi
p
>
>
java -ms64m -mx64m -classpath%CLASSPATH% -Dweblogic.class.path=%WEBLOGICCLASSPATH%
>
>
-Djava.security.manager -Djava.security.policy==%WL%/weblogic.policyweblogic.Server
>
>
>
And the error to a obtained tu load a .jsp page:
Error :java.sql.SQLException: java.lang.UnsatisfiedLinkError: no db2jdbcin java.library.path
>
>
The jsp page only try to load the driver:
<%@ page session="true" import="java.util.*,java.sql.*" %>
<%
try
Class.forName("COM.ibm.db2.jdbc.app.DB2Driver").newInstance();
catch (Exception E)
%>
<%="Error :"+E%>
<%}//catch%>
<BODY>....

Similar Messages

  • Is there service pack available for weblogic 5.1 to work with JDK 1.4 for NT Environment

    Is there service pack available for weblogic 5.1 to work with JDK 1.4 for NT Environment

    Hi.
    This is definitely not supported, and I don't know that any work is scheduled in the future
    to support this JDK on WLS 5.1.
    Having said that, I was able to start WLS 5.1sp12 with JDK 1.4 with no errors. I didn't
    exercise any features, however.
    Regards,
    Michael
    Rakesh Gupta wrote:
    Is there service pack available for weblogic 5.1 to work with JDK 1.4 for NT Environment--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • How to configure Cisco ASA 5500 to work with the iPhone

    We have Cisco ASA 5510 (latest firmware version), and apparently, according to Cisco website it is compatible with new iPhone 3G's IPSec client:
    http://www.cisco.com/en/US/docs/security/vpnclient/cisco_vpnclient/iPhone/2.0/connectivity/guide/iphone.html
    We've setup our first iPhone properly. It connects fine to the network, shows VPN connection as active. Gets a private IP address. But does not let any traffic go to the internal network. We thought it might be DNS problem, but it cannot connect to Exchange server even when using IP address instead of DNS. No luck either.
    After checking ASA logs, we found that iPhone goes through Phase 1 authentication correctly. But then gives some kind of error, mentioning "Attribute 5".
    Has anybody been successful configuring ASA5500 series (in particular 5510) to be used with iPhone?
    I noticed that many people are having these problems.
    Please do not post to this topic if you have ANY OTHER Cisco device.
    Cisco specifies that iPhone is compatible only with Cisco ASA 5500 Security Appliances and PIX Firewalls. Neither Cisco IOS VPN routers nor the VPN 3000 Series Concentrators support the iPhone VPN capabilities.
    Let's keep this topic only for users of ASA 5500 series and PIX Firewalls.
    It would be extremely helpful for a large number of users if somebody posted a list of settings for ASA5500 or PIX firewall that DO work with iPhone 2.0
    Thank you!
    Oleg R

    We found the solution and a bug in Cisco firmware (seems to be a bug).
    First of all, thanks to our Chief Systems Architect Seb, here is a config that worked for us on a Cisco 5520 (latest firmware).
    access-list iphone_splitTunnelAcl standard permit <insert ip> <insert mask>
    access-list iphone_splitTunnelAcl standard permit <insert ip> <insert mask>
    crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
    crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
    crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
    crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
    crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
    crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
    crypto ipsec transform-set iphone esp-3des esp-sha-hmac
    crypto ipsec transform-set iphone mode transport
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto dynamic-map SYSTEMDEFAULT_CRYPTOMAP 65535 set pfs
    crypto dynamic-map SYSTEMDEFAULT_CRYPTOMAP 65535 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5 iphone
    crypto map outside_map 10 match address vpn
    crypto map outside_map 10 set transform-set ESP-AES-256-SHA
    crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEMDEFAULT_CRYPTOMAP
    crypto map outside_map interface outside
    crypto isakmp enable outside
    crypto isakmp policy 10
     authentication pre-share
     encryption 3des
     hash sha
     group 2
     lifetime 86400
    crypto isakmp policy 20
     authentication pre-share
     encryption aes-256
     hash sha
     group 5
     lifetime 86400
    crypto isakmp nat-traversal 20
    group-policy iphone internal
    group-policy iphone attributes
     wins-server value <insert ip> <insert ip>
     dns-server value <insert ip> <insert ip>
     vpn-tunnel-protocol IPSec
     ipsec-udp enable
     ipsec-udp-port 10000
     split-tunnel-policy tunnelspecified
     split-tunnel-network-list value iphone_splitTunnelAcl
     default-domain value <insert domain name>
    tunnel-group iphone type remote-access
    tunnel-group iphone general-attributes
     address-pool VPN-Pool
     authentication-server-group ActiveDirectory2
     default-group-policy iphone
    tunnel-group iphone ipsec-attributes
     pre-shared-key <insert pre-shared key>
    For iPhone you have to be using IPSec tab for configuration.
    We tried to set up this config using the wizards, but it would not work.
    Later it turned out that wizards by default set this setting:
    "crypto isakmp nat-traversal 20"
    equal to zero and there is no way to change it from the GUI.
    Only after we changed it (increased the value from 0 to 20) through the command line the connection started working perfectly.
    Please let me know how it works out for you.
    Message was edited by: Rogik
    Message was edited by: Rogik

  • How do I configure a basic LDAP to work with OPS Center?

    I have Solaris 11 and have configured it a few ways with LDAP. The last setup I used Directory server with a proxy then added LDAP configs. I am having problem getting the clients working correctly but first I need to know if I can just configure LDAP without DSEE and allow OPS Center to control the users?
    Chapter 9 of the Oracle Solaris Administration guide says DSEE is recommended but not required and points you to chapter 14. But I have been unable to figure out how to create the DN and Bind PW prior to configuring LDAP with IDSCONFIG. The OPS Center server is already in play so if configured correctly I should be able to talk to the LDAP server.
    Does anyone know what set I am missing or whether it can be done without DSEE?

    After contacting Oracle I was informed that there Documentation is misleading and that DSEE is required.
    From Oracle
    "The statement "However, while using the Oracle Directory Server Enterprise Edition is recommended, it is not required", does not mean you can configure the Solaris native ldap client without a Directory Server. What the statement means is the Solaris native ldap client is not required to use the Oracle Directory Server, it is recommended, but the Solaris native ldap client can be setup to work with third party Directory Servers. The term "not required" is a reference to the use of the Oracle Directory Server vs a third party Directory Server."
    The documentation does not state that Directory Server of any kind is required.

  • How can you configure a WD external to work with Time Machine??

    I have an 1TB external WD MyBook drive that is connected to my network through my Linksys wireless router and am trying to figure out how to format the drive to use with Time Machine.
    I currently use the drive to store files from both my PC and my MacBook but can't seem to select the drive to use with Time Machine. I figured that I could just format the drive through the Disk Utility program, but the drive doesn't show up in Disk Utility. This may be because it is a drive connected through my router and not directly to my MacBook?!
    Here are a few questions...
    Any ideas on how to format the drive so it will work with Time Machine?
    Once formatted to use with TM, can I still use the drive to store other files from both my Mac and PC? or do I need to partition for this??
    Is it possible to set up an automatic backup schedule that will happen via my home wireless connection?
    Thanks in advance,
    Todd.

    You cannot use the drive with TM as you have it set up. TM will not work with a networked drive except a Time Capsule or a USB drive connected to an Airport Extreme Base Station (current version.)
    If you wish to use this drive for TM backups it must be connected directly to the computer. Other computers on the network can access the drive for TM backups if you turn on file sharing for the drive (select drive, press COMMAND-I, check the box labeled "Shared Folder," click on the Enable button.) The shared drive will have to be mounted on the other computers in order for them to use it as a TM backup drive.

  • How to configure OCI of Oracle9i to work with PHP or ASP on IIS5

    I've been trying to make OCI of Oracle9i to work with PHP for all week. I went thourgh millions of documents and forums. And I still can't make them work. Anyone, please help me.
    I used to have Oracle8i on my machine and it worked fine with both PHP and ASP on IIS5. Then I decided to change to Oracle9i. So I install Oracle9i in seperate home. And they worked fine. But one day I couldn't access some of my websites via "localhost/mywebsite". And I thought there is something wrong with IIS coz I ran very huge queries. So I reinstall IIS5. Then everything crash. PHP and ASP can't work with OCI. So I uninstalled every Oracle component (database and services) and PHP out of my machine. Then I installed Oracle9i database, redownload "php-4.3.1-installer.exe" , and install PHP.
    Since I can't seem to find "php_oci8.dll" in "c:\php\" after I installed, I assume that oracle9i must provide OCI and I found the file "oci.dll" in "c:\OraHome9\Bin" directory. So I changed the extension directory in php.ini to
    extension_dir = "c:\OraHome9\Bin"
    And it still doesn't work. I'm kinna new to ASP so I don't know how to fix this problem.
    Anyone, would you please give me any suggestion how to solve this problem or where to find the solution for this problem? I'd be very appreciated.

    I've been trying to make OCI of Oracle9i to work with PHP for all week. I went thourgh millions of documents and forums. And I still can't make them work. Anyone, please help me.
    I used to have Oracle8i on my machine and it worked fine with both PHP and ASP on IIS5. Then I decided to change to Oracle9i. So I install Oracle9i in seperate home. And they worked fine. But one day I couldn't access some of my websites via "localhost/mywebsite". And I thought there is something wrong with IIS coz I ran very huge queries. So I reinstall IIS5. Then everything crash. PHP and ASP can't work with OCI. So I uninstalled every Oracle component (database and services) and PHP out of my machine. Then I installed Oracle9i database, redownload "php-4.3.1-installer.exe" , and install PHP.
    Since I can't seem to find "php_oci8.dll" in "c:\php\" after I installed, I assume that oracle9i must provide OCI and I found the file "oci.dll" in "c:\OraHome9\Bin" directory. So I changed the extension directory in php.ini to
    extension_dir = "c:\OraHome9\Bin"
    And it still doesn't work. I'm kinna new to ASP so I don't know how to fix this problem.
    Anyone, would you please give me any suggestion how to solve this problem or where to find the solution for this problem? I'd be very appreciated.

  • Does CF actually work with DB2 udb v9.1

    I have posted other messages before and received a few
    replies of documentation on how to configure CF with DB2. Each one
    has a different connection string that must be keyed in.
    i have been fooling around with this for 16 days now and i
    still can not get a connection that will work. I can access the
    data thru DB2 Version 9.1 and via the DSN system connection on the
    windows server. i can connect to the data via ASP but not cold
    fusion i have tried very connection string that has been sent to me
    plus others i have found on the net. i am not sure what any of them
    do or why i even need them, the doc does not even explain what they
    are.or what they do. Connecting to databases is usually a slam
    dunk.
    is there anyone out there that is using DB2 udb v9.1 as a DB
    working with coldfusion enterprise edition? if so did you get it to
    work or did you have to return the Coldfusion product?

    Bear in mind that CF doesn't actually talk to the DB, it
    talks to a JDBC
    driver. It sounds like you're having trouble with the JDBC
    side of
    things... it might help if you ask on a JDBC-specific forum
    or a java one,
    or something? You're more likely to get help. Once you get
    the driver
    working properly, CF will be able to talk to it. I'd be
    surprised if it
    was the CF->JDBC end of things that was amiss; it's more
    likely to be the
    JDBC->DB2 end of things.
    Adam

  • Weblogic Portlet doesn't work with Icefaces

    Hi..
    I've created a simple helloworld portlet using oracle workshop for weblogic. I can open the icefaces pages, but when I open it from portlet seems like they don't render all the tag.
    Anyway, here's my facesportlet.portlet
    <?xml version="1.0" encoding="UTF-8"?>
    <portal:root xmlns:netuix="http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0"
         xmlns:portal="http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0 portal-support-1_0_0.xsd">
         <netuix:portlet definitionLabel="facesportlet" title="Ice Faces">
             <netuix:titlebar>
                 <netuix:maximize/>
                 <netuix:minimize/>
                 <netuix:delete/>
             </netuix:titlebar>
             <netuix:content>
                 <netuix:facesContent contentUri="/fcsport/facesportlet.faces"/>
             </netuix:content>
         </netuix:portlet>
    </portal:root>faces-config.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE faces-config PUBLIC
       "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
       "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
    <faces-config>
         <managed-bean>
              <managed-bean-name>TestBean</managed-bean-name>
              <managed-bean-class>com.av.test.TestBean</managed-bean-class>
              <managed-bean-scope>request</managed-bean-scope>
         </managed-bean>
         <navigation-rule>
              <from-view-id>/fcsport/facesportlet.jsp</from-view-id>
              <navigation-case>
                   <from-outcome>process</from-outcome>
                   <to-view-id>/fcsport/facesportlet.jsp</to-view-id>
              </navigation-case>
         </navigation-rule>
         <navigation-rule>
              <from-view-id>/fcsport/anotherjsf.jsp</from-view-id>
              <navigation-case>
                   <from-outcome>process</from-outcome>
                   <to-view-id>/fcsport/anotherjsf.jsp</to-view-id>
              </navigation-case>
         </navigation-rule>
    </faces-config>and jsp file is
    <f:view
         xmlns:h="http://java.sun.com/jsf/html"
         xmlns:ice="http://www.icesoft.com/icefaces/component"
         xmlns:f="http://java.sun.com/jsf/core">
         <html>
         <head></head>
         <body>
              <ice:form id="UserForm">
                   <table>
                   <tr>
                        <td colspan="2"><ice:outputText value="#{TestBean.message}"/></td>
                   </tr>
                   <tr>
                        <td><ice:outputLabel value="Enter Your Name:"/></td>
                        <td><ice:inputText value="#{TestBean.username}"/></td>
                   </tr>
                   <tr>
                             <td></td>
                             <td><ice:commandButton action="#{TestBean.processName}" value="OK"/></td>
                   </tr>
                   </table>
              </ice:form>
         </body>
         </html>
    </f:view>if I open facesportlet.portlet from browser and view the source code, it'll display the whole complete tag without rendering it at all (eg: <f:view/> etc..)
    Anybody have a clue or reference document for it?
    Thanks in Advance..

    You should use java portlet in order to use icefaces work. Please follow the instructions from ICEfacesDevelopersGuide.pdf which comes with icefaces installation.

  • Configuring Oracle Access Manager to work with Oracle Web Tier (11.1.1.3)

    I am trying to follow http://docs.oracle.com/cd/E14571_01/core.1111/e12035/oam_11g.htm to setup a load balanced OAM configuration. Following the documentation from the article (section 11.5) I'm not able to quite get this working. I believe there is a typo in 11.5.1 step 4 as admin.mycompany.com should be pointing to the IDMHOST1 and IDMHOST2, but please correct me if I'm wrong.
    My question more comes in with 11.5.2. When you declare that the OAM Server Host is sso.mycompany.com and port to be 443 you are expecting that OAM makes a call back up to the webcache but I don't believe this is happening. When I define OAM Server Host as a single machine name with OAM installed it works but when I use the load balanced URL that points to the web tier it is unable to find the server. If the call was making it up to the webcache then it would have the definition of sso.mycompany.com but if it never makes it there then it will never have that definition and the 'no server' error makes sense. Can anyone please clarify this for me?

    I am trying to follow http://docs.oracle.com/cd/E14571_01/core.1111/e12035/oam_11g.htm to setup a load balanced OAM configuration. Following the documentation from the article (section 11.5) I'm not able to quite get this working. I believe there is a typo in 11.5.1 step 4 as admin.mycompany.com should be pointing to the IDMHOST1 and IDMHOST2, but please correct me if I'm wrong.
    My question more comes in with 11.5.2. When you declare that the OAM Server Host is sso.mycompany.com and port to be 443 you are expecting that OAM makes a call back up to the webcache but I don't believe this is happening. When I define OAM Server Host as a single machine name with OAM installed it works but when I use the load balanced URL that points to the web tier it is unable to find the server. If the call was making it up to the webcache then it would have the definition of sso.mycompany.com but if it never makes it there then it will never have that definition and the 'no server' error makes sense. Can anyone please clarify this for me?

  • Help ! Getting a MDB on Weblogic 8.1 to work with SonicMQ 6.1

    Hello all,
    Iam trying to get an MDB on WLS to listen to a Sonic MQ installation. Iam using Sonic's built in JNDI and have made the necessary setting under Foreign JMS server under Weblogic console (I followed the code share available on Sonic's site!). But the MDB always starts with the following warning and does not listen to the Q.
    <Jan 9, 2006 11:47:07 PM CST> <Warning> <EJB> <BEA-010061> <The Message-Driven EJB: SonicMDB is unable to connect to the JMS destination: jms/SampleQ1. The Error was:
    [EJB:011010]The JMS destination with the JNDI name: jms/SampleQ1 could not be found. Please ensure that the JNDI name in the weblogic-ejb-jar.xml is correct, and the JMS destination has been deployed.>
    This is my weblogic-ejb-jar.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE weblogic-ejb-jar PUBLIC "-//BEA Systems, Inc.//DTD WebLogic 8.1.0 EJB//EN" "http://www.bea.com/servers/wls810/dtd/weblogic-ejb-jar.dtd">
    <weblogic-ejb-jar>
    <weblogic-enterprise-bean>
    <ejb-name>SonicMDB</ejb-name>
    <message-driven-descriptor>
    <pool>
    <max-beans-in-free-pool>2</max-beans-in-free-pool>
    <initial-beans-in-free-pool>1</initial-beans-in-free-pool>
    </pool>
    <destination-jndi-name>jms/SampleQ1</destination-jndi-name>
    <initial-context-factory>weblogic.jndi.WLInitialContextFactory</initial-context-factory>
    <provider-url>t3://localhost:7001</provider-url>
    <connection-factory-jndi-name>jms/QCF</connection-factory-jndi-name>
    </message-driven-descriptor>
    </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    I have configured the jndi name for the destination and connection factory correctly under the console.. Is there a bug with WLS 8.1 SP4?
    Iam not using the Sun's FSContext but the Sonic's jndi. I have added the following sonic jars to the wls classpath:
    ------------------------------------------------------=--------
    @rem Add the Sonic JMS Provider
    set SONICMQ_LIB=<SONIC_HOME>\lib
    set SONICMQ_CLASSPATH=%SONICMQ_LIB%\mfcontext.jar;%SONICMQ_LIB%\sonic_Client.jar;%SONICMQ_LIB%\sonic_ASPI.jar;%SONICMQ_LIB%\sonic_XA.jar;%SONICMQ_LIB%\sonic_Selector.jar;%SONICMQ_LIB%\sonic_Crypto.jar;%SONICMQ_LIB%\jndi.jar
    set WEBLOGIC_CLASSPATH=%WEBLOGIC_CLASSPATH%;%SONICMQ_CLASSPATH%
    This is my foreign JMS server configuration in WLS console
    Name: WLSSONIC
    JNDI Initial Context Factory: com.sonicsw.jndi.mfcontext.MFContextFactory
    JNDI Provider URL: tcp://localhost:2506
    JNDI Properties:
    com.sonicsw.jndi.mfcontext.idleTimeout=6000
    com.sonicsw.jndi.mfcontext.domain=Domain1
    java.naming.security.principal=Administrator
    java.naming.security.credentials=Administrator
    This is the snippet from WLS config.xml
    <ForeignJMSServer ConnectionURL="tcp://localhost:2506"
    InitialContextFactory="com.sonicsw.jndi.mfcontext.MFContextFactory"
    JNDIProperties="java.naming.provider.url=tcp://localhost:2506;java.naming.factory.initial=com.sonicsw.jndi.mfcontext.MFContextFactory;com.sonicsw.jndi.mfcontext.idleTimeout=6000;com.sonicsw.jndi.mfcontext.domain=Domain1 java.naming.security.principal=Administrator java.naming.security.credentials=Administrator" Name="WLSSONIC">
    <ForeignJMSConnectionFactory LocalJNDIName="jms/QCF"
    Name="SonicMQQueueConnectionFactory"
    PasswordEncrypted="{3DES}O26K63V7o0pOryfotUFNpA=="
    RemoteJNDIName="SonicMQQueueConnectionFactory" Username="Administrator"/>
    <ForeignJMSDestination LocalJNDIName="jms/SampleQ1"
    Name="SonicMQSampleQ1" RemoteJNDIName="SonicMQSampleQ1"/>
    </ForeignJMSServer>
    ---------------------------------------------------------------------

    good that you posted the SoniqMQ params.
    You have configured WLS to look for the Local JNDI names in the MQ params.
    You need to use
    "SonicMQSampleQ1" for destination-jndi-name
    AND
    "SonicMQQueueConnectionFactory" for connection-factory-jndi-name
    Hope this helps.
    Thanks and regards,
    Pazhanikanthan. P

  • How do I configure my new SSD to work with my iMac?

    I just installed a new 4TB Seagate SSD in my 24" iMac (early 2009).  When I turn on my computer, it starts up with an image of a folder and a question mark in the middle of the folder.  How do I configure my new SSD without my original utility disks (they're currently in another state . . . in the middle of moving)?  I have a drive adapter and have connected my old hard drive which allows me to run the computer, but I was unable to transfer everything from old to new using Disk Utility.  Thank you so much for any help you can offer.

    OK, it's not an SSD, it's an SSHD (love a set of initials) specifically it is a standard 4TB rotating drive with 8GB of SSD memory attached. Treat it just like any other drive because that is how it appears.
    "After doing some reading on the internet last night, it seemed like most people said what you're saying that the disks was the preferred method.  My concern is that I won't have my disks for another few weeks.  Do most people prefer not to clone in order to shed some of the unwanted programs and "stuff"?"
    If you want an entirely fresh installation then cloning is not the way to go, otherwise it's the best choice. If you don't have the disks it is the only way to go (with Snow Leopard anyway)
    You could boot from the old drive and use it to install Mavericks on the new one if you wish.

  • Configuring Acrobat 7.x to work with the Document Center

    This post is in response to a request that one of the forum members made directly to get additional information about how to configure Acrobat 7.x to use the Document Center. The detailed configuration instructions are available in the Desktop Configuration section of the Adobe Document Center Help. Below are the steps:
    To configure Acrobat 7.x to use the Document Center follow the steps below:
    1. Click
    https://dc.adobe.com/adc/fdf/ConfigureAcrobat.fdf to download the file and begin the configuration process.
    2. You may be required to login to the Adobe Document Center before you can download the file.
    3. After the file has downloaded, Acrobat will automatically launch and the Data Exchange File - Import dialog box for Adobe Policy Server appears.
    Note: If you do not see this dialog box , make sure that it is not hidden behind other open windows on your screen.
    4. Click Log In, and then type your Adobe ID and Password.
    5. Click Import.
    6. Follow the instructions in the dialog boxes to confirm the configuration for the Adobe Document Center.
    Once the configuration workflow completes you can apply policies defined in the Adobe Document Center to PDF files using Acrobat 7.x.
    If you have any question please do not hesitate to contact us.
    -- Adobe Document Center Team

    Thanks for post
    h
    e
    l
    l
    o

  • Configure ATI Radeon 9250 to work with Solaris 10?

    deleted
    Edited by: SlowToady on Oct 21, 2008 2:22 PM

    I've tried. The biggest stumbling block is the RAID controller if you are using one. I was using a Smart Array 5300 but couldn't find a driver. As memory serves me, and it was a year ago on a G3 with version 9, you need to use the second or third ( I forget) CD for Solaris and not the first to set it up and you need a startup diskette (my name for it, Sun calls it somethig else) with the array driver on it. It was a real pain especially when my version of Red Hat Liniux found the controller right off the bat and installed nicely with NO errors. I think Sun's clunky installation needs some work to make it work better. Maybe Solaris 10 is different.

  • Configuring Apple Mail client to work with gmail and mail relays

    I have a gmail account [email protected] and am successfully using this account from both my macbookpro an iphone.
    I also have an e-mail relay account [email protected] I have successfully configured the email relay to send mail to [email protected] and get it fine on my mail client. My problem is that when I reply to these emails or create fresh e-mails, I'd like it to use the address [email protected] not [email protected] When I used to use Eudora, there was a setting in the account configuration screen called "reply to" this would change the reply to email account to whatever I wanted, in this case, [email protected] I have scoured the mail documentation and realize that I am missing something simple. I would appreciate any assistance with configuration settings necessary to have my relay alias show-up on my mail headings.
    thanks
    Art

    The first thing to do is to log into the Gmail web site and configure your account so that it allows you to send mail from [email protected]
    Then configure your account in Mail so that the Email Address is [email protected] That should do it. This is better than setting a reply-to because the mail will really be from [email protected] and not [email protected]
    If you want, you can put both [email protected] and [email protected] in the Email Address (separated with a comma) in which case Mail will show a popup menu labeled From below the Subject. You can then select which address the message should be from.
    Message was edited by: deh2k

  • How to : Configure Project Server 2010 to work with Exchange Server 2013

    Hi everybody. I have a problem. I did integration success project server 2010 with exchange server 2010. But now my customer use exchange server 2013. So my question is "Have a way to integration project server 2010 with exchange server 2013 ?"

    I haven't seen any document with Project 2010 and Exchange 2013. You could still try the old document with Project 2010 and Exchange 2010.
    http://technet.microsoft.com/en-us/library/ff468700(v=office.14).aspx
    It might just work.
    Thanks Gaurav Wason MCITP, PMP

Maybe you are looking for

  • Reg:T-CODE for open and close period for materials(new plant).

    hi sap guru's T-code for following process     can anybody send me , how to create calendar to new plant . and what is the T-code to be use for open and close period of materials for new plant. thanks sakthi..

  • NF750-G55

    Hello, My Specs: Summary       Operating System          MS Windows 7 Ultimate 64-bit       CPU          AMD Phenom II X4 955   34 °C          Deneb 45nm Technology       RAM          4.0GB Single-Channel DDR3 @ 733MHz (9-9-9-20)       Motherboard   

  • XP boots in Fusion but not Bootcamp

    I'm new to the Mac, had my 24" IMac for nearly a week now. Successfully been running XP SP2 on my bootcamp NTFS partition, and also run the same partition with Fusion. All was well until today, when I decided to turn on automatic updates within XP (w

  • Flashing date!

    Help! My menu bar date and time in top right corner suddenly started flashing and Spotlight is not where it should be - in the top right corner. I can use it from the finder. It would normally appear just below the date and time. Also, iTunes stopped

  • When is it mandatory to create a taskflow under WEB-INF folder?

    Hi, Today, I accidentally created a taskflow with a folder structure which is not under WEB-INF. To my surprise it is working. :) 1) Is it safe practice to create a taskflow not under WEB-INF folder? 2) When is it mandatory to create a taskflow under