Expand Management Programming Manual

ERROR NUMBERS AND ERROR LISTS
1: ZEXP-ERR-TOO-MANY-OBJNAMES
1: ZEXP-ERR-TOO-MANY-OBJNAMES
Too many object names were given in a command to the EXPAND
subsystem.
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-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-TOO-MANY-OBJNAMES. This token is always present in the
error list.
ZCOM-TKN-OBJNAME is the object name on which the error occurred
in the command (that is, the thirty-first object name in the
command). 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-NULL, 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
.
Probable Cause
More than 30 object names appear in the command on which the
error occurred.
A-3