Hi,
I am looking into the Offline OData functionality available since SMP 3.0 SP04. I have created an Android client which is able to register itself to the SMP server using an application ID that has been configured to use offline odata functionality.
After registration, the offline store is opened for the first time using offlinestore.openStoreSync(options). This call throws an ODataNetworkException:
com.sap.smp.client.odata.offline.ODataOfflineException: [-10060] An error occured while performaning a syncrhonization. Reason: -857 (ERROR) %1:[-10255] Message: Failure occurred while executing user supplied code
Any ideas how to solve this?
Kind regards,
Mike Overmeijer
Hi,
I checked the SMP server log and ran into some exceptions:
"Exception thrown in method: 'public void com.psa.odata.offline.scripts.ODataSyncHandler.handle.UploadData(ianywhere.ml.script.UploadData) throws java.lang.Exception'. Error description: 'java.lang.IllegalArgumentException: cookie name "$Path" is a reserver token'
Any help? Is this an issue being fixed with SP04 PL 02 ?
Kind regards,
Mike
You should look at Getting Started with the Offline Store for Android
Add a comment