I’m getting the following error while connecting to SQL server using JDBC adapter using XA Transaction.
[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource personal.rk.customer.jdbcConnections:rlngCustomerXAConnection.
[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][SQLServer]Could not find stored procedure ‘master…xp_jdbc_open’
When I tried to connect using Local Transaction with the same set of paramters. I’m getting no errors. I want to use XA Transactions in my interface.