Issue with Running datastage job from unix command prompt

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
sumesh.abraham
Participant
Posts: 153
Joined: Thu May 11, 2006 1:52 am
Location: Bangalore

Issue with Running datastage job from unix command prompt

Post by sumesh.abraham »

Hi,

I am trying to do an ssh to the UNIX box where DataStage is mounted and trying to run a job using dsjob -run command

Code: Select all

ssh remote server /tech/ascential/Ascential/DataStage/DSEngine/bin/dsjob -run project jobname
[code]

I got the error message as ld.so.1: dsjob: fatal: libvmdsapi.so: open failed: No such file or directory.

What could be the issue here?
Thanks.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

The environment isn't correctly setup. You should be executing a script that first sources from dsenv to setup the environment and then executes dsjob.
-craig

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