Pathmaker Messages Manual
Pathmaker Messages
067870 Tandem Computers Incorporated 2–161
Only name changes allowed — no additions
Cause. You attempted to add a parameter to the CALL Parameter Definition screen or
to the SEND Parameter Definition screen; the parameter does not have a
corresponding formal parameter supplied by Pathmaker.
Issued by the Pathmaker product.
Effect. Update fails.
Recovery. If you are on the CALL Parameter Definition screen, go to the Requester
Parameters screen of the called requester and add the parameter to the formal
parameter list. Then return to the CALL Parameter Definition screen to update the
CALL parameter list.
If you are on the SEND Parameter Definition screen, go to the IPC Definition screen of
the service and add the parameter to the IPC message structure. Then return to the
SEND Parameter Definition screen to update the SEND parameter list.
OPEN error:
file-name
AUDIT/TMF param mismatch
Cause. Either: a) the data file is audited (by the TMF software), but the server
accessing the file is configured to operate on non-audited files, or b) the file is not
audited, but the server is configured to operate on audited files.
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 requester
and Pathway configuration; recreate the file, if necessary, to make it conform to the
DDL description.
OPEN error:
filename
Data file in use
Cause. The file was opened by some other user in a manner that locks out your
application.
Issued by the generated application.
Effect. The file open operation failed and the requester was terminated.
Recovery. Retry when the conflicting use has ceased.