I was able to reproduce the issue. But it’s something wrong with your client code.
I commented out the below line when the app resumes
// SAP.Data.OData.Offline.Store.ODataOfflineStore.GlobalInit();
I suspended the app which calls the following line…
- SAP.Data.OData.Offline.Store.ODataOfflineStore.GlobalFini();
I then resumed the app. I then tried to update an entry in the Offline Store. And I was able to get the exception.
So, it’s more than likely something wrong with your client code.