Page 1 of 1

Issue with Running datastage job from unix command prompt

Posted: Wed Nov 11, 2009 5:05 pm
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.

Posted: Wed Nov 11, 2009 5:34 pm
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.