|
From: Chris F. <cd...@fo...> - 2010-06-29 03:19:07
|
On Mon, Jun 28, 2010 at 05:09:02PM -0400, Chris Frey wrote: > Hi, > > I'm experimenting with syncing using the evo2 plugin and the devel opensync, > and I get the following error: > > Main sink of member 2 of type evo2-sync had an error: XMLFormat validation failed. > EXIT_ERROR: _osync_engine_receive_change: XMLFormat validation failed. > element LastModified: Schemas validity error : Element 'LastModified': This element is not expected. Expected is one of ( DateEnd, DateStarted ). > ERROR: XMLFormat validation failed. > EXIT_ERROR: osync_converter_invoke: XMLFormat validation failed. > EXIT_ERROR: osync_format_env_convert: XMLFormat validation failed. Looks like invalid data in the Evolution database can cause this error, since no DateStarted ends up in the converted XML. Not sure yet if this is a bug in the evolution plugin or not, but blowing away the ~/.evolution directory and starting a fresh sync gets rid of this error. - Chris |