uv prompt

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
dspxguy
Participant
Posts: 156
Joined: Thu May 24, 2007 4:09 pm
Location: Simi Valley, CA

uv prompt

Post by dspxguy »

I am trying to connect to a project using

Code: Select all

gouv projectname
in server A

but cant get in, but when i log in to another server B and try
gouv <project name>

it takes me to the uv prompt and i execute ds.tools.


Another thing, I have to execute the follwoing commands whenever i log in to server A.

cd `cat /.dshome`
. ./dsenv

and then i execute bin/uv to go to the uv prompt, ds.tools doesnt work nor does gouv <projectname>
Why do I always have to resource dsenv to execute bin/uv because in server B i just type gouv and project name.

is there anything i need to add in somwhere?

Thanks
dspxguy
Participant
Posts: 156
Joined: Thu May 24, 2007 4:09 pm
Location: Simi Valley, CA

Post by dspxguy »

hi all,

I managed to execute the ds.tools command.

i went to my project and executed

Code: Select all

$DSHOME/bin/dssh
then i could do ds.tools or any other sql command.

thanks dsxchange[/code]
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Re: uv prompt

Post by chulett »

dspxguy wrote:in server B i just type gouv and project name.
No such thing out of the box as 'gouv' so this must be something 'you' created. If you want it on Server A, copy it over there.

If you launch dssh from the DSEngine directory, you'll connect to the UV account. To move from there to any Project, simply execute:

Code: Select all

LOGTO <ProjectName>
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply