Pathmaker Messages Manual

Pathmaker Messages
2–40 067870 Tandem Computers Incorporated
Data file was in use (012)
Cause. The file is opened by some other user which locks out your application (file
system error 12).
Issued by the generated application.
Effect. Open operation fails and the requester is terminated.
Recovery. Retry the operation later. If the problem persists, see your system manager.
Data file was not found (011)
Cause. You attempted an operation on a data file that cannot be found (file system
error 11).
Either the file has been moved or deleted, or the DDL definition specified a different
name at the time the application was created issued by the generated application.
Effect. Open operation failed and the requester was terminated.
Recovery. Recover or recreate the data file, or correct the file name in the DDL
definition; check to see if the Pathway configuration has the correct ASSIGN for this
file.
Data item is too long to fit in box
field-name
of
ref-object-
name
Cause. A field or the field's heading cannot fit in the available space on the screen.
Issued by the Pathmaker product and by PMADL.
Effect. Requester generation or default screen generation fails.
Recovery. If the DDL HEADING for
field-name
is long, try rewriting the heading so
that it is shorter.
If the size of the field itself is unusually long, try reducing the size of the field.
If you have many occurrences of a field, try reducing the number of occurrences.
If the field is in a nested record, the area available for displaying the data fields in a
record might be too small because you have it too deeply nested within other records;
try removing one of the levels of nesting.