Error while enabling JDBC Adapter connection with SQL Server

Hi all,

     I am getting the following error while enabling an JDBC Adapter connection with SQL Server.

[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource rajesh:rajesh.
[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
iaik.asn1.structures.Name

I am using wm6.0.1 with servicepack2 and OS winXPHome Edition with servicepack 4

and the properties i have given for the connection are
TransactionType:Local_Transaction
DataSourceClass:com.microsoft.jdbcx.sqlserver.SQLServerDataSource
ServerName:COMP
user:sa
password:******
databasename:master
portnumber:1433
networkprotocol:TCP/IP
OtherProperties:

Thanks in advance

Rajesh,

Have a look at the technical article below which summarises the steps involved. As a guess it could be that the networkprotocol field which you have “TCP/IP” in, should be left blank. Have a read through this TA anyway:

http://advantage.webmethods.com/article/?id=1611991362

James…