Expand Management Programming Manual
ERROR NUMBERS AND ERROR LISTS
5: ZEXP-ERR-OBJ-TYPE-NAME-MISMATC
5: ZEXP-ERR-OBJ-TYPE-NAME-MISMATC
A conflict exists between the object type given in an EXPAND
command and an object name in that 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-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-OBJ-TYPE-NAME-MISMATC. This token is always present in
the error list.
ZCOM-TKN-OBJNAME is the object name on which the error occurred
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 and ZCOM-OBJ-PATH. This token is always present in the
error list, and it is described in the
Communications Management
Programming Manual
.
Probable Cause
This error is given in either of the following situations:
1. The command specifies an object type of ZCOM-OBJ-LINE, and it
contains an object name that is a path name only (the subtype
of the EXPAND line handler is 1).
2. The command specifies an object type of ZCOM-OBJ-PATH, and it
contains an object name that is a line name only (the subtype
of the EXPAND line handler is 2 or 6).
A-10