TRANSFER Installation and Management Guide

TSCHED Output File Error Messages
Error Messages
13198 Tandem Computers Incorporated B–51
[
nn
]:*ERROR* Log entry from agent BEGIN
[
nn
]:Depot:
xxxxx
[
nn
]:Agent:
xxxxx
[
nn
]:Text supplied by agent:
xxxxx
[
nn
]:*ERROR* Log entry from agent END
Cause. The TAREQ has invoked the indicated agent during a delivery to the indicated
depot, and the agent has responded that the TAREQ should log an error for the agent.
Effect. The TAREQ then proceeds normally.
Recovery. Refer to the agent to understand the error.
[
nn
]:Error return from CALL of Agent
[
nn
]:CALL error:
nnnn, nnnnn
Cause. The TAREQ received an unexpected error return from a CALL statement when
invoking a SCREEN COBOL agent. The numbers are from the special registers
TERMINATION-STATUS and TERMINATION-SUBSTATUS, respectively.
Effect. The TAREQ proceeds normally.
Recovery. Refer to the CALL statement description in the PATHWAY SCREEN COBOL
Reference Manual. Note that error 20 (Called Program Unit Not Found) could mean
that the agent was found, but the agent called a program that could not be found and
provided no ON ERROR clause. The responsible agent can be determined only from
the log file.
[
nn
]:Error return from SEND to Agent
[
nn
]:SEND error:
nnnn, nnnnn
Cause. TAREQ received an unexpected error return from a SEND statement when
invoking a server class agent. The indicated numbers are from the special registers
TERMINATION-STATUS and TERMINATION-SUBSTATUS, respectively.
Effect. The TAREQ proceeds normally.
Recovery. Refer to the SEND statement description in the PATHWAY SCREEN COBOL
Reference Manual. The responsible agent can be determined only from the log file.