we are using Scalix and the Outlook connector in a german environment.
Sometimes Outlook crashes when I try to edit an appointment or a contact.
First I thinked it had something todo with german Umlauts. But Outlook crashes also if the appt. or the contact doesn't contain Umlauts.
Server Version 11.0.0.431
Scalix Connector Version 11.0..0.653
In the Scalix Connector Logfile I see that the crash occurs always at the same place in code. Here is a small snipped from the Outlook Connector Logfile:
Code: Select all
83C 764 13:07:59.166 I >CMessage::EncodeRelPropLastModTimesProp[Test Standard]
83C 764 13:07:59.166 I >CMessage::GetNamesFromIDs[Test Standard]
83C 764 13:07:59.166 I >CMsgStore::GetNamesFromIDs[CLIENT, MAILBOX, PRINCIPAL: MartiensenUlrichrobinUlrich Martiensen,, 1D7C330]
83C 764 13:07:59.166 E Caught exception:
83C 764 13:07:59.166 E
Exception Type: HResult
Function: CMsgStore::GetNamesFromIDs
Source Line No: 1071
HResult: 0x80070057
83C 764 13:07:59.169 E Es wurde ein ung³ltiges Argument als Parameter angegeben.
83C 764 13:07:59.169 I <CMsgStore::GetNamesFromIDs(MAPI_E_INVALID_PARAMETER)[3 ms]
83C 764 13:07:59.169 I <CMessage::GetNamesFromIDs[3 ms]
83C 764 13:07:59.169 C GetNamesFromIDs failed - 80070057
Ulrich