cancel
Showing results for 
Search instead for 
Did you mean: 

SMP OfflineStore crashed during Flush operation.

Former Member
0 Kudos

Hi,

I am using SMP SDK 3.08 in iOS environment.

In my project I have two entity tables as MyHeaders and MyDetails.

I am having primary key of MyHeader table as a foreign key in MyDetails table.

I can successfully POST the data for both tables in local offline store.

But when I try to FLUSH the stored data to server, it flush only the first row of both table and stop/close the OfflineStore with following error message,

Error Domain=NetworkDomain Code=4 "[-10197] A request failed against the backend OData producer - code: "", error: "An error occurred while processing this request.", inner error: """ UserInfo=0x7bed84a0 {NSLocalizedDescription=[-10197] A request failed against the backend OData producer - code: "", error: "An error occurred while processing this request.", inner error: ""}

and crashes the application.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Does the SMP 3.0 OData SDK have support for synchronizing tables that have 1:N relationship, during a Flush operation ?

Kevin_SAP
Advisor
Advisor
0 Kudos

I would suggest upgrading to SMP SDK 3.0 SP10 PL01 and SMP Server 3.0 SP09 PL02 and retesting.  I know several issues were resolved in later releases with Offline.

Regards,

Kevin