Quantcast
Channel: Teradata Downloads - Tools
Browsing all 870 articles
Browse latest View live

TPT Kill Job Error

Hi, I have just started using TPT and was loading one empty table from one environment to another. It was taking longer than usual so I killed the job using 'Kill job' option on TPT screen. However, if...

View Article


Issue with loading Trade mark data using TPT

Hi All, I am trying to load extended ASCII data (below is sample data) using TPT script, load is failing with "TPT10508: RDBMS error 6706: The string contains an untranslatable character." error, I...

View Article


Control characters in BTEQ output

Control characters in Unix file from BTEQ script.Moreover,control characters are common in the file I have the below data in the table KVB empno,ename,gender 1,BHARATH,M 2,VENKAT,M 3,RADHA,F #!/bin/ksh...

View Article

TDLOAD error RDBMS Warning: 6813 Numeric overflow in internal counters.

Hi all, I'm currently testing TTU 14.00 and experienced an issue when using tdload to move a table (5.3b rows, 600gb) from one system to another.  Unfortunately, I'm not sure if the table load actually...

View Article

CS Ram, Pakdisk? Paddisk?

Hi there,  I have heard about some kind of teradata tools like CS Ram and Pakdisk? (Paddisk or sth) which are pretty handfull and I cand find any informaton about them.  It was tools to check node/amp...

View Article


Want to jump between different EXPORT operators or different SQL statements...

Hi, I am building an TPT which is doing fast load(LOAD operator) to a NAV_REP table. I am using export operator to export the data . Now I have two sql statements. one statement is doing calculation...

View Article

TTU 64-bit

Hello,  When I submit a request for the TTU - Windows installation package, I receive a link for the 32-bit version. Does anyone know how I can get the 64- bit version?  Thank you, Rafael H.Tags: TTU...

View Article

Fast load

hi,   Please help me for below script.   clear; sessions 10; tenacity 4; sleep 20; DATEFORM ANSIDATE; show version; .LOGON 127.0.0.1/TDUSER, TDUSER  DROP TABLE tduser.M1; DROP TABLE TDUSER.ERR1; DROP...

View Article


fastload errors with checkpoint and indicator.

  clear; sessions 10; tenacity 4; sleep 20; DATEFORM ANSIDATE;\ show version; .LOGON 127.0.0.1/TDUSER, TDUSER    DROP TABLE tduser.M1; DROP TABLE TDUSER.ERR1; DROP TABLE TDUSER.ERR2;  CREATE SET TABLE...

View Article


fastload errors with define delimiters.

  clear; sessions 10; tenacity 4; sleep 20; DATEFORM ANSIDATE;\ show version; .LOGON 127.0.0.1/TDUSER, TDUSER    DROP TABLE tduser.M1; DROP TABLE TDUSER.ERR1; DROP TABLE TDUSER.ERR2;  CREATE SET TABLE...

View Article

TPT - HELP COMMAND EXECUTION.

 We are in the process of converting some  load script to TPT. In our script , there are some help and show commands are there. How can i migrate the script to TPT.Currently it is running using bteq....

View Article

Force BTEQ WIN to truncate SQL

Hi, I am using BTEQ 13.10.00.04 for WIN32. My primary use of this is to test scripts prior to promotion to a mainframe system which has a chracter line limit of 80. I have used .SET WIDTH 80 to force...

View Article

TPT and Unix/Linux Environment Variables

Is there a way, within a TPT module, to accept in OS environment variables? I am aware of the global variable file (good for all modules) and the local variable file (good for a particular module), but...

View Article


Executing FastLoad Protocol on TPT with Flat files with VARIABLE COLUMN NUMBERS

Hello Everyone, I've been learning TPT and have been given various scenarios to execute; specifically ones that deal with the FAST LOAD protocol. There is one scenario that I am having issues trying to...

View Article

Fast load Error

I have one column in the table defined as AAA1 decimal(9,2) sample data: 011069125.71 While doing fastload its throwing an error limit exceeded because its more than 9 numbers. My aim is to define the...

View Article


Mload - Informatica - cannot insert NULL value into NOT NULL column

Good Morning Experts, As part of migration, a not null column has been added to a target table in Teradata and the mapping (Informatica 9.1) that uses this target table has been updated to include the...

View Article

Change TPT handling of zero-length strings

The article "Teradata Parallel Transporter Supports Quoted VARTEXT in TTU14.00" has a passing comment that there is a possibility to change TPT handling of zero-length strings:"The user can specify how...

View Article


Using FastLoad for Volatile Table

I'm Trying to load data from a file into a volatile table. Following my FastLoad Job Script: sessions 2; errlimit 25; logon xxxx/yyyy,zzzz; CREATE VOLATILE TABLE yyyy.vt_employee (  EmpNo SMALLINT,...

View Article

Loading data files from hadoop to teradata using TPT

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 Article

TPT - Tenacity

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 Article
Browsing all 870 articles
Browse latest View live