Rolling Back a Transaction (lkt_tran_abort)
The following command rolls back all the work done under the specified transaction.
dvkerr_t lkt_tran_abort( lpar_t host, lpar_t tran_lpar,
lpar_t options );
Input
host (optional)
For more information, see Communicating with TIBCO Patterns Servers.
tran_lpar (required)
where the id of the transaction is returned.
Error codes and items returned by lkt_tran_create
|
PARAMMISSING |
(none) |
|
PARAMTYPE |
an item with invalid lpar type. |
|
TRAN_UNKNOWN |
the lpar containing the unknown transaction id. |