My Version of Zimbra: Release 5.0.13_GA_2791.SLES10_64_20090206110511 SLES10_64 NETWORK edition
I am trying to migrate data from Messaging Architects Groupwise Archiver into Zimbra. I have the Calendar items converted to ical, but when I use curl to inject them into Zimbra I get the following error.
Code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>Error 500 </title>
</head>
<body><h2>HTTP ERROR: 500</h2><pre>system failure: ics formatter failure</pre>
<p>RequestURI=/service/home/drhughes-archive/calendar</p><h3>Caused by:</h3><pre>com.zimbra.common.service.ServiceException: system failure: ics formatter failure
ExceptionId:btpool0-3175:1239717295454:9b806e0ce4990e30
Code:service.FAILURE
Example of my ical file:
Code:
BEGIN:VCALENDAR
PRODID:-//SVSU GWArchive Converter//1.0//EN
VERSION:2.0
METHOD:PUBLISH
BEGIN:VEVENT
UID:10654429981499277@example.edu
SUMMARY:Vacation Day
LAST-MODIFIED:20031006T122318Z
DTSTAMP:20031006T122318Z
TRANSP:OPAQUE
PERCENT-COMPLETE:0
CREATED:20030120T133841Z
DTSTART:20030120T130000Z
CLASS:PRIVATE
LOCATION:Home
DTEND:20030120T133000Z
DESCRIPTION:
SOURCE:personal
ORGANIZER;MAILTO:userid@example.edu
BEGIN:VALARM
TRIGGER:-P0M
ACTION:REMINDER
END:VALARM
END:VEVENT
Any thoughts on what my problem could be?
Thanks