TS/MP Pathsend and Server Programming Manual (G06.24+, H06.03+)

Pathsend Errors
NonStop TS/MP Pathsend and Server Programming Manual132500
6-12
Descriptions of Pathsend Errors
927
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 256.
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
Cause. The requester has an outstanding send operation on this dialog. This error can
occur on a call to SERVERCLASS_DIALOG_SEND_.
Typical file-system error: 0 (FEOK)
Effect. The send initiation fails with an error.
Recovery. Complete the current send before starting another.
929
Cause. The dialog has been aborted for one of the following reasons:
The server requested a dialog abort.
The server terminated between send operations.
The server terminated immediately following send completion (with a reply of
FEContinue), but before the LINKMON process had replied to the requester.
If the server terminated, the termination could be due to a server error or a network error.
This error can occur on a call to SERVERCLASS_DIALOG_BEGIN_ or
SERVERCLASS_DIALOG_SEND_.
Typical file-system error: if the server requested the abort, 1 (FEEOF); if the server
terminated, the file-system error returned by the LINKMON process
Effect. The dialog is aborted. If flags.<14> was not set to 1 on the call to
SERVERCLASS_DIALOG_BEGIN_, the transaction is also aborted. The procedure
(if waited) or AWAITIOX (if nowait) returns with an error.
Recovery. Use SERVERCLASS_DIALOG_END_ to terminate the requester’s portion
of the dialog.
FEScTooManyDialogs
FEScOutstandingSend
FEScDialogAborted