Need help on TPT
Getting the below error whicle loading data from file to table by TPT for CLOB datatypes columns . OPLO_enb_acs_collectors_stg: private log specified: load_log Teradata Parallel Transporter...
View ArticleModifying idle timeout for SQL Assistant?
We seem to be losing our connections after a short period of time when stepping away from the keyboard. Do not seem to find any settings in ODBC that control "idle timeout". This is SQL Assistant...
View ArticleFastLoad Error
Hello All, In the below scripts FILE, i have exported the data using TEXT format converting the DEFINE To CHAR. FastLoad Script: .LOGTABLE DB.Logs; .LOGON 127.0.0.1/jugal,jugal; DROP TABLE...
View ArticleLOAD utilities in PROC
Hi I am new to Teradata. My requirement is to load data from file into a Global temp table and use the data of global temp table to produce some results through a TERDATA stored proc. If we need to...
View ArticleSet columns width in BTEQ
Hello all, do You know , if is possible to set the columns width in a BTEQ session ( version 13.10 for linux ) ? I mean only the width of some columns of the same type, and not the width of the entire...
View ArticleQuestion - can MQ be a DataConnector Consumer?
Hi All, Simple (basic?!) TPT question. I know IBM MQ can be a Producer DataConnector (i.e., an input) for a TPT process, but can it also be a Consumer DataConnector (i.e., an output) as well? I can...
View ArticleTPT script : syntax error at "VARCHAR";
Hi all, I'm very new to TPT and when I'm trying to build a sample script to create a table Source_Emp_Table and then loads the rows inside the table i got the following error while executing the script...
View ArticleDifference Between Load & Export Utilities
Hello All, Teradata Utilities are specialised tool for loading or exporting huge volume of data as compared to conventional SQL tools like SQL Assistant & BTEQ. I wish to learn the fundamental...
View ArticleSQL Assistant - Suggestions
Hi, I have "Display Suggestions" turned on in SQL Assistant(15.00). The problem is that when suggestions are displayed, the editor automatically autocompletes whatever I am writing when I press the...
View ArticleTPT - Can you load from a file containing multiple record types?
If we have a file which contains multiple record types, each with a different number of fields and record length but identified by the value in the first field, is it possible to load this using TPT? A...
View ArticleTTU 15 Installed, SQL Assistant Error
After install TTU 15, The SQL Assistant show Error: === Entry Point Not Found === The procedure entry point __crtInitializeCriticalSectionEx could not be located in the dynamic link library...
View ArticleError on Launching Fast Export - Missing _LaunchUtility
I'm new to Terdata. Just installed the client on windows 7 (64 bit), and when trying to launch fast export, I get the following error message: Error in Oleload_Axsmod Missing Entry: _LaunchUtility@16...
View ArticleBTEQ: maxerror 1 - .run vs. .compile
Hey, BTEQ throws error when session parameter maxerror is set to 1 and SQL script is executed with .run file, it doesn't throw error when SQL script is executed with .compile file Is there any hack...
View ArticleTeradata and Informatica Load constraints
HI Team , I have interesting issue observed when using teradata sql assistant(14.1) and Informatica tool (9.5) versions. I created SQL code in teradata where source count is 5000 records . I am using...
View ArticleTeradata - Fast Export Option
While executing Fast Export, we have a option to create a MLOD script by provoding the MLSCRIPT. Do we have a similar option for FASTLOAD? Can someone help me know if there is one. Or let me know why...
View ArticleTPT - Format = text example
Does anyone have an example of a TPT script with format = text? I'm trying to load a file with variable length records into a table with a single varchar(1000) column. I tried basing the script on the...
View ArticleTPT: using VARDATE and empty string
Hello, when I used VARDATE in TPT transformation everythink worked perfectly until the DATE column was filled in the source extract. First row containing empty date field causes error: DATACON_O2EV:...
View ArticleBTEQ - show command loses formatting
Hello, I am using BTEQ to create files containing table definitions. The command is working, but the resulting DDL files have lost all newlines and are instead smooshed together on a single line. Is...
View ArticleDate value mismatch btw delimited file and source table
Hello, I am using TPT to export data from a Teradata table to delimited file. Below is the script: -------------------------------------- DEFINE JOB EXPORT_DELIMITED_FILE DESCRIPTION 'Export rows...
View ArticleSIGTREM error during MLOAD
Hi I am facing an error SIGTERM during MLOAD. 19:18:25 UTY0816 Internal error, SIGTERM caught 3 times, logging off sessions... It's occuring in the DML Transaction Phase.Could anyone throw light on...
View Article