Problem while working with UV -admin -info

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
arun_kumar
Participant
Posts: 58
Joined: Thu Feb 15, 2007 3:42 pm

Problem while working with UV -admin -info

Post 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
Arunkumar..
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post 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
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
arun_kumar
Participant
Posts: 58
Joined: Thu Feb 15, 2007 3:42 pm

Post 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.
Arunkumar..
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

No, not .uvconfig, dsenv.
Do the following

Code: Select all

cd `cat /.dshome`
. ./dsenv
bin/uv -admin -info
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
arun_kumar
Participant
Posts: 58
Joined: Thu Feb 15, 2007 3:42 pm

Post 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.
Arunkumar..
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post 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?
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Re: Problem while working with UV -admin -info

Post by chulett »

arun_kumar wrote:In my datastage server there is no dsenv file.
Let's not forget this statement in the original post.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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]
-craig

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