Page 1 of 1

Environment variables and config file for new project

Posted: Mon Aug 03, 2009 9:22 pm
by mekrreddy
we have dev project running on DEV envi, now we are creating prod project in prod environment, question is how to export the envi variables and config file to the new prod project(with prod directories).

Thanks in advance.

Posted: Tue Aug 04, 2009 12:25 am
by ray.wurlod
Know where the files are, and which files they are, and either copy them (for example uvodbc.config, default.apt, etc.) for subsequent editing, or copy only pertinent lines (for example DSParams file).

Do you have any server jobs in your mix? If so, you might also want to think about re-creating hashed files on the production project. In general we don't recommend copying these.

Re: Environment variables and config file for new project

Posted: Tue Aug 04, 2009 5:18 pm
by mekrreddy
Thanks,


mekrreddy wrote:we have dev project running on DEV envi, now we are creating prod project in prod environment, question is how to export the envi variables and config file to the new prod project(with prod directories).

Thanks in advance.