On Wed, 2010-04-07 at 16:10 +0200, Patrick Ohly wrote:
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?
One more hint from an EDS developer: run "dbus-monitor" in another shell
and capture its output in a file (can be large). There should be an
error somewhere in the libebook <-> EDS communication.
Which EDS backend do you use? The normal, local "file" backend?
--
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.