ODBC Driver test Error

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
catera0907
Premium Member
Premium Member
Posts: 9
Joined: Sun Jul 24, 2005 10:26 am

ODBC Driver test Error

Post by catera0907 »

Hello

i am trying to invoke DataStage engine shell on Solaris 2.10
./bin/dssh

follwing error occured

ld.so.1: uvsh: fatal: libodbc.so: open failed: No such file or directory

can anyone through some light on it
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Look at the dsenv file verify all paths are correct, especially the SHLIB LIB paths.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Check (in dsenv) that your shared library search path includes $DSHOME/../branded_odbc/lib, which is where libodbc.so resides.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply