Error executing dsrecords utility

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ag_ram
Premium Member
Premium Member
Posts: 524
Joined: Wed Feb 28, 2007 3:51 am

Error executing dsrecords utility

Post by ag_ram »

Hello Folks

Tried to execute the "dsrecords" utility , i get the following error . Is there some Env variables that need to be set additionally for Execution

Could not load program ./dsrecords:
Dependent module liborchaix3.a(libtemp.o) could not be loaded.
Could not load module liborchaix3.a(libtemp.o).
System error: No such file or directory
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Source dsenv before executing the command.

Code: Select all

cd $DSHOME
. ./dsenv
And also make sure $APT_ORCHHOME/lib is in your lib search path.
else include it.

Code: Select all

SHLIB_PATH=$APT_ORCHHOME/lib:$SHLIB_PATH;export SHLIB_PATH
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply