The task you where trying to receive does not exist

This mostly is the result of a share task being interrupted. During this operation, a task was created, which is used for reference in the next operation. Since the share operation was interrupted, the server hasn't created the task, but the local workset still refers to it.

If you don't have important, unsaved changes in the workset, the quickest fix would be to disconnect the workset and download a new.

To fix this with the existing workset, you can:




Example, if your server.xml file shows:

    <SynchronizationId>315</SynchronizationId>

first try:

    <SynchronizationId>314</SynchronizationId>

then:

    <SynchronizationId>313</SynchronizationId>

etc