Obtaining Failed load records from TPT load - response (5) by feinholz
Any tool that can SELECT from Teradata. :) You can use BTEQ or FastExport. Some people have used SQLA. However, realize that the data will be in binary. The reason for the field being VARBYTE is so...
View ArticleDEFINE SCHEMA target_schema FROM TABLE - response (20) by Donald.Iuppa@teoco.com
Thank you for your help:This worked: T:\td>tbuild  -f eod_usage_tpt_pattern  -v "local.jobvars" -j donjob2123 -u  "LoadId='212345' TargetTable='eod_usage' LoadFileName='*eod_usage*.gz'" script...
View ArticleObtaining Failed load records from TPT load - response (6) by feinholz
In Appendix B of the TPT Reference Manual we list: DEFINE SCHEMA schema-name 'DBS table name' DEFINE SCHEMA schema-name DELIMITED 'DBS table name' as being obsolete, and not to use. The syntax should...
View ArticleDEFINE SCHEMA target_schema FROM TABLE - response (21) by Donald.Iuppa@teoco.com
copied your response to the correct thread: 4 min ago In Appendix B of the TPT Reference Manual we list: DEFINE SCHEMA schema-name 'DBS table name' DEFINE SCHEMA schema-name DELIMITED 'DBS table name'...
View ArticleDEFINE SCHEMA target_schema FROM TABLE - response (22) by Donald.Iuppa@teoco.com
Thanks for sticking with me on this! Results: This form did work: DEFINE SCHEMA EOD_USAGE FROM TABLE DELIMITED 'SONARTEST.EOD_USAGE'; ============================= but DEFINE SCHEMA EOD_USAGE Â FROM...
View ArticleObtaining Failed load records from TPT load - response (7) by...
Is there an example with a varbyte using  FastExport  that you can point me to please?
View ArticleDEFINE SCHEMA target_schema FROM TABLE - response (23) by feinholz
Thanks for pointing out the doc issue. We will get it fixed. As for this: In any event I can't get any form of it to work with a variable. Sorry, I was reading it wrong. I thought this did not work for...
View ArticleDEFINE SCHEMA target_schema FROM TABLE - response (24) by feinholz
Ok, well you found a bug in our code and we will get it fixed. The workaround is to use that obsolete syntax. We never deprecate the syntax, even when we make it obsolete. So, it will work for you. Try...
View ArticleDEFINE SCHEMA target_schema FROM TABLE - response (25) by Donald.Iuppa@teoco.com
Thank you! I thought I tried every combination but must have missed this one because it did work!
View ArticleTTU 14.10 downloaded from TD Dev Exchange corrupts Windows 7!!!!!! - response...
I'm facing the same problem! Could you solve it, Garret? ThanksÂ
View ArticleTeradata load "Batch is empty" error - forum topic by muruga86
Hi, i have a "|" deleimeted file, and i use teradata studio express to do load using "teradata load" option. i was able to load the file with data row1|row2|row3|row4|row5 - it was sucess but the below...
View ArticleTPT Wizard datatype casting - response (2) by ragava.ece
Thank you Jinesh.. That worked..
View ArticleTeradata load "Batch is empty" error - response (1) by js185064
We are aware of the problem and have a fix for the next release.
View ArticleNeed Header Row in FastExport / TPT Export.? - response (4) by ragava.ece
I also got stuck with same issue. Is there any direct solution other than using "UNION ALL"????
View ArticleTeradata SQL Assistant 7.2 install on Windows 7 - response (3) by hsinda
i like assistant 13.10
View ArticleParallel Load into Single Table - TPUMP / TPT - forum topic by Santanu84
Hi All We have a requirement where we need to load one single table in parallel from different source tables. Say, TableX needs to be loaded from TableA, TableB and TableC. They have different source...
View ArticleNeed Header Row in FastExport / TPT Export.? - response (5) by feinholz
BTEQ is often known (or referred to) as a report writing tool. It has those capabilities. FastExport and TPT are high speed bulk loading/unloading tools. It is best to use BTEQ for the types of tasks...
View ArticleTPT - Handling Delimited File with Embedded CR\LF in field - forum topic by...
Hi, I have a file which is comma delimited with fields in double quotes and some comment fields have embedded CR/LF within the fields. How do I preserve the CR\LF and load the file using TPT Load...
View ArticleTPT 14.10 output to named pipe and then gzip to final files - forum topic by...
I tried to write TPT output to named pipe, and then use gzip to compress the stream into final files. gzip < /var/tmp/fact_abc_segment.fifo-1 > ~/data/fact_abc_segment.1.fastload.gz gzip <...
View ArticleTPT 14.10 output to named pipe and then gzip to final files - response (1) by...
TPT_INFRA: TPT03720: Error: Checkpoint command failed with 48 !ERROR! Can't position pipe NOT returning position for file=/var/tmp/fact_abc_segment.fifo-5 FILE_WRITER: TPT19424 pmGetPos failed....
View Article