3.7.3.10.4 Exceptions
Tobj::RMFailed
The tx_open()
call returned an error return
code.
Note:
Unlike other exceptions returned by the TP Framework, this exception is defined intobj_c.h
(which is derived from tobj.idl
), not in TobjS_c.h
(which is derived from TobjS.idl
). This is because native clients can also open XA resource managers. Therefore, the exception returned is consistent with the exception expected by native client code and by Server::release()
if it uses the alternate mechanism, TransactionCurrent::close_xa_rm
, which is shared with native clients.
Parent topic: TP::open_xa_rm()