If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

cube running on Unix

Started by nayitian, 16 Aug 2007 01:24:42 PM

Previous topic - Next topic

nayitian

Hi

On Unix machine, when I execute scripts by typing myjob.sh, cube can be run successfully. But when I setup cronjob to schedule, it fails. I double check the environment setting between my login priviledge and scripts, there is no discrepency.

The error message I have is :
DMS-E-DBDLL_NOTFOUND, The dynamic link library 'libclntsh' could not be located in the search path or one of its dependent dynamic link libraries failed to load.

Did I miss something here? Thank you.

jeemalif

Make sure you set all your environment variables in your script. To be 100% sure, redirect the output of "env" or "set" to a text file, and cleanup and add in the beginning of your script.