Error 3002

Message

Possible error messages:

Without Resource Bundle (default)
  • SUPBigBinary copyFromFile: object is already open
With Resource Bundle
  • SUPBigBinary copyFromFile: object is already open
Domain Persistence.PersistenceException
Number 3002
Label ERROBJNOTFOUND_FILE_ALREADY_OPEN
Applicable Platform(s) iOS

Cause

Cannot call copyToFile or copyFromFile for a BIG type field; the field is already opened for read or write.

Action

Close the stream for the BIG type field before calling copyToFile or copyFromFile methods.