Page 1 of 1

Problem while working with UV -admin -info

Posted: Thu May 24, 2007 10:00 am
by arun_kumar
Hi all,

when trying to run this "UV -admin -info" command it is showing error like file or directory does not exsists.But this is avalable in dshome/bin.

In my datastage server there is no dsenv file.

dsenv file is mandatory?if it is mandatory where i have to kept that.please make knowledge regrding this topic.

This is my .profile:-

if any thing i need to chnage for .profile.

PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:/usr/ccs/lib:/usr/ccs/lib/cpp:/usr/lpp/xlC/bin:/usr/vacpp/b
in:/home/dsadm/Ascential/DataStage/DSEngine/bin:/home/dsadm/Ascential/DataStage/DSEngine/lib:/opt/odbc32v52/lib:/home/dsadm/As
cential/DataStage/branded_odbc/bin:.

export PATH

DSHOME=/home/dsadm/Ascential/DataStage/DSEngine:.

export DSHOME


ODBCINI=/home/dsadm/Ascential/DataStage/branded_odbc:.

export ODBCINI

LIBPATH=/usr/lib:/home/dsadm/Ascential/DataStage/DSEngine/lib:/home/dsadm/Ascential/DataStage/branded_odbc/lib:.

export LIBPATH

LD_LIBRARY_PATH=/home/dsadm/Ascential/DataStage/DSEngine/lib:.


export LD_LIBRARY_PATH



Thnaks in advance

Posted: Thu May 24, 2007 10:04 am
by DSguru2B
How can you not have the dsenv file? Go to your DSHOME directory. Its there.
also, try with small caps uv instead of big caps.

Code: Select all

/bin/uv -admin -info

Posted: Fri Jun 01, 2007 6:59 am
by arun_kumar
DSguru2B wrote:How can you not have the dsenv file? Go to your DSHOME directory. Its there.
also, try with small caps uv instead of big caps.

Code: Select all

/bin/uv -admin -info



same i tried but i did nt get the solution
.uvconfig: No such file or directory

This is the message i got.

Posted: Fri Jun 01, 2007 7:35 am
by DSguru2B
No, not .uvconfig, dsenv.
Do the following

Code: Select all

cd `cat /.dshome`
. ./dsenv
bin/uv -admin -info

Posted: Fri Jun 01, 2007 8:27 am
by arun_kumar
/home/advm/Ascential/DataStage/DSEngine:./.uvconfig: No such file or directory


I am getting this error

i had tried what you have given to me.

Please knowledge me regardint this.

Posted: Fri Jun 01, 2007 8:31 am
by DSguru2B
Why in the world are you trying to execute ./.uvconfig?
What commands are you running. If you following my commands, exactly and your still getting an issue then something is wrong at your end. Can you get into the dshome directory? Do you have read/execute permission on dsenv?

Posted: Fri Jun 01, 2007 2:04 pm
by ray.wurlod
First try this and report the answer. Change directory to where DataStage is installed (the DSEngine directory).

Code: Select all

ls -al .uvconfig
If there is truly no such file, and you have not corrupted the uvconfig file, then you need to regenerate the .uvconfig file using a uvregen command (or bin/uv -admin -regen command) after executing the dsenv script.

Re: Problem while working with UV -admin -info

Posted: Fri Jun 01, 2007 2:37 pm
by chulett
arun_kumar wrote:In my datastage server there is no dsenv file.
Let's not forget this statement in the original post.

Posted: Fri Jun 01, 2007 2:42 pm
by ray.wurlod
Just 'cause you read it in the paper doesn't mean it's true. Probably looked for it in the project directory.

Posted: Fri Jun 01, 2007 5:30 pm
by chulett
I know, but stated is stated and it seems like all the who-ha one would normally have in the dsenv file is instead in the user's .profile. Or as well. [shrug]