Hello,
My question is about an import/export scenario within a synchronized context.
I have two data storage synchronized with each other. When I import the same data into both storage so that the ids of the imported items in both storage are equal, I get a COMException during the next synchronization with the
following message: Change was provided that was not expected either because it is out-of-order or incorrect.
I expected a conflict. Why does this exception occur and how to overcome that? It's not possible to change the id when importing!
Regards
Ibis xin