Parameter values of a sequence that is restarted

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
goffinw
Participant
Posts: 27
Joined: Thu Nov 18, 2004 6:50 am
Location: Belgium

Parameter values of a sequence that is restarted

Post by goffinw »

When the general property 'Add checkpoints...' of a sequence is set, then the sequence is restartable.
When such a sequence aborts then it is in the state 'Aborted/Restartable'.
I noticed that there doesn't exist any action named 'Restart' or such. The only action to restart this sequence is 'Run Now...'. At least in the Director tool.
Uponrestart, if the sequence has Parameters, then the 'Job Run Options' popup window appears.

Question: Do the values of the parameters matter upon restart? I have the impression that they are ignored. Whatever is entered, the parameters used in the restart are the ones that were active when the sequence aborted. Can anyone confirm that?
bkumar103
Participant
Posts: 214
Joined: Wed Jul 25, 2007 2:29 am
Location: Chennai

Post by bkumar103 »

The restrartable sequence expects the same parameter list when it was last aborted. If any of the parameter is changed while restart then Data Stage complains about the paramters.
Birendra
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

In other words, they are not ignored but are used for the run. And the Sequence will log a warning if they are found to be different when restarting from a failure checkpoint. If you reset the job so that it starts over from the beginning, it won't bother with this check.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply