Page 1 of 1

Warning in evironment variables

Posted: Wed Feb 27, 2008 6:12 am
by tkbharani
Dear All

While running any job I am getting an Warning as follows.
Warning: the value of the PWD environment variable (/<Path>/Ascential/DataStage/DSEngine) does not appear to be a synonym for the current working directory (/<Path>/Ascential/DataStage/Projects/<Project_Name>). The current working directory will be used, but if your ORCHESTRATE job does not start up correctly, you should set your PWD environment variable to a value that will work on all nodes of your system.

Where <Path> and <Project_Name> I have removed it. I know that the parameter value is not matching .But I don't see any PWD Env variable. Where to check the variable and how to change it.

Posted: Wed Feb 27, 2008 6:15 am
by ray.wurlod
PWD is an operating system environment variable.

Search the forum for more information - you are not the first to post this issue.

Resolved issue

Posted: Wed Feb 27, 2008 6:40 am
by tkbharani
After searching its resolved.
We just logged int to DS administrator
went to projects -> Environment variables--> User defined.
Added new variable PWD of type STRING and value = Full project path.
Job is completing without any warnings.

Thank you.