Problem while working with dsjob command.

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 dsjob command.

Post by arun_kumar »

Hi all,

I am facing following problem while excuting dsjob command.

Please help me regerding this issue.

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.


Thank you
Arunkumar..
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You need to 'source' dsenv first:

Code: Select all

cd $DSHOME
. ./dsenv
Then things will work more better.
-craig

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