TS/MP 2.5 Pathsend and Server Programming Manual

923
FEScTooManyServerLinks
Cause. The ACS Subsystem ROUT process already has the maximum number of concurrent links
to server processes allowed for all PATHMON processes. The maximum number is 8191.
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
works depends on the design and operating environment of your application.
For more information about ACS Subsystem limits, see ACS Subsystem Limit Errors” (page 53)
and the NonStop TS/MP 2.5 System Management Manual.
924
FEScTooManySendRequests
Cause. The maximum number of concurrent server-class send operations allowed is exceeded. The
maximum number is 255 per requestor and 512 for all requestors 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 ACS Subsystem limits, see ACS Subsystem Limit Errors” (page 53)
and the NonStop TS/MP 2.5 System Management Manual.
925
FEScTooManyRequestors
Cause. The ACS Subsystem process is already communicating with the maximum number of
requestors allowed. The maximum number of concurrently active Pathsend requestors per processor
is 256. This error can occur only on the first call of the requestor 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 requestors 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.
122 Pathsend Errors