XACI Command Reference Manual
The following example displays the information about the XACONFIG table:
XACI>>Info XADef \sys.*;
-- INFO XADEF \SYS.* Report
Ind PName Trans Cons MLVL Act DM Path
11 $XABR 100 100 2 1 RK_\CANCUN_$XABR /G/data01/XABR
129 $XABR 150 200 1 0 RK_\CANCUN_$XABR /G/system/XABR
ADD XADEF
This command adds a user-specified XABroker configuration(definition) to the XACONFIG table. This is a sensitive
command (the user needs super privilege to execute this command) and “*” wildcard is not supported. Each definition will
have a unique index created automatically when added to the table.
ADD XADEF, [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
There is no name provided for the ADD command and all the attributes have default values.
Program XABR
is the program name
Path path
is 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
is the level of messages sent to EMS. There are three levels of messages.
ERROR_LVL = 01.
INFO_LVL = 12.
DEBUG_LVL = 23.
0 ------- ERROR messages sent to $0
1 ------- ERROR + INFO










