I am trying to configure an alert using the 'Execute a VB script' using the CSript.exe interpeter.
I can manually execute this from the Orion server via command line and it works but when I use this as command within the Alert application it says it worked but it never touches the server. I 'think' the problem minght be the ${Caption} variable but not sure.
The VB Script to execute I am using is
F:\work\CycleReachPlus.vbs ${Caption}
If I run the command from the command prompt as
cscript F:\work\CycleReachPlus.vbs myservername
it works, the service cycles.
Thoughts? Ideas?