Teradata 14.10 silent install. - response (2) by wicik
Ok, the answer is Temp folder. If I remember corerctly, each package installed creates an installation log file located in the USER's %TEMP% directory and contain installation logs of silent TTU...
View ArticleCS Ram, Pakdisk? Paddisk? - response (1) by dnoeth
Packdisk is a command of the Ferret tool, a command line utility to get information about Teradata's file system. It's fully documented in the Utilities and Database Administration manuals."CS Ram",...
View ArticleNeed to set Return Code upon "EOF on stdin" - response (3) by Sarun1989
Try .QUIT instead of .LOGOFF
View ArticleNeed to set Return Code upon "EOF on stdin" - response (4) by Sarun1989
If you do .logoff alone, the current session alone will end(i.e you will only be logged off from your userid only), but teradata engine is still open and all the forth coming commands will go into the...
View ArticleCS Ram, Pakdisk? Paddisk? - response (2) by wicik
Thanks Dieter, Somehow google was not even close to find the solution. Now I know what I am searchin for :) Regards!
View ArticleWant to jump between different EXPORT operators or different SQL statements...
Hi, I am building an TPT which is doing fast load(LOAD operator) to a NAV_REP table. I am using export operator to export the data . Now I have two sql statements. one statement is doing calculation...
View ArticleNeed to set Return Code upon "EOF on stdin" - response (5) by barani_sachin
Guys, Thanks for your suggestions :-) But wat i had done is i left a blank line between the .logoff and [test], thats what causing the issue. Now that i had removed that blank line everything is...
View ArticleTPT script to move data from table to file - response (5) by annie_bora
Hi, Is it possible to write a TPT script which will export records over a time period, for eg., monthly,weekly , daily basis from Teradata table. The Teradata table does not contain any date...
View ArticleHow to monitor load task limit vs. actual load tasks run - response (1) by...
In other words, how can I know if the task limits are being hit or not and therefor need to be changed?
View ArticleTPT script to move data from table to file - response (6) by TonyL
It's not possible because a date column is required to filter the rows.
View ArticleTTU 64-bit - forum topic by rhuaman
Hello, When I submit a request for the TTU - Windows installation package, I receive a link for the 32-bit version. Does anyone know how I can get the 64- bit version? Thank you, Rafael H.Tags: TTU...
View ArticleFast load - forum topic by mayanksh
hi, Please help me for below script. clear; sessions 10; tenacity 4; sleep 20; DATEFORM ANSIDATE; show version; .LOGON 127.0.0.1/TDUSER, TDUSER DROP TABLE tduser.M1; DROP TABLE TDUSER.ERR1; DROP...
View Articlefastload errors with checkpoint and indicator. - forum topic by mayanksh
clear; sessions 10; tenacity 4; sleep 20; DATEFORM ANSIDATE;\ show version; .LOGON 127.0.0.1/TDUSER, TDUSER DROP TABLE tduser.M1; DROP TABLE TDUSER.ERR1; DROP TABLE TDUSER.ERR2; CREATE SET TABLE...
View Articlefastload errors with define delimiters. - forum topic by mayanksh
clear; sessions 10; tenacity 4; sleep 20; DATEFORM ANSIDATE;\ show version; .LOGON 127.0.0.1/TDUSER, TDUSER DROP TABLE tduser.M1; DROP TABLE TDUSER.ERR1; DROP TABLE TDUSER.ERR2; CREATE SET TABLE...
View Articlefastload errors with checkpoint and indicator. - response (1) by Fred
These options are part of BEGIN LOADING statement: BEGIN LOADING TDUSER.M1 ERRORFILES TDUSER.ERR1, TDUSER.ERR2 CHECKPOINT 1000 INDICATORS;
View Articlefastload errors with define delimiters. - response (1) by Fred
Don't include the delimiter characters or newline in the DEFINE. UNFORMATTED is used for "fixed format" records with positional fields and binary data. FORMATTED (also known as FastLoad format) is used...
View ArticleFast load - response (1) by Fred
Your input data has leading and trailing delimiters. Either remove them or add dummy fields to the DEFINE. Be sure your last input record has a newline at the end.
View Articlefastload errors with checkpoint and indicator. - response (2) by mayanksh
Apart from dot which I used do you feel so that I'm wrong any where..
View Articlefastload errors with checkpoint and indicator. - response (3) by mayanksh
Hello Fred, Could you please some material which has got detail idea for working with utilities. Also I can get more exposure in loading from excel or other formatts. Thanks in advance. My email is...
View ArticleHow to load EBCDIC file to db using TPT? - response (1) by Marcus1
Hi, did you succeed yet? I'm trying to to the same thing, but I keep on getting the same weird TPT error. This is what I did: I wrote a TPT test script that successfully loads 2 columns. Now according...
View Article