TR3271 Management Programming Manual

COMMANDS AND RESPONSES
DELETE Command
ZSPI-TKN-ERRLIST indicates the beginning of an error list. This
token is described in "SPI Standard Definitions" in Section 5 and
the
Distributed Systems Management (DSM) Programming Manual
.
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 (DSM) 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
.
The possible nonzero values of RETCODE in response to the DELETE
command are as follows:
ZCOM-ERR-EMPT-RSP (-33)
ZCOM-ERR-TKN-REQ (-29)
ZCOM-ERR-TKN-DUP (-27)
ZCOM-ERR-TKN-CODE-INV (-26)
ZCOM-ERR-SUB-NOT-FOUND (-25)
ZCOM-ERR-SSID-INV (-24)
ZCOM-ERR-SECUR-VIOL (-22)
ZCOM-ERR-OBJNAME-INV (-19)
ZCOM-ERR-OBJ-NOT-FOUND (-17)
ZCOM-ERR-FNAME-INV (-9)
ZCOM-ERR-CMD-TIMED-OUT (-7)
ZCOM-ERR-TKN-VAL-INV (-30)
Your management application specified the subordinate modifier
with the value ZCOM-VAL-SUB-ONLY for the SU object. Or,
your management application specified the SUB modifier with
the value ZCOM-VAL-SUB-NONE or ZCOM-VAL-SUB-ALL for the LINE
object. Check the error list to determine the token value in
error and reissue the command.
ZCOM-ERR-OBJ-NOT-SUPP (-18)
Your management application tried to delete an object that is
not supported by the TR3271 subsystem. The objects supported
by the TR3271 subsystem are PROC, LINE, and SU. For the
DELETE command, you must specify the object type ZCOM-OBJ-LINE
or ZCOM-OBJ-SU.
ZCOM-ERR-CMD-MISMATCH (-4)
Your management application tried to delete a process by using
the object type ZCOM-OBJ-PROC. The command is valid only for
the object types ZCOM-OBJ-LINE or ZCOM-OBJ-SU.
6-39