Error 23303

Message

Possible error messages:

Without Resource Bundle (default)
  • uploadOnly can only be true if it is async replay
With Resource Bundle
  • uploadOnly can only be true if it is async replay
Domain Persistence.SynchronizeException
Number 23303
Label UPLOAD_ONLY_BE_TRUE
Applicable Platform(s) iOS, Android, BlackBerry, Windows Mobile

Cause

DBClass.beginSynchronize includes the parameter uploadOnly, which can be specified only if asyncReplay is enabled.

Action

Either enable asyncReplay by using DBClass.getSynchronizatioinProfile().setAsyncReplay(true), or use uploadOnly=false for DBClass.beginSynchronize.