cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduler - How to run a job at Every 15 Mins starting from 10thMin

Former Member
0 Kudos

Hi All,

We are using MII 12.0.8(Build 19). Can any one tell me is there any way i can schedule a job to run at every 15 mins starting from 10th Min. Means the job should run like, 00:10:00, 00:25:00, 00:40:00, 00:55:00 etc.

Thanks,

Gowtham K.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi.

Try and google CRON, but the following should work

0 10,24,40,55 * * * *

I.e. type the above in the pattern field within the scheduler.

BR

Poul.

Former Member
0 Kudos

Also 0 10-55/15 * * * *

Former Member
0 Kudos

Hi Poul and Nick,

Thank you. Both the patterns worked.

Thanks,

Gowtham K.

Former Member
0 Kudos

Looks like the schedule editor doesn't allow the user to build the expression(s).

Answers (1)

Answers (1)

Former Member
0 Kudos

Not possible using schedule editor.