Hi all,
I am currently trying to configure Teradata 15.0 client on a RHEL7 machine. First I installed tdicu, TeraGSS, then tdodbc. Then I edited the .odbc* to my Teradata credential and DBC etc. The .odbc.ini and .odbcinst.ini are at my $HOME dir.
When I test the connection using tdxodbc, the following error return:
[ags@Dev03273 msg]$ export NLSPATH=/opt/teradata/client/15.00/odbc_64/msg/tdodbc.cat
[ags@Dev03273 msg]$ cd ../bin/
[ags@Dev03273 bin]$ ./tdxodbc
Enter Data Source Name: teragdb4
Enter UserID: qatest1
Enter Password:
Connecting with SQLConnect(DSN=teragdb4,UID=qatest1,PWD=*)...
adhoc: (SQL Diagnostics) STATE=IM003, CODE=0, MSG=[DataDirect][ODBC lib] Specified driver could not be loaded
ODBC connection closed.
If someone know what configuration I did wrong?