#DateForumTypeThreadPost
25922 Apr 2013 @ 04:32 PDTConnectivityReplySSIS Teradata data destination very slowThe .NET Data Provider for Teradata supports batch update (see ADO.NET Batch Update http://msdn.microsoft.com/en-us/library/aadf8fk2.aspx); but most likely the SSIS "ADO.NET Destintation"...
25820 Mar 2013 @ 02:42 PDTConnectivityReplyVisual Studio 2012 Server Explorer does not show Teradata provider.NET Data Provider for Teradata version 14.10 does not integrate with Visual Studio 2012.  
25720 Mar 2013 @ 02:34 PDTConnectivityReplyOnly an ET or null statement is legal after a DDL StatementYou wrote: "The SQL executes fine when run directly against the database using SQL Assistant." Try "Execute Parallel" (vs. "Execute") in SQL Assistant.  "E...
25614 Mar 2013 @ 01:51 PDTConnectivityReplyCan operations to a Teradata DB made via the .NET Data Provider for Teradata participate in a distributed transaction?No; Teradata Database does not support distributed transactions.
25513 Mar 2013 @ 02:37 PDTConnectivityReplyWhich connectivity option should I use?I assume you are asking about the "Microsoft .NET Data Provider for ODBC" and the ".NET Data Provider for Teradata". The answer is very simple; use the ".NET Data Pro...
25401 Mar 2013 @ 07:11 PSTConnectivityReplyDECIMAL OUT parameter lost value after SP CALL when after VARCHAR IN parameterI tried it with the .NET Data Provider for Teradata             //Building connection string        &n...
25301 Mar 2013 @ 06:27 PSTConnectivityReplyUnable to connect to TeraData v13.0 from .NET clientIt most likely means that you are connecting to wrong server (not Teradata Database); check the "Data Source" and "Port Number".
25201 Mar 2013 @ 06:20 PSTConnectivityReplyteradata .net provider nameThe connection string shown above is for the "Microsoft .NET Data Provider for OLE DB". In other words, this ADO.NET Data Provider is a Bridge; it utilizes a native OLE DB Provider under ...
25113 Feb 2013 @ 12:03 PSTConnectivityReplyProblem with the Teradata SessionsPost additional information about your application and the driver (.NET Data Provider, ODBC or JDBC). Are you using Connection Pooling? For example the .NET Data Provider connection pooling does n...
25031 Oct 2012 @ 03:41 PDTConnectivityReplyOBIEE sourcing from Teradata nQSError: 43113] Message returned from OBISIMO the SQL Statement does not use a two-part fully qualified table name (i.e. DatabaseName.TableName); therefore you must change the default database. You can specify the Default Database&nbs...
24903 Oct 2012 @ 09:55 PDTConnectivityReplyError - Only an ET or null statement is legal after a DDL Statement.SQL Assistant executes each statement (separted by semicolon) separately. SQL Assistant can execute Multi-Statements requests also. You must click/select "Execute Parrallel" which g...
24824 Sep 2012 @ 01:09 PDTConnectivityReplyTeradata EntityFramework provider bug?Please post additional information in order to recreate this issue; for example 1- EF version 2- .NET Framework version 3- EDM & how did you create the EDM?  4- Table de...
24706 Sep 2012 @ 12:47 PDTConnectivityReplySupport for Named Parameters in .NET Provider The Teradata Database does not support Named Parameters. The Teradata Database supports a USING clause which is similar to the Named Paramters but not identical; the USING clause does ...
24622 Aug 2012 @ 12:18 PDTToolsReplyTeraData SQL Profiler equivalent? See "Chapter 14 tracking Processing Behavior with DBQL" in http://www.info.teradata.com/edownload.cfm?itemid=113480004.   DBQL is an optional feature that you can empl...
24525 Jun 2012 @ 11:50 PDTConnectivityReply.NET Data Provider, Provider Factory, cannot create DataSource Enumerator The .NET Data Provider for Teradata has nothing to do with ODBC or the ODBC Driver for Teradata. You must use the Microsoft .NET Data Provider for ODBC if you want to use the ODBC Driver to&...
24420 Jun 2012 @ 04:02 PDTConnectivityReplyInstall Teradata SQL Assistant I have been using the Teradata SQL Assistant (13.0 and higher) on the Microsoft Windows 7 Ultimate x64. The general "Teradata SQL Assistant have issues on 64-Bit OS"&nbs...
24308 Jun 2012 @ 05:51 PDTToolsReplySQL Assistant 14.01 download availability? You cannot download SQL Assistant. You need to upgrade to TTU 14.0.
24207 Jun 2012 @ 04:57 PDTConnectivityReplyTeradata.Net Provider and Entity Framework Entity Not being filled by Stored Procedure Can you post the stack trace and the DDL for WOFDWINT.VIN_VLDN table?  
24107 Jun 2012 @ 03:38 PDTConnectivityReply.Net Connection String with LDAP   Use TdConnectionStringBuilder class to build the Connection String; set TdConnectionStringBuilder.AuthenticationMechanism to LDAP.  Data Source=192.168.1.54;User ID=mw;Passwo...
24006 Jun 2012 @ 01:18 PDTToolsReplySQL Assistant: System.ArgumentOutOfRangeException The Exception shown above (see the stack trace) is not related to the Maximum Response Buffer Size.
23922 May 2012 @ 12:04 PDTConnectivityReplyDelphi - ADO Connection String? What is the ODBC Driver for Teradata version? Try: Driver={Teradata};DBCName=XXXX;Authentication=LDAP;AuthenticationParameter=userName@@Password; for additional information about Aut...
23814 May 2012 @ 09:47 PDTConnectivityReplyADO.Net 13.11.0.1 Provider hangs when trying to create Entity Model in Visual Studio 2010 You will need a patch (e-fix) for the Teradata Database. You can either open a customer incident; or upgrade to the latest version/patch-level of the Teradata Database.   
23708 May 2012 @ 03:13 PDTConnectivityReplyChinese character are not displaying properly  We have lots of customers in China. Therefore it is very unlikely that the ODBC Driver for Teradata (13.0 and 14.0) has issues with Chinese characters. However there are lots of differ...
23627 Apr 2012 @ 03:57 PDTConnectivityReplyChinese character are not displaying properly One more option, set the session character set to TCHBIG5_1R0 or SCHGB2312_1T0. Again I am assuming PHP binds/retrieves character data as SQL_C_CHAR. 
23527 Apr 2012 @ 03:28 PDTConnectivityReplyChinese character are not displaying properly   A colleague searched the PHP source code for SQL_C_WCHAR; he found no hits. It is possible that PHP binds and retrieves the data as SQL_C_CHAR (i.e. Non-Unicode). If this assumnp...

Pages