Page 1 of 1

ODBC error

Posted: Thu Aug 09, 2012 3:58 am
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.

Posted: Thu Aug 09, 2012 7:17 am
by chulett
Show us your entries.

Posted: Thu Aug 09, 2012 11:38 pm
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