TCP Error Messages
NonStop Pathway/iTS Management Programming Manual—426749-002
12-30
Error-Message Range 3000 Through 3999
3143: ZPWY-ERR-TCP-ROUTRTRMLIM
The sum of the number of TERM object requests for connection queued to the router
process and the number of TERM objects currently connected to clients (that is, “in
session”) has reached the maximum limit (32767).
This error does not appear in the RETCODE token or in an error list; it appears only in
response to a STATUS TCP or STATUS TERM command.
Effect. The specified TERM object is aborted.
Recovery. Wait for a period of time (how long a time depends on the application) and
then stop and restart the TERM object.
3144: ZPWY-ERR-TCP-ROUTRMEMALC
A memory allocation error occurred within the router process while the router was
maintaining connection request status information for the TERM objects).
This error does not appear in the RETCODE token or in an error list; it appears only in
response to a STATUS TCP or STATUS TERM command.
Effect. The router process terminates abnormally. The TERM objects that were
waiting for connections resend their requests to the router process.
Recovery. Restart the router process.
3145: ZPWY-ERR-TCP-SESSIONCRETERR
An error occurred when the terminal control process (TCP) attempted to create a
session after establishing a socket connection with the client.
This error does not appear in the RETCODE token or in an error list; it appears only in
response to a STATUS TCP or STATUS TERM command.
Effect. For the TERM object, the socket connection with the client is broken, the
socket is closed, and a new “waiting for connection” request is made to the router
process.
Recovery. Informational message only; no corrective action is needed.
3146: ZPWY-ERR-TCP-PROTOCOLERROR
The communication protocol that the client used is not supported by Pathway/iTS.
Pathway/iTS supports the HTTP and TCP/IP Raw Socket protocols.
This error does not appear in the RETCODE token or in an error list; it appears only in
response to a STATUS TCP or STATUS TERM command.
Effect. The operation fails, the session is closed, and the TERM object is reinitialized
for a new session.