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.

 View Only
  • 1.  JDBC Jar Files for webMethods9.12

    Posted Fri June 02, 2017 09:14 AM

    Hello Experts,
    Could you please guide me in choosing the JDBC thin driver jars for webMethodsV9.12 supporting Oracle11g

    Thanks in advance.


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 2.  RE: JDBC Jar Files for webMethods9.12

    Posted Fri June 02, 2017 02:14 PM

    Hi Lavanya,

    there are two options:

    You can use the DataDirect Driver Jar which has been shipped with webMethods.
    It is located under common/lib/ext/dd-cjdbc.jar.
    This one will be used by the webMethods products internally and is also available for us with the WmJDBCAdapter pacakge.

    On the other side you can chosse Jars provided by Oracle TechNet (OTN) which requires a free registration there.
    You can either use ojdbc7.jar for JDBC Driver 11.2.0.4 or from JDBC Driver 12.1.0.1 or the ojdbc8.jar from JDBC Driver 12.1.0.2.
    The number in the jar file name indicate the minimum java version it will work with.
    Place one of these Jars under IntegrationSever/instances//packages/WmJDBCAdapter/code/jars/ and reload the package WmJDBCAdapter in the IS Admin UI before trying to configue any connection.

    Which Version of JDBC Adapter are you using?

    Regards,
    Holger


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 3.  RE: JDBC Jar Files for webMethods9.12

    Posted Mon June 05, 2017 12:07 PM

    Thankyou Holger,
    Issue got resolved.


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods