Hi,
No matter what I do, I can't get passed "Please Wait" when pressing the test button.
I'm using PsTools' PsService.exe to restart a service.
I've tried both "Run System Command" & "Run Program" notification profiles.
The command works find in the command line and when executed from a bat file.
Run System Command
Attempt 1:
"C:\PsTools\PsService.exe \\mymovies-3 restart FMS"
Works in a command line but just get "Please Wait" on the test button. No service restart.
Attempt 2:
(exe inside OpManager folder)
C:\ManageEngine\OpManager\PsService.exe \\mymovies-3 restart FMS
Works in a command line but just get "Please Wait" on the test button. No service restart.
Attempt 3
(execute bat file inside OpManager folder)
"C:\ManageEngine\OpManager\PsService.bat"
Works in a command line but just get "Please Wait" on the test button. No service restart.
bat file contents:
C:\ManageEngine\OpManager\PsService.exe \\mymovies-3 restart FMS
Run Program
Attempt 1:
If I try to execute "C:\ManageEngine\OpManager\PsService.exe"
Program Arguments: "\\mymovies-3 restart FMS"
Works in a command line but just get "Please Wait" on the test button. No service restart.
Attempt 2:
"C:\ManageEngine\OpManager\PsService.bat"
bat file contents:
C:\ManageEngine\OpManager\PsService.exe \\mymovies-3 restart FMS
Works in a command line but just get "Please Wait" on the test button. No service restart.
All attempts work either from the command line or from the bat files perfectly. Just not using OpManager
Thanks in advance fellas!