Error 3213

Message

Possible error messages:

Without Resource Bundle (default)
  • Failed to end update for database
With Resource Bundle
  • failed to end update for database
Domain Persistence.PersistenceException
Number 3213
Label ERR_DB_UPDATE_END
Applicable Platform(s) iOS

Cause

Cannot invoke UL method UpdateEnd when updating a BIG type column.

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.