PWD environment variable error

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
pravat_dw
Participant
Posts: 11
Joined: Fri Dec 22, 2006 12:22 am

PWD environment variable error

Post by pravat_dw »

Hi,
I am getting following error while running the job

main_program: Warning: the value of the PWD environment variable (/apps/etl/dsadminscripts) does not appear to be a synonym for the current working directory (/apps/Ascential/Projects/edw). 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.

So I have created PWD as environmental variable
like PWD_DIR and given path /apps/Ascential/Projects/edw which is my project dir.
But still I am getting the same error message.
Can any one look in to this and let me know what's the problem is.

Thanks!!
Regards,
pravat
rameshrr3
Premium Member
Premium Member
Posts: 609
Joined: Mon May 10, 2004 3:32 am
Location: BRENTWOOD, TN

Post by rameshrr3 »

Create an environment variable with name PWD in datastage -User defined variables and assign it the value ..

Value should be dot character .
Post Reply