Quantcast
Channel: Teradata Forums - Tools
Browsing all 4252 articles
Browse latest View live

Teradata tools in VMWare Teradata Express - response (1) by amittera

Please  help on the above concern , as  i am on the same track.

View Article


Teradata 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 Article


Mload 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 Article

Issue 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 Article

Issue 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 Article


Teradata 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 Article

Teradata 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 Article

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 Article


Fastload 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 Article


Retrieve 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 Article

BTEQ 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 Article

TPT 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 Article

BTEQ 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 Article


Retrieve password from SQL Assistant - response (1) by krishaneesh

The password might have expired.  Please contact your DBA and he can reset your password.

View Article

BTEQ 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 Article


TPT 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 Article

Data 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 Article


TPT 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 Article

split 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 Article

TPT 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
Browsing all 4252 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>