Error 3212

Message

Possible error messages:

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

Cause

Invoke UL method UpdateBegin failed when opening a BIG type column for write.

Action

This could only happen when write-during-write is enabled and appThis 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.