Hello,
We have an executable that we can run from the command prompt on the OpManager server without problem (logged in as an administrator), however when trying to execute the same executable from the Run Program notification we are running into issues with the executable. Essentially all it is doing is connecting to a URL and posting some data (which is passed in as variables when executing the stored proc). Whats weird is that the executable looks to be started, but never actually does the get from the URL...bizarre
My questions are:
1) When running the program (that exists in the Opmanager\Bin\ExecutableFolder directory) does it require any specific permissions when it is called?
2) What context is it executed under (is it the administrator of the server or something else?) The service is running under "Local System".
Thanks in advance
Regards
Troy