Fastload Utility Locks due to abort- .FILLER command- possible solution?
While using utilities like Multiload, when any job ends abnormally, Teradata still holds locks and we get error 'Table is being mLoaded'. While in case of FastLoad/TPT end, we get error 'Table is being...
View ArticleRetrieve password from SQL Assistant
I use SQL assistant to connect to Teradata. However, I forgot my password now and cannot connect to Teradata using BTEQ. Can someone help me with retrieving my password from SQL Assistant. thanks,...
View ArticleBTEQ Parallel Execution to speed up executing SQL statements
Currently I am executing SQL statements one by one as below, bteq << EOB .logon XXXX .OS rm -f file.sql .SET FORMAT OFF .SET TITLEDASHES OFF .SET WIDTH 999 .export data file=file.sql .SET...
View ArticleTPT Error using DATACONNECTOR PRODUCER Operator
Hi All, Please help me where I am going wrong. The error im getting is relating to the FileName given. This is the First time i am using TPT. Below is the TPT Script: DEFINE JOB FlatJOBS DESCRIPTION...
View ArticleData not loaded into table even the log doesn't have any error.
Hi Team,The dat file impac/db/td/table/_report_format/gem_gq_report.dat is not getting loaded to the report format table.I don’t see any errors in the code release log as well. Please find the log...
View Articlesplit file in two
use strict; use Getopt::Long; use English; use CWD; use Tie::File; use warnings; my $HomeDir="C:\\DDL"; my $ConfigFile = $HomeDir . "\\" . "Conf.txt"; my $RunFolder = $HomeDir . "\\Ods"; my $OutFile...
View Articledownload link for TTU 14.0 is required
Download link for TTU 14.10 is available. but i need the link for 14.0. can anyone share the link.Tags: ttu 14Forums: Tools
View ArticleTPT load to table which contains special characters in name and column names
Hi to all, I want to load data using TPT utilities into table which has special characters in table name and column names. In my code I build dml statement: `INSERT INTO "aidar"."AID ! test"( "1ID",...
View ArticleBTEQ Import Invalid Date Issue
Hi All, I am trying to port data from a flat file to TD via BTEQ. The table definition is : CREATE MULTISET TABLE _module_execution_log ( system_id INTEGER, process_id INTEGER, module_id INTEGER,...
View ArticleTPT : Infrastructure Setup Errors
Hi All, I am trying to run a TPT script and facing the following series of errors : TPT_INFRA: TPT01155: Error: Infrastructure setup for the Parallel Task Manager failed TPT_INFRA: TPT02057: Error: PTM...
View ArticleDifferent Modes and Format
Hello All, I am new to teradata. Could u help me understand the advantages of using different MODES and FORMAT in Fast Export and Fast Load. MODE RECORD[INDICATOR] FORMAT BINARY[FASTLOAD,TEXT,UNFOMAT]...
View ArticleTPT - Assigning default values for columns not present in a file via TPT to...
Hi, I am trying to use TPT utility to load data from a file into a table. I create INPUT, SELECT and INSERT schemas a part of this and it usually loads the file into the table without any issues. Now,...
View ArticleFast Export and Fast Load Error
Hello All, Below script i exported the data using Fast Export and tried to import the data using Fast Load. While doing so. I am getting a error in FastLoad. Plz help me understand. Where i am going...
View ArticlePartition By
hi , my table like a b (ineed rank like below) 201401 tc<tz 1 201402 tc<tz 2 201403 tc>tz...
View ArticleUSE OF SERIALIZE ON in TPump
Hi guys, just want to ask the purpose of Serialize ON in TPUMP. How is it related to the types of blocking or locking if it is not specified in a TPUMP? Are there any circumstances that would affect...
View ArticleError: "specified DSN contains architecture mismatch"
Hi, I have recently downloaded TD 14 Vmware on my windows 7 (64 bit) along with the all the client utilities installed as well. Now I am trying to connect Teradata using the SQLA installed on my...
View ArticleTPT
Can any one suggest how to load duplicate records using TPT. I have tried with TPT LOAD operator into MULTISET with NOPI table. But all the records are inserted into ERR1 table. Since load operator...
View ArticleFastloading csv file with double quotes
How are you fast loading a csv file where the fields are enclosed by double quotes? Eg.“Field 1”;”Field 2”;”Field 3”“Fi””eld 1”;”Field “”2”””;”Field 3” What is the method you’re using?Tags: fastload...
View ArticleShow View Definition - Teradata SQL Assistant 14.01.0.04
Hi After installing a new teradata SQL assistant (version 14.01.0.04) I can't activate "show view definition" with a right click anymore, but my collegues can, using the same version of the SQL...
View ArticleSQL Assistant Copy Errors 14.10
I have been having significant issues with simple windows functionality in SQL Assistant. Trying to copy text in the editor window throws the following error:...
View Article