Loading a teradata table using multiple files sample script
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 ArticleTPT output from ODBC includes Indicator Bytes?
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
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 ArticleEnd of CSV File / Fastload
I wrote a fastload sript which works fine to load my CSV files. It looks like following: sessions 2; errlimit 25; logon xxxx/yyyy,zzzz; DROP TABLE scsDataImport; CREATE TABLE scsDataImport( .... );...
View ArticleRejected Rows in Teradata
Hi All, Is there anyway through which we can redirect the rejected rows into some other file while loading the teradata table from a flat file. ThanksForums: Tools
View ArticleSQL Assist - CTRL-D not working
I am using version 14.01.0.03 of SQL Assistant. In the query window when I press CTRL-D, instead of commenting out the selected text, it brings up a dialog box titled "Choose Command". One of the...
View ArticleTPT logtable
In program, we have define clause as like this, but while execution, it is giving error saying that log table is not there. Do we need to log table as parameter.? DEFINE OPERATOR INPUTLAYOUT TYPE...
View ArticleZip/GZip Support in TTU 14?
Hello everyone, I am currently operating in TTU 13.10 and have been reading about TTU 14, pending an upgrade that I found out we are due to receive; I noted that in the TPT Reference Manual for Version...
View Articleconnecting teradata through perl
Hello, I am not able to connect teradata through my perl script. I have installed the driver DBD-Teradata-1.52 which i got from internet But still when i try to connect $dbh =...
View ArticleBTEQ Export not showing column name if no rows are returned
My BTEQ Export is working fine. However, when there is no rows to return , it is not even returning COLUMN NAMEs. Hence a blank file is generated. I want to have COLUMN NAMES atleast in my output...
View ArticleBTEQ
Can some one please help me with the script to create table using excel sheet? Thanks in advance. Thank You, MayankForums: Tools
View ArticleTPT Wizard 14.0 Can't see columns when defining Job Source
Hello, I'm connecting to an Oracle database using the ODBC DSN type. When specifying my Job Source, I can connect to the source to see a list of tables, but when I select a table, the columns of the...
View ArticleTMM - Grid Columns Displayed
Hello, Have a 2 part question regarding the grid columns within Teradata Mapping Manager 1. Is it possible to configure a default of list of grid columns to always be displayed? For instance, in a...
View Articlewhen replacing view with comments from SQL assistant, comments get truncated...
Hi ! In some cases, I am not noticing comments in the view definition stored in data dictionary (DBC.TABLES.REQUESTTEXT column) or thru SHOW VIEW command after I execute REPLACE view statements...
View Article64bit TPTAPI Download for Windows Server 2008
Hello, I am looking to upgrade our current version of Teradata TPT API from 13.00 to 13.10. Can any one tell me if these downloads are available? TPT API 13.10 X8664 TPT Export Operator 13.10 X8664 TPT...
View ArticleTPUMP process
Hi all, Can you please comment on the implementation/solutions of the below requirements--> this is our current process--> 1)we get some data files every day from source which we use to load...
View ArticleTPT - Instances Vs Sessions
Greetings Experts, What is the basic difference between the instances and sessions in TPT. If I declare a Maxsessions attribute for a operator to be 10 over a 10 AMP system, and the consumer operator...
View ArticleMload Vs Fastload in loading empty target table
Greetings Experts, Say I have a empty target table which is ideal to load with fastload. 1) If I load the target table with Fastload and Multiload, which would be faster and why? 2) Suppose the...
View ArticleMload through Informatica - errorlimit, errorcode 6705, restore tgt table if...
Greetings Experts, We are using some jobs that use Mload connection in Informatica. If the number of rows in ET table is >= errorlimit specified, will the session be forced to fail? We have a job...
View Article