webMethods

webMethods

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.

 View Only
  • 1.  [ART.118.5013] Adapter Runtime (Connection): Unable to find connection

    Posted Mon June 11, 2007 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 Tue June 12, 2007 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 Tue June 19, 2007 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 Wed June 20, 2007 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 Thu July 19, 2007 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