Expand Management Programming Manual
ERROR NUMBERS AND ERROR LISTS
9: ZEXP-ERR-NEG-NCP-RSP
9: ZEXP-ERR-NEG-NCP-RSP
The NCP returned a negative response because a file-system error
occurred.
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST.
ZSPI-TKN-ERROR token-type ZSPI-TYP-ERROR.
ZEXP-TKN-NCP-ERR-NUM token-type ZSPI-TYP-INT.
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-NEG-NCP-RSP. This token is always present in the error
list.
ZEXP-TKN-NCP-ERR-NUM is the file-system error number identifying
the error the NCP encountered. This token has the token number
ZEXP-TNM-NCP-ERR-NUM and the token type ZSPI-TYP-INT, and it is
always present in the error list. Commonly returned values are
the following:
2 The specified system name was not valid.
12 A PROBE command was given, but a probe was already in
progress. The NCP allows only one probe at a time.
201 The path from this system to the specified system was
down.
250 All paths to the specified system were down.
For information on these and other file-system errors, refer to
the
System Procedure Errors and Messages Manual
.
ZCOM-TKN-OBJNAME is the name of the object on which the error
occurred. This token is always present in the error list, and it
is described in Section 6, "Common Definitions."
A-13