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 driver for DB2 version 8.1. Which JDBC driver type and How to get?

    Posted Tue August 01, 2006 01:43 AM

    Hello,

    webMethods environment:
    wM 6.1 SP-1 and JDBC 6.0.3 adapter running on Windows 2003 .

    DB environment:
    DB2 version 8.1 (UDB) installed on AIX version 5.3.

    I would need to get JDBC driver for this DB version.

    Could anyone suggest, Which JDBC driver to use and Where I can get this driver?

    I searched IBM website, but could not find useful link.

    Thanks in advance fot your inputs and time,

    -Siva


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


  • 2.  RE: JDBC driver for DB2 version 8.1. Which JDBC driver type and How to get?

    Posted Tue August 01, 2006 03:10 PM

    Siva,

    Please search this site on JDBC driver for DB2 you will see different resultsets,see this link too…

    [URL=“wmusers.com”]wmusers.com

    HTH,
    RMG


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


  • 3.  RE: JDBC driver for DB2 version 8.1. Which JDBC driver type and How to get?

    Posted Tue August 01, 2006 03:32 PM

    A few seconds spent with Google suggests that the Type 4 JDBC driver you are looking for is db2cc.jar. Usually JDBC drivers are shipped with the database software. Ask your company’s or client’s DBA for assistance in getting a copy.

    Mark


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


  • 4.  RE: JDBC driver for DB2 version 8.1. Which JDBC driver type and How to get?

    Posted Tue August 01, 2006 08:10 PM

    Mark, RMG,
    Thanks for your valuable inputs. I downloaded db2jcc.jar and licence file db2jcc_licence_cu.jar and this been added to IS classpath.

    But, after this, I have some issue while enabling. Please find error below.

    Configuration details are: other properties are set to default:

    Transaction Type : LOCAL_TRANSACTION
    DataSource Class : com.ibm.db2.jcc.DB2Driver
    serverName : jdbc:db2://IP ADDRESS:50000/tpetest
    Valid user name/password supplied
    Other Properties : driverType=thin

    Error message:

    [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager. com.ibm.db2.jcc.DB2Driver

    Any help is greatly appreciated.

    Thanks,
    Siva


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


  • 5.  RE: JDBC driver for DB2 version 8.1. Which JDBC driver type and How to get?

    Posted Tue August 01, 2006 10:51 PM

    My guess is that the data source class is incorrect. Has the JDBC Adapter User Guide been any help at all?


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


  • 6.  RE: JDBC driver for DB2 version 8.1. Which JDBC driver type and How to get?

    Posted Wed August 02, 2006 01:43 AM

    Rob, You are correct.

    Rob, Mark, TMG, Thanks very much for your valuable time and sugesstions in helping me for a smooth start.

    After trying various combinations and looking class files in jdbc driver for DataSource class, now my jdbe adapter is enabled.

    My confiuration properties are:

    Transaction Type : LOCAL_TRANSACTION
    DataSource Class : com.ibm.db2.jcc.DB2DataSource
    serverName : IP ADDRESS
    Valid user name/password supplied
    database : database name
    port : port number
    Other Properties : driverType=4

    Thanks,
    Siva


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


  • 7.  RE: JDBC driver for DB2 version 8.1. Which JDBC driver type and How to get?

    Posted Wed August 02, 2006 10:26 PM

    Hi Siva,
    Glad it worked.
    Though the WmJDBC User guide sugestes to use the DataSource Class as com.ibm.db2.jcc.DB2SimpleDataSource and there is no mention of com.ibm.db2.jcc.DB2DataSource there.

    I have tested both to work fine though.


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