TS/MP Pathsend and Server Programming Manual (G06.24+, H06.03+)

Pathsend Errors
NonStop TS/MP Pathsend and Server Programming Manual132500
6-7
Descriptions of Pathsend Errors
913
Cause. The server class the process tried to send to is frozen.
Typical file-system error: 0 (FEOK)
Effect. The SERVERCLASS_SEND_ or SERVERCLASS_DIALOG_BEGIN_ call is
completed with an error. The message is not sent to the server class.
Recovery. Resend after the system manager or operator has thawed the server class.
914
Cause. The server class is not configured through the specified PATHMON process.
The program has specified an incorrect server-class name or specified the wrong
PATHMON process.
Typical file-system error: 0 (FEOK)
Effect. The SERVERCLASS_SEND_ or SERVERCLASS_DIALOG_BEGIN_ call is
completed with an error. The message is not sent to the server class.
Recovery. Check the server-class name and the PATHMON process name. Or check if
the server class has been configured yet (the PATHMON-controlled objects could be in
the process of being cold started).
915
Cause. The send operation has been denied for one of the following reasons:
The PATHMON process for the server class is shutting down.
A timeout occurred on an I/O operation to a server in debug mode.
Typical file-system error: 0 (FEOK)
Effect. The SERVERCLASS_SEND_, SERVERCLASS_DIALOG_BEGIN_, or
SERVERCLASS_DIALOG_SEND_ call is completed with an error. The message is
not sent to the server class.
Recovery. If the PATHMON process is shutting down, determine the reasons for the
shutdown and perform appropriate recovery actions.
FEScServerClassFrozen
FEScUnknownServerClass
FEScPathmonShutDown