Error 34000

Message

Possible error messages:

Without Resource Bundle (default)
  • <Empty error message>
  • Write operation is not allowed for download only entity
With Resource Bundle
  • no such operation
Domain Reflection.NoSuchOperationException
Number 34000
Label NO_SUCH_OPERATION
Applicable Platform(s) Android, BlackBerry, Windows Mobile

Cause

Cannot invoke one of the CUD operation because it is not defined in the MBO model.

2) If condition 1 is not met, select operations without parameters, like Create1(), Delete2(). 3) If conditions 1 and 2 cannot be met, user cannot call Create(), Update(), or Delete().

4) Call CUD operations on MBO.getDownloadState().

Action

Only invoke methods defined in MBO model.

Also avoid calling CUD operations on MBO.getDownloadState(). (??verify)