The most likely cause of Rib's error is a corrupt installation of Outlook. Here are the relevant lines from the log file:
GITERROR! Could not create an instance of outlook, hr: 0x800706ba
ProcessApptOrTask. Failed to get OOM instance from helper
ProcessApptOrTask. com error thrown processing appointment
ProcessApptOrTask. error info, hr: 80004005
ProcessApptOrTask. error message: Unspecified error
ProcessApptOrTask. Creating local failure message
800806ba is RPC SERVER UNAVAILABLE (remote machine not find). This seems like a DCOM configuration issue, probably due to a bad installation. We use OOM to do calendar conversion, and we can't get an instance of OOM. Therefore, we just throw the E_FAIL error (80040005).
This happens when you are trying to sync an edited appointment from Outlook to the Zimbra server.
I would think you would be seeing discrepancies in these appointments.
Perhaps you should try removing and reinstalling Outlook. |