Error 23700

Message

Possible error messages:

Without Resource Bundle (default)
  • Data.Length:{DATA_LENGTH} position {POSITION} is exceeded the Length of the Value:{VALUE_LENGTH}
With Resource Bundle
  • data.Length:{DATA_LENGTH} position {POSITION} is exceeded the Length of the Value:{VALUE_LENGTH}
Domain Persistence.WriteOverLengthException
Number 23700
Label WRITE_OVER_LENGTH
Applicable Platform(s) Android, BlackBerry, Windows Mobile

Cause

When calling BigString or BigBinary.Write, the written data exceeded the allocated length of BigString or BigBinary.

Action

When using openForWrite (length), allocate a larger size for BigString or BigBinary before calling write.