TS/MP Pathsend and Server Programming Manual (G06.24+, H06.03+)
Pathsend Errors
NonStop TS/MP Pathsend and Server Programming Manual–132500
6-6
Descriptions of Pathsend Errors
909
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
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
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-
reply-len parameters in the syntax description for the procedure call, and specify the
correct buffer lengths.
912
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.
FEScInvalidFlagsValue
FEScMissingParameter
FEScInvalidBufferLength
FEScParameterBoundsError