Windows Server 2008 R2
Domino 901 FP10
I have this line in my Domino agent. Set to run every 15 minutes. Below is the line in question.
Set xlsApp = CreateObject("Excel.Application")
If I have an open RDP session to the server. This runs fine either on schedule or by command line execution.
Once I close the RDP session, each scheduled run returns this:
Error # 208 - Cannot create automation object
I had to modify my DCOM properties for Excel to get this to work on the server in the first place. Any idea what to try to get this to run "unattended".
Thank you for reviewing!