Teradata Parallel Transporter - RDBMS error 3862 - topic by smalgaonkar
Hi Forum I am using TPT utility(13.10) from within the Business Objects Data Services (v14). It creates the batch file and control file to run the utility commands. I have tried to tlogview the log...
View ArticleUnderstanding Fastload - topic by rajeev saravanan
Hi, I am trying to understand fload from a restrating point of view. According to the fast load manual there are 2 phases in it loading phase and end loading phase and the restart strategy depends...
View ArticleTPT script loading issue - response (13) by Barathe
I am using export and update operator in a TPT script.Primary Index alone is defined in my target table(Not-UPI).I don't get any error while executing the TPT script.But while loading the target...
View ArticleSQL_SELECTOR: TPT15105: Error 13 in finalizing the table schema definition -...
yes i did try this, i had 30-40 odd columns in the sql so wanted to check before maknig the change. Anyways i made the change and it works.. its strange thogh there's no implicit conversion. it has to...
View ArticleTeradata Studio Express 14 Slow - response (2) by fgrimmer
We have a made a significant performance improvement when displaying the result sets in the result set viewer, which I think will address your issue. The improvement is in our 14.02 release, which is...
View ArticleUnderstanding Fastload - response (1) by rajeev saravanan
Can any one help me with the above question ?
View ArticleSQL_SELECTOR: TPT15105: Error 13 in finalizing the table schema definition -...
In general, TPT expects an exact match. There is no "conversion" for TPT to perform. For VARCHAR we will allow the actual data to be smaller in size than the schematic.
View ArticleTeradata Parallel Transporter - RDBMS error 3862 - response (1) by smalgaonkar
Hi If anyone is interested - Found what mistake I was doing. The 2 Error Table names were populated to be the same. The Error Message could have been little more specific :( thanks --shalaka
View ArticleError to convert text data in Fastload TD12 - response (1) by knowledge
Hi Sergio, for to cast the data correctly from char type file into the target type you have to add this line after "begin loading TDDB.TDTB..." and before "DEFINE DT_RIF (CHAR (10 ),Nullif='...
View ArticleTeradata Parallel Transporter Issue - response (5) by feinholz
TPT is a 32-bit application. There is no 64-bit version of TPT. Unless you are using the Wizard, there is no need for any JRE. Thus, just do not use the Wizard (I would rather it not be used anyway,...
View ArticleTeradata Parallel Transporter - RDBMS error 3862 - response (2) by feinholz
You think that this message is not clear enough? "The tables in BEGIN LOADING statement must be different." Seems pretty clear to me.
View ArticleTPT script loading issue - response (14) by feinholz
Is your target table a SET table, or a MULTISET table? It must be a MULTISET Table in order to load duplicates. You will need to look at the rest of the log to see where the rows are. They might be in...
View ArticleTeradata Parallel Transporter Issue - response (6) by Roopalini
Thanks for clarifying Steve!!
View ArticleTPT status code 12 during Insert - response (1) by feinholz
You will need to get the entire log (the .out file in the "logs" directory) for this job and use tlogview to output all of the detailed information from all of the operators.
View ArticleTPT: How to load file without delimiter exceeding File Data Defintion -...
The AcceptExcessColumns feature is currently only supported with the "Delimited" record format. It is not supported with "Text" or any of the binary record formats.
View ArticleTPT17122: Error: unable to connect to data source(oracle using TPT script) -...
Are you using the 32-bit or 64-bit versions of the driver? TPT is a 32-bit application and you must use the 32-bit versions of the drivers.
View ArticleHow to get Character String Delimiter with TPT or FastExport - response (1)...
FastExport does not support the writing of delimtied data to files. TPT can support it if you use the Selector operator for extracting out of Teradata. Using the Data Connector operator as the file...
View ArticleTPT Error : TPT17134: Terminating due to 1 or more incompatible columns and...
If you look at the output, you will see one schema defined with "sql_source" like this: sql_source 706 2000 VARCHAR and in the other location, like this: sql_source...
View Article