Error 3222

Message

Possible error messages:

Without Resource Bundle (default)
  • Exception at open, either bigClass or ulConn is null
  • Open operation exception
With Resource Bundle
  • open operation exception
Domain Persistence.PersistenceException
Number 3222
Label ERR_DB_OPEN
Applicable Platform(s) iOS

Cause

Cannot open a BIG type for read or write.

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.