cancel
Showing results for 
Search instead for 
Did you mean: 

How to schedule a transaction at every shift end in MII 12.1

swapnil_mohite
Explorer
0 Kudos

Hi,

I need to schedule a transaction at every shift end one hour late of it in MII 12.1 (i.e the transaction should run at 3.00 PM for A shift, 11.00 PM for B shift, 7.00 AM for C shift).

I have tried the various combinations using corn patterns but still no success, Help would be appreciated..

Thanks in advance

Regards,

Swapnil Mohite

Accepted Solutions (1)

Accepted Solutions (1)

agentry_src
Active Contributor
0 Kudos

A simple solution would be to schedule 3 separate jobs to run at a single time each. Try that and see if that works for you.

Can you also post the cron pattern that is displayed for your scheduled job? Although not looking at it right now, I suspect there is a way of setting it correctly so you can work from a single job.

Regards,

Mike

Answers (1)

Answers (1)

former_member193328
Active Participant
0 Kudos

Hi Swapnil

You can try the cron patter as "00 00 07,15,23 * * *" without the quotation marks.

You can just copy this and paste it in the pattern field. If you need to run the job at other hours change the values (07, 15 and 23) to the hour values you need in 24 hour format.

Regards

Partha

swapnil_mohite
Explorer
0 Kudos

Hi Partha,

Thanks for the reply. It works will help me to schedule the transaction at the time i want.

Regards,

Swapnil