Pathway/iTS Web Client Programming Manual (H06.03+, J06.03+)

Table Of Contents
Client Error Messages
HP NonStop Pathway/iTS Web Client Programming Manual520270-003
A-11
Message Descriptions
Recovery. Isolate and correct the problem within the Java program, using the stack
trace information in
error-loc
to locate the problem. Alternatively, remove the
unsupported function from the SCREEN COBOL program and reconvert the
application.
3203
Cause. The SCREEN COBOL program included a function that is not supported for
conversion.
Effect. The applet stops.
Recovery. Isolate and correct the problem within the Java program, using the stack
trace information in
error-loc
to locate the problem. Alternatively, remove the
unsupported function from the SCREEN COBOL program and reconvert the
application.
3231
Cause. A file-system error occurred during an OPEN or WRITEREAD operation to an
external PATHMON process.
Effect. The operation fails.
Recovery. For information regarding the specified file-system error, see the
Guardian
Procedure Errors and Messages Manual
.
3246
Cause. The server class to which a send or a dialog was targeted, is either in freeze-
pending or in frozen state.
Effect. The operation fails. If ON ERROR clause is mentioned, then error is reported
against the term but the term continues to run depending on the error-handling logic in
the SCREEN COBOL program. If ON ERROR clause is not mentioned, then TCP
suspends the terminal after logging the error against the term; however, the term can
be resumed to restart processing at the last verb.
*3203* FUNCTION UNIMPLEMENTED
error-loc
*3231* SEND: ERROR DURING I/O TO EXTERNAL PATHMON
*3246* SERVER CLASS IS EITHER IN FREEZE PENDING OR IN FROZEN
STATE
Note. This error does not appear in the RETCODE token or in an error list; it appears
only in response to the STATUS TCP or STATUS TERM command.