Configuration file

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
balaya.ds
Participant
Posts: 27
Joined: Fri Dec 25, 2009 10:50 pm

Configuration file

Post by balaya.ds »

any body tell me the path of configuration in datastage..?
Sudheer
ramsubbiah
Participant
Posts: 40
Joined: Tue Nov 11, 2008 5:49 am

Re: Configuration file

Post 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
Knowledge is Fair,execution is matter!
ETLJOB
Participant
Posts: 87
Joined: Thu May 01, 2008 1:15 pm
Location: INDIA

Post by ETLJOB »

echo $APT_CONFIG_FILE would give you the path for the config files
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Re: Configuration file

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply