Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awMake | awMakeTxTransactionId
 
awMakeTxTransactionId
BrokerError awMakeTxTransactionId(
BrokerTxClient txclient,
char **transaction_id);
txclient
The Broker client for whom the transaction ID is to be created.
transaction_id
The generated identifier that is returned. This parameter is used for output.
Generates a unique transaction identifier for use in transaction operations. Transaction IDs are formatted as follows: "clientId:UniqueNumber:CountNumber".
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The txclient has been destroyed or disconnected.
AW_ERROR_NULL_PARAM
The parameter transaction_id is NULL.
See also: