locked
The transaction cannot be aborted... RRS feed

  • Question

  • Hi,

    I get the following error during sync with a windows mobile 6.1 device.

    "The transaction cannot be aborted if there are any opened cursors in the scope of this transaction. Make sure all data readers/result sets are explicitly closed before aborting the change"

    What does it mean?

    Thanks,

    Aristeidis

    Monday, January 2, 2012 2:20 PM

Answers

  • After debugging I found out that the error message came from a primary key conflict between the server and the client.The conflict was found by attaching to ApplyChangesFailed event of the SyncAgent.
    Thursday, January 5, 2012 8:12 AM