TPT Loading DateTime (SQL Server) with UTF-16 char set - response (5) by...
Granted I do not have SQLServer on my PC, but when I do an export from Teradata and then a load into Teradata, with TIMESTAMP(3) in the schema, and the value of the timestamp column in the source table...
View ArticleSQL Assistant Installation Error - forum topic by dsekar
Hello, I have Windows7 Operating System and IE verison 9. When I try to install TD SQL Asssistant, it give me this error: MDAC 2.6 requires Microsoft IE 4.01 Service Pack 2 or later. I have IE version...
View ArticleTPT Loading DateTime (SQL Server) with UTF-16 char set - response (6) by...
I will continue to look into this. I just installed SQL Server onto my PC and created a table with a DataTime column and inserted a single column/row with value: 2014-03-04 12:13:14.123 If I do a...
View ArticleTPT Loading DateTime (SQL Server) with UTF-16 char set - response (7) by...
Hi Steve, in the script that worked I coded the datetime as varchar(48) not as char(48) in the SCHEMA definition, so I don't understand what you mean with your statement "I would think that converting...
View ArticleTPT - source data enclosed with double quotes and delimited by pipe (|) -...
Hi, I am new to Teradata. I am trying to load the data from csv file to Teradata 13.0 on VMWARE using TPT, where in columns are enclosed with double quotes (") and delimited with pipe ( | ). e.g....
View ArticleTPT Loading DateTime (SQL Server) with UTF-16 char set - response (8) by...
Hi, I have an additional problem. When i have nvarchar field in SQL Server which contains digits with leading zeros this results in a fatal error for the ODBC Operator: ODBC_Operator: TPT17107:...
View ArticleTPT - source data enclosed with double quotes and delimited by pipe (|) -...
You must enable the quoted data feature by setting the QuotedData attribute in the DataConnector attribute to 'yes' or 'optional'. Please refer to the documentation for details.
View ArticleTPT Loading DateTime (SQL Server) with UTF-16 char set - response (9) by...
The original script had a schema with CHAR(46) and a 'convert' in the SELECT to CHAR(23). That should have worked. Timestamps are fixed length CHAR fields, not VARCHAR. The fact that the original job...
View ArticleBTEQ DLL question - entry point not found - forum topic by gmach
We have a pair of Windows Server 2008R2 machines (Xeon, 4 cores; 32GB RAM each) used as an Informatica 9.6.1 PowerCenter grid, which have several Teradata tools installed. ETL developers complained to...
View ArticleTeradata export file contains junk characters - response (5) by...
Using the bteq utility, I'm exporting the data from the DB to the flat file. However junk characters as below is getting exported to the file. ^WM-...
View ArticleOracle.Net Not under Connection Dialogue - forum topic by lpozen
I have installed Teradata Sql Assistant 15.0 and all of the other tools under TTU 15 package. I have Windows 7 64 bit machine I noticed that Oracle.Net was not in the connection dialogue menu under...
View ArticleTPT - source data enclosed with double quotes and delimited by pipe (|) -...
Hi Steve, Thanks for the reply. However, I had tried that option as well by specifying below - VARCHAR QuotedData = 'Y', and also I tried - VARCHAR QuotedData = 'Optional' but none is working....
View ArticleTPT Loading DateTime (SQL Server) with UTF-16 char set - response (10) by...
Hi Steve, Thanks for thinking this through with me, but again, I don't understand your statement: "The fact that converting to VARCHAR did not issue an error is probably due to the operator binding the...
View ArticleSQL Assistant 15.00 - forum topic by JaimeHolland
Hi there, When running queries in a Query Tab, I remember that in previous versions, the colour of the tab would change to indicate that a query was running, and it would change again to indicate when...
View ArticleTPT ODBC Operator - response (12) by blackrooster
Hi Steve, are these drivers bundled for all platforms (Windows, Linux, ...)? And for all Databases (SQL Server in my case)? Thanks Sven
View ArticleBTEQ: Nested .run file - response (2) by Strickers
It's nothing to do with '.quit (or '.exit')' - as soon as the nested .run completes, the script goes back to the bteq script as opposed to the initial .run step as bmclare pointed out. Does anyone have...
View ArticleBTEQ: Nested .run file - response (3) by Heps
Hi Strickers, According to the below, this is not possible:http://www.info.teradata.com/htmlpubs/DB_TTU_14_00/index.html#page/Load_and_Unload_Utilities/B035_2414_071A/2414ch05.016.65.html"If you...
View ArticleOracle.Net Not under Connection Dialogue - response (1) by lpozen
Can someone, please, help. I have ODP. Net 64 Bit installed and Teradata SQL Assistant 15.00 should automatically reference the driver. The only available options I see under provider menu are ODBC and...
View ArticleTPT - source data enclosed with double quotes and delimited by pipe (|) -...
Sorry, I forgot to ask what version of TPT you are using. The QuotedData feature was introduced in TPT 14.0. If you are using a version prior to that, then the quotes will always be part of the data.
View ArticleTPT Loading DateTime (SQL Server) with UTF-16 char set - response (11) by...
I just brought it up because we enforce that the data must match the schema. If the data is coming back as VARCHAR but the schema is defined as CHAR, that can sometimes cause issues because of the...
View Article