Page 1 of 1

Warning while running the job (New PX installation)

Posted: Wed Oct 27, 2004 4:38 pm
by ashcar
ITs a new installation and i get a warning when i run the job or try to view the data...what changes do need to make in my dsenv file

the following is a SMP server



##I TFCN 000001 15:33:28(000) <main_program>

DataStage XE Parallel Extender V7.0.1

Copyright (C) 2003, 1997 - 2002 Ascential Software, Inc.

All Rights Reserved



##I TOSH 000002 15:33:29(000) <main_program> orchgeneral: loaded

##I TOSH 000002 15:33:29(001) <main_program> orchsort: loaded

##I TOSH 000002 15:33:29(002) <main_program> orchstats: loaded

##I TFSC 000001 15:33:30(000) <main_program> APT configuration file: /proj/dsadm/Ascential/DataStage/Configurations/default.apt

##W TFPA 000017 15:33:30(001) <main_program> Warning: the value of the PWD environment variable (/proj/dsadm/Ascential/DataStage/DSEngine) does not appear to be a synonym for the current working directory (/proj/dsadm/Ascential/DataStage/Projects/trialpoject). 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.

Posted: Wed Oct 27, 2004 11:42 pm
by ailuro
Previously asked and answered :)

viewtopic.php?t=86553
I would like to pipe up about the PWD path. I found that if I declare PWD to '.' on the Project Environment Parameter, it would shut that warning up.
- Teej

Posted: Thu Oct 28, 2004 5:54 am
by Eric
I think this relates to the Shell Type that was used to start the DataStage Server. (Not all shell types support PWD .i.e ksh)

Have you tried starting the DataStage services under the shell type "sh" ?

Posted: Thu Oct 28, 2004 7:07 am
by ashcar
ailuro wrote:Previously asked and answered :)

viewtopic.php?t=86553
I would like to pipe up about the PWD path. I found that if I declare PWD to '.' on the Project Environment Parameter, it would shut that warning up.
- Teej

So where exactly should i make the change for project environment...is it the dsenv file

Posted: Thu Oct 28, 2004 9:53 am
by Eric
The dsenv file does not set project level Environment Parameter, it can only set server wide values. Set you project level values though the Administrator.

PS. Have you tried starting DataStage under different shell types?