
Conductor Script Commands
BroadcastMessage
The BroadcastMessage command sends a message to all active sessions on the current engine.
BroadcastMessage message urgency
Argument Description
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 BroadcastMessage command is only available when an engine is current. Use the FindEngine Script command to set the current engine.
The BroadcastMessage command is used to notify all sessions about a pending administrative action, such as changing the state of the primary engine from ONLINE to STANDBY.
CommitTransaction
The CommitTransaction command commits an
CommitTransaction {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 roll back an
Appendix A Conductor Script Commands 275