ODBC error

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
ithirak_17
Participant
Posts: 17
Joined: Mon Sep 10, 2007 3:24 am

ODBC error

Post by ithirak_17 »

i am using ODBC stage to connect the Netezza database. I am getting the following error,

Could not connect to datasourceError occurred while loading translation library

ODBC entry is available in odbc.ini file and entry to uvodbc.config also done.

Please help me in solving this issue.

Thanks in advance.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Show us your entries.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ithirak_17
Participant
Posts: 17
Joined: Mon Sep 10, 2007 3:24 am

Post by ithirak_17 »

Did u need the odbc.ini file entry if so find below..

[edwtest]
Driver = /usr/local/nz/lib/libnzsqlodbc3.so
Description = NetezzaSQL ODBC
Servername = edwtest
Port = 5480
Database = test_edw
Username = test_edw_etl
Password =
CancelAsFreeStmt = false
CommLog = false
Ksqo = false
Lie = false
Optimizer = false
Parse = false
PreFetch = 256
Protocol = 7.0
ReadOnly = false
ShowSystemTables = false
Socket = 16384
DateFormat = 1
TranslationDLL =
TranslationName =
TranslationOption =

Thanks
Post Reply