Previous Topic: IDAETERR70 - ROWID is not uniqueNext Topic: IDAETERR72 - Record not found in DELETE WHERE condition


IDAETERR71 - Record not found in UPDATE WHERE condition

Reason:

The record you were attempting to UPDATE could not be found. This could be because another user deleted it or the WHERE specification was incorrect.

Action:

If there was no TRANSMIT between retrieval of the record and your attempt to update it, then ensure that the WHERE specifications are identical.