Deployment Solution

 View Only
  • 1.  Job - Default condition

    Posted Jan 06, 2009 05:58 PM
    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


  • 2.  RE: Job - Default condition

    Posted Jan 07, 2009 02:51 AM
    Hi Mark,
    Usually I put something like a run script task with a "dir /s" command line (no quotes needed).

    Cheers,

    Jim


  • 3.  RE: Job - Default condition

    Posted Jan 07, 2009 04:05 AM
    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.


  • 4.  RE: Job - Default condition

    Posted Jan 07, 2009 06:22 AM
    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).


  • 5.  RE: Job - Default condition
    Best Answer

    Posted Jan 07, 2009 07:30 AM
    Thanks everyone for the reply.
    You have given me some thoughts on what I should do.

    Cheers,

    Mark