Pathmaker Messages Manual
Pathmaker Messages
2–164 067870 Tandem Computers Incorporated
OPEN error:
filename
Mismatch on key count
Cause. The number of keys in the file as described in the application definition differs
from that in the current physical file.
This indicates that the current state of the file differs from that described in the DDL
definition naming that file at the time the application was created.
Issued by the generated application.
Effect. The file open operation failed and the requester was terminated.
Recovery. If the DDL description is incorrect, modify it and regenerate the requesters
that reference the file; re-create the file if necessary to make it conform to the DDL
description.
OPEN error:
filename
Regenerate program; file has changed
Cause. The current file characteristics differ from those expected by the application.
This indicates that the current state of the file differs from that described in the DDL
definition naming that file at the time the application was created.
Issued by the generated application.
Effect. The file open operation failed and the requester was terminated.
Recovery. If the DDL description is incorrect, modify it and regenerate the requesters
that reference the file; re-create the file if necessary to make it conform to the DDL
description.
Open mode required for logical file:
logical-file-name
Cause. You entered a logical file name and a DDL record name with no corresponding
open mode for the file.
Issued by the Pathmaker product and by PMADL.
Effect. Update fails.
Recovery. Enter one of the following:
I Read-only (input) access
O Write-only (output) access
IO Both read and write access
EX Sequential write access