IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  jdbc adapter conn problem

    Posted 09/09/07 01:58 PM

    i am new user to webMethods please any body help me with this problem
    i am getting below error

    Error encountered
    [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource pulumati:TNORA.[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.com.wm.dd.jdbc.oracle.OracleDriver
    Connection Type JDBC Adapter Connection
    Package Name praneetha
    Connection Properties
    Transaction Type LOCAL_TRANSACTION
    DataSource Class com.wm.dd.jdbc.oracle.OracleDriver
    serverName localhost5555
    user scott
    password tiger
    databaseName abcd
    portNumber 1521
    networkProtocol tcp
    Other Properties driverType=thin

    praneetha


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: jdbc adapter conn problem

    Posted 09/09/07 03:23 PM

    Take a few seconds to look over your connection properties. I seriously doubt that your Oracle hostname is “localhost5555” and question whether the database name is “abcd”.


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: jdbc adapter conn problem

    Posted 09/10/07 05:17 PM

    error still persists
    what to change


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards


  • 4.  RE: jdbc adapter conn problem

    Posted 09/11/07 12:39 AM

    What Mark said… Plus you can’t use that driver.
    You don’t seem to grasp basics of JDBC. This is not webMethods issue. Please learn how JDBC works first. (Are these types of posts getting more and more frequent? Or is it just me?)


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards


  • 5.  RE: jdbc adapter conn problem

    Posted 09/11/07 01:01 AM

    The database driver class you listed (com.wm.dd.jdbc.oracle.OracleDriver) is one that can only be used by WM apps such as IS to connect to its internal data stores for such things as process logging, error logging, trading networks, etc.

    You need to use one of the classes from the correct Oracle JDBC archive file (zip or jar).

    The JDBC Adapter User’s Guide provides documentation and DBMS-vendor specific examples.

    Mark


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards


  • 6.  RE: jdbc adapter conn problem

    Posted 09/24/07 06:09 AM

    Hope you resolved the conn prob … if not check wheather you copied “classes12.zip”…file in \webMethods6\IntegrationServer\lib\jars
    if not do that and restart the server…

    Thanks
    Vijay


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods