Page 1 of 1

dsjob command not working

Posted: Tue Feb 24, 2009 3:46 am
by Xpert
Hi,

I am using the below command to execute the job from command line but its throwing the error message.

/data/IBM/InformationServer/Server/DSEngine/bin/sh dsjob -run isadmin FINETL J_Stg_BBS_Account -param TPFileName=eBBS_FINETL_ACCOUNT_BH -param COUNTRYCODE=BHR -param Source_System=BBS

Error: ./dsjob: error while loading shared libraries: libACS_client_cpp.so: cannot open shared object file: No such file or directory

Please help me.

Re: dsjob command not working

Posted: Tue Feb 24, 2009 4:08 am
by nagarjuna
Hi Xpert ,
This has been answered many times .Do a search on the error you are receiving ...then you can find the answer .

Thanks
Nag

Xpert wrote:Hi,

I am using the below command to execute the job from command line but its throwing the error message.

/data/IBM/InformationServer/Server/DSEngine/bin/sh dsjob -run isadmin FINETL J_Stg_BBS_Account -param TPFileName=eBBS_FINETL_ACCOUNT_BH -param COUNTRYCODE=BHR -param Source_System=BBS

Error: ./dsjob: error while loading shared libraries: libACS_client_cpp.so: cannot open shared object file: No such file or directory

Please help me.

Posted: Tue Feb 24, 2009 6:31 am
by chulett
Correct your syntax and let us know if it works more better. First suggestion, ditch the "sh" and just execute "dsjob":

Code: Select all

data/IBM/InformationServer/Server/DSEngine/bin/dsjob
Then make sure the rest are in the proper order - for example, the project and job names must be the last two elements.