Try OpenEdge Now
skip to main content
Database Administration
Protecting Your Data : Distributed Transaction Processing : Java Transaction API (JTA) support : Monitoring JTA transactions
 
Monitoring JTA transactions
The PROMON utility displays transaction and lock information for JTA transactions in both the Record Locking Table display and the Active Transactions display. The Trans State displays JTA transaction states as well as standard transaction states. The Trans ID field displays the internal transaction id.
Possible values for the Trans State column for a JTA transaction are:
*Active JTA — The transaction is currently executing
*Idle JTA — The transaction is not currently executing
*Prepared JTA — The transaction is prepared
*RollbackOnly JTA — The transaction has encountered an error
*Committed JTA — The transaction is in the commit process
For more information on PROMON, see PROMON Utility.