XACI Command Reference Manual

2 ------- ERROR + INFO + DEBUG
The versioning is used for handshaking between two programs. If there is a new version of the XABroker with new
interfaces and using the old application, the XABroker cannot use these new features and vice-versa. The version does not
have any connections with the transactions.
XACI>>INFO XABROKER $XABR;
-- INFO XABROKER \NSK6.$XABR Report
PName #ssns Transaction Statistics
Commited Aborted H.Comp Total
$XABR 2 20 10 0 30
XACI>>INFO XABROKER $XABR, detail;
-- INFO XABROKER \NSK6.$XABR Report
PName #ssns Transaction Statistics
Commited Aborted H.Comp Total
$XABR 2 20 10 0 30
Domain Name: BRK_\CANCUN_$XABR
XA Broker Path: /G/data01/XABR
Version: 1.00
CONN :100 TRANS:244 MsgLVL:2
ALTER XABROKER
This command will alter number of connections and message level dynamically. This will change only the behavior of the
running broker. These changes will be lost after the broker stops. Other attributes and options cannot be changed
dynamically. They can be altered only through the XACONFIG table. This is a sensitive command (the user needs super
privilege to execute this command) and “*” wild card is not supported.
ALTER XABROKER [obj-name][, [ Conn count][, MsgLvl val];
The count can be:
1 | 2 | 3 | …………………|1000
The val can be:
0 | 1 | 2
The obj-name can be:
[[\system-name.]$XABR]
Conn count
is the upper limit on the connections that the broker can have. The default value is 10.
MsgLvl val
is the message level and the default is 0 (sent to $0).
XABroker-name
is the name of the XABroker process to be altered.