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 603 Adapter Connections for Sybase 125

    Posted Fri April 09, 2004 12:01 AM

    Has anyone configured version 6.03 of the JDBC Adapter to connect to a Sybase 12.5 database? If so, could you please share your adapter connections?

    I have jconn2.jar in my server’s classpath and the following values for my adapter connection properties:

    Transaction Type: NO_TRANSACTION
    DataSource Class: com.sybase.jdbc2.jdbc.SybDriver
    serverName: <hostname>
    user: <username>
    password: ******
    databaseName: <sybase_database_name>
    portNumber: 5005

    Thanks in advance,

    Mark


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


  • 2.  RE: JDBC 603 Adapter Connections for Sybase 125

    Posted Fri April 09, 2004 02:14 AM

    The IS error log showed that the server could not find the javax.sql.DataSource class. Turns out that the jConnect 5.5 jar does not include any javax.sql.* classes.

    My workaround was to put classes12.zip in the server’s classpath. It would be nice to know where to get this from Sybase.

    Mark


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


  • 3.  RE: JDBC 603 Adapter Connections for Sybase 125

    Posted Fri April 09, 2004 03:30 PM


  • 4.  RE: JDBC 603 Adapter Connections for Sybase 125

    Posted Fri April 09, 2004 04:34 PM

    Yes, saw that, however, “javasql.zip” is not present in neither my webMethods installation nor my Sybase 12.5 installation. Is that part of the Fixes and Service packs for the 6.03 JDBC adapter?

    Mark


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


  • 5.  RE: JDBC 603 Adapter Connections for Sybase 125

    Posted Fri April 09, 2004 04:54 PM

    The javax.sql.DataSource class is included in the rt.jar of the Sun142 JVM that my server is using. Not sure why it is not being picked up in the classpath.

    Mark


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


  • 6.  RE: JDBC 603 Adapter Connections for Sybase 125

    Posted Fri April 09, 2004 05:38 PM

    The actual zip file is called “javaxsql.zip” not “javasql.zip” and is part of the JDBC Adapter 6.0.3 installation. Sorry about the typo. Installing the 6.0.3 adapter will put this jar file in …/packages/WmJDBCAdapter/code/jars by default.

    I agree with you that your classpath should pick up DataSource.class if it’s in rt.jar but I don’t know why this isn’t occurring. But stranger things have happened with wM :slight_smile:


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