XACI Command Reference Manual
INFO XASESSION obj-name;
The obj-name can be:
[[\system-name.]SID|*]
SID
is the session ID of this connection.
Example:
The following commands will display the information of specific session. The server is the process name of the MXCS
server that started the session. StartTime is the time stamp when the connection was established.
XACI>> Info XASession \sys.200;
-- INFO XASESSION \SYS.200
SID Server Prepared Active H.Comp Start_Time
----- ------- -------- ------ ------ ----------
200 $X0679 0 1 0 Thu Feb 8 18:20:22 2007
KILL XASESSION
This command will close the XA session when the session is closed, the thread exits and all associated transactions in
ACTIVE state are rolled back by the XABroker. The REASON string must be provided when closing the session. It
supports two stop modes:
NOW1.
IDLE2.
This is a sensitive command (the user needs super privilege to execute this command) and “*” wild card is not supported.
The IDLE option is not supported in this version (v1.0).
KILL XASESSION obj-name, reason ‘text’, stopmode;
The obj-name can be:
[[\system-name.]SID]
SID
is the session ID of this connection.
REASON text
text is a nonempty string literal up to 70 characters explaining why the transaction is being resolved . This
will be written to the EMS collector if the command is accepted. Strings longer than 70 characters will be
truncated with a warning. Single quoting is required.
Example:










