Named Pipe jobs failing on checkpoint file - response (1) by feinholz
I am not quite sure what you mean by TPTLOAD "named pipe" jobs. I am assuming you mean that the job is sending the data through named pipes to the Load operator. Since you also mentioned the Data...
View ArticleWrite Hierarchial file using Fast export - forum topic by Archer
Hi All, I would like to know if there is a way to write a hierarchial file using fast export utility. For ex, lets assume we have 5 levels of hierarchy. (L1, L2, L3, L4, L5). And let's assume L1 can...
View ArticleWrite Hierarchial file using Fast export - response (1) by Raja_KT
To be more clear, maybe you can provide an example, because it may be misleading. I feel a combination of fastexport with unix scripting may help here. The word hierarchical, looks like you have xml,...
View ArticleTeradata SQL Grammar - response (1) by Raja_KT
Will the syntactical diagram from the document help you?
View ArticleTERADATA TPUMP - forum topic by somasankaram
Hi all, Can any one let me know the detailed functionality of TPUMP utility. On PI table, the row distribution is fairly even. But in case of NoPI, how is the even distribution achieved? In case of...
View ArticleTERADATA TPUMP - response (1) by dnoeth
Hi Shankar, all rows go to the same AMP and are appended at the 'end' of the table probably in a single datablock, that's why it's much more efficient than distributing them to multiple AMPs and...
View ArticleNamed Pipe jobs failing on checkpoint file - response (2) by goldminer
As always thanks Steve! We had a contracting firm set up the Data Services configuration and they chose generic named pipes over NPAM for some reason. I will try to get our ETL team to switch it...
View ArticleWrite Hierarchial file using Fast export - response (2) by feinholz
The basic answer to the question is "no". The record formats are explicitly documented in the FastExport manual and hierarchical records are not supported.
View ArticleMLOAD and loading of: Empty Strings and Null Strings - response (6) by...
Thanks Stevef. Even without the TRIM the blank columns are loaded as empty string with the TEXT format. With the VARTEXT format both the blanks and the NULL (two adjacent delimitter char) columns are...
View ArticleMLOAD and loading of: Empty Strings and Null Strings - response (7) by feinholz
After the holidays we will take a look. Inconsistent? I would just call it wrong, if it is true. Ivy posted above that she showed a VARTEXT job loading blanks into the DBS and not NULL when the source...
View ArticleTeradata SQL Grammar - response (2) by sundarvenkata
I want a textual representation of the grammar. Like the BNF grammar here: http://savage.net.au/SQL/sql-92.bnf.html
View ArticleTPT ODBC Operator - response (8) by secondino
SteveF, I downloaded the TTU client 15.0 and installed it but I do not see the progress data direct drivers anywhere. is it becasue I need the Efixs and the License? Scott
View ArticleTERADATA TPUMP - response (2) by somasankaram
Hi dnoeth, Thanks for the response. Is there any document that explains in detail about TPUMP? Best Regards, Shankar
View ArticleTERADATA TPUMP - response (3) by dnoeth
Hi Shankar, everything's in the manuals, but not always easy to find :-) http://www.info.teradata.com/HTMLPubs/DB_TTU_15_00/Database_Management/B035_1094_015K/ch08.060.076.html
View ArticleTPT Load Operator Table Lock - response (8) by alchang
i am curious how to release a tpt load job? i tried to execute a SQL: release tptload <Table_Name>; but it is failed. thantks.
View ArticleTPT Load Operator Table Lock - response (9) by feinholz
If you are using the Load operator, the only way to release a lock is to complete the Application Phase. The only other option is to drop the target table (and error tables) and start the job from the...
View ArticleTPT ODBC Operator - response (9) by feinholz
The support of the bundling of the drivers was done post-GCA in an efix. Please download all of the latest 15.0 efix patches TPT. You will then need to contact Mark Haydostian...
View ArticleMLOAD and loading of: Empty Strings and Null Strings - response (8) by Ivyuan
Hi TDDeveloper, Can you share with me your MultiLoad script and the target table definition? Thanks! --Ivy.
View ArticleTeradata tpt - response (7) by akd2k6
thanks Syeve, it worked. I am unloading the data by fastexport or tpt to comma separated file with select * from tab; and trying to load the same unloaded csv file to target table. This source and...
View ArticleTeradata tpt - response (8) by feinholz
MultiLoad is only a load tool, so not sure what you mean be "archive". MultiLoad can load csv data. The record format is called "vartext". In the schema definition, all columns must be defined as...
View Article