Teradata tools in VMWare Teradata Express - response (1) by amittera
Please help on the above concern , as i am on the same track.
View ArticleTeradata tools in VMWare Teradata Express - response (2) by sgarlapa
Please try installing Teradata tools on your host machine (windows 7) through below link and configure the DSNs for SQL assistant and administrator,bteq...etc with IP number of Teradata 14 linux...
View ArticleMload error while using Update/Insert for null PI fields - response (1) by...
NULL value comparision seems to be causing the issue here. To avoid this try to use coalesce.
View ArticleIssue while loading space delimited flat file using fastload on TPT -...
Is the original file a tab delimited? Replace the space in the file with a comma and try. Also modify the VARCHAR textdelimiter=',' and try.
View ArticleIssue while loading space delimited flat file using fastload on TPT -...
Please provide a sample of the data after making the modifications to it so that only a single space separates each field.
View ArticleTeradata TPT Error :: TPT10508: RDBMS error 3812: The positional assignment...
Hi, When i ran the TPT script i got below error. LOAD_OPERATOR: connecting sessions EXPORT_OPERATOR: connecting sessions LOAD_OPERATOR: preparing target table LOAD_OPERATOR: entering Acquisition Phase...
View ArticleTeradata TPT Error :: TPT10508: RDBMS error 3812: The positional assignment...
The view might be having an additional column which is not existing in the table. might be a calculated value. Please select specific columns from the view.
View ArticleFastload 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 ArticleFastload Utility Locks due to abort- .FILLER command- possible solution? -...
The filler command is used to when you do not want to load a particular field but why do you want to use the columns and complicate the script. Theoretically speaking it might be possible but a much...
View ArticleRetrieve password from SQL Assistant - forum topic by vganti
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 - forum topic by...
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 - forum topic by...
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 ArticleBTEQ Parallel Execution to speed up executing SQL statements - response (1)...
You can try as below set more sessions and as a multi statment request - .set sessions 8;SQL statement1;SQL statement2;SQL statement3;SQL statement4 ...etc;SQL statement10
View ArticleRetrieve password from SQL Assistant - response (1) by krishaneesh
The password might have expired. Please contact your DBA and he can reset your password.
View ArticleBTEQ Parallel Execution to speed up executing SQL statements - response (2)...
@SriLaxmi, I do not think this will make the sql's run in parallel. instead it will increse the number of sessions connecting to Teradata and will execute each query faster. @Muthu: Are the sql's...
View ArticleTPT Error using DATACONNECTOR PRODUCER Operator - response (1) by krishaneesh
is the header existing in the file supplied.EMPID not being an integer might be causing the issue.
View ArticleData not loaded into table even the log doesn't have any error. - forum topic...
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 ArticleTPT Error using DATACONNECTOR PRODUCER Operator - response (2) by...
Hi Krishhan, Below is the DDL: CREATE MULTISET TABLE DB.MLOAD_INPUT_INSERT ,NO FALLBACK , NO BEFORE JOURNAL, NO AFTER JOURNAL, CHECKSUM = DEFAULT, DEFAULT MERGEBLOCKRATIO (...
View Articlesplit file in two - forum topic by jordyx18
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 ArticleTPT Error using DATACONNECTOR PRODUCER Operator - response (3) by feinholz
"Formatted" is a binary format that consists of a 2-byte record length ('n'), followed by 'n' bytes of data, followed by an end-of-record marker. Your data format does not match that. You might be...
View Article