Error 22600

Message

Possible error messages:

Without Resource Bundle (default)
  • <Empty error message>
  • Instance must be saved before this method
  • Instance must be saved before write
  • Instance must be saved first
  • SUPBigBinary object has not been initialized
  • SUPBigString object has not been initialized
  • SUPBigString object has not been initialized: dbClass missing
  • SUPBigString object has not been saved
  • SUPBigString object has not been saved: rbsMbo missing or new
  • SUPBigString object has not been saved: attributeName missing
  • SUPBigBinary object has not been saved
With Resource Bundle
  • object not saved
Domain Persistence.ObjectNotSavedException
Number 22600
Label OBJECT_NOT_SAVED
Applicable Platform(s) Android, BlackBerry, Windows Mobile

Cause

Save the MBO instance before calling the BigString or BigBinary API.

Action

Call MBO.save or MBO.create() before calling the BigString or BigBinary API.