Page 1 of 1

Importing variables nad parameter's

Posted: Mon Oct 16, 2006 8:01 am
by sdfasih
Hi,
I would like to know how to import job parameter's or environmnet variables from
one project to another.
Thanx.

Posted: Mon Oct 16, 2006 8:13 am
by gateleys
Job parameters form part of the job that is imported. To import enviroment variables, you can copy the DSParams file from your current project into the target project. NOTE: Doing so will wipe out any environment variables that were exclusively in the target project. I would suggest entering the variables using the Admin client in your target project.

gateleys

Posted: Mon Oct 16, 2006 8:51 am
by ray.wurlod
Just copy the relevant lines from one DSParams file to the other. DSParams is a text file.

Posted: Mon Oct 16, 2006 9:02 am
by gateleys
ray.wurlod wrote:Just copy the relevant lines from one DSParams file to the other. DSParams is a text file.
Remember, you will have to copy 2 lines for each variable, the declaration and the initialization.

gateleys