X25AM Management Programming Manual

Commands and Responses
X25AM Management Programming Manual528037-001
6-40
ALTER PROCESS Command
Tokens in Response Buffer
ZSPI-TKN-DATALIST
is a standard SPI data list, as described in the SPI Programming Manual. The list
ends with the token ZSPI-TKN-ENDLIST.
ZCOM-TKN-OBJNAME
is an object-name token that contains the object name of the line-handler process
whose attributes were altered by the command. If there is no error, this token is
present in every response record. ZCOM-TKN-OBJNAME is described in
Section 5, Common Definitions.
ZCOM-TKN-OBJTYPE
is an object-type token that contains the value ZCOM-OBJ-PROCESS. This token
is present in every response record, and it is described in the SPI Common
Extensions Manual.
ZSPI-TKN-RETCODE
is the standard SPI return token described in the SPI Programming Manual. Some
values of RETCODE that are likely to occur in response to the ALTER PROCESS
command are the following:
For command-specific information about these error numbers, see Error-Handling
Notes on page 6-41. For descriptions of all X25AM error numbers, see
Appendix A, Error Numbers and Error Lists.
ZSPI-TKN-ERRLIST
is a standard SPI error list, as described in the SPI Programming Manual. The list
ends with the token ZSPI-TKN-ENDLIST.
-29 (ZCOM-ERR-TKN-REQ): A required token was not present in
the command.
-5 (ZCOM-ERR-CMD-NOT-SUPP): An invalid, unknown, or unsupported
command token was found.
-3 (ZCOM-ERR-CMD-INV-IN-SUMSTATE): The current summary state of the
object prevents processing of the
command.
-1 (ZCOM-ERR-ALRDY-USING-RES): The object of the command is
already using the requested
resource.
4999 (ZX25-ERR-EMPTY-RESPONSE): The empty response record is being
returned.