I’m trying to run a .vbe script on the server through a server side agent.
This is the code that invokes the script:
strShellScript = |wscript.exe “f:\lotus\data\tester.vbe” “7”|
taskID = Shell(strShellScript, 1)
The agent is either invoked thru the web on the form save or by calling the ?openagent URL.
When I run the agent through designer or by saving a form in Notes Client everything works OK (except for scheduling). When I try and the agent through the web I keep getting an error from the windows scipt host saying:
“Loading Script failed (Access is denied”). I run Norton anti-virus, but have tried it with script blocking switched off and still no joy… I am logged into the Windows 2000 machine as Administrator.
Anyhelp would be appreciated.
Regards,
Chris