Syntax:
rollback <entityname>
Rolls back an in-doubt XA transaction. An XA transaction becomes in-doubt if it was prepared but not commited due to an abort of the JTA transaction manager or a computer crash.
Example:
router1/sys$xa/usage> cc prepared-tx
router1/sys$xa/usage/prepared-tx> lc
Entity List: Prepared XA Transactions
Description: Prepared XA Transactions
Entities in this List:
----------------------
1
2
3
router1/sys$xa/usage/prepared-tx> rollback 3
router1/sys$xa/usage/prepared-tx> lc
Entity List: Prepared XA Transactions
Description: Prepared XA Transactions
Entities in this List:
----------------------
1
2
router1/sys$xa/usage/prepared-tx>_