Job Sequence Warning JobControl (@Coordinator)

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
mandyli
Premium Member
Premium Member
Posts: 898
Joined: Wed May 26, 2004 10:45 pm
Location: Chicago

Job Sequence Warning JobControl (@Coordinator)

Post 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
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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.
-craig

"You can never have too many knives" -- Logan Nine Fingers
deeplind07
Participant
Posts: 31
Joined: Mon Jun 28, 2010 5:15 am
Location: pune

Re: Job Sequence Warning JobControl (@Coordinator)

Post 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
Post Reply