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

Pathsend Errors
NonStop TS/MP Pathsend and Server Programming Manual–132500
6-14
Descriptions of Pathsend Errors
934
Cause. The transaction associated with the dialog has been aborted.
Typical file-system error: 0 (FEOK)
Effect. The procedure initiation fails with an error. The dialog is now aborted.
Recovery. Use SERVERCLASS_DIALOG_END_ or
SERVERCLASS_DIALOG_ABORT_ to terminate the requester’s portion of the dialog.
947
Cause. There is a problem communicating with the LINKMON process in this
processor.
Typical file-system errors: 14 (FENOSUCHDEV) and 43 (FENODISCSPACE)
Effect. The send initiation fails with an error.
Recovery. Recovery depends on the file-system error.
File-system error 14 indicates that there is no LINKMON process executing in the
processor.
File-system error 43 indicates that the LINKMON process was unable to initialize itself;
in this case, the LINKMON process writes a message to $0 that indicates the reason for
the initialization failure. Each subsequent SERVERCLASS_SEND_,
SERVERCLASS_DIALOG_BEGIN_, or SERVERCLASS_DIALOG_SEND_ call in
this processor causes the LINKMON process to reattempt initialization; after the
condition is corrected, the LINKMON process can complete initialization.
For information about initialization and limits for the LINKMON process, refer to
LINKMON Limit Errors
on page 3-4 and also to the NonStop TS/MP System
Management Manual.
FEScTransactionAborted
FEScLinkmonConnect