TPT 14.10 output to named pipe and then gzip to final files
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 ArticleHow to Run Fast Export
Hello All, I am trying to run the below script in fxp: .LOGTABLE DB.errors .LOGON jugalDB/JBhatt,jugal .BEGIN EXPORT .EXPORT OUTFILE samples111 Sel top 10 * from db.table1 .END EXPORT .LOGOFF In the...
View ArticleSELECT statement in a TPT EXPORT script
Hi, I am trying to export data from a sql uery to a file using TPT Export operator. My Sql query is running fine in sql assistant but when it is run through TPT it is giving non-existent syntax...
View ArticleBacklog issue occuring when UNION ALLing multiple TPT DataConnector operators...
Hi all, I am encountering an unexpected situation when using multiple DataConnector operators UNION ALLed together, and would appreciate your input/suggestions. I have a process that uses TPT...
View ArticleCHAR(n) CHAR SET UNICODE/LATIN define schema in 14.xx - multiply by 2 or 3
In TPT script that "USING CHARACTER SET UTF8" in 13.10 We multiply char_length() of a CHAR & VARCHAR column by 3, so for example, CHAR(2) in DDL = CHAR(6) in TPT VARCHAR(20) in DDL = VARCHAR(60) in...
View Articlefastload on linux
Hi I have data files created on AIX-UNIX using fexp INDICATORS, moved files to a linux server. Fload the data files to tables fails with error on linux : **** 18:30:39 I/O Error on File Checkpoint:...
View ArticleTPT job variables set at runtime
Hello, I have a TPT import script which gets data from a sql server database and loads it into a TD table using odbc operator and update operator. It is currently a truncate and load. I'd like to...
View ArticleTTU 13.10
Does TTU 13.10 support Teradata database v 12? OR it supports only Teradata V13.10?Forums: Tools
View Articlefast export and mload in fastload format issue - error code 2793
Greetings experts, I am facing the below issue and need your expertise on the following. I am fast exporting from the table samples.itemppi_bkp to a file in fastload format. Using this file as source,...
View ArticleLoad rows of data from teradata tables to mysql tables
Hi , We have an situation where in we need to load rows of data from teradata tables to mysql tables any hint on how i could start with it? canfastexport(or any other utility) help? Thank you in...
View ArticleSHOW table/View issue in Teradata SQL Assistant 13 Java version
Hi, When i execute show view or show table in my newly installed teradata SQL assistant 13 Java version tool. The DDL (result set ) for the query is not displayed, the save to file option is also...
View ArticleTeradata Parallel Transporter - Session Character Set
Hi All I am creating a TPT script to load some characters into table. I know if I set the session character set to UTF8 it will get loaded. But I am unable to set the session character set to UTF8...
View Articletdload having issues loading data where the delimiter is part of a field
Hi, I am trying to load a file with sample content like below, where the delimiter is comma(,) and have one of the field which actually contains a comma. The Source team has sent the data set by...
View ArticleFast export and mload in vartext mode - Data item too large for field issue
Greetings experts, I am facing the following issue in TD Demo version 13.0 , windows 7 Scenario: Fast exporting from a table samples.itemppi_bkp in "mode record format text" (vartext separated by ,)...
View ArticleError in FastLoad Script
Hi All, Below is the script for the fastload: .LOGON home/jbhatt,jugal; BEGIN LOADING DB.tables1 ERRORFILES ERR1,ERR2; DEFINE col1 (VARCHAR(50)), col2 (VARCHAR(50)) FILE=...
View ArticleIssue with SQL assistant
I have installed TD 13 demo version on my machine. When I run teradata service control, I get the expected status message "Teradata is running". When I connect to databse using BTEQ, I am able to...
View ArticleData mover 14.xx pool of users
Hi.. Our Data mover(DM) jobs are using a pool of users for data mover arcmain and tptapi. Assume a scenario , DM has launched multiple tptapi sessions with username "john"(avalable from the user...
View ArticleFast Export parallelism
Hi, I am successfully exporting with fast export tool. However I am not sure about parallelism of export. From fastexport logs I have: **** 13:49:28 UTY8715 FastExport is submitting the following...
View ArticleBTEQ losing header comments of view definitions
Hi, is there any way to preserve header comments when sending a REPLACE VIEW with BTEQ? In my scenario, I clone database structures from one system to another. I use BTEQ from a shell or perl scripts...
View ArticleTPT_INFRA: TPT03586: Warning: the rightmost 63990 characters (bytes) of the...
Hi, can anyone help with this issue. User's job is failing with the following warnings. TPT_INFRA: TPT03586: Warning: the rightmost 63990 characters (bytes) of the values of column Col1 will be...
View Article