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
Expand all | Collapse all

Configuring JDBC Adaptor for SQL SERVER 2000

  • 1.  Configuring JDBC Adaptor for SQL SERVER 2000

    Posted Tue October 11, 2005 10:51 AM

    i have downloaded and installed JDBC Driver for SQL Server 2000, Copied all the 3 jar files to IS Directory and boosted the IS again and found the path in About page of Integration Server.

    The Error what i encountered is:

    Error encountered
    [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource BasicSQLAdaptorConnection.Connection:SQLServerConn.
    [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
    [ADA.1.204] Cannot connect to the database with DataSource class “com.microsoft.jdbcx.sqlserver.SQLServerDataSource”.
    [Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket.

    The Adaptor setting which i did is :

    Connection Type JDBC Adapter Connection

    Package Name: BasicSqlAdaptorConnection

    Connection Properties

    Transaction Type: XA_TRANSACTION
    DataSource Class: com.microsoft.jdbcx.sqlserver.SQLServerDataSource
    serverName: rsiddiqui
    user: Amer
    password: ******
    databaseName: Rizwan
    portNumber: 1433
    networkProtocol:
    Other Properties: SelectMethod=cursor

    Connection Management Properties

    Enable Connection Pooling true
    Minimum Pool Size 1
    Maximum Pool Size 10
    Pool Increment Size 1
    Block Timeout (msec) 1000
    Expire Timeout (msec) 1000
    Startup Retry Count 0
    Startup Backoff Timeout (sec) 10

    Can enyone say me where i m wrong ???

    Thanks in advance.
    Rizwan


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


  • 2.  RE: Configuring JDBC Adaptor for SQL SERVER 2000

    Posted Tue October 11, 2005 04:27 PM

    Rizwan,

    Microsoft jar files are missing that could be causing the error. Place them in <is_home>\lib\jars and restart the server. Also check your firewall settings the connection can’t seem to find the database.

    HTH,
    -L


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


  • 3.  RE: Configuring JDBC Adaptor for SQL SERVER 2000

    Posted Wed October 12, 2005 08:39 AM

    Hi Leon,
    Thanks for your quick response, i already mention in my first posting. I already copied msbase, mssqlserver, msutil jar files into the jars of lib directory under integration server home .
    i even checked the firewall too.

    but still the same problem exists

    All inputs will be appriciated…

    Thanks
    Rizwan


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


  • 4.  RE: Configuring JDBC Adaptor for SQL SERVER 2000

    Posted Wed October 12, 2005 03:13 PM

    Have you tired setting watt.server.jdbc.driverList=com.microsoft.jdbcx.sqlserver.SQLServerDataSource in your extended settings?

    -L


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


  • 5.  RE: Configuring JDBC Adaptor for SQL SERVER 2000

    Posted Sun October 16, 2005 07:53 AM

    Hi leon

    Yeah i modified the Extended settings and tried with your settings.
    But unfortunately its not working, I need to solve this very soon. Plz

    Thanks in advance
    Rizwan


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


  • 6.  RE: Configuring JDBC Adaptor for SQL SERVER 2000

    Posted Sun October 16, 2005 01:50 PM

    I’m assuming you have copied the right jar files in the right folder also set driver jars in the server classpath. Also make sure your database is up and running. Please search through the post i’m sure you will get a lot of hits on this situation.

    Good Luck,
    -L


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


  • 7.  RE: Configuring JDBC Adaptor for SQL SERVER 2000

    Posted Sun October 16, 2005 01:52 PM


  • 8.  RE: Configuring JDBC Adaptor for SQL SERVER 2000

    Posted Mon October 17, 2005 12:26 PM

    Hello Leon
    I have already searched the forums , but to my luck none had worked.

    Can any body help me configuring the JDBC Adaptor for SQL Server 2000. May be i m missing some Service packs ,Plz can you mention what service pack’s are require.
    All Inputs will be appriciated.
    Rizwan


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


  • 9.  RE: Configuring JDBC Adaptor for SQL SERVER 2000

    Posted Mon October 17, 2005 06:45 PM

    Rizwan,
    this may be worth checking… on the SQL Server instance, confirm the network properties… the default port of the tcp/ip should be 1433…

    also confirm the server classpath on the webM About screen… it should include these 3 jars…
    Microsoft SQL Server 2000 Driver for JDBC\lib\msbase.jar
    Microsoft SQL Server 2000 Driver for JDBC\lib\mssqlserver.jar
    Microsoft SQL Server 2000 Driver for JDBC\lib\msutil.jar

    let us know what version you are running for webM, SQL Server, SQL Server OS, JDBC Adapter…
    also copy-paste the IS classpath…

    Cheers,
    Saurabh


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


  • 10.  RE: Configuring JDBC Adaptor for SQL SERVER 2000

    Posted Sun October 23, 2005 02:01 PM

    Hello Mr. Saurabh
    Thanks for reply. but i cant see the said path in the about screen, but i can see the jar files path in the <is-home>\Lib\jar directory.

    and for ur information, i m using windows Xp 2004 , AND Sql Server 2000 wITH SP4 installed. and i have WEBMETHOD 6.0.1 INSTALLED.

    Any help will be appriciated.
    Thanks
    Rizwan


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


  • 11.  RE: Configuring JDBC Adaptor for SQL SERVER 2000

    Posted Mon October 24, 2005 09:14 PM

    did you confirm this?.. on the SQL Server instance, confirm the network properties… the default port of the tcp/ip should be 1433…

    also, copy-paste the IS classpath…

    Cheers,
    Saurabh


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


  • 12.  RE: Configuring JDBC Adaptor for SQL SERVER 2000

    Posted Tue October 25, 2005 08:20 AM

    Thanks, a lot, i did solved this problem.
    The main things to configure the Adaptor for this SQL SERVER 2000 Is
    database should be updated with SP4 and Second most thing is to copy all the jar files like msbase.jar, msutil.jar and mssqlserver.jar file from Microsoft sql server 2000\Lib directory to <is-dev>\Lib\jars directory.and database access user should be have SQL SERVER AUTHENTICATION. and should login to database using sql server authentication not windows authentication.
    This is what i did it to my adaptor to get started. nothing more.
    Thanks for every help from all Experts.
    Rizwan.


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