Teradata tpt - response (31) by akd2k6
what is the <some commands< and <dml statements> should not these two dynamic?
View ArticleTeradata tpt - response (32) by feinholz
Everything in a TPT script is substitutable. Even the Insert statement. You can do this if you want us to generate the INSERT statement for you: APPLY $INSERT TO OPERATOR ($LOAD) For an UPDATE...
View ArticleTeradata tpt - response (33) by akd2k6
looks like I am very near what need. can you please help with the two things the value- say for table employee. 1.<some commands> 2.<DML statements>
View ArticleTeradata tpt - response (34) by feinholz
<some commands> will just be any commands you need to use to create the target table. If you do not need them. then do not use the DDL operator. I already wrote you about the DML statements. That...
View ArticleTeradata tpt - response (35) by akd2k6
Sorry Steve, I lost totally. I think I am very near but lost. Need your help.can you please help with the whole script that I will use for the load where I need to load duplicate records. update means...
View ArticleTeradata tpt - response (36) by feinholz
I cannot paste the whole script (I have a lot of other work I need to get to). I have already provided almost the entire script already. For now, you will need to put the entire INSERT or UPDATE...
View ArticleTeradata tpt - response (37) by TDThrottle
Hi Abhishek, For TPT sample scripts refer $TERADATA_HOME/Teradata Parallel Transporter/sample/userguide from you client system. Thanks!!
View ArticleBTEQ Import/Export character set problem - forum topic by sh_one
Hi all, I still have a problem using BTEQ import and export. I am using INDICDATA to export and import null values. During my tests I got the error "Failure 6706 The string contains an untranslatable...
View ArticleHaving trouble with ARCMAIN COPY job that renames databases - response (1) by...
Both copying to another database and copying databases containing views is possible and should succeed as you describe you are doing it, aside from "Database Rename" (I asssume you mean your're copying...
View ArticleBTEQ Import/Export character set problem - response (1) by Fred
Your export and import need to use the same client character set. The database deals with lengths in terms of characters and the client-side definitions with bytes, and worst case a character...
View ArticleTPT buffer and shared memory usage - forum topic by WAQ
Hi, We ran a job using TPT 14.10 and found the following information in the logs:Data Block size: 1992440 Buffers/Block: 31 Data Buffer size: 64272 Total available memory:...
View ArticleTeradata tools and utilities for MAC - forum topic by meghajain1013
Hi All, I am trying to download the teradata tools and utilities software for MAC.I have this for windows but not for MAC. Can someone help in this regard. Thanks, MeghaForums: Tools
View ArticleTeradata tools and utilities for MAC - response (1) by meghajain1013
Teradata tools and utilities for MAC Hi All, I am trying to download the teradata tools and utilities software for MAC.I have this for windows but not for MAC. Can someone help in this regard. Thanks,...
View ArticleTPT buffer and shared memory usage - response (1) by feinholz
TPT will allocate a certain amount of shared memory which will be enough for most jobs. In the event a job is configured in such a way that more shared memory is needed, TPT engineering would instruct...
View ArticleTPT: reading variable blanks at end of record. Filler? - response (1) by...
You can either define a filler character in the TPT schema (TPT does not have a "filler" keyword, but if you include a column as the last column in the schema, but omit it from the DML statement, it...
View ArticleTPT Error Buffer Overflow - forum topic by jonesj2
I am getting a buffer overflow message from TPT: TPT1057: CLI ERROR (216): MDTP: EM_BUFOVERFLOW(216): Response buffer not large enough Message manul not much help just says increase buffer and should...
View ArticleExport operator returning zero for decimals over 18 precision. - forum topic...
Hello: When exporting data to a flat file we seeing that decimals with over 18 precision are being returned as zero. MaxDecimalDigits is set to 38 so is there something else we are doing incorrectly...
View ArticleNot able to download SQL Assistant - forum topic by pankaj.pandey.007
Hello there, I have been trying to to download SQL assistant multiple times, however, I am not able to download that and getting error message for unsuccessful downloads. I am able to download other...
View ArticleTPT buffer and shared memory usage - response (2) by WAQ
Hi Feinholz, Thanks for your response. So what does TPT acutally store on that shared memory and when do we actually need to tweek it? Also is there any link/effect on buffer, block size and blocks if...
View ArticleTPT buffer and shared memory usage - response (3) by feinholz
The shared memory is used for all sorts of information, but most importantly, it is used by the data streams when sending data from one operator to another. Since TPT does not land data to disk, it is...
View Article