SNAX/APC Management Programming Manual

25: ZAPC-ERR-SESS-LIM-ZERO
Error Numbers and Error Lists
A–30 111813 Tandem Computers Incorporated
25: ZAPC-ERR-SESS-LIM-ZERO
The session limit has not been initialized, and it is still set to 0.
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-STRING
ZSPI–TKN–ENDLIST token–type ZSPI–TYP–SSCTL.
ZSPI–TKN–ERROR
is the standard SPI error token, as described in the SPI Programming Manual. Its
value consists of the subsystem ID and the error number found in the ZAPC–ERR–
SESS–LIM–ZERO token. ZSPI–TKN–ERROR 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 is described in Section 4,
“Common Definitions.”
ZCOM-TKN-OBJTYPE
is the object type provided with the command on which the error occurred. This
token is always present in the error list, and is described in Section 4, “Common
Definitions.”
Cause
An ALTER PTNR-MODE command's attempt to change the PTNR-MODE object's
session limit is rejected because the PTNR-MODE object is in the STOPPED state and
the session limit is 0.
The equivalent RETURN_CODE value defined in the IBM Transaction Programmer's
Reference Manual for LU 6.2 is LU_MODE_SESSION_LIMIT_ZERO.
Effect
The session limit has not been changed.
Recovery
Issue a START PTNR-MODE command instead.