I have recently implemented something in a rails application that allows me to read appointments of the Outlook calendar. This works sufficiently well. But when I tried to use it in production mode by starting it through mongrel_service
, the whole thing stopped working and gave me the following error message:
failed to create WIN32OLE object from `Outlook.Application'
HRESULT error code:0x80080005
Starten des Servers fehlgeschlagen (german for: start of server failed)
So the problem seems to be the wrong account for the mongrel_service
. Is it possible to configure it correctly?