Fast load Error - response (2) by feinholz
Isn't the abend occurring because of the Error Limit being set to some value? The ErrorLimit command should be removed so that the job does not terminate during the acquisition phase after 'n' rows end...
View ArticleTPT and Unix/Linux Environment Variables - response (1) by feinholz
Not sure why the -u command line option cannot be used for this approach. That is what it is for. Or a different job variable file for each job. However, the OS environment variable solution is on our...
View ArticleReceiving Failure 2673 The source parcel length does not match data that was...
hi guys, im the below export script to export data, .logon xxxxxxxx/students,learning13 .export data file= c:/au/data33_4 sel trim(cast(cast(account_number as format 'z(i)') as varchar(10))),...
View ArticleParameterize source & target table name and also schema details in TPT script...
we are using ttu 13.10. Can we have the attributes itself in a file and call the those inside the define operator.?
View ArticleReceiving Failure 2673 The source parcel length does not match data that was...
Hi Manjunath.M, when you TRIM a CHAR(2) i changes to a VARCHAR(2). You can either remove the trim export using CAST(TRIM(state) AS CHAR(2)) or import using in_state varchar(2), Btw, it's...
View ArticleParameterize source & target table name and also schema details in TPT script...
Please refer to the TPT documentation for the full explanation of how to use Job Variables. The User Guide should provide the needed information.
View ArticleLoading data files from hadoop to teradata using TPT - forum topic by amvaidya
I am trying to load data from hadoop to Teradata using tpt. The delimiter in these files is the default hadoop delimiter (Cntrl-A - hex value 01). Does tpt support this delimiter and how do I specify...
View ArticleLoading data files from hadoop to teradata using TPT - response (1) by amvaidya
We use Teradata Parallel Transporter Version 13.10.00.12
View ArticleTPT - Tenacity - forum topic by vijaydf
In tpt 13.00 we dont have any default Tenacity, the job waited util it gets the load slots, but in 13.10 the job is taking up some default Tenacity as 6 mins for 4 hrs as result the job is failing...
View ArticleLoading data files from hadoop to teradata using TPT - response (2) by RyanBerti
Hi there, TPT currently does not support loads / unloads to and from Hadoop. This feature will be available in TPT 15.0. If you'd like to use TPT 13.10 to read data from Hadoop into Teradata, you'll...
View ArticleReceiving Failure 2673 The source parcel length does not match data that was...
Dieter, Thanks a lot , this worked :)
View ArticleTPT - Tenacity - response (1) by Fred
The utilities support a "configuration file" to set parameter defaults, and many sites use some sort of "wrapper" scripts. But if your jobs were not designed that way to start with, neither of those...
View ArticleTPUMP for Active Ware housing - response (3) by Nishant.Bhardwaj
Hi Experts, Any comments/suggestions on the above pls.. Cheers! Nishant
View ArticleTPUMP for Active Ware housing - response (4) by dnoeth
Hi Nishant, as TPT uses the same protocols as the standalone load tools both support Access Modules the same. I can't remember exactly in which release those AMs have been introduced , but for MQ...
View ArticleLoading a teradata table using multiple files sample script - forum topic by...
Hi All, Can anyone please provide me sample a tpt script or mload script which can load data from multiple flat files into a teradata table and a sample script to upsert,insert a teradata table from...
View ArticleSample Script for loading data from multiple files into teradata table -...
Hi All, Can anyone provide a sample script for loading data from multiple files into teradata table (TPT/MLOAD) and a sample script which upsert,insert data from a one table to another table in...
View ArticleLoading a teradata table using multiple files sample script - response (1) by...
Hi, Refer tpt installation folder, it has sample scripts. Thanks
View ArticleTPT output from ODBC includes Indicator Bytes? - forum topic by DaveWellman
Hi, I'm trying to transfer data from a MySQL table into a Teradata table. The export uses the ODBC operator and the inport uses the LOAD operator. All records go into the ET table, usually with 2673...
View ArticleTMM - Replace Data Representation - forum topic by june.h.luong
Imported a Logical Model Data Representation previously and performed some mappings from the Source Tables to the LDM. I made some updates to the LDM and trying to re-import it in so that it is...
View Article