Page 1 of 1

dsjob.exe

Posted: Wed Feb 15, 2006 4:12 am
by vinodhraj
When I run dsjob.exe then I get the following error


0509-036 Cannot load program ./dsjob because of the following errors:
0509-150 Dependent module libvmdsapi.so could not be loaded.
0509-022 Cannot load module libvmdsapi.so.
0509-026 System error: A file or directory in the path name does not exist.

Thanks

vinod

Posted: Wed Feb 15, 2006 4:17 am
by ArndW
Moderator - please remove, duplicate post.

Posted: Wed Feb 15, 2006 4:18 am
by Kirtikumar
Executing following command before executing the dsjob.exe may help...
. $DSHOME$/dsenv

Posted: Wed Feb 15, 2006 6:54 am
by chulett
It will help as that is a necessary step. And now I guess the other post is the duplicate. :wink:

Well, except for the extra dollar sign. Try:

Code: Select all

cd $DSHOME
. ./dsenv

Posted: Thu Mar 02, 2006 3:51 pm
by somu_june
Hi Chulett,
Iam facing the same problem as vinodh. I typed from root cd$DSHOME Iam going to my /datastage (group) and when I typed ls -a . I couldnot find any . ./dsenv . I can find only ./ , . ./

Please correct me if Iam wrong.



Thanks,
Somaraju

Posted: Thu Mar 02, 2006 4:12 pm
by chulett
somu_june wrote:Please correct me if Iam wrong.
Oh, don't worry - people will without you having to ask. :wink:

That means $DSHOME isn't set for you. Try this instead:

Code: Select all

cd `cat /.dshome`
. ./dsenv

Posted: Thu Mar 02, 2006 4:17 pm
by ray.wurlod
dsjob.exe on UNIX ??

Posted: Thu Mar 02, 2006 4:45 pm
by somu_june
Hi Chulett,


Thanks for reply . After doing what you posted my command is working and Iam getting a status code of 0



Thanks,
Somaraju

Posted: Thu Mar 02, 2006 10:05 pm
by vinodhraj
Hi,

I have got the solution in changing the .profile LIBPATH in home directory
Before it is pointing somewhere.

PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:.

export PATH
LIBPATH=/baselwb/dsadmhome/Ascential/DataStage/DSEngine/lib
export LIBPATH

if [ -s "$MAIL" ] # This is at Shell startup. In normal
then echo "$MAILMSG" # operation, the Shell checks
fi # periodically.
. ~db2inst1/sqllib/db2profile
. /dvt/isis/uk/scr/.isis_profile

vinod

Posted: Fri Mar 03, 2006 3:49 am
by kumar_s
Hi Vinod,
Thats nice to see that you got rid of your issue. Please let me know, what happens when you execute uv from your command prompt.