webMethods

webMethods

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.  SQLServer Adapter Connection

    Posted Sat May 14, 2005 11:42 AM

    Dear friends:

    I’ve configured a connection to a SQLServer DB and I’m getting the following error. I’ve checked the SQLServer Administrator
    and the instance is running correctly. If anyone knows what could cause this error it will be very helpfull.

    Error encountered
    [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource adapterConnection:sqlServerConnection.
    [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]The requested instance is either invalid or not running.


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


  • 2.  RE: SQLServer Adapter Connection

    Posted Sun May 15, 2005 05:29 PM

    Things to check:
    Confirm the port that sql server is running on - default is 1433

    Confirm that either the server is running on the default instance or that your jdbc connection is specifically referencing the named instance of sql server. Named instances are common in clustered sql server configurations.

    Confirm that the JDBC setup has been run on the sql server - otherwise it will not accept inbound connections from the MS JDBC provider


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


  • 3.  RE: SQLServer Adapter Connection

    Posted Wed May 18, 2005 07:34 PM

    I’ve checked what you told me and everything is correct. Also I�m using a DB manager and I can create tables, etc. using that instance, so DB is working fine.
    What else could be wrong?

    Thanks.


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