cancel
Showing results for 
Search instead for 
Did you mean: 

UI5 Kapsel offline odata plugin - SMP raises error after store Flush

former_member186490
Participant
0 Kudos

Hi all,

Using SAP Web IDE and Hybrid App Toolkit (kapsel plugin), I have built a UI5 oData application that is able to run offline...

(oData service is provided by Cloud for Customer / Hybris Sales).

The offline local store provides a FLUSH method to switch online and update the backend sending oData requests.

FLUSH are successful (backend is correctly updated). However the FLUSH response sent by the backend is not understood by the local store. SMP logs provide those 2 errors:

[-100024] An error occurred while retrieving or parsing the response for request "https://hcpms-Sxxxxxxxxx.trial.hanatrial.ondemand.com:443/com.sap.webide.x74888cd310a2461e8698d8068f9eb6f9_314050_C4CODAT/ServiceRequestCollection". Error caused by: Illegal argument for method call with message 'results'.

Upload for an Offline OData client failed.

Does one have any clue here ?

Thanks in advance, Rémy

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member322772
Active Participant
0 Kudos

Not sure exactly but it might have something to do with navigation properties since you are seeing 'results' in the message.

It might be that there is a value in the table that conflicts with the OData types. E.g. is there is value that should not be nullable that is empty?