Issue with my first Teradata PT - forum topic by Anonyme
Hi everybody, I used the sample scripts that come with Teradata client for my first script. What i succed to do is to create an empty table using these 2 scripts: 1*First script of...
View ArticleFastLoad parallel sessions limit. Is it overridable? - forum topic by Dec0de
Many of you are already know, that Teradata has only 30 CONCURRENT Fast-Load slots awailable. In other words, it means that you can have only 30 simultanious dataflows for loading data, not more. For...
View ArticleTPT Loading DateTime (SQL Server) with UTF-16 char set - forum topic by...
Hi all, I am having difficulties loading the DateTime data type with TPT from SQL server into teradata using the UTF-16 char set. I keep getting the 2673 error code '2673 SOURCE PARCEL LENGTH DOES NOT...
View ArticleMLOAD and loading of: Empty Strings and Null Strings - response (9) by...
I tried Ivy's script and data above and it worked as expected.. :) Puts a null string only if the column is blank and trimmed with VARTEXT.. Thanks you both! data from the Ivy's script loaded as is...
View ArticleTPT : ERROR using BYTE data comparison in JOBSCRIPT - forum topic by cadambank
hi, I am having problem with the following script. The table I am using is Create table Testdb.testtable ( COL1 CHAR(10), COL2 DECIMAL(9) ) PRIMARY INDEX(COL1); and the following data 000179...
View ArticleFastLoad parallel sessions limit. Is it overridable? - response (1) by feinholz
There is no way to override this. (The limit was 5, then was raised to 15, and now it is 30.) It is found that trying to run more than 30 concurrent FastLoad/MultiLoad jobs can actually slow...
View ArticleTPT : ERROR using BYTE data comparison in JOBSCRIPT - response (1) by feinholz
The TPT syntax does not yet support "XB" format.
View ArticleTPT : ERROR using BYTE data comparison in JOBSCRIPT - response (2) by cadambank
Ok....thanks feinholz.... Another way i can think of is load the data in a byte field and then convert the byte field in to decimal..... As its a packed decimal, is there a way to convert that?........
View ArticleData Mover Help - forum topic by escueta
I am new to Teradata and Data Mover. I am trying to create a Data mover job via Viewpoint and when I save it, it says that the job already exists. But I don't see it in the jobs list both from...
View ArticleNumber of Utility Load Slots - forum topic by JerryLusa
Hi, Some utility load slot questions... 1. Are there any guidelines for the number of utility load slots a Teradata system can have? Is there a limit? How is it determined. 2. How do we configure...
View ArticleData Mover Help - response (1) by Glass
Chris, If it's not listed under Total jobs in DM portlet and you've tried clearing your cache and reopening the portlet,you can try logging onto the DMV server and running :"datamove list_jobs". or...
View ArticleIssue with my first Teradata PT - response (1) by feinholz
Unfortunately, hard to help without more information. You would need to provide screenshots of BTEQ commands or some other tool showing the before and after of the load of the target table (in a way,...
View ArticleTPT Loading DateTime (SQL Server) with UTF-16 char set - response (1) by...
Update for other people battling with the same issue. I got this to work using the following script: USING CHAR SET UTF16 DEFINE JOB TPT_LOAD_Dim_Billing_Document_Type DESCRIPTION 'ODBC LOAD...
View ArticleTeradata Sql Assistant 14.10 Ctrl + Tab and Ctrl Page Up & Page Down not...
Hello. First post... Was recently upgraded at work, the features in the Subject: no longer work. I looked in Tools - Settings and Tools - Customize but didn't see anything... Thanks in advance......
View ArticleTPT Loading DateTime (SQL Server) with UTF-16 char set - response (2) by...
Why does your schema have CHAR(48) instead of TIMESTAMP(3)?
View ArticleHow can I perform the same with a TPT script ? - response (1) by feinholz
BTEQ can sometimes be viewed as a report writer type of tool. TPT is not. TPT is a data loading tool (yes, it can export from a database as well, but the power of TPT is in its loading). TPT cannot...
View ArticleTeradata Sql Assistant 14.10 Ctrl + Tab and Ctrl Page Up & Page Down not...
What version are you using? I just tried those shortcuts with 14.10.0.8 and they seem to be working fine. You will find that none of those shortcuts can be specified through the Customize menu. That...
View ArticleNumber of Utility Load Slots - response (1) by JerryLusa
Ideally there would be a spreadsheet model that would come up with the max load slots that would not impact the other work being done on the system. Any ideas?
View ArticleTPT Loading DateTime (SQL Server) with UTF-16 char set - response (3) by...
Hi Steve, because then I get the same 2673 error described in my original post. S-
View ArticleTPT Loading DateTime (SQL Server) with UTF-16 char set - response (4) by...
this happens even when I try to format my datetime as convert( datetime, Record_Source_Timestamp, 121) in SelectStmt.
View Article