ESP Workload Automation

 View Only

 Run job every 15 minutes from 5am to 8am

Keith Grizzell's profile image
Keith Grizzell posted Aug 17, 2022 02:32 PM
Hello,
I am trying to schedule a job within an existing application to run every 15 minutes from 5am to 8am. I am trying to use a template example from the manual. I used the template in the attachment but when I simulate it only shows me an 8 am execution instead of an execution every 15 minutes from 5am to 8am

Keith Grizzell
Grange Insurance
ESP Scheduler
Lucy Zhang's profile image
Broadcom Employee Lucy Zhang

Hi Keith,

The JOB name doesn't change, therefore only one JOB is defined in the ESP Proc.

You may want to add the variable TIME into the JOB name.

Hope this helps,

Lucy

Keith Grizzell's profile image
Keith Grizzell
Ok maybe I am not understanding. I just thought when I simulated it would show me all the execution's with a qualifier executing between 5am and 8am. In the example it shows the template should have given the result in the example. Starting with .0 and then so on. A sit looks when I simulate it only runs once.
Lucy Zhang's profile image
Broadcom Employee Lucy Zhang

Hi Keith,

To clarify, you can change below in the TEMPLATE:

NT_JOB OSMPRBAT

To:

NT_JOB OSMPRBAT.%TIME

Then when TIME value is different, a different JOB is defined.

Hope this helps,

Lucy

Keith Grizzell's profile image
Keith Grizzell
Hi Lucy,

Thanks for the clarification. I made the change and it did give me multiple submissions of the job every 15 minutes. However each job had the same start time. Even though the qualifiers had different amounts of time the start time for the jobs was all the same.
Keith Grizzell's profile image
Keith Grizzell
Hello Lucy,

Please disregard my previous post. I found another error on my part. Everything is working per the instructions in the manual.