Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. '[08001][TPT] [ODBC SQL Server Wire Protocol driver] Invalid connection Data
  2. ., [TPT][ODBC SQL Server Wire Protocol driver ]Invalid attribute in connection string : DBCNAME.'
  3.  
  4. import teradata
  5.  
  6. udaExec = teradata.UdaExec (appName="test", version="1.0",
  7. logConsole=False)
  8. session = udaExec.connect(method="odbc", system=servername,username=user1, password=passw)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement