We have had some issues when running Exe's from 24X7 Scheduler where our anti-
virus was blocking the calls to the Exe's.
I guess something in the call signature matches a virus
definition.
Check your antivirus logs to see if that is blocking the call.
If you don't see anything there,
disable your antivirus and see if it works.
If it works with anti-virus diasabled,
then the antivirus is your culprit.
: Hi,
: My guess is that the service is running under a different account with
: different permissions.
: A Google search turned the following tip
: Open your Add or Remove Programs from Control Panel.
: Click on Add/Remove Windows Components.
: Scroll down until you see the
: "Internet Explorer Enhanced Security Configuration" checkbox.
: By default it is checked on any Win 2k3 server.
: Uncheck that and the dialog box will disappear when you run an exe off a
: network share.
: Also take a look at the following article.
:
: http://www.windowsecurity.com/articles/Security-Configuration-Wizard-Windows-Server-2003-SP1.html
: This article describes how to enable and use the Security Configuration
: Wizard in Windows 2003. Using the Wizard you should be able to setup the
: security policy so that the service account has permissions to run EXEs
: from network shares.
|