Pathmaker Messages Manual

Pathmaker Messages
2–14 067870 Tandem Computers Incorporated
Bad program unit name; Call to
called-program
Cause. The
called-program
name is invalid or does not exist.
CALL error issued by the generated application.
Effect. CALL fails.
Recovery. Check the user interface for the CALL name and existence of the called
program. Regenerate.
Bad pseudocode; P-Reg =
TCP-P-reg
In
called-program
Cause. CALL error issued by the generated application.
Effect. Called program fails.
Recovery. Check user code (in a user hook) for code that the current version of the
SCOBOLX compiler cannot handle. Recode and regenerate.
Bad reply length; Send to
server-class
Cause. SEND error issued by the generated application.
Effect. SEND failed; the operation backed out if it was protected by the TMF software.
Recovery. Check the versions of the requester and the server. Regenerate if the SEND
parameters or IPC has changed.
Bad reply received; Send to
server-class
Cause. The reply from the server does not match any codes specified in the SEND
statement.
SEND error issued by the generated application.
Effect. Operation canceled.
Recovery. There is an error in the Transaction Service code. Correct code and retry
operation.