Job - Default condition

This issue has been solved. See solution.
Mark Bayliss's picture

Hey Everyone,



We have a job in Altiris that has several conditions. The default condition has no tasks assigned but we wish to recieve the status succesful rather than an error. Is this possible? If so how?



Cheers,



Mark

jharings's picture

Hi Mark,

Usually I put something like a run script task with a "dir /s" command line (no quotes needed).



Cheers,



Jim

Jim Harings
Technical Solutions Consultant
Xcend Group
http://xcendgroup.com

Phyrant's picture

I prefer to actually see the no condition exist message. That way I know what is actually going on rather than thinking the job ran without any problems.

DArmitage's picture

I just have it run a two-line batch file running within windows: @echo off, then echo nothing to do here or some such thing. Your DS console will show which condition applied (and ran).

Mark Bayliss's picture

Solution

Thanks everyone for the reply.

You have given me some thoughts on what I should do.



Cheers,



Mark