Page 1 of 1

How do I overriding sequence and parallel job parameters?

Posted: Tue Oct 21, 2008 1:13 pm
by tbtcust
Hi everyone.

I have a few parallel job jobs that have parameters. Depending on the environment I am running in, i.e., development, QA, or Production, I'll need to change the job parameters. These jobs are spread across three child sequence. I execute the three child sequence via a parent sequence.

Is it possible to pass parameters from the parent sequence, to the child sequence, to the job?

Thanks in advance for any help.

Posted: Tue Oct 21, 2008 1:26 pm
by chulett
Of course. You need to ensure that each Sequence has defined in them all of the parameters that each Job Activity they will be running, needs.

Posted: Tue Oct 21, 2008 3:44 pm
by chulett
No clue as I don't have access to the 8.x version, someone else is going to have to answer that one.

Posted: Tue Oct 21, 2008 4:19 pm
by Mike
That would be yes for parameters in parameter sets as well. Add the parameter set to the parent job sequence. You'd override individual parameter values within the set at the parent level.

Mike

Posted: Tue Oct 21, 2008 4:57 pm
by tbtcust
Thanks Mike.

in Value Expression my only option in the drop down is "[As pre-defined]". Your thoughts. Thanks.

Posted: Tue Oct 21, 2008 5:37 pm
by Mike
In the job activity for the child job, insert the parameter set name (you can use the insert parameter button). When you run the parent job sequence (e.g. from Director or Designer), you will get the expanded list of all of the parameters in the parameter set with a chance to overide any of them.

In other words, overrides are provided at run time. At design time, you only get a choice of pre-defined or defined value sets.

Mike

Posted: Tue Oct 21, 2008 5:48 pm
by Mike
To add a bit... if you have a pre-determined set of overrides that you want to use for a parameter set, you could create a value set. At design time, you can specify which value set the job should use.

Mike

Posted: Wed Oct 22, 2008 11:12 am
by Mike
That is a bug for which there was a client patch. A search here should turn up something.

Mike

Posted: Fri Oct 24, 2008 6:34 pm
by tbtcust
Thanks Mike. I found it on a link

http://www.dsxchange.com/viewtopic.php? ... ient+patch

The patch is e118296.