Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 8 - Invalid address

8   Invalid address

Cause

This error occurs when the object identifier (OID) of an object has been corrupted.

The object identifier contains the instance identifier, which is used to access the record in the database for that object. If this instance identifier is corrupted, a subsequent attempt to read the record based on this instance identifier could return this error or an incorrect record.

This error can also be returned if your application code attempts to access a deleted object.

Action

Debug the application to determine the cause of the error and then correct your code accordingly.