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

923
FEScTooManyServerLinks
Cause. The LINKMON process already has the maximum number of concurrent links to server
processes allowed for all PATHMON processes. The maximum number is 1750.
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 theNonStop TS/MP System Management Manual.
924
FEScTooManySendRequests
Cause. The maximum number of concurrent server-class send operations allowed has been exceeded.
The maximum number is 255 per requester and 512 for all requesters running in a processor. This
error can occur on a call to SERVERCLASS_SEND_, SERVERCLASS_DIALOG_BEGIN_, or
SERVERCLASS_DIALOG_SEND_.
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.
For more information about LINKMON limits, refer to “LINKMON Limit Errors” (page 44) and also
to the NonStop TS/MP System Management Manual.
925
FEScTooManyRequesters
Cause. The LINKMON process is already communicating with the maximum number of requesters
allowed. The maximum number of concurrently active Pathsend requesters per processor is 256.
This error can occur only on the requester’s first call to SERVERCLASS_SEND_ or
SERVERCLASS_DIALOG_BEGIN_.
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. Retry if the number of Pathsend requesters fluctuates in this processor.
926
FEScDialogInvalid
Cause. The specified dialog identifier is not valid. This error can occur on a call to
SERVERCLASS_DIALOG_SEND_, SERVERCLASS_DIALOG_END_, or
SERVERCLASS_DIALOG_ABORT_.
Typical file-system error: 0 (FEOK)
Effect. The send initiation fails with an error.
116 Pathsend Errors