TPT - source data enclosed with double quotes and delimited by pipe (|) -...
With delimited data (also known as CSV data), the data is all character, and the fields are varying in length. Thus, by definition, the data is VARCHAR. If the user wants the utility to read in...
View ArticleFAST LOAD Failing in mainframe job - forum topic by m_v_anita
Hi, I am trying to load a CSV file to a teradata table using FLOAD. I did an FTP of the file from my desktop to the mainframe server. The values in the file are comma separated. The Fload script in...
View ArticleTeradata 14.10 silent install. - response (3) by frass
I'm trying to automate the installation on win7 but it did not work. I'm looking for the response file (.iss) no response file was generated!?...
View Articlesilent installation of teradata client on win7 - response file - forum topic...
I'm trying to automate the installation on win7 but it did not work. I'm looking for the response file (.iss) no response file was generated!?...
View ArticleFAST LOAD Failing in mainframe job - response (1) by dnoeth
The syntax looks ok, are you sure it's not due to a missing semicolon for the previous statement?
View ArticleFAST LOAD Failing in mainframe job - response (2) by feinholz
As always, it would be very helpful to know the version of the tool you are using.
View ArticleTPT DataConnector Error : Delimited Data Parsing error: Input record exceeds...
TPT DataConnector producer error : "Delimited Data Parsing error: Input record exceeds allocated storage" Hello, I am using TPT Data connector producer and sql inserter operator to load clob data using...
View ArticleODBC error while while loading data using SSIS - forum topic by TDArpit
Hi, I am trying to load a delimited flat file with " as qualifier. We use SSIS 2008 and using attinuity connector for teradata destination. The load seems to be running but in the end it fails with...
View ArticleChange Password Option in Teradata SQL Assitant - forum topic by SYAMALAMEDURI
Hello Everyone, I tried to change my password through SQL Assistant 12.0 Change Password option. But the 'Ok' button is not enabled. I came to know that the 'Ok' button will be enabled only if Current...
View ArticleProblem with FastExport and DECIMAL column on TD 14.10 - forum topic by xtrnssf
Hello, I am experiencing an error while trying to do a FastExport with data from the TD Server to a file - the error message is UTY8713 RDBMS failure, 2617: Overflow occurred computing an expression...
View ArticleProblem with FastExport and DECIMAL column on TD 14.10 - response (1) by xtrnssf
I have found the solution to my problem ! There is a parameter called DECIMALDIGITS that is part of the EXPORT command. That parameter is by default only 18 digits (see following excerpt from the...
View ArticleFAST LOAD Failing in mainframe job - response (3) by Fred
Use apostrophes (') not quotation marks (") around the delimiter.
View ArticleError: "specified DSN contains architecture mismatch" - response (2) by ashk660
It is because 32bit ODBC drivers dealing with 64bit TD tools and utilities. Most of the times while installing TTU it sets the 64-bit TTU directory path along with 32-bit TTU in "PATH" environment...
View ArticleNeed of Collect Statistics - response (10) by SanjayPatidar05
Hi where the result of collect stats stored in teradata and how we can acces it. Please provied helpful example..
View ArticleTPT DataConnector Error : Delimited Data Parsing error: Input record exceeds...
Delimited data processing reads in a record made up of VARCHAR data. Thus, the max column size is 64000 bytes. Plus, you specified the CLOB column as "deferred by name" which means your input record...
View ArticleTPT and Unix/Linux Environment Variables - response (3) by nkardos
The problem with the -u or -v methods is security. If you are passing the user/pass with -u then it will show up in the process list. Saving the clean user/password to a file is also not usually...
View ArticleTPT and Unix/Linux Environment Variables - response (4) by feinholz
The environment variable support never made it into 15.0 or 15.10. It is (once again) on our list of features for 16.0. (And do not confuse "TD15" with "TPT15.0". "TD15" implies Teradata database.)
View ArticleTPT DataConnector Error : Delimited Data Parsing error: Input record exceeds...
Yes. Loaded the data successfully. May be I missunderstood the concept of deferred by name earlier. But creating such files from SQL Server is still concern though. Thanks Steven for your prompt...
View ArticleTPT DataConnector Error : Delimited Data Parsing error: Input record exceeds...
Please read: http://developer.teradata.com/tools/articles/large-object-loading-with-teradata-parallel-transporter It describes how to load LOBS into Teradata using TPT.
View ArticleSHOW table/View issue in Teradata SQL Assistant 13 Java version - response...
Hi, did you solve it? I came across the same issue and couldn't find a way.
View Article