TS/MP Pathsend and Server Programming Manual (H06.05+, J06.03+)

919
FEScInvalidTimeoutValue
Cause. The caller supplied an invalid timeout value in a call to SERVERCLASS_SEND_,
SERVERCLASS_DIALOG_BEGIN_, or SERVERCLASS_DIALOG_SEND_. This is a programming
error.
Typical file-system error: 2 (FEInvalOp)
Effect. The send initiation fails with an error.
Recovery. Specify a valid timeout value. See the procedure call syntax description for details about
valid timeout values.
920
FEScPFSUseError
Cause. The caller’s process file segment (PFS) could not be accessed.
Typical file-system error: 31 (FENoBufSpace)
Effect. The send initiation fails with an error.
Recovery. Code the process to stop itself if this error occurs.
921
FEScTooManyPathmons
Cause. A call to SERVERCLASS_SEND_ or SERVERCLASS_DIALOG_BEGIN_ specifies a PATHMON
process not known to the LINKMON process, and the LINKMON process is already communicating
with the maximum number of PATHMON processes allowed. The maximum number is 256.
Typical file-system error: 0 (FEOK)
Effect. The call is completed with an error. The message is not sent to the server process.
Recovery. In some cases, you can recover from this error by retrying the call. Whether a retry will
work depends on the design and operating environment of your application. If the PATHMON
processes in your application are frequently created and stopped, retry the call. Otherwise,
investigate the cause of the large number of PATHMON processes and eliminate some processes.
For more information about LINKMON limits, refer to “LINKMON Limit Errors” (page 44) and also
to the NonStop TS/MP System Management Manual.
922
FEScTooManyServerClasses
Cause. The LINKMON process already has links to the maximum number of server classes allowed
for all PATHMON processes. The maximum number is 1024.
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 process.
Recovery. In some cases, you can recover from this error by retrying the call. Whether a retry will
work depends on the design and operating environment of your application.
For more information about LINKMON limits, refer to “LINKMON Limit Errors” (page 44) and also
to the NonStop TS/MP System Management Manual.
Descriptions of Pathsend Errors 115