AM3270 Management Programming Manual
COMMANDS AND RESPONSES
ADD Command
ZSPI-TKN-RETCODE specifies the return code for the command. This
token is described in "SPI Standard Definitions" in Section
5 and the
Distributed Systems Management Programming Manual
.
For details on the data-communications error numbers and their
associated error lists, see "Common Error Numbers and Error
Lists" in the
Communications Management Programming Manual
. For
details on the AM3270 error numbers and associated error lists,
see Appendix A in this manual.
The possible nonzero values of RETCODE in response to the ADD
command are as follows:
ZCOM-ERR-EMPT-RSP (-33)
ZCOM-ERR-VAL-REQ (-31)
ZCOM-ERR-TKN-VAL-INV (-30)
ZCOM-ERR-TKN-REQ (-29)
ZCOM-ERR-TKN-LEN-INV (-28)
ZCOM-ERR-TKN-DUP (-27)
ZCOM-ERR-TKN-CODE-INV (-26)
ZCOM-ERR-SSID-INV (-24)
ZCOM-ERR-SECUR-VIOL (-22)
ZCOM-ERR-OBJNAME-INV (-19)
ZCOM-ERR-OBJ-NOT-SUPP (-18)
ZCOM-ERR-OBJ-ALRDY-DEF (-15)
ZCOM-ERR-NO-MEM-SPACE (-14)
ZCOM-ERR-FNAME-INV (-9)
ZCOM-ERR-CMD-TIMED-OUT (-7)
ZCOM-ERR-MAX-LIMIT-EXCEEDED (-12)
Your management application attempted to add more than 253
subdevices on a single line. Typically, you can define as
many as 255 subdevices; however, two subdevices are reserved,
#ZSPI and #DEBUG.
ZCOM-ERR-CMD-MISMATCH (-4)
Your management application tried to add a process or a line
by using the object type ZCOM-OBJ-PROC or ZCOM-OBJ-LINE. The
command is valid only for the object type ZCOM-OBJ-SU.
ZCOM-ERR-CMD-INV-IN-SUMSTATE (-3)
Your management application tried to add a subdevice while the
line was in the DIAG (diagnosing) summary state. The line
must be in the STOPPED or STARTED summary state to process the
ADD command.
6-19