Try OpenEdge Now
skip to main content
Database Administration
Reference : PROUTIL Utility : PROUTIL 2PHASE COMMIT qualifier
 

PROUTIL 2PHASE COMMIT qualifier

Determines if the coordinator database committed a transaction.

Syntax

proutil db-name -C 2phase commit tr-number

Parameters

db-name
Specifies the coordinator database.
tr-number
Specifies the number of the transaction where you want to check the commit status.
If the coordinator committed the transaction, PROUTIL displays a message similar to the following:
Transaction 768 has committed. (2048)
Once you determine that the coordinator database committed the transaction, you must also commit the transaction on the database where the limbo transaction occurred. If the coordinator did not commit the transaction, you must terminate the transaction on the database where the limbo transaction occurred.