XACI Command Reference Manual

2 ------- ERROR + INFO + DEBUG
active
is the flag to identify which configuration/row from the table is active to start the broker. Only one row can
have active set to ON. The default is OFF.
Example:
This example will add one row with XABroker configuration to the table:
XACI>> Add XADef, Program XABR, Path /G/data01/XABR, DM BRK_sys.$XABR,
Trans 1000, Conn 100, MsgLVL 2, active 0;
-- ADD XADEF.12222 Successful
ALTER XADEF
This command will alter a user-specified XABroker configuration (definition) in the XACONFIG table. This is a sensitive
command (the user needs super privilege to execute this command) and “*” wildcard is not supported. This command
could alter only certain properties of the configuration.
ALTER XADEF obj-name[ Program XABR,][Path path,][Trans count,][ Conncount,][MsgLvl no,][active [OFF]];
The count can be:
1|2|……..|1000 for transactions
1|2|……..|100 for connections
The no can be:
0|1|2
The obj-name can be:
[[\system-name.]XA_IND]
Process XABR
is the XABroker process name and it is fixed to XABR. It is an option to specify but not necessary.
Program XABR
is the program name.
Path path
is the XABroker full path in OSS format.
Trans
is the number of transactions. Maximum number of transactions is 1000 and the default is 100.
Conn
is the number of connections. Maximum number is 100 and the default is 10.
MsgLvl