Warning while running the job (New PX installation)

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
ashcar
Charter Member
Charter Member
Posts: 28
Joined: Mon Feb 09, 2004 11:54 am
Location: Minneapolis

Warning while running the job (New PX installation)

Post 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.
ailuro
Participant
Posts: 21
Joined: Wed Sep 10, 2003 11:09 pm
Location: GMT+8

Post 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
Eric
Participant
Posts: 254
Joined: Mon Sep 29, 2003 4:35 am

Post 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" ?
ashcar
Charter Member
Charter Member
Posts: 28
Joined: Mon Feb 09, 2004 11:54 am
Location: Minneapolis

Post 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
Eric
Participant
Posts: 254
Joined: Mon Sep 29, 2003 4:35 am

Post 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?
Post Reply