Loading using Teradata Parallel Transporter Load utility. - response (12) by...
This was the same post which i kept before above 2 post +++++++++++++++++++++++++++++++++++++++++++++++++ Hi I am exporting a data from Teradata in the binary format using TPT export oprator. This...
View Articleinsert data from .csv file into Teradata with SLJM - topic by Dantes
How can I insert data from .csv file into Teradata with SLJM tool
View ArticleWhat do you mean by WebInject? - topic by Akash01
WebInject is a free tool for automated testing of web applications and web services. It can be used to test individual system components that have HTTP interfaces (JSP, ASP, CGI, PHP, AJAX, Servlets,...
View ArticleWorkload Designer and Viewpoint 14 with RDBMS 13.10 error - response (2) by...
Mark, Currently we are having the same issue. We moved from TD 13.0 to TD 13.10 and ran the DIPTDWM but we are still getting the error. Wondering how were you able to resolve this issue?
View ArticleHow strip of the non numeric data from VARCHAR field - response (2) by paul43438
Oracle UDFs translate Offers functionality not available in Teradata SQL. Install this as otranslate(), because we already have a TRANSLATE. create set volatile table tbl1 ( col1 varchar(20) , col2 int...
View ArticleLoading using Teradata Parallel Transporter Load utility. - response (13) by...
Instead of binary, trying exporting the data in "unformatted" format. That record format will not add the 2-byte row length to the front of every row. It will just write out the raw data.
View ArticleLoading using Teradata Parallel Transporter Load utility. - response (14) by...
By the way, why are you exporting the data to a file on a non-mainframe platform, and then loading the data from a mainframe? If I am misunderstanding your test scenario, please correct me.
View ArticleTPT DATA CONNECTOR CONSUMER BEHAVING DIFFERENT IN MAINFRAME V/S...
"FastExport will always write out a 2-byte length in front of all records (especially on non-mainframe platforms; I am not 100% certain whether this is true on mainframe) because FastExport can only...
View ArticleUse TPT to load a million flat files - response (11) by jinli
are those 1 miilion files with the same format and need to load into one table? if so, have you considered to do some pre-processing? such as combine them to some adequaute number of bigger/huge files...
View ArticleFailure 2805 Maximum row length exceeded in table in abc in BTEQ when using...
Hi, I have been trying to compare results of two queries using minus but i am getting the below error Failure 2805 Maximum row length exceeded in abc The query i'm using is select * from abc minus...
View ArticleTeradata Studio cannot run Stored procedures - topic by darnost
Hi, we would like to use TD studio (version 14.01) which looks like very interesting and powerfull tool. However it seems that the tool does not support stored procedures. At least, we haven't been...
View Article5,781 You cannot collect statistics on more than 32 groups of non-indexed...
Hi , I get this error while collecting stats: 5,781 You cannot collect statistics on more than 32 groups of non-indexed columns. I have a table with NUPI on col1. I am trying to collect stats on this...
View ArticleLoading using Teradata Parallel Transporter Load utility. - response (15) by...
Hi, Is there a mechanism to load files using tpt operator, and have row number for each row of a file in order. In case i have a file abc.txt where i have 10 rows. Then in the DB i can have rownumber...
View ArticleError when starting Workload Designer - topic by hyma
When trying to start Workload Designer (as Admin, viewpoint 14.00) I got the message: "You are not authorized to viewrulesets on any system." - view rulesets and edit rulesets for Workload Desinger...
View ArticleCasting timestamp to date and to char - topic by SofiaVer
Hi all, I am a total newbie at Teradata, and i have to write a query that I can't easily test on a Teradata system (someone else is running the query for me, it takes weeks for them to get back to me...
View ArticleCasting timestamp to date and to char - response (1) by CarlosAL
Sofia: You seem to be using '+' as a concat operator, which in Teradata must be '||'. You don't provide the table definition, but your query will fail if the column DATE_DT is a timestamp(6) (for...
View ArticleTransposing Data - response (14) by paul43438
Another solution or rather a slightly different solution. -- Using Teradata SQL Assistant version 13.10 on a Teradata 13.10 system. -- Generate Test data Create Multiset Volatile Table InputData (...
View Article