Error 21056

Message

Possible error messages:

Without Resource Bundle (default)
  • The stream is not open
  • SUPBigBinary attempt to access an object that is not open
  • SUPBigString attempt to access an object that is not open
With Resource Bundle
  • The stream is not open
Domain Persistence.PersistenceException
Number 21056
Label STREAM_NOT_OPEN
Applicable Platform(s) iOS

Cause

Cannot perform operation on BigString or BigBinary field, as the field has not yet been opened.

Action

Use the BigString.Open or BigBinary.Open method before retrying the operation.