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.  [ART.118.5013] Adapter Runtime (Connection): Unable to find connection

    Posted 06/11/07 07:53 PM

    I am getting the following exception when i try to invoke the JDBC adapter service.I re enabled the connection and also reloaded the WmJDBC package and the User defined package where i have the connection.I am not able to figure out why is it happening.Do i need to restart the server?Please help…
    Jimmy


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


  • 2.  RE: [ART.118.5013] Adapter Runtime (Connection): Unable to find connection

    Posted 06/12/07 02:50 PM

    Tried all the options but finally had to bounce back the server…the one stop solution to all webMethods major production issues


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


  • 3.  RE: [ART.118.5013] Adapter Runtime (Connection): Unable to find connection

    Posted 06/19/07 08:36 PM

    Check if you are missing any Driver upgrades for the Database on your IS.

    Just a thought.


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


  • 4.  RE: [ART.118.5013] Adapter Runtime (Connection): Unable to find connection

    Posted 06/20/07 04:00 PM

    Thanks vkram,
    Do you how can i know the Driver upgrades already installed and the new ones which i need to install?Any thoughts?

    Thanks
    Jimmy


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


  • 5.  RE: [ART.118.5013] Adapter Runtime (Connection): Unable to find connection

    Posted 07/19/07 07:11 AM

    I’m not sure if you have investigated the forums for Adapter Runtime errors, but a possible solution is to use the WmART package to reload your adapter before you perform any JDBC transactions.

    What i mean by this is to do something like this:

    • Try/catch block
    • run basic sql (select sysdate from dual)
    • if success, then adapter is fine
    • else catch block
    • reload adapter state and run query again

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