Has anyone ever got this to work on RHEL? I have successfully installed Teradata 14.10 on my box. BTEQ works fine and I've tested the Teradata odbc connection using tdxodbc, which also successfully works. My problem is I want to connect via Python using it's pyodbc. I keep getting some cryptic error message:
[******@sdc01cunx09 ~]$ python helloworld.py
Hello World!
Traceback (most recent call last):
File "helloworld.py", line 14, in <module>
conn = pyodbc.connect("DSN=MyTD; UID=*****; PWD=*****")
pyodbc.Error: ('200', '[200] [unixODBC][eaaa[DCTrdt rvr o nuhifraint o n (0) (SQLDriverConnectW)')
Please help!! This is driving me N-U-T-S!!