Microsoft JDBC Driver XA Problem



Hi,

I have applied XA support via the dll and script...but now I got the
following error. Anyone can point me a direction to fix this?
Thanks,

j-

20:44:06 [tyrex.resource.n3-db] [main] [transaction server is recovering] []
[] ERROR - Failed to create connection for default user
java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for
JDBC][SQLServer]xa_open (0) returns -3
at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown
Source)
at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown
Source)
at
com.microsoft.jdbc.sqlserver.tds.TDSRequest.processErrorToken(Unknown
Source)
at
com.microsoft.jdbc.sqlserver.tds.TDSRequest.processReplyToken(Unknown
Source)
at
com.microsoft.jdbc.sqlserver.tds.TDSRPCRequest.processReplyToken(Unknown
Source)
at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processReply(Unknown
Source)
at
com.microsoft.jdbc.sqlserver.SQLServerImplStatement.getNextResultType(Unknown
Source)
at
com.microsoft.jdbc.base.BaseStatement.commonTransitionToState(Unknown
Source)
at com.microsoft.jdbc.base.BaseStatement.postImplExecute(Unknown
Source)
at
com.microsoft.jdbc.base.BasePreparedStatement.postImplExecute(Unknown
Source)
at com.microsoft.jdbc.base.BaseStatement.commonExecute(Unknown
Source)
at
com.microsoft.jdbc.base.BaseStatement.executeUpdateInternal(Unknown Source)
at
com.microsoft.jdbc.base.BasePreparedStatement.executeUpdate(Unknown Source)
at
com.microsoft.jdbcx.sqlserver.SQLServerImplXAResource.executeXaRpc(Unknown
Source)
at
com.microsoft.jdbcx.sqlserver.SQLServerImplXAResource.executeXaRpc(Unknown
Source)
at
com.microsoft.jdbcx.sqlserver.SQLServerImplXAResource.open(Unknown Source)
at com.microsoft.jdbcx.base.BaseXAConnection.<init>(Unknown Source)
at com.microsoft.jdbcx.base.BaseXADataSource.getXAConnection(Unknown
Source)
at
com.microsoft.jdbcx.sqlserver.SQLServerDataSource.getXAConnection(Unknown
Source)
at
tyrex.resource.jdbc.ConnectionPool.createPooledConnection(ConnectionPool.java:841)
at
tyrex.resource.jdbc.ConnectionPool.completeInit(ConnectionPool.java:256)
at
tyrex.resource.jdbc.ConnectionPool.<init>(ConnectionPool.java:222)
at
tyrex.resource.jdbc.DataSourceConfig.createResource_(DataSourceConfig.java:237)
at
tyrex.resource.ResourceConfig.createResource(ResourceConfig.java:390)
at tyrex.resource.Resources.getResource(Resources.java:235)
at
tyrex.tm.impl.TransactionServerImpl.recover(TransactionServerImpl.java:582)
at
com.intalio.n3.common.tyrex.TyrexModule.initialize(TyrexModule.java:130)
at
com.intalio.n3.common.module.ModulesManager.initializeModule(ModulesManager.java:373)
at
com.intalio.n3.common.module.ModulesManager.initializeAllModules(ModulesManager.java:263)
at com.intalio.n3.Main.start(Main.java:454)
at com.intalio.n3.Main.main(Main.java:239)
20:44:09 [tyrex.resource.n3-db] [main] [null] [] [] ERROR - Failed to create
connection for default user java.sql.SQLException: [Microsoft][SQLServer
2000 Driver for JDBC][SQLServer]xa_open (0) returns -3
at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown
Source)
at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown
Source)
at
com.microsoft.jdbc.sqlserver.tds.TDSRequest.processErrorToken(Unknown
Source)
at
com.microsoft.jdbc.sqlserver.tds.TDSRequest.processReplyToken(Unknown
Source)
at
com.microsoft.jdbc.sqlserver.tds.TDSRPCRequest.processReplyToken(Unknown
Source)
at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processReply(Unknown
Source)
at
com.microsoft.jdbc.sqlserver.SQLServerImplStatement.getNextResultType(Unknown
Source)
at
com.microsoft.jdbc.base.BaseStatement.commonTransitionToState(Unknown
Source)
at com.microsoft.jdbc.base.BaseStatement.postImplExecute(Unknown
Source)
at
com.microsoft.jdbc.base.BasePreparedStatement.postImplExecute(Unknown
Source)
at com.microsoft.jdbc.base.BaseStatement.commonExecute(Unknown
Source)
at
com.microsoft.jdbc.base.BaseStatement.executeUpdateInternal(Unknown Source)
at
com.microsoft.jdbc.base.BasePreparedStatement.executeUpdate(Unknown Source)
at
com.microsoft.jdbcx.sqlserver.SQLServerImplXAResource.executeXaRpc(Unknown
Source)
at
com.microsoft.jdbcx.sqlserver.SQLServerImplXAResource.executeXaRpc(Unknown
Source)
at
com.microsoft.jdbcx.sqlserver.SQLServerImplXAResource.open(Unknown Source)
at com.microsoft.jdbcx.base.BaseXAConnection.<init>(Unknown Source)
at com.microsoft.jdbcx.base.BaseXADataSource.getXAConnection(Unknown
Source)
at
com.microsoft.jdbcx.sqlserver.SQLServerDataSource.getXAConnection(Unknown
Source)
at
tyrex.resource.jdbc.ConnectionPool.createPooledConnection(ConnectionPool.java:841)
at
tyrex.resource.jdbc.ConnectionPool.completeInit(ConnectionPool.java:256)
at
tyrex.resource.jdbc.ConnectionPool.<init>(ConnectionPool.java:222)
at
tyrex.resource.jdbc.DataSourceConfig.createResource_(DataSourceConfig.java:237)
at
tyrex.resource.ResourceConfig.createResource(ResourceConfig.java:390)
at tyrex.resource.Resources.getResource(Resources.java:235)
at
tyrex.tm.impl.TransactionServerImpl.recover(TransactionServerImpl.java:626)
at
com.intalio.n3.common.tyrex.TyrexModule.initialize(TyrexModule.java:130)
at
com.intalio.n3.common.module.ModulesManager.initializeModule(ModulesManager.java:373)
at
com.intalio.n3.common.module.ModulesManager.initializeAllModules(ModulesManager.java:263)
at com.intalio.n3.Main.start(Main.java:454)
at com.intalio.n3.Main.main(Main.java:239)
20:44:10 [n3.common.module] [main] [null] [] [] WARN - Failed the initialize
module 'TransactionManager'
20:44:10 [n3.common.module] [main] [null] [] [] FATAL - ModulesManager
tyrex.resource.ResourceException: java.sql.SQLException:
[Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]xa_open (0) returns -3
at
tyrex.resource.jdbc.ConnectionPool.<init>(ConnectionPool.java:225)
at
tyrex.resource.jdbc.DataSourceConfig.createResource_(DataSourceConfig.java:237)
at
tyrex.resource.ResourceConfig.createResource(ResourceConfig.java:390)
at tyrex.resource.Resources.getResource(Resources.java:235)
at
tyrex.tm.impl.TransactionServerImpl.recover(TransactionServerImpl.java:582)
at
com.intalio.n3.common.tyrex.TyrexModule.initialize(TyrexModule.java:130)
at
com.intalio.n3.common.module.ModulesManager.initializeModule(ModulesManager.java:373)
at
com.intalio.n3.common.module.ModulesManager.initializeAllModules(ModulesManager.java:263)
at com.intalio.n3.Main.start(Main.java:454)
at com.intalio.n3.Main.main(Main.java:239)


.



Relevant Pages

  • Error 429 Debugging Tools
    ... Does anyone know of some tools which might help me fix a Run-time 429 ... error I am receiving when I try to run a dll for the IDE environment. ... Prev by Date: ...
    (comp.lang.basic.visual.misc)
  • Re: Anyone have a P:R: Connection manual?
    ... >1200XL to support the P:R: Connection. ... (fix reply to for email) ... Prev by Date: ...
    (comp.sys.atari.8bit)
  • HTTP 500 error
    ... I keep getting this error when I try and access my works secure site. ... The support page suggests a fix - Q831167 but I already have it ... Prev by Date: ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • How do I get microsoft publisher to recognize my scanner?
    ... When I try to scan into MS Publisher, I get a message stating it does not ... support this application. ... How can I fix this? ... Prev by Date: ...
    (microsoft.public.publisher)
  • Re: Lost Local Channels Only
    ... > support, ... It wouldn't hurt to call, ... be able to fix it over the phone by what the issue is. ... Prev by Date: ...
    (rec.video.satellite.dbs)

Loading