Skip to main content

XA Resource Manager initialization error. Resource <xxxx> open failed, reason 76288

  • January 5, 2015
  • 2 replies
  • 10 views

Dominique Sacre
Forum|alt.badge.img+2

Problem

Submitting a batch job that uses an XA connection results in the following errors:

CASXO0001S XA Resource Manager initialization error. Resource <xxxx> open failed, reason  76288
CASXO0016S <xxxx> XA interface initialization failure
Database OPEN call failed "<xxxx>"

Resolution

For batch programs to access a database when an XA connection is used an additional XA module needs to be compiled for 1-phase commit support. 

For example, for Oracle it is necessary to build the ESORAXA and ESORAOPC modules, using the build script in $COBDIR/src/enterpriseserver/xa:

./build ora

./build ora1pc

If the 1-phase commit module has not been created or cannot be located, then the following message will be displayed in the console when starting the batch region:

XA interface local transaction support disabled


#MFDS
#EnterpriseDeveloper

2 replies

  • November 17, 2020

Problem

Submitting a batch job that uses an XA connection results in the following errors:

CASXO0001S XA Resource Manager initialization error. Resource <xxxx> open failed, reason  76288
CASXO0016S <xxxx> XA interface initialization failure
Database OPEN call failed "<xxxx>"

Resolution

For batch programs to access a database when an XA connection is used an additional XA module needs to be compiled for 1-phase commit support. 

For example, for Oracle it is necessary to build the ESORAXA and ESORAOPC modules, using the build script in $COBDIR/src/enterpriseserver/xa:

./build ora

./build ora1pc

If the 1-phase commit module has not been created or cannot be located, then the following message will be displayed in the console when starting the batch region:

XA interface local transaction support disabled


#MFDS
#EnterpriseDeveloper

Hi,

We are having SQL Database in our environment and how to fix the issue as we are also getting failures message in one DB cyclic job.

 


Dominique Sacre
Forum|alt.badge.img+2

Problem

Submitting a batch job that uses an XA connection results in the following errors:

CASXO0001S XA Resource Manager initialization error. Resource <xxxx> open failed, reason  76288
CASXO0016S <xxxx> XA interface initialization failure
Database OPEN call failed "<xxxx>"

Resolution

For batch programs to access a database when an XA connection is used an additional XA module needs to be compiled for 1-phase commit support. 

For example, for Oracle it is necessary to build the ESORAXA and ESORAOPC modules, using the build script in $COBDIR/src/enterpriseserver/xa:

./build ora

./build ora1pc

If the 1-phase commit module has not been created or cannot be located, then the following message will be displayed in the console when starting the batch region:

XA interface local transaction support disabled


#MFDS
#EnterpriseDeveloper

Hi, WE are getting he below error while connecting the DB: 

220510 13092969 28316 MYSIDE CASXO0020I DB6R XA interface loaded. Name(XDB), Registration Mode(Static) 13:09:29
220510 13092969 28316 MYSIDE CASXO0022W DB6R XA interface local transaction support disabled 13:09:29
220510 13092974 28316 MYSIDE CASXO0015I DB6R XA interface initialized successfully 13:09:29

Due to XA interface local transaction support disabled. Getting error Severe error detected in DB6R XA interface, RM interface disabled. Please help me out.