TS/MP Pathsend and Server Programming Manual (H06.05+, J06.03+)
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 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
FEScOutstandingSend
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
FEScDialogAborted
Cause. The dialog has been aborted for one of these 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.
930
FEScChangedTransid
Cause. A call to SERVERCLASS_DIALOG_SEND_, SERVERCLASS_DIALOG_END_, or
SERVERCLASS_DIALOG_ABORT_ was done under a different transaction identifier than the previous
call to SERVERCLASS_DIALOG_BEGIN_ (which had specified flags.<14> = 0). This is a
programming error.
Typical file-system error: 0 (FEOK)
Descriptions of Pathsend Errors 117










