cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Kapsel offline database downloading issue

kathiresan_jayaraj
Discoverer
0 Kudos

We are doing offline development using Kapsel master detail template. We are using Odata services for fetching data from backend and we are able see the initial screen of the application after successfully registering our app with SMP server. But the issue is in local offline database it is downloading only partial entries for all the collection sets. For example we have checked our data services in back end its giving 64 entries but in offline local store it is giving only 39 entries. Currently we are using only 2 Entities which have 64 and 12 entries but in offline store it is giving only 39 and 2 entries, which rules out the space constraint of the offline database. Due to this issue we are not able to move further in development because data is inconsistent.

We are using Android emulator for testing our application

We are referring this link for development .

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member467951
Participant
0 Kudos

Can you turn on the trace on gateway server and see how the request is coming(/IWFND/TRACES). You have already said that you verified the backend services but I am not sure if you executed the request or if you captured the request made through the App.

kathiresan_jayaraj
Discoverer
0 Kudos

Thank you for your quick reply Ram. We have tried both the options, we have directly executed the service on the gateway system and also captured the request made through the app and both are returning the same number of records. But in the offline DB only a subset of those records are getting saved.