Page 1 of 1

Configuration file

Posted: Fri Sep 03, 2010 3:00 am
by balaya.ds
any body tell me the path of configuration in datastage..?

Re: Configuration file

Posted: Fri Sep 03, 2010 3:13 am
by ramsubbiah
balaya.ds wrote:any body tell me the path of configuration in datastage..?

Hi,
you can find the configuration file in the following path "opt\IBM\InformationServer\Server\Configurations"

Thanks,
Ram.s

Posted: Fri Sep 03, 2010 3:16 am
by ETLJOB
echo $APT_CONFIG_FILE would give you the path for the config files

Re: Configuration file

Posted: Fri Sep 03, 2010 6:07 am
by ray.wurlod
ramsubbiah wrote:you can find the configuration file in the following path "opt\IBM\InformationServer\Server\Configurations"
This is not correct on two counts.

First, UNIX interprets the backslash character as escaping the next character, so opt\IBM\InformationServer\Server\Configurations would become optIBMInformationServerServerConfigurations.

Second, UNIX pathnames begin from the root directory. So the default location for the Configurations directory is /opt/IBM/InformationServer/Server/Configurations (note the leading slash character).

As noted, the location of a file in this directory is recorded in the environmant variable APT_CONFIG_FILE.