Error 3229

Message

Possible error messages:

Without Resource Bundle (default)
  • SUPBigBinary attempt to write past end of allowed size
  • SUPBigString attempt to write past end of allowed size
With Resource Bundle
  • write past end of allowed size
Domain Persistence.PersistenceException
Number 3229
Label ERR_DB_WRITE_OVER_LENGTH
Applicable Platform(s) iOS

Cause

When writing to a BIG type field, the position of the stream is beyond the end of the length.

Action

Check the "seek" method called for this BIG type field; do not move the position beyond the end of the field.