tanya...@modot.mo.gov
unread,Feb 28, 2009, 2:08:18 PM2/28/09You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I am using WebSphere Application Server 6.1.0.21 on Linux access a remote Oracle 10.2.0.4 database. On one of my applications I am getting to following errors DSRA0302E: XAException occurred. Error code is: XAER_RMERR (-3). Exception is: ........XATransaction E J2CA0027E: An exception occurred while invoking start on an XA Resource Adapter from dataSource jdbc/tms, within transaction ID {XidImpl: formatId(57415344), gtrid_length(36), bqual_length(54), data(0000011fbe24a004000000010000000195706724b76da1d5f9d5bfdcdbed151f9043374d0000011fbe24a004000000010000000195706724b76da1d5f9d5bfdcdbed151f9043374d000000010000000000000000000000000001)}: oracle.jdbc.xa.OracleXAException
at oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:1119)
...WTRN0078E: An attempt by the transaction manager to call start on a transactional resource has resulted in an error. The error code was XAER_RMERR. The exception stack trace follows: oracle.jdbc.xa.OracleXAException
at oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:1119)
Most of what I've found says we need to enable XA on Oracle. However I can run the same application on RAD 7.5 to a 6.1 application server and I do not see the error so I question whether enabling XA is the answer. I have tried various drivers with no change in results. I've tried a thin client as well as xa on my datasource. RAD is setup with a thin client.