TS/MP Pathsend and Server Programming Manual (H06.05+, J06.03+)

909: FEScInvalidFlagsValue
Cause. The caller set bits in the flags parameter that are reserved and must be 0. This is a
programming error.
Typical file-system error: 2 (FEInvalOp).
Effect. The send initiation fails with an error.
Recovery. Set the reserved bits in the flags parameter to 0.
910: FEScMissingParameter
Cause. A required parameter was not supplied. This is a programming error.
Typical file-system error: 29 (FEMissParam).
Effect. The send initiation fails with an error.
Recovery. Check the syntax of the procedure call and supply the required parameters.
911: FEScInvalidBufferLength
Cause. The buffer length in the request-len or maximum-reply-len parameter for a call to
SERVERCLASS_SEND_, SERVERCLASS_DIALOG_BEGIN_, or SERVERCLASS_DIALOG_SEND_ is
invalid. This is a programming error.
Typical file-system error: 21 (FEBadCount).
Effect. The send initiation fails with an error.
Recovery. Check the buffer lengths allowed for the request-len and maximum-replylen parameters
in the syntax description for the procedure call, and specify the correct buffer lengths.
912: FEScParameterBoundsError
Cause. The address specified by a reference parameter is out of bounds, or the caller supplied a
reference parameter that is an extended address but does not have an extended segment in use.
This is a programming error.
Effect. The send initiation fails with an error.
Recovery. Correct the programming error.
913: FEScServerClassFrozen
Cause. A process attempted to send to a frozen server class.
Typical file-system error: 0 (FEOK).
Effect. The SERVERCLASS_SEND_ or SERVERCLASS_DIALOG_BEGIN_ call is completed with an
error. The message is not sent to the server class.
Recovery. Resend after the system manager or operator has thawed the server class.
914: FEScUnknownServerClass
Cause. The server class is not configured through the specified PATHMON process. The program
has specified an incorrect server-class name or specified the wrong PATHMON process.
Typical file-system error: 0 (FEOK).
Effect. The SERVERCLASS_SEND_ or SERVERCLASS_DIALOG_BEGIN_ call is completed with an
error. The message is not sent to the server class.
Recovery. Check the server-class name and the PATHMON process name. Or check if the server
class has been configured yet (the PATHMON-controlled objects could be in the process of being
cold started or the ACS subsystem could be in the process of being started).
Descriptions of Pathsend Errors 123