Hi All,
My requirement is to run a job say <b>JOB1</b> on a per minute basis and after finishing it I need to start another job say <b>JOB2</b> automatically.
I have configured JOB1 to start and run on every minute (i.e)in start condition <b>'periodic values'</b> is marked as one minute and configured JOB2 in such a way that it starts after JOB1 is successfully executed (i.e) in start condition of JOB2 <b>'After Job'</b> is marked as JOB1 and <b>'start status-dependant'</b> checkbox as 'X'.
JOB1 is running successfully for every minute.
The problem is JOB2 runs only for the first time when the JOB1 is successfully executed and doesn't start for the next minute after JOB1 is successfully executed.
Ex :
for Time 6:0:00 JOB1 Successful & JOB2 status Successful
for Time 6:1:00 JOB2 successful & JOB2 doesn't start
for Time 6:2:00 JOB2 successful & JOB2 doesn't start
And goes on.
Thanks in advance for your help.
Thanks and Regards,
Siva