Page 1 of 1

Job Sequence Warning JobControl (@Coordinator)

Posted: Fri Oct 21, 2011 7:53 am
by mandyli
Hi

In our Production environment we are getting following warning.

This causes the job to fail when sequencer runs for 2nd time.

Warning:- seq_aaa_dly_load..JobControl (@Coordinator): The current job run does not have the same parameters as its checkpoint record.

we are trigger from CONTRol-M.

Thanks
Man

Posted: Fri Oct 21, 2011 8:39 am
by chulett
This means exactly what it says - after the job fails and you restart it, the checkpoint rerun must be restarted with the same parameters in place that the failed run used.

Re: Job Sequence Warning JobControl (@Coordinator)

Posted: Sun Oct 23, 2011 10:53 pm
by deeplind07
everytime you rerun the the sequence it gets a new process id, hence when you are rerunnng you receive this warning. If you check the director for the current paraments passed you will see this mentioned in the log as (current/ previous paramenter).
In the sequence that you are rerunning you need to select 'Reset if required , then run' option to avoid this error