Pathmaker Messages Manual

Pathmaker Messages
067870 Tandem Computers Incorporated 2–277
Update fails. File error code =
error-code
Cause. A data file operation error was reported by the file system.
Issued by the generated application.
Effect. The update did not occur.
Recovery. Consult the Guardian Procedure Errors and Messages Manual for interpretation
of the error code.
Update fails. INSERT OK, but DELETE on old image fails.
Cause. File operation error.
Issued by the generated application.
Effect. An update which changes the primary key value is implemented as an insert
under the new key value. It is followed by a delete by the old key. The delete part of
this operation has failed on an unaudited file.
Recovery. Delete either the old or the new record to restore the integrity of the data file.
Update fails. Record is gone.
Cause. The record that you want to update has been deleted by another application
since you read it.
Issued by the generated application.
Effect. The update did not occur.
Recovery. The original record is gone. If the information in your modified record
should appear in the database, the record must be inserted.
Update fails. Record is locked.
Cause. The record that you want to update was locked by another application.
Issued by the generated application.
Effect. The update did not occur. The record may have been modified since you read
it.
Recovery. Retry the Read and Update sequence of operations.