Possible error messages:
| Without Resource Bundle (default) |
|
| With Resource Bundle |
|
| Domain | Persistence.SynchronizeException |
| Number | 23303 |
| Label | UPLOAD_ONLY_BE_TRUE |
| Applicable Platform(s) | iOS, Android, BlackBerry, Windows Mobile |
DBClass.beginSynchronize includes the parameter uploadOnly, which can be specified only if asyncReplay is enabled.
Either enable asyncReplay by using DBClass.getSynchronizatioinProfile().setAsyncReplay(true), or use uploadOnly=false for DBClass.beginSynchronize.