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 Adapter and MS SQL server

    Posted Fri November 12, 2004 01:31 AM

    Creates JDBC connection. When trying to enable connection get this error

    Error encountered
    [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource wmtest:test.
    [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
    javax/sql/DataSource

    I have include the MSSQL driver jar files(3) in the classpath of IS. When I see them in the about page.

    I followed the step as per JDBC pdf.
    webMethods 6.0.1 SP2
    MS SQL 2000
    WIN 2000
    JDBC Adpater 6.0.3


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


  • 2.  RE: JDBC Adapter and MS SQL server

    Posted Fri November 12, 2004 03:59 AM

    I don’t know what is wrong on your end. We once used the microsoft jar but now we use this:

    DataDirect Connect JDBC SQL Server Driver

    with this url:

    jdbc:wm:sqlserver://sql:1433;DatabaseName=webMethods601;SelectMethod=Cursor

    our server is “sql” and our db is “webMethods601”

    And it has been working for over 6 months.


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


  • 3.  RE: JDBC Adapter and MS SQL server

    Posted Fri November 12, 2004 07:38 PM

    I am trying to connect sql server through JDBC adpater.
    Not through WmDB.


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


  • 4.  RE: JDBC Adapter and MS SQL server

    Posted Fri November 12, 2004 07:51 PM

    Hello,
    If that comment was for me then I am confused. I in no way referenced WmDB. We use a SQL Server url and the SQL Server driver.

    You should go to Settings -> JDBC Pools to make sure that your IS can talk with SQL Server. There is a Test button (green arrow) that lets you know it is ok.

    I was mistaken about the MS JDBC Driver. We do you it for Development connections. our DataSource Class string is:

    com.microsoft.jdbcx.sqlserver.SQLServerDataSource

    to reference the needed database.


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


  • 5.  RE: JDBC Adapter and MS SQL server

    Posted Mon November 15, 2004 06:47 AM


  • 6.  RE: JDBC Adapter and MS SQL server

    Posted Sat November 27, 2004 03:00 AM

    the problem, cannot be solved yet. I am using win XP SP2. enabled the ports for MSSQL server. even then, still unable to connect to the database


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