cancel
Showing results for 
Search instead for 
Did you mean: 

Problem due to synchronization

Former Member
0 Kudos

Hi Experts,

I am a new bie to SUP. In our application we are able to successfully fetch records from SAP servers and display them in the device client. Now the problem that we are facing is, sometimes the records that are being displayed come from the device's cache (database) and not from the consolidated database as it is supposed to be. Because when we tried commenting out ,

//MobileDB.synchronize();

and tried running the application, still it is fetching records and displaying which means that the records are retrieved from the local mobile cache and not from the consolidated database. Is there a way to clear the device cache. Every time, we invoke the synchronize() function, we would like to receive new set of records available in the CDB and not the existing ones from the mobile cache.. Please let me know if I was nt clear in explaining my problem

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Please try online cache policy when creating MBO in SUP