On Wed, 2010-04-07 at 13:52 +0100, Peter Lipp wrote:
> First ERROR encountered: addressbook: reading all items: Cannot
> complete operation

That's it. libebook and/or Evolution Data Server have a problem, causing
this function to fail:

    if (!e_book_get_contacts(m_addressbook, allItemsQuery, &nextItem, &gerror)) 
{
        throwError( "reading all items", gerror );
    }

How many contacts do you have in your address book? It shouldn't matter,
but perhaps there are some timeouts which were set too small.

Please stop Evolution ("evolution --force-shutdown"), then run
evolution-data-server manually in one shell and "env
SYNCEVOLUTION_DEBUG=1 syncevolution ..." in another.

Do you see error messages explaining the failure further?


-- 
Best Regards, Patrick Ohly

The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.


_______________________________________________
SyncEvolution mailing list
[email protected]
http://lists.syncevolution.org/listinfo/syncevolution

Reply via email to