How can I find the project path(s)

Archive of postings to DataStageUsers@Oliver.com. This forum intended only as a reference and cannot be posted to.

Moderators: chulett, rschirm

Locked
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

How can I find the project path(s)

Post by admin »

Hi,

when I am on a Server with DataStage, which is not my home I get information on the DataStage path when I write "cat /.uvhome" at the Unix-Prompt.

Is there a similar command for finding the Path(s) of the DataStage Projects?

Mit freundlichen Gruessen

Wolfgang Huerter

----------------------------------------------------------------
Wolfgang Huerter, Gerling AG, GKI AZ-D, Projekt Power
Raum 704, Hohenzollernring 103, D-50597 Koeln
Telefon: (0221) 144-618 00
Telefax: (0221) 144-606 18 00
eMail: Wolfgang.Huerter@Gerling.de
----------------------------------------------------------------





---------------------------------------------------------------------
This message is intended for the addressee or its representative only. Any form of unauthorized use, publication, reproduction, copying or disclosure of the content of this e-mail is not permitted. If you are not the intended recipient of this e-mail message and its contents, please notify the sender immediately and delete this message and all its attachments subsequently.
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Post by admin »

DSHOME=`cat /.uvhome`;export DSHOME
cd $DSHOME
bin/uv "SELECT @ID,PATH FMT 40L FROM UV.ACCOUNT WHERE NAME LIKE DataStage%;"

(Note that the SQL is case sensitive.)

-----Original Message-----
From: wolfgang.huerter@gerling.de [mailto:wolfgang.huerter@gerling.de]
Sent: Monday, 13 August 2001 20:15
To: datastage-users@oliver.com
Subject: How can I find the project path(s)


Hi,

when I am on a Server with DataStage, which is not my home I get information on the DataStage path when I write "cat /.uvhome" at the Unix-Prompt.

Is there a similar command for finding the Path(s) of the DataStage Projects?

Mit freundlichen Gruessen

Wolfgang Huerter

----------------------------------------------------------------
Wolfgang Huerter, Gerling AG, GKI AZ-D, Projekt Power
Raum 704, Hohenzollernring 103, D-50597 Koeln
Telefon: (0221) 144-618 00
Telefax: (0221) 144-606 18 00
eMail: Wolfgang.Huerter@Gerling.de
----------------------------------------------------------------





---------------------------------------------------------------------
This message is intended for the addressee or its representative only. Any form of unauthorized use, publication, reproduction, copying or disclosure of the content of this e-mail is not permitted. If you are not the intended recipient of this e-mail message and its contents, please notify the sender immediately and delete this message and all its attachments subsequently.
Locked