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.  JDBC Adapter error

    Posted 08/31/09 03:46 PM

    com.wm.app.b2b.server.ServiceException: [ART.117.4002] Adapter Runtime (Adapter Service): Unable to invoke adapter service SelectRailCarsToProcess.
    [ART.114.505] Error while invoking adapter service com.wm.adapter.wmjdbc.services.CustomSQL.
    com.wm.adapter.wmjdbc.connection.JDBCConnection

    Any thoughts please


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: JDBC Adapter error

    Posted 08/31/09 05:43 PM

    I get the following error while configuring JDBC Adapter:
    The JDBC DataSource class “com.microsoft.jdbcx.sqlserver.SQLServerDataSource” cannot be located.
    com.microsoft.jdbcx.sqlserver.SQLServerDataSource
    I am using com.microsoft.jdbcx.sqlserver.SQLServerDataSource
    any help?


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 3.  RE: JDBC Adapter error

    Posted 09/03/09 01:45 AM

    Hi Rightman,
    We get this error while configuring the database connection. I assume u are using SQL Server. Check whether U have palced the required jar file under Integrationserver/lib. To know which type of Jar file to be used, check the help documentation on JDBC adapter window


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 4.  RE: JDBC Adapter error

    Posted 09/03/09 05:22 PM

    Hi v-rock,
    thanks for the reply.

    I have read the help docs. But i am not sure where to find jar files for SQL 2000. i have added sqljdbc & sqljdbc4 to IntegrationServer\lib. but it threw the same error. i even address those two jars to IntegrationServer\lib\jars too. but not working.

    ur help is appreciated. let me know where to find those jar files.

    -rightman


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 5.  RE: JDBC Adapter error

    Posted 09/03/09 08:01 PM

    for SQL server 2000, you need three jars:
    mssqlserver.jar
    msutil.jar
    msbase.jar

    search jdbc driver on microsoft website, you should get it.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 6.  RE: JDBC Adapter error

    Posted 09/03/09 08:10 PM

    thanks tongwang,

    it worked. appreciated the response.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 7.  RE: JDBC Adapter error

    Posted 09/03/09 11:39 PM

    OK… There is a way to over come this.IS there any other Connection of same type which is in same configuration. If so then Simple copy that and change the parameter as per your requirements. Frankly to say even we enter the correct data source name and placed the jar files mentioned location, I too don’t know why can’t webMethods active the db connection. we used to have this problem,out of a gloom it got activated.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services