AlertingEngine_3008_I: 2008-06-02 15:01:02,644 [AlertCheckingThread] WARN All - On alert action Execute program : ...myprogram.exe... the Alerting Engine service was unable to run the program ...myprogram.exe Error Detail - File not found.
i'm trying to pass variables to my external program --- myprogram.exe
if i use the ellipsis and allow it to use the full path to the .exe file then it does not create this error BUT it still doesn't work, however if i don't use ellipsis and leave it normal then it generates this error with FILE NOT FOUND and still doesn't work.
myprogram.exe is inside the System Environment variables path. that is, i can execute it from C:\ prompt or from any other location. you'd think the Adv Alert External action could handle this.
i've tried putting double-quotes around myprogram.exe with it's variables but it still doesn't work.