Page 1 of 1

Environment Variable - Export

Posted: Wed Oct 04, 2006 12:39 pm
by fmartinsferreira
Is it possible to export the Environment variables from one project to another?

Regards,

Fernando Martins

Posted: Wed Oct 04, 2006 1:12 pm
by trobinson
The Project env variables are found in the file DSParams in the Projects/<Project> subdirectory. This file can be copied to any other project and editted to suit. Obviously be careful in doing so since it is a hack.

Posted: Wed Oct 04, 2006 1:40 pm
by DeepakCorning
Yes, this is a good solution . To be safe copy the old one somewhere or rename it something so that if something gets bad you can chnage it back.

Posted: Wed Oct 04, 2006 2:24 pm
by fmartinsferreira
Thats Worked!
Thanks a lot!
:D

Fernando Martins

Posted: Thu Oct 19, 2006 11:30 am
by fmartinsferreira
Well, I exported the jobs and enviroment variables to other project, but the values of each env_var is attributed with the old values like the old project.
I changed the values in the new project but only work if I enter in each job and put the enviroment variable again.

Is there any way to change all the values without "enter in each job and put the enviroment variable again"?

Regards

Fernando Martins

Posted: Thu Oct 19, 2006 11:38 am
by gateleys
In the job properties of the jobs, the default value should be set to $PROJDEF. Hence, it will pick up the variable values that have been set via the Administrator.

gateleys

Posted: Thu Oct 19, 2006 11:55 am
by fmartinsferreira
Thanks gateleys! :D

Regards,

Fernando

Posted: Mon Oct 23, 2006 11:04 am
by fmartinsferreira
How about the encrypted fields?

I can't set to $PROJDEF!

Regards,

Fernando Martins

Posted: Mon Oct 23, 2006 11:22 am
by DeepakCorning
Manullay copy $PROJDEF and paste it there.

Posted: Mon Oct 23, 2006 11:32 am
by gateleys
DeepakCorning wrote:Manullay copy $PROJDEF and paste it there.
Or, just type $PROJDEF in the password fields. It will appear as asterisk.

gateleys

Posted: Mon Oct 23, 2006 11:35 am
by DeepakCorning
:)

Posted: Mon Oct 23, 2006 11:42 am
by fmartinsferreira
Worked! :D

Thanks!

Fernando