Error 3001

Message

Possible error messages:

Without Resource Bundle (default)
  • SUPBigBinary copyFromFile: file does not exist
  • "-load": in {ENTITY_CLASS_NAME}: entity not found in database
With Resource Bundle
  • SUPBigBinary copyFromFile: file does not exist
Domain Persistence.PersistenceException
Number 3001
Label ERROBJNOTFOUND_FILE_NOT_EXIST
Applicable Platform(s) iOS

Cause

Case 1: Cannot call copyFromFile for a BIG type field; file path specified does not exist. Case 2: Cannot load an entity with the specified ID.

Action

Case 1: Verify the file path. Case 2: The entity does not exist on the database. Verify that the correct ID has been specified.