TS/MP Pathsend and Server Programming Manual (H06.05+, J06.03+)
Cause. The LINKMON process had no links to the server class and was unable to get a link from
the PATHMON process to satisfy this request. For example, MAXLINKS links for each server class
are already allocated to other LINKMON processes and TCPs. This is a PATHMON configuration
problem.
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 process.
Recovery. Increase the maximum number of servers in the server class (with the PATHCOM
MAXSERVERS parameter) or increase the number of links available to the server (with the PATHCOM
MAXLINKS parameter). For details about the MAXSERVERS and MAXLINKS parameters, see the
NonStop TS/MP System Management Manual.
906
FEScNoSendEverCalled
Cause. The SERVERCLASS_SEND_INFO_ procedure was called before SERVERCLASS_SEND_ or
SERVERCLASS_DIALOG_BEGIN_ was ever called by this program. This is a programming error.
Typical file-system error: 0 (FEOK)
Effect. The SERVERCLASS_SEND_INFO_ call is completed with return error 0, Pathsend error 906,
and file-system error 0.
Recovery. Ensure that your application program does not call SERVERCLASS_SEND_INFO_ before
it calls SERVERCLASS_SEND_ or SERVERCLASS_DIALOG_BEGIN_.
NOTE: Error 907, FEScInvalidSegmentId, and error 908, FEScNoSegmentInUse, are not returned
on D-series systems. Error 908 has been replaced by error 912, FEScParameterBoundsError.
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
112 Pathsend Errors










