Hello everybody,
i'm trying to migrate my ZCS 6.0.12 under Debian Lenny x86 to a Debian Lenny amd64.
I don't have a lot of users so i try to use zmmailbox in order to export/import.
Export feature works well, no issue on this side. I use the following command:
/opt/zimbra/bin/zmmailbox -z -m
user@mail.domain.com postRestURL "//?fmt=tgz&resolve=reset" /tmp/account.tgz
Unfortunately, during import for a specific user, it stops suddenly with the following message (extracted from /opt/zimbra/log/mailbox.log).
It seems that this mail contains VCalendar from a Lotus Notes system
2011-06-15 11:55:57,920 WARN [btpool0-47://mail.domain.com/home/user@domain.com/?fmt=zip&resolve=reset] [name=user@domain.com;mid=7;ip=42.42.42.42;] misc - parse error: Caught ParseException parsing calendar: net.fortuna.ical4j.data.ParserException: Expected [BEGIN], read [Message-ID] at line 1Message-ID: <8309409.21260367302806.JavaMail.root@mail.domain. com>^M
MIME-Version: 1.0^M
Content-Type: multipart/digest; ^M
boundary="----=_Part_1_25902731.1260367302804"^M
^M
------=_Part_1_25902731.1260367302804^M
Content-Type: message/rfc822^M
invId: 9065^M
[...]
log displaying mail content
[...]
2011-06-15 11:55:57,920 WARN [[btpool0-47://mail.domain.com/home/user@domain.com/?fmt=zip&resolve=reset] [name=user@domain.com;mid=7;ip=42.42.42.42;] misc - Stream closed:
2011-06-15 11:55:57,920 WARN [[btpool0-47://mail.domain.com/home/user@domain.com/?fmt=zip&resolve=reset] [name=user@domain.com;mid=7;ip=42.42.42.42;] misc - zip formatter exception
Is it a know issue? I tried with both tgz and zip, import stop in both case....
Thanks for you help!
Etienne