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-13
Message Descriptions
the SCREEN COBOL program. If ON ERROR clause is not mentioned, TCP suspends
the terminal after logging the error against the term; however, the term can be resumed
to restart processing at the last verb.
Recovery. If the associated file-system error is 100 then it means that the LINKMON
process is just started on the CPU and is not yet ready to accept the Pathsend
requests. The term must retry the operation after a time delay. If associated file-system
error is 30, then it means that the outstanding incoming requests to the LINKMON
process have been reached. This is also a transient error and the term must retry the
operation.
3249
Cause. TCP abended while a SEND or a DIALOG I/O to server process was
outstanding and the term was not under transaction.
Effect. The operation fails. The server might or might not have received the message.
If ON ERROR clause is mentioned, 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, TCP aborts the terminal after logging
the error against the term. If the term is associated with any dialog, the dialog is also
aborted.
Recovery. Recovery is application specific. Since TCP does not know the status of
the last I/O hence the SEND/DIALOG operation can be retried if it is OK to send
duplicate message to the server class. Pathway/iTS 1.1 strongly recommends that the
send and dialog operations to server classes that do not allow duplicate messages
must be wrapped under TMF transactions.
3250
Cause. The context sensitive programming protocol has been violated by the
SCREEN COBOL program. The possible causes of this error are:
*3249* TCP FAILED WHEN A SEND/DIALOG TO SERVER WAS
OUTSTANDING
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.
*3250* DIALOG MODE VIOLATION
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.