TS/MP Supplement for Limits Relief (G06.26+)
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