Column | Description | ||
XA Resource | Fully qualified name of the resource. | ||
XID Exists? | Indicates whether the transaction's XID exists on the resource. | ||
This... | Indicates... | ||
Yes | That the XID exists on the resource. | ||
No | That the XID does not exist. | ||
Unknown | That the Integration Server could not determine whether the XID exists on the resource. | ||
State | Current state of the transaction on the resource. The values are the same as those in the Global 2PC State list. For a list of global 2PC states, see the table in
About Unresolved XA Transactions. | ||
Inferred Status | Assumed status of the transaction on the resource, based on the values of XID exists and State. Based on the possible combinations, statuses are as follows: | ||
XID Exists? | State | Inferred Status | |
Yes | Any | Prepared, or heuristic action was taken | |
No | TR_ROLLBACK_ RESOURCE_END | Rolled back | |
No | TR_FORGET_ RESOURCE_END | Forgotten | |
No | Anything other than TR_ROLLBACK_ RESOURCE_END or TR_FORGET_ RESOURCE_END | Committed |