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.  Cannot enable JDBC connection?

    Posted 03/25/09 02:41 PM

    Hello,

    I have a wm7 server with a SQL Server 2k8. I can access my database using pure Java code and I can even access it with the old WmDB with the following config:

    URL: jdbc:sqlserver://127.0.0.1;instanceName=SQLEXPRESS;databaseName=test;
    DB Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver

    Alright, now in my JDBC connection, I set “com.microsoft.sqlserver.jdbc.SQLServerDriver” as DataSource class, test for Database Name and “instanceName=SQLEXPRESS” in Other Properties. All of this seems fine to me but when I try to enable the connection I get:

    "
    Error encountered [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource database:TESTCONN.
    [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.

    com.microsoft.sqlserver.jdbc.SQLServerDriver
    "

    Does someone know if I am doing something wrong?

    Thanks!


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


  • 2.  RE: Cannot enable JDBC connection?

    Posted 04/03/09 11:45 AM

    have u tried by pasting sqljdbc.jar files in ur bin folder


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


  • 3.  RE: Cannot enable JDBC connection?

    Posted 04/03/09 07:08 PM

    Hi,

    Do you have the SQL Server Jars in the IntegrationServer\lib\jars?
    You need to restart the server after putting the jars on this folder

    Hope this Helps
    Mourão


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