cancel
Showing results for 
Search instead for 
Did you mean: 

ODataNetworkException while opening offline odata store

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (2)

Answers (2)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

You should look at

Former Member
0 Kudos

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