Pathmaker Messages Manual
Pathmaker Messages
2–74 067870 Tandem Computers Incorporated
Function not implemented; Call to
called-program
Cause. You attempted a CALL to a nonexistent run-unit (Requester).
CALL error issued by the generated application.
Effect. CALL fails.
Recovery. Implement the called requester.
Generated source and object files must be unique
Cause. The same name was specified for the source and object files.
Issued by the Pathmaker product.
Effect. Server or service generation fails.
Recovery. Change the name of either the source or the object file.
Generic reads can be performed only on character columns
Cause. You attempted a generic read on an SQL column that is not defined with the
character data type: for instance, a column defined with a numeric or date/time data
type.
Issued by the generated application.
Effect. Read operations fails.
Recovery. If a column is defined with a numeric or date/time data type, you must use
one of the other SQL READ commands, not READ GENERIC, to read that column.
HELP database file has invalid structure —
help file name
Cause. HELPUTIL detected an invalid file attribute in a help database file. HELPUTIL
verifies the file structure, record length, primary key specification, alternate key
specification, and alternate key file name in a help database file. This error may occur
when a help database is copied to a new location and its alternate key file names are
not updated to point to the new location.
Issued by HELPUTIL
Effect. The HELPUTIL operation is canceled.
Recovery. Correct the help database file indicated in the message. You can use the FUP
ALTER command to correct the file's alternate key file name.