TS/MP 2.5 Pathsend and Server Programming Manual

Effect. The SERVERCLASS_SEND_, SERVERCLASS_DIALOG_BEGIN_, or
SERVERCLASS_DIALOG_SEND_ call is completed with an error. The message is not sent to the
server-class.
Recovery. If the PATHMON process is shutting down, determine the reasons for the shutdown and
perform appropriate recovery actions.
If a server process is in debug mode and a timeout error (file-system error 40) occurred:
Use the PATHCOM STATUS PATHMON command to find the server-classes that are in the
LOCKED state.
Identify the server program file for each locked server-class.
Issue the TACL command STATUS *, PROG object-file-name to list all running processes.
Stop these processes by using the TACL STOP command.
For more information about timeout errors for servers in debug mode, see chapter 4, “Considerations
for Debugging Pathway Servers” (page 68).
916
FEScServerCreationFailure
Cause. The ACS Subsystem ROUT process is unable to get a link to the server-class due to a server
creation failure. This is usually a server-class configuration problem, or a server might have a
problem that causes it to fail.
Typical file-system error: 0 (FEOK).
Effect. The send initiation fails with an error.
Recovery. Verify that the server-class is configured correctly. If the problem is not in the configuration,
correct the error in the server.
917
FEScServerClassTmfViolation
Cause. The transaction mode of the Pathsend program does not match that of the server-class. The
process has a current transaction ID at the time of the send, and the server-class is configured with
the TMF parameter set to OFF. This is a programming error or a server-class configuration error.
Typical file-system error: 0 (FEOK).
Effect. The call is completed with an error. The message is not sent to the server-class.
Recovery. Correct your program or change the server-class configuration setting to TMF ON.
918
FEScSendOperationAborted
Cause. The send operation has been terminated at an indeterminate point.
Typical file-system error: 40 (FETimedOut)
Effect. The send fails. A message might have been sent to the server process, depending on when
the send is aborted.
Recovery. The recovery action depends on which file-system error has occurred. With error 40
(FETimedOut), you can try a larger timeout value.
120 Pathsend Errors