Pathway/iTS Web Client Programming Manual (G06.24+)

Client Error Messages
Compaq NonStop Pathway/iTS Web Client Programming Manual520270-001
A-8
Message Descriptions
3113
Cause. The size of a message for a SEND operation to a server exceeded that allowed
by the SERVERPOOL attribute in the terminal control process (TCP) configuration.
Effect. The operation fails.
Recovery. Redefine the value of the SERVERPOOL attribute, or isolate and correct the
problem within the Java program, and restart the application. Use the stack trace
information in error-loc to locate the problem within the program. Alternatively,
correct the problem in the SCREEN COBOL program and reconvert the application.
3114
Cause. The size of either the largest SEND message or the longest possible reply
exceeded the size defined for the MAXREPLY attribute.
Effect. The operation fails.
Recovery. Redefine the MAXREPLY attribute, or isolate and correct the problem
within the Java program, and restart the application. Use the stack trace information in
error-loc to locate the problem within the program. Alternatively, correct the
problem in the SCREEN COBOL program and reconvert the application.
3116
Cause. The file-system error errnum occurred during an I/O operation to a server
process.
Effect. The I/O operation fails. The terminal control process (TCP) unlinks from the
server class.
Recovery. Refer to the Guardian Procedure Errors and Messages Manual for
information regarding the specified file-system error.
3117
Cause. The server class specified in a SEND statement was not defined for this
PATHMON environment.
Effect. The operation fails.
*3113* TRANSACTION MESSAGE SIZE EXCEEDS LIMIT error-loc
*3114* MAXIMUM REPLY SIZE EXCEEDS LIMIT error-loc
*3116* ERROR DURING SERVER I/O (errnum) error-loc
*3117* object-name SERVER CLASS UNDEFINED error-loc