Hi,
I am posting this in the Server Form although it is a problem expirienced while using Outlook as well as SWA, so I belive this is a server-issue. Please move this as you see fit
Since Update to Scalix 11.2 we have the following problem:
User A makes his calender visable with the standardrole "Prüfer" (reviewer in english?). When a user accesses the calendar he sees an errormessage "Fehler beim Lesen von Daten aus einem Kalenderelement: " ("Error while reading data from calendarobject: ") followed by some specialcharacters. User clicks okay and can now see the calendar and work with. The errormessage only appears for the first access. But unbeknown to him some calendar-entries are not displayed. User A can see these entries in his calendar and does not get the errormessage.
The only hint on what causes the problem I found was this direcref in an ualtrace 8:
> omdref 000d30fb0e95762d
USER FOLDER: Vorname Nachname / wartung/CN=Nachname, Vorname
FILING AREA: User 140 Filing Tray : RecNo : ItemNo
FOLDER: }sXmSGcAT{ 100 9683 #MAPI Root Folders : 10 : 7094305
FOLDER: MAPI Views : 2 : 7094307
MESSAGE: Tages-/Wochen-/Monatsansicht : 1 : 7094315
I was hoping to find out which calendar-entry causes the problem. As far as I understand this only tells me that the problem arises while the client gets a listview of the calendar.
mime.browse -m 000d30fb0e95762d
Date: Mon, 15 Oct 2007 16:25:50 +0200
Message-ID: <H00001c6006c402b.1192458350.contact.benninghoven.com@MHS>
X-Scalix-Class: IPM.Microsoft.FolderDesign.NamedView
MIME-Version: 1.0
Subject: Tages-/Wochen-/Monatsansicht
Content-Type: text/plain;
charset="us-ascii"
seems to indicate that the listview is supposed to contain only us-ascii but it contains several iso-8859-1 diacritical charakters (öäü).
This is as far as I figured it out by myself. I think the "listview message" needs to declare the correct character-set, but I don't know how to accomplish this.
Any help?