SNAX/APC Management Programming Manual
21: ZAPC-ERR-REQ-XCEEDS-MAX-LIM
Error Numbers and Error Lists
111813 Tandem Computers Incorporated A–25
21: ZAPC-ERR-REQ-XCEEDS-MAX-LIM
The request exceeds the maximum allowed session limit.
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–
REQ–XCEEDS–MAX–LIM 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
This error was probably caused by a START or ALTER PTNR-MODE command, when
the sum of MINCONWINNER and MINCONLOSER specifies a number greater than
the value of MAXSESSION. The equivalent RETURN_CODE value defined in the IBM
Transaction Programmer's Reference Manual for LU 6.2 is
REQUEST_EXCEEDS_MAX_ALLOWED.
Effect
The START or ALTER PTNR-MODE command fails.
Recovery
Reinitiate the command and make sure the value of MAXSESSION is greater than the
sum of values of MINCONWINNER and MINCONLOSER.