on 2012 Feb 05 11:00 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.