Cannot find terasso library with MSAccess2013
I get "cannot find terrasso library" when connecting to TD via ODBC driver version 15.10 (and 15.4; worked in past with version 13) using MSAccess2013. I do get the connection dialog and after...
View ArticleBug in ODBC driver 15.10
When issueing the following statement select case when (1 = 0) then 1 else 0 end;in Teradata Studio 15.00.02 using ODBC Driver Version 15.10 I receive the following weird message: Executed as Single...
View ArticleCannot connect from oracle database to teradata database
We are running a java program that is supposed to connect to a teradata warehouse. Suddenly in the last two weeks the process with takes several hours and cannot connect to retrieve data and pull it...
View ArticleInfo: App-V 4.6 bug that hits .Net Data Provider for Teradata 15.10 (and...
If you have something that puts user-related stuff (such as a path to LOCALAPPDATA) in a registry value under HKLM, this will break your sequence. This bug is reported here:...
View ArticleAccess VBA connection to Teradata Express VM 15.10
Hi, I'm not sure where I am going wrong and have been trying to get this working for several nights now. Hopefully someone is able to pick what has happened. I have Teradata Express 15.10 running in a...
View Articlehow to provide password encryptions in JDBC connections
Hi, we have a requiremnt to enable auto connections for a JAVA application. we are using TD JDBC for connectivity. we understand SSO and TDWALLET isn't supported for this route of Teradata...
View ArticleSession doesn't finish after connection closing in .Net application
Hi, I am developing an application in .Net and using .Net provider for TD. I have the code as below. I am selecting the session no, setting a queryband and running a query and setting the query band...
View ArticleTeradata linux python pyodbc - got incorrect longint value instead correct...
Dear All, I use pyodbc and Python to connect to Teradata on Linux. I use a simple query: `SELECT COUNT(*) FROM "my_table";` If I use Teradata Studio then I get a correct result, e.g: "123". With my...
View ArticleCommandTimeout - Query doesn't abort if in responding state
Hi, In my .Net application in which i connect to TD to run queries, i have given a CommandTimeout of 5 minutes. Now, when i submit a query that runs a large select statement, it runs for 2...
View Articlepassword expired ado and vb6
My question is...if the psw expire, is possible to renew via vb6 code? the connection string is: .... Set CON = New ADODB.Connection CON.ConnectionString = "PROVIDER=MSDASQL;"&...
View Article.NET provider (ver 15.xx), TdCommandBuilder, bulk load, error
Hello. We use TdCommandBuilder/TdDataAdapter for bulk insert. We use version 14.11.00.01, everything works fine, I tried newer version, but sometimes I receive errors: - 15.01.00.01 [.NET Data...
View Article.NET provider vs. ODBC
Hello. We have some performance issue on Teradata DB. Select with 36 columns return approx. 10000 rows: - .NET provider, TdDataReader ... 7:17 minutes, - ODBC, DbReader ... 4:26 minutes. Is it...
View Articleusing TDCH cannot connect to Teradata database: username and password invalid
Hi all, i am encuntering the following error when trying to use TDCH to load data to Teradata. 16/01/08 00:32:04 INFO tool.ConnectorExportTool:...
View ArticleProblem connecting to teradata using Python jaydebeapi module
Hi guys, I've tried everything (e.g. troubleshooting, googling, etc) and am unable to solve this and am hoping that some of you can help me. I'm trying to connect to a teradata server using the JDBC...
View ArticleQuerying an Oracle database from a Teradata query
Dear all, I would like ti create a DB Link from a Teradata database (v. 14.10.05.09) to an Oracle database (10g) but the Create DBLink query doesn't work. I have looked on the Internet about this, but...
View ArticleError connecting with teradat odbc | DatabaseError: (0, u'[632] 523 630')
I've tried following the advice to export the ODBCINI but still get the 632 523 630 error. Any idea what is causing this? It works on my MAC but not on a CENTOS server where I've installed the 15.10...
View Articlesqoop import to teradata via kerberos authentication
Hi all ,I am able to connect to teradata rdbms via sqoop below query : sqoop import --connect jdbc:teradata://hostname/database=dbname --username xxxxx --password yyyyy --table tbname --split-by field1...
View ArticleError While Creating Volatile inside query in Spark While Using Teradata JDBC
I am encountering issues when I try to submit queries while doing "CREATE VOLATILE TABLE" using the Teradata JDBC driver class. I have tried the solution described within:...
View ArticleConnect Teradata SQLA using LDAP
Hi, I have installed OpenLdap for windows and now I am trying to use LDAP to connect SQL Assistant. I am looking for some help/guide which tell me how to create a DSN connection for using LDAP and what...
View ArticleTeradata connectivity Issue through JDBC Driver in java
Hi, I am trying to connect my Teradata server through JDBC Driver in java using LDAP : //********************************************************************* // // Copyright (c) 2004-2008 by Teradata...
View Article