ESP Workload Automation

 View Only
  • 1.  ESP Built in variable for Critical Jobs

    Posted Jul 18, 2016 11:32 AM

    Is there an ESP built in variable for jobs marked Critical in the job definition. In out current set up we have jobs may be Critical or Non Critical and the email is sent out if they fail. Is there a way to find the jobs using ESP variable's so that the set up can be made simpler.

     

    Regards,

    Mohat



  • 2.  Re: ESP Built in variable for Critical Jobs

    Posted Jul 18, 2016 06:07 PM

    Hi Mohat,

    There is no monitor(MN) variable for critical.  Even if there were I don't think it would behave the way you expect.  For example:

    The critical path can move dynamically minute to minute. The job that fails may or may not be on the critical path at that time. Five minutes later it might become critical.  

     

    Possible solution:

    It is possible to use the TAG field to denote CRIT and LATECRIT values for a job Ex. CRIT23. When the job fails parse it to find that it is CRIT 2 and LATECRIT 3