Error 3000

Message

Possible error messages:

Without Resource Bundle (default)
  • SUPBigBinary attempt to get length for a null value
  • SUPBigString attempt to get length for a null value
  • SUPBigString attempt to read a null value
With Resource Bundle
  • Null object access
Domain Persistence.PersistenceException
Number 3000
Label ERROBJNOTFOUND_OBJECT_NULL
Applicable Platform(s) iOS

Cause

Case 1: Cannot get the length of a BIG type field, because it is null. Case 2: Cannot open the BIG type field for read, because it is null.

Action

Verify that the BIG type field is not null before calling openForRead and position methods.