T-PUMP DML ERROR - response (1) by Fred
Remove the semicolon between BEGIN LOAD and the load options.
View ArticleT-PUMP DML ERROR - response (3) by dnoeth
You posted the same question on StackOverflow and it was answered there yesterday...
View ArticleTeradata FAST LOAD RDBMS Error 3706 : Syntax error: expected something...
Hi I am new to Teradata and using the fast load to load a table, however I am unable to execute this script as I am getting RDBMS Error 3706 : Syntax error: expected something between ';' and the...
View ArticleHow to find number of concurrent users in Teradata - response (7) by Hustler
As a DBA, In teradata system how do you find which users are using hardcoded IP's address instaed of hostnames. I treied eventlogs but does not seems helpful.
View ArticleHow to find number of concurrent users in Teradata - response (8) by tomnolan
Please refer to the Teradata Database "Data Dictionary" Reference, Chapter 3 "Views Reference", the LogOnOffV[X] views. The following query should provide the kind of information that you're looking...
View ArticleTeradata Practice Scenerios - forum topic by kumarvaibhav1992
Hi , I want to practice some Query scenerios in teradata,can any one suggest me some blogs or links because i'm not able to find any links with set of good questions. Cheers!!Tags: #database...
View ArticleExport multiple SQL's results into single excel sheet by sheet - response (4)...
Hi, I have a situation here. I have 2 SQLs in a single bteq and I am exporting 2 SQLs into separate excel sheets. .EXPORT REPORT FILE = Filepath\tab1.csv SEPARATOR ',' sel * from tab1; .EXPORT...
View ArticleTPT Wizard Not Showing columns in Job Source - forum topic by Natu
Hi Guys, I am trying to use TPT for reading data from oracle to teradata, when i try to choose Job Source it just keeps on spinning but my columns are not getting displayed. I use TPT 14.10. Java...
View ArticleHow to use Loops - forum topic by kumarvaibhav1992
Hi All , I have my table like this : Id Name Country 1 Vaibhav India 2 Amit UK 3 Pranav US I want to read all the records by the max number of records present using count(id) ,3 in this...
View ArticleHow to use Loops - response (2) by TDobiee
Have you thought about using row_number? ROW_NUMBER() OVER (PARTITION BY col1,col2.... order by col1)
View ArticleHow to replicate the values - forum topic by kumarvaibhav1992
Hi All, I want to Write a query to duplicate each row based on the value in the repeat column? The input table data looks like as below Products, Repeat ---------------- A, 3 B, 5 C,...
View ArticleHow to replicate the values - response (1) by dnoeth
There are several ways to get this result: #1: classical SQL would be a JOIN to a number-table with sequential values ON n BETWEEN 1 AND Repeat, depending on the actula data might need a lot of CPU...
View ArticleAdding column headers to TPT export files - FILE_WRITER/EXPORT_OPERATOR...
Hi, I am using EXPORT_OPERATOR() and FILE_WRITER() operators to export data from table into a CSV file. Is there an option that I can enable in either of these two operators to include the column...
View ArticleHow to replicate the values - response (2) by kumarvaibhav1992
Hi Dieter, Can u please explain how can we do it using recursive query.
View ArticleBug with TPT Update Operator - forum topic by Robinhood
Hi Steve , Eariler we was using TTU 13.10 version ,our jobs were running perfectly through Informatica in which we are using TPT connection .After upgrading TTU from 13.10 to 14.10 ,now our jobs are...
View ArticleError handling in MLOAD - forum topic by user1973
I am trying to use mload for loading data into teradata. Few rows in my file has column size errors. Log file did not show all the rows for the colimn size erros . My constraint violation error table...
View ArticleTPT - Load Operator consumes from a named pipe provided by a JNI process -...
Hi Teradata Team, I am using TPT v14.10 (64 bit) and trying to read data from windows named pipe. I have a Java Application that loads data on to the Windows pipe (using JNI). (1) If I run my Java...
View ArticleSet Default week start day as Friday in Teradata - forum topic by keerthi1987
Hi, We are generating weekly based customers report in application.In that previously we have used default in teradata,but We need to set defualt week start day as Friday that should be globle.Example...
View ArticleSet Default week start day as Friday in Teradata - response (1) by dnoeth
There's no concept of a DATEFIRST is Teradata and the built-in calendars support only a variation of calendar where the first partial week of a year is week 0 or ISO Standard weeks or Oracle compatible...
View ArticleTPT API buffer mode format??, indicate?? a few infomation.... - forum topic...
returnValue = conn->GetEvent(TD_Evt_BufferLayout, &dataptr, &datalen); if ( returnValue < TD_Error && returnValue != TD_Unavailable ){ buffersize =...
View ArticleTARA Backup Performance - response (2) by seven11
'llo, Generally speaking multi-stream backups are best for backing up large objects since multi-stream backups will split the object across all of the streams and backup/restore them in parallel. At a...
View ArticleCreating a generic TPT script without specifying columns - forum topic by...
Hi All, Is there any method in TPT to build the script without defining the schema of the tables so that I can build one generic script and pass the tablename and databasename as parameter . I'm...
View ArticleBTEQ - DELIMITER - forum topic by dineshks
How to give '10'xc (hexadecimal 10) as delimiter in BTEQ script.in Unix it should be represented as ^p ? Forums: Teradata Applications
View ArticleBTEQ - DELIMITER - response (1) by dineshks
when i use .EXPORT REPORT FILE mode am not getting ^p in my output as delimiter but when i use .EXPORT DATA mode am getting ^p as the delimiter but the data is in unreadable binary form. Is there a way...
View ArticleTPT 15.00.00 - forum topic by anand82
Hi, I am using TTU 15.00.00 and tried to export a teradata table into a FLAT FILE. I had no issues for some tables. But, I had the below error while extracting the data to a delimited flat file....
View ArticleTPT - Load Operator consumes from a named pipe provided by a JNI process -...
What (exact) version of TPT 14.10 are you running?
View ArticleTPT - Load Operator consumes from a named pipe provided by a JNI process -...
Please refer to the Access Module Reference Manual. It says:Note: On Windows systems The access module creates them automatically, and they are destroyed when the access module closes them. The reader...
View ArticleBTEQ - DELIMITER - response (2) by dnoeth
EXPORT REPORT was meant to be used for printinh, thus it removes all non-printable characters. Use TPT with FORMAT = 'DELIMITED' instead.
View ArticleBTEQ - DELIMITER - response (3) by dineshks
i need to export all the tables from a set of databases.using bteq i have created a file with select statements for all required tables. like select * from database name.tablename; for all tables.can...
View ArticleTPT 15.00.00 - response (1) by Fred
This question belongs in the TOOLS forum. You need to supply the MaxDecimalDigits parameter for the export operator. (The default is 18 digits.)
View ArticleTPT - Load Operator consumes from a named pipe provided by a JNI process -...
Steve, Thanks for your response on this. Exact version of TPT is: 14.10.0.1 NamedPipesAccessModule is: 14.10 The difference in pipe name in script and error is a copy paste thing. Please...
View ArticleTPT - Load Operator consumes from a named pipe provided by a JNI process -...
Hi Teradata Team, I have provided more details in the above post. Can you please take a look at it and let me know why is TPT not creating the defined named pipe, instead throwing an error that The...
View ArticleTPT_INFRA: TPT01036: Error: Task (TaskID: 5, Task Name: SELECT_2[0001])...
I have received the error below when using the ODBC. Teradata Parallel Transporter Version 14.00.00.04 TPT_INFRA: Semantic error at or near line 145 of Job Script File 'PersBEPS_PERSONA_BEPS.tpt':...
View ArticleLinking/Joining Different Databases in Teradata - response (5) by KN
Given that the table operators and grid connectors are installed wanted to know if query grid can talk from system running on 15.0 to a system on 15.10 or vice a versa?
View ArticleTPT - Load Operator consumes from a named pipe provided by a JNI process -...
Please download and install the latest patches of TPT 14.10 and Named Pipe Access Module 14.10.
View ArticleExport multiple SQL's results into single excel sheet by sheet - response (5)...
Teradata basic utilites are pretty lame regarding basic MS office related stuff. I understand, they were developed before MS was even a company. But it makes the life of an analyst rather frustrating...
View ArticleBTEQ - DELIMITER - response (4) by DiEgoR
dineshks, have you seen this already? http://www.info.teradata.com/HTMLPubs/DB_TTU_14_00/index.html#page/Load_and_Unload_Utilities/B035_2501_071A/2501Chap2.103.3.html
View ArticleBSD compatibility - forum topic by Jane98
Hi, Is it possible to connect to a Teradata database from BSD (OpenBSD, FreeBSD, NetBSD)? The official Teradata web site has ODBC drivers for Linux, Solaris, AIX, HP-UX, and Mac. So I guess BSD is not...
View ArticleBSD compatibility - response (1) by tomnolan
BSD is not a supported client operating system for any of the Teradata client connectivity products. The only supported way for a BSD application to connect to the Teradata Database is to use the...
View ArticleUnity Source Link - response (7) by jkwight
Where do/can we find QueryGrid documentation? Lokking for it but (so far) it has alluded me;-( Thanks - JK
View ArticleUnity Source Link - response (8) by Fred
On the Teradata public documentation website http://www.info.teradata.com, click on "Data Warehousing" category and you will see Teradata QueryGrid as one of the subcategories.
View ArticleReturn XML from REST API. - forum topic by gokul_ifs
Hi, I am using REST API for driver less real time connectivity. My application passes input to a macro in JSON format and get returns output in JSON format. I wanted to retain the API call in JSON...
View ArticleError retrieving TWB root directory: Success (0) - forum topic by Joxo72
Hi, When executing a script directly from the unix command line it works. When doing so via crontab i get this error; Error retrieving TWB root directory: Success (0) Can you explain what the error...
View ArticleLinking/Joining Different Databases in Teradata - response (6) by ddmaddo
Question to clarify about the QueryGrid T2T CREATE FOREIGN SERVER Command ip_device / local_ips - The DNS name of the local Teradata nodes or the IP addresses of the local Teradata nodes. One or the...
View ArticleFast load failure with return code 12 - forum topic by naresh236
Hi All, Recently we have upgraded from Teradata 14 to 15 since when we have started encountering an error in one of our fastloads. The issue is we have a variable length file which is delimited by...
View ArticleFast load failure with return code 12 - response (1) by AtardecerR0j0
look up on the fastload documentation for:DISPLAY_ERRORS and NOSTOP
View ArticleHow to install Teradata on UBUNTU - response (7) by haridwar
sudo ./studioinstall TeradataStudio-15.11.00.00-1.i86.rpm This comand is not working in ubuntu-14.04 error - sudo: ./studioinstall: command not found
View Article