Hi,
I've been puzzling over this for a little while now and can't quite figure it out. I have a couple of jobs running on different machines. They both run nightly to kill a selection of processes but one kills them locally using the "Kill" task where the other kills processes on other machines using the "Remote Kill" task. I want tasks in both jobs to return a success code regardless of whether they find any processes to kill or not, but the local kill doesn't do this.
Remote kill just populates the StdOut with "No process found" and the task result with "Success", but local kill populates the *Result* with "Found no process to kill with the specified name on job:".
I really don't care if there aren't any processes found - I'm trying to kill them after all! So why doesn't local kill behave like the remote kill?
Thanks!
--
J