| Conductor Script Commands |
RollbackTransaction {session_ID transaction_ID} | |
|
|
Argument | Description |
|
|
session_ID | The identifier of the session which has a transaction in a PREPARE |
| phase. A session can have only one |
| transaction. |
transaction_ID The identifier of the transaction in a PREPARE phase.
To commit an
SendMessage
The SendMessage command sends a message to a specified sessions on the current engine.
SendMessage session_id message urgency
Argument | Description |
|
|
session_id | The specified session. |
message | An alphanumeric string that constitutes the text of the message. |
| Message text must be enclosed in double quotes. |
urgency | One of two specified string constants: INFORMATIONAL or |
| CRITICAL. |
|
|
The SendMessage command is only available when an engine is current. Use the FindEngine Script command to set the current engine.
The SendMessage command is used to notify a session about a pending administrative action, such as a request for consultation, pending suspension of the session, and so forth.
Appendix A Conductor Script Commands 299