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.
924: FEScTooManySendRequests
Cause. The maximum number of concurrent server-class send operations allowed was exceeded.
The maximum number is 255 for each requester. This error can occur on a call to
SERVERCLASS_SEND_, SERVERCLASS_DIALOG_BEGIN_, or SERVERCLASS_DIALOG_SEND_.
NOTE: This error is no longer returned when the limit of concurrent send operations is exceeded;
instead error 947 (FEScRoutConnect) is returned with file-system error 30.
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 upon the design and operating environment of your application.
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.
Recovery. Use a valid dialog identifier.
927: FEScTooManyDialogs
Cause. The requester cannot start a new dialog because it already has the maximum number of
dialogs open. The maximum number of dialogs per requester is 255; the maximum number for all
requesters in a CPU is 4094. This error can occur on a call to SERVERCLASS_DIALOG_BEGIN_.
Typical file-system error: 0 (FEOK).
Effect. The send initiation fails with an error.
Recovery. Reduce the number of dialogs.
928: FEScOutstandingSend
Cause. The requester has an outstanding send operation on this dialog. This error can occur on a
call to SERVERCLASS_DIALOG_SEND_.
Descriptions of Pathsend Errors 125