Error 3223

Message

Possible error messages:

Without Resource Bundle (default)
  • Exception at closing BigBinary
  • Exception at closing bigstring
  • SUPBigBinary attempt to close an object that is corrupt
  • <Actual error message from DB layer>
  • SUPBigString attempt to close an object that is corrupt
With Resource Bundle
  • close operation exception
Domain Persistence.PersistenceException
Number 3223
Label ERR_DB_CLOSE
Applicable Platform(s) iOS

Cause

Cannot close BIG type field. This error may be caused by two or more threads trying to modify or delete the same row in the database. Or, the database may be corrupted.

Action

This error occurs when write-during-write is enabled, and the application has been coded so that multiple threads can simultaneously modify the same object. The application must handle the exception, or prevent multiple threads modifying the same object at the same time.