where to run dsjob command

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
somu_june
Premium Member
Premium Member
Posts: 439
Joined: Wed Sep 14, 2005 9:28 am
Location: 36p,reading road

where to run dsjob command

Post by somu_june »

Hi,


I want to run dsjob -run command . In which path I have to run this command under my project path . Please tell me where to run dsjob commads




Thanks,
Somaraju
somaraju
I_Server_Whale
Premium Member
Premium Member
Posts: 1255
Joined: Wed Feb 02, 2005 11:54 am
Location: United States of America

Post by I_Server_Whale »

I think this topic was covered earlier. But anyhow, since it is a one-liner.

You have to run the dsjob command from:

Code: Select all


/Ascential/DataStage/DSEngine/bin/dsjob command with options

Thanks,
Naveen.
Anything that won't sell, I don't want to invent. Its sale is proof of utility, and utility is success.
Author: Thomas A. Edison 1847-1931, American Inventor, Entrepreneur, Founder of GE
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Once the path has been exported either throgh dsenv or manually, dsjob can be executed at any prompt. Source you dsenv and re execute the commands.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
trokosz
Premium Member
Premium Member
Posts: 188
Joined: Thu Sep 16, 2004 6:38 pm
Contact:

Post by trokosz »

You can run dsjob from the Unix command or DOS command line.....You can create a Unix Shell Script or a DOS BAT file and run it there.....You can have a Scheduler (e.g., Autosys) call the Shell Script and so on....
somu_june
Premium Member
Premium Member
Posts: 439
Joined: Wed Sep 14, 2005 9:28 am
Location: 36p,reading road

Post by somu_june »

Hi Naveen,


Thanks for helping me out.



Thanks
Somaraju.
somaraju
somu_june
Premium Member
Premium Member
Posts: 439
Joined: Wed Sep 14, 2005 9:28 am
Location: 36p,reading road

Post by somu_june »

Hi Naveen,

I tried with dsjob -lprojects command but iam getting an error saying . I gave command like this

/DataStage/751A/Ascential/DataStage/DSEngine/bin>dsjob -lprojects and I tried to go to dsjob directory after bin to execute the same it says not a directory so I executed command in bin directory and I got an error saying

could not load program dsjob:
Dependent module libvmdsapi.so could not be loaded
could not load module libvmdsapi.so
system error : No such file or directory


Thanks,
Somaraju
somaraju
I_Server_Whale
Premium Member
Premium Member
Posts: 1255
Joined: Wed Feb 02, 2005 11:54 am
Location: United States of America

Post by I_Server_Whale »

hi Somu,

Always try to search before you post. That way, you will find most of answers quickly rather than waiting for someone to reply for a topic which is already covered.

Just by searching for "could not load program dsjob:" returned me this link. I think it will solve your issue.


LINK

Thanks,
Naveen.
Anything that won't sell, I don't want to invent. Its sale is proof of utility, and utility is success.
Author: Thomas A. Edison 1847-1931, American Inventor, Entrepreneur, Founder of GE
somu_june
Premium Member
Premium Member
Posts: 439
Joined: Wed Sep 14, 2005 9:28 am
Location: 36p,reading road

Post by somu_june »

Hi Naveen,


Thanks for your help.



Thanks,
Somaraju
somaraju
Post Reply