I'm trying to use remote execute to run a .exe file that I just created which queries CDOEXM (data objects for exchange) and gathers information on the databases and then sends a report via email.
When run from VisualCron, I get a CDO error message:
"Exchange Server has not been installed on this machine.
ID no: c103222c
Microsoft CDO for Exchange Management"
When I log in as the user which the exe is to run as, the output is as expected. This leads me to believe it could be an issue with loading the complete profile of the user when the exe is run from VisualCron.
I have VisualCron running the exe on the Exchange server itself, so I know Exchange is installed.
I am including the .cs file I used to build the program, if it helps.
-J