Load qouted data with delimiter chanrater in values
Hi, Can we load the below data using Bteq/Mload 13.0 . Please suggest 3 columns with ',' as delimiter and enclosed by quotes with ',' and qoutes possible in values. Can escape the quotes in the values...
View ArticleVerify backward and forward compatibility of TTU 14
Hi, Our risk people want assurances that TTU 14.10 will work with our current RDBMS version 13.10 and will still work after our forthcoming upgrade to 15.10. I'm pretty sure the answer is generally yes...
View ArticleBTEQ IMPORT EXPORT DATA
Hello All, When i ran the below code, all the 3 rows got exported to a text file. From there on, im importing it in the same script. When i do so the 1st record of the exported data is not getting...
View ArticleUpdating an aggregate table from detail table using MLOAD (multiload) or job.
Hi All, I am new to teradata and done some findings on FLOAD, MLOAD and manually creating a job to load data from 1 table to another. I am able to do FLOAD, mload for loading the data from 1 table to...
View ArticleTeradata Administrator References and Procedures
When inside Teradata Administrator it is possible to right click on an object and select “References”, to get a list of object where it is used. We are doing some cleanup in the database, and when I...
View ArticleTPT export large table to smaller text files
Hello good people I have a table of ~77 million rows that I need to export to fixed width text files, however I need to impose a limit of 5 million rows per file. I am currently achieving this with...
View ArticleMLOAD ERROR : "UTY4019 Access module error '4' received during 'File open'...
Hello Everyone, One of our workflow (using MLOAD loader connection) used to fail with the error "UTY4019 Access module error '4' received during 'File open' operation: 'Requested file not found' File...
View ArticleFLOAD Script throws error "TPT_INFRA: At "select" missing SEMICOL_ in rule:...
Hi All, I am having the below sql script from which we need to load the initial data as follows: It is throwing an error as TPT_INFRA: At "select" missing SEMICOL_ in rule: Job Definition Body Can you...
View ArticleTPUMP Question
How does TPUMP Handle input file ? if the source system keep on appending data to same file .. and tpump keep on loading to teradata , at some point file becomes huge and need to be deleted then do...
View ArticleSQL Assistant Favorites
Can anyone tell me where the favorites are stored? I am using two instances of SQL Assistant (one on laptop, one on VM) and would like to merge both.Tags: sql assistantForums: Tools
View Articlepassing ksh variable into bteq function?
I'm trying to pass string variables inside a function (the bteq itself does work) but can't seem to get it to work. I try this:td_instance="one" user="usr1" pass="pass1" schemaName="schemaA"...
View ArticleDoubts regarding MLOAD script
Hi All, I am having a single target table which needs to be updated from 7 different tables which are joined and having aggrgated for a fact columns. The single target table is having a PI which is...
View ArticleBTEQ export CSV issue
hi, I am running a BTEQ script in Unix and trying to export the result in CSV format. I have four columns in the teradata table. When i get the exported result set in CSV, all the four different...
View ArticleInformatica and TPT
The application team experienced a deadlock issue. There were three different jobs running: Job A was blocked by Job B. Job B was blocked by Job A. Job C was blocked by both Job A and Job B. When...
View ArticleHow to manually install modified TTU 15.00 for Windows Client.
I need assistance on how to do the following regarding the TTU 15.00 for Windows for I have never done ijt before - Teradata has packaged it as a “Suite” instead of individual components like the...
View ArticleODBC Operator and Window Authentication
Hello: I'm just tryingt to confirm that in order to get Windows Authentication to work you would exclude the UserName and UserPassword attributes and let the DSN handle it. It that correct? If that is...
View ArticleMload Performance Issue
I have an Informatica mapping trying to load data from a flatfile to a table. The target table uses MLOAD to load the table in one of the database in teradata development database. Till yesterday the...
View ArticleTERADATA 13.10 - DATASTAGE 8.5 Issues with FastLoad functionality
Issue description: When a job that is loading an empty table through FastLoad Functionality (Teradata Connector) aborts, it causes the mentioned table to be left in an irrecoverable Lock state, which...
View ArticleParameters for connecting to TD 14 from DataStage
We are using teradata connector as target stage. The databse version is TD14 What would be the optimum values for following parameters from a performance perspective tenacity, max partition session,...
View Articlemload with NOSTOP option ends with Return Code 4
Hello, In my mload script i have the following: 0037 .IMPORT INFILE xxxx FROM 4 FORMAT VARTEXT '^\'NOSTOP LAYOUT &load_table. APPLY Inserts; The multiload skips the...
View Article