Pathmaker Messages Manual
Pathmaker Messages
2–76 067870 Tandem Computers Incorporated
I/O error; Send to
server-class system-error-num
Cause. A system error occurred during an I/O operation.
SEND error issued by the generated application.
Effect. SEND fails.
Recovery. Recovery depends on the system error reported. Refer to the Guardian
Procedure Errors and Messages Manual for information about operating system error
messages.
Illegal call to initial requester:
requester-name
Cause. You attempted to generate a requester that contains a CALL to an initial
requester; or you attempted to simulate a CALL to an initial requestor.
Issued by the Pathmaker product and by PMADL.
Effect. Requester generation fails or the simulation operation is canceled.
Recovery. If you specified the CALL first, then changed the called requester into an
initial requester, you have violated a Pathmaker restriction: you cannot call an initial
requester. Remove the CALL or change the called requester so that it is not an initial
requester.
If you specified the initial requester, then added the CALL, you have encountered an
internal error. Note this error message and contact your Tandem representative.
Illegal COBOL type:
illegal-name
Cause. You attempted to add a RECORD, DEF, or SQL table object name that contains
a field with an unsupported data type to the requester context.
The unsupported data types for ENSCRIBE files are:
BINARY 8 COMPLEX FLOAT
BINARY 32, -5 (or above) ENUMERATION LOGICAL
BINARY 64, -9 (or above)
The unsupported data types for SQL tables are:
FLOAT REAL DOUBLE PRECISION
Issued by the Pathmaker product and by PMADL.
Effect. Add or update fails.
Recovery. Rewrite the DDL definition or SQL table definition so it does not use an
unsupported data type.