Chapter 12 Runtime Monitoring
You can monitor and administer transactions on a single server from Jaguar Manager. You must be connected to the server before you can monitor or administer it.
Administering OTS/XA transactions
Because EAServer does not support nested transactions,
the Family ID is the same as the Transaction ID.
State | Description |
---|---|
active
|
The transaction is currently active in the server. |
inactive
|
The transaction is not currently active in the server. |
preparing
|
The transaction is in the process of being prepared. |
prepared
|
The transaction has been prepared. |
committing
|
The transaction is in the process of being committed. |
committed
|
The transaction has been committed. |
commit_complete
|
The transaction has committed and all participants have been informed, but the outcome may not have been reported to the transaction originator. For example, there may have been heuristic outcomes. |
before_abort
|
The transaction has rolled back but has not yet started the rollback process. |
aborting
|
The transaction is in the process of rolling back. |
aborted
|
The transaction has been rolled back. |
abort_complete
|
The transaction has rolled back and all participants have been informed, but the outcome may not have been reported to the transaction originator. For example, there may have been heuristic outcomes. |
finished
|
The transaction has completed. |
none
|
The server knows about the transaction, but the server is not a participant in the transaction. |
present
|
The transaction is active in the server but is not yet a participant in the transaction. |
You can roll back transactions only if they are not
yet in the prepared state. You can execute all other operations
only on transactions that have been prepared.
EAServer does not currently support nested OTS/XA transactions
(also called subtransactions).
Copyright © 2002 Sybase, Inc. All rights reserved. |
![]() |