Re: [Evolution] Backup Evolution Data .. only works for "On This Computer"?
- From: Joakim Tjernlund <joakim tjernlund transmode se>
- To: "mcrha redhat com" <mcrha redhat com>, "evolution-list gnome org" <evolution-list gnome org>
- Subject: Re: [Evolution] Backup Evolution Data .. only works for "On This Computer"?
- Date: Tue, 20 Oct 2015 07:14:00 +0000
On Tue, 2015-10-20 at 08:59 +0200, Milan Crha wrote:
On Mon, 2015-10-19 at 17:39 +0000, Joakim Tjernlund wrote:
On Mon, 2015-10-19 at 17:24 +0000, Joakim Tjernlund wrote:
I would be happy to test a patch fixing the Received bug as we soon
will have limited storage in Exchange and I want to store a local
copy before that happens.
Hi,
I'd like to ask you to file a bug report into:
https://bugzilla.gnome.org/enter_bug.cgi?product=evolution-data-server
It'll be better for maintenance and history, patch-wise speaking.
Done, https://bugzilla.gnome.org/show_bug.cgi?id=756842
hmm, while playing with Copy Folder to I get a lot of:
Error while Copying folder Folders/DevPPC.
Failed to move message cache file.
On a folder with mail going back to 2009, guess some of these mails
are "corrupt" in some way but I cannot tell which ones.
Hard to tell. I checked the code and it happens when an EWS message is
downloaded and it is supposed to be moved to the right place on the
disk (from a temporary place, to the correct cache folder). Pity the
error message doesn't contain exact error message of the actual
failure. I'll extend the error message.
Run evolution from a terminal with EWS debugging on, then you'll see
which message move failed:
$ EWS_DEBUG=2 evolution
You should see at the end of the log something between
<MimeContent>xxx</MimeContent>, which is a base64-encoded path of the
file it tried to move. There are couple issues which can happen here, I
do not want to guess too much here.
Here is what I could find w.r.t MimiContent, some mime conversion failed.
Could possibly be related to crypto signatures ...
Does that have to be fatal and abort the whole Copy operation?
..
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Header><types:RequestServerVersion
xmlns:types="http://schemas.microsoft.com/exchange/services/2006/types"
Version="Exchange2010_SP2"/></SOAP-ENV:Header><SOAP-ENV:Body
xmlns:messages="http://schemas.microsoft.com/exchange/services/2006/messages"><messages:GetItem
xmlns="http://schemas.microsoft.com/exchange/services/2006/types"><messages:ItemShape><BaseShape>IdOnly</BaseShape><IncludeMimeContent>true</IncludeMimeContent><AdditionalProperties><FieldURI
FieldURI="item:MimeContent"/></AdditionalProperties></messages:ItemShape><messages:ItemIds><ItemId
Id="AAMkAGI1ZGRjZDViLTFiYTAtNDlmOC04MzcxLWY0YmU5YzViNWM4MgBGAAAAAACY+Y49jTA/TIVQQNL1ZZuvBwCFZzx/yfViToq1mDIZVK+jAAAAAP1rAACFZzx/yfViToq1mDIZVK+jAAAAFa/VAAA="/></messages:ItemIds></messages:GetItem></SOAP-ENV:Body></SOAP-ENV:Envelope>
....
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">;
<s:Header>
<h:ServerVersionInfo xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types"
xmlns="http://schemas.microsoft.com/exchange/services/2006/types"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
MajorVersion="15" MinorVersion="0" MajorBuildNumber="1076" MinorBuildNumber="9" Version="V2_22"/>
</s:Header>
<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">;
<m:GetItemResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages"
xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types">;
<m:ResponseMessages>
<m:GetItemResponseMessage ResponseClass="Error">
<m:MessageText>MIME content conversion failed.</m:MessageText>
<m:ResponseCode>ErrorMimeContentConversionFailed</m:ResponseCode>
<m:DescriptiveLinkKey>0</m:DescriptiveLinkKey>
<m:Items/>
</m:GetItemResponseMessage>
</m:ResponseMessages>
</m:GetItemResponse>
</s:Body>
</s:Envelope>
....
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Header><types:RequestServerVersion
xmlns:types="http://schemas.microsoft.com/exchange/services/2006/types"
Version="Exchange2010_SP2"/></SOAP-ENV:Header><SOAP-ENV:Body
xmlns:messages="http://schemas.microsoft.com/exchange/services/2006/messages"><messages:GetItem
xmlns="http://schemas.microsoft.com/exchange/services/2006/types"><messages:ItemShape><BaseShape>IdOnly</BaseShape><IncludeMimeContent>false</IncludeMimeContent><AdditionalProperties><FieldURI
FieldURI="item:Subject"/><FieldURI FieldURI="item:DateTimeReceived"/><FieldURI
FieldURI="item:DateTimeSent"/><FieldURI FieldURI="item:DateTimeCreated"/><FieldURI
FieldURI="item:Size"/><FieldURI FieldURI="item:HasAttachments"/><FieldURI
FieldURI="item:InReplyTo"/><FieldURI FieldURI="message:From"/><FieldURI FieldURI="message:Sender"/><FieldURI
FieldURI="message:ToRecipients"/><FieldURI FieldURI="message:CcRecipients"/><FieldURI
FieldURI="message:BccRecipients"/><FieldURI FieldURI="message:IsRead"/><FieldURI
FieldURI="message:References"/><FieldURI FieldURI="message:InternetMessageId"/><FieldURI
FieldURI="item:ResponseObjects"/><FieldURI FieldURI="item:Sensitivity"/><FieldURI
FieldURI="item:Importance"/><FieldURI FieldURI="item:Categories"/><FieldURI
FieldURI="message:IsRead"/><ExtendedFieldURI PropertyTag="4240" PropertyType="Integer"/><ExtendedFieldURI
PropertyTag="4241" PropertyType="SystemTime"/><ExtendedFieldURI PropertyTag="125"
PropertyType="String"/><ExtendedFieldURI DistinguishedPropertySetId="Common" PropertyId="34096"
PropertyType="String"/><ExtendedFieldURI DistinguishedPropertySetId="Task" PropertyId="33029"
PropertyType="SystemTime"/><ExtendedFieldURI PropertyTag="3591" PropertyType="Integer"/><ExtendedFieldURI
PropertyTag="3607" PropertyType="Integer"/><ExtendedFieldURI PropertyTag="4224"
PropertyType="Integer"/><ExtendedFieldURI PropertyTag="4225" PropertyType="Integer"/><ExtendedFieldURI
PropertyTag="41"
PropertyType="Boolean"/></AdditionalProperties></messages:ItemShape><messages:ItemIds><ItemId
Id="AAMkAGI1ZGRjZDViLTFiYTAtNDlmOC04MzcxLWY0YmU5YzViNWM4MgBGAAAAAACY+Y49jTA/TIVQQNL1ZZuvBwCFZzx/yfViToq1mDIZVK+jAAAAAP1qAACFZzx/yfViToq1mDIZVK+jAACmHvSwAAA="/></messages:ItemIds></messages:GetItem></SOAP-ENV:Body></SOAP-ENV:Envelope>
...
Jocke
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]