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-12
Message Descriptions
Recovery. Isolate the server class within the SCREEN COBOL program and make
sure the server class is in STARTED mode before applying SEND/DIALOG to it. For
instructions on how to isolate the server class within the program, see Additional Error
Information on page 13-1 in the
Pathway/iTS System Management Manual
.
3247
Cause. A non-retryable LINKMON connect error occured on both primary and backup
CPU of the TCP. The associated file error gives the file-system error occured with the
LINKMON process.
Effect. The operation fails. TCP, after reporting the error, aborts the terminal
irrespective of ON ERROR clause mentioned or not.
Recovery. Although other file-system errors are also possible, most typical file-system
errors are error 14 (FENOSUCHDEV) and 201 (FEPATHDOWN). File-system error 14
indicates that the LINKMON process is not up on the CPU. File-system error 201
indicates that the LINKMON process had abended due to some reason. Correct the
LINKMON problem and then restart the term.
3248
Cause. A retryable LINKMON connect error occurred on primary CPU of the TCP. The
associated file error gives the file-system error occurred with the LINKMON process.
Typical file-system errors are 100 (FENOTRDY), 28(FETOOMANY) and 30
(FENOLCB). Here are the possible causes for this error.
The LINKMON process on the CPU is just started and is not yet initialized (Error
#100).
More than 255 sends are being attempted by the same TCP process (Error #28).
More than 4K sends are being attempted on the same CPU (Error #30).
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
*3247* A NON-RETRYABLE LINKMON CONNECT ERROR OCCURED (errnum)
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.
*3248* A RETRYABLE LINKMON CONNECT ERROR OCCURRED (errnum)
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.