Expand Management Programming Manual
ERROR NUMBERS AND ERROR LISTS
4: ZEXP-ERR-TKN-CONFL
4: ZEXP-ERR-TKN-CONFL
A token in a command conflicts with the values or presence of
other tokens in the command.
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST.
ZSPI-TKN-ERROR token-type ZSPI-TYP-ERROR.
ZCOM-TKN-OBJNAME token-type ZSPI-TYP-STRING.
ZCOM-TKN-OBJTYPE token-type ZSPI-TYP-ENUM.
ZSPI-TKN-PARM-ERR token-type ZSPI-TYP-PARM-ERR.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
Tokens
ZSPI-TKN-ERROR is the standard SPI error token, as described in
the
Distributed Systems Management (DSM) Programming Manual
. Its
value consists of the EXPAND subsystem ID and the error number
ZEXP-ERR-TKN-CONFL. This token is always present in the error
list.
ZCOM-TKN-OBJNAME is the first object name provided with the
command on which the error occurred. This token is always
present in the error list, and it is described in Section 6,
"Common Definitions."
ZCOM-TKN-OBJTYPE is the object type provided with the command
on which the error occurred. Its possible values are ZCOM-
OBJ-LINE, ZCOM-OBJ-PATH, and ZCOM-OBJ-PROCESS. This token is
always present in the error list, and it is described in the
Communications Management Programming Manual
.
ZSPI-TKN-PARM-ERR is the standard SPI parameter-error token, as
described in the
Distributed Systems Management (DSM) Programming
Manual
. For this error list, this token identifies which token
in the command, and which field within that token, caused the
error. This token is always present in the error list.
Probable Cause
If this error occurs on the ALTER command, the command contains a
token that applies to a different object type than the one given
A-8