Expand Management Programming Manual
ERROR NUMBERS AND ERROR LISTS
2: ZEXP-ERR-NEG-LH-RSP
2: ZEXP-ERR-NEG-LH-RSP
The EXPAND line handler 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-LH-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-LH-RSP. This token is always present in the error
list.
ZEXP-TKN-LH-ERR-NUM is the file-system error number identifying
the error the line handler encountered. This token has the token
number ZEXP-TNM-LH-ERR-NUM and the token type ZSPI-TYP-INT, and
it is always present in the error list. Commonly returned values
are the following:
12 A request was received to start a line, but that line was
already started.
160 In any case but "line already started," the request
was invalid for the current line state--for instance, a
request was received to stop a line, but that line was
already stopped.
248 The EXPAND line handler had previously performed an
ownership switch.
249 The NCP caused the line handler to terminate its traffic.
For information on these and other file-system errors, refer to
the
System Procedure Errors and Messages Manual
.
A-5