TS/MP Pathsend and Server Programming Manual (G06.24+, H06.03+)
Examples
NonStop TS/MP Pathsend and Server Programming Manual–132500
B-10
Pathsend Requester Example
?PAGE "T9153 PATHWAY PATHSEND SC Errors"
!
! The following is a list of all the Server Class Errors. PATHSEND has
! error numbers 900 - 950 reserved.
!
LITERAL
 FEScFirstError = 900, ! First avail. PATHSEND Error.
 FEScInvalidServerClassName = 900, ! Invalid server class name.
 FEScInvalidPathmonName = 901, ! Invalid Pathmon process name.
 FEScPathmonConnect = 902, ! Error with Pathmon
 ! connection (eg. Open, I/O,
 ! etc.).
 FEScPathmonMessage = 903, ! Unknown message received from
 ! PATHMON.
 FEScServerLinkConnect = 904, ! Error with Server Link
 ! connection
 ! (eg. Open, I/O, etc. ).
 FEScNoServerAvailable = 905, ! No Server Available.
 FEScNoSendEverCalled = 906, ! the user called SC_SEND_INFO
 ! before ever calling SC_SEND_.
 FEScInvalidSegmentID = 907, ! The caller uses an extended
 ! segment id that is out of range.
 FEScNoSegmentInUse = 908, ! The caller supplied a ref.
 ! parameter that is an extended
 ! address, but doesn't have an
 ! extended segment in use.
 FEScInvalidFlagsValue = 909, ! The caller set bits in flags
 ! parameter that are reserved
 ! and must be 0.
 FEScMissingParameter = 910, ! A required parameter was not
 ! supplied.
 FEScInvalidBufferLength = 911, ! One of the buffer length
 ! parameters is invalid.
 FEScParameterBoundsError = 912, ! A reference parameter is out
 ! of bounds.
 FEScServerClassFrozen = 913, ! The Server Class is Frozen.
 FEScUnknownServerClass = 914, ! PATHMON does not recognize
 ! Server Class name.
 FEScPathmonShutDown = 915, ! Send denied because Pathmon
 ! is shutting down.
 FEScServerCreationFailure = 916, ! Send denied by PATHMON
 ! because of Server creation
 ! failure.
 FEScServerClassTmfViolation = 917, ! The Tmf Transaction mode of
 ! the Send does not match that
 ! of the ServerClass (eg.
 ! Requester Send has a TransId
 ! and the ServerClass is
 ! configured with TMF OFF).
 FEScOperationAborted = 918, ! Send operation aborted. See
 ! accompanying Guardian error
 ! for more information.
 FEScInvalidTimeoutValue = 919, ! The caller supplied an
 ! invalid timeout value.
 FEScPFSUseError = 920, ! The caller's PFS segment 
 ! could not be accessed.
 FEScTooManyPathmons = 921, ! The max. number of Pathmons
 ! allowed has been exceeded.
 FEScTooManyServerClasses = 922, ! The maximum number of server
 ! classes has been exceeded.
 FEScTooManyServerLinks = 923, ! The maximum number of server
 ! links has been exceeded.
 FEScTooManySendRequests = 924, ! The maximum number of send
 ! requests has been exceeded.
 FEScTooManyRequesters = 925, ! The maximum number of allowed










