I'm trying to configure an alert trigger action to "Run an external program" using the following command to restart the Kiwi Web GUI on a remote system names NOCSQL1.
psexec -d \\NOCSQL1 -u NOCSQL1\OrionAdmin -p ***pswd*** net stop "UltiDev Cassini Web Server for ASP.NET 2.0" && net start "UltiDev Cassini Web Server for ASP.NET 2.0"
The following error is reported in the SwAlert.log
2011-01-04 04:54:38,794 [AlertCheckingThread] WARN All - On alert action Execute program : OrionAdmin -p ***pswd*** net stop "UltiDev Cassini Web Server for ASP.NET 2.0" && net start "UltiDev Cassini Web Server for ASP.NET 2.0" the Alerting Engine service was unable to run the program psexec -d \\NOCSQL1 -u NOCSQL1\OrionAdmin -p ***pswd*** net stop "UltiDev Cassini Web Server for ASP.NET 2.0" && net start "UltiDev Cassini Web Server for ASP.NET 2.0"
Error Detail - File not found.
Can anyone advise what needs to be qualified? Is the error refering to the source location for PSEXEC or do I need to specify the -w directory and what would it be? I'm not a sysadmin.