ODBC stage: 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
vinodlakshmanan
Participant
Posts: 82
Joined: Wed Jul 14, 2004 7:21 am
Location: India

ODBC stage: error

Post by vinodlakshmanan »

Hi,
We have an existing set of jobs which access TeraData tables through ODBC in production. While dong a development setup, we get the following error while accessing the table via ODBC:
DSR.MetaGeta(GET.DSNINFO)(SQLConnect('TD_BYT','gsir_etl_d')): BCI Error:
SQLSTATE=S1001,CODE=0,[DataStage][SQL Client][ODBC][NCR][ODBC Teradata Driver] Could not load security library
It was working fine couple of months earlier. Could you let me know how this can be resolved?

Regards,
Vinod
Integrity is what you do when no one is watching
ml
Participant
Posts: 82
Joined: Wed Jun 09, 2004 1:03 pm
Location: Argentina

Post by ml »

I never saw this error message.. if you have the same problem in all the jobs with this ODBC connection, check the values in your .odbc.ini file... if is only one job may be is a bad SQL.

Did you check the connection?
try somethion like this...
cd `cat /.dshome`
. ./dsenv
cd ../branded_odbc/demo
./demoodbc
./demoodbc dsnname -uid username -pwd password

and then test the driver:
cd ../bin
./ivtestlib DriverName
Post Reply