Fastload Inserting Default User and Date - forum topic by DRossmann
I have the following fastload script CREATE MULTISET TABLE "TABLE" ( FIELD1 VARCHAR(25) CHARACTER SET UNICODE CASESPECIFIC , FIELD2...
View ArticleTPT deadlock Issue. - response (1) by gebel
Hi achikan01, we have the same problem each day within our batch window. We have about 1000 load jobs each day and 2 in average are aborted with this problem. We do not have a solution for it so far....
View ArticleFastload Inserting Default User and Date - response (1) by feinholz
Have you tried DEFAULT instead of :DEFAULT? Also, since you have defaults assigned on the CREATE TABLE, if you leave out the column references from the INSERT and the VALUES clauses, it should work, as...
View ArticleTeradata Parallel Transporter (TPT) wizard error TPT19003, TPT19008,...
Hi Boris, CLI error is different than the others. This issue depends your connection limit at teradata.
View ArticleArcmain15 unable to read archive from TD14 - forum topic by JF210009
I have two Teradata Express VMs side by side... The 1st is Release: TD14.00.00.02 Ver TD14.00.00.14 The 2nd is Release: TD15.00.01.01 Ver TD15.00.01.01 ... and I want to move the a set of...
View ArticleUnable to load the saved database tree information - forum topic by N_Raghu
Some times I get the error "unable to load the saved database tree information" when I open teradata sql assistant and I loose my saved database tree. My sql assistant version 14.0.0.1 How to solve...
View ArticleTeradata warehouser miner. - forum topic by vishnumorena
Hi Team, I have downloaded twm tool and teradata database.I am not able to connect this tool to teradata database. Please tell me the step to connect it to teradata database. So i can write query and...
View ArticleFailed to obtain shared memory segment for for column data buffer, due to...
I'm using Teradata Tools and Utilities 15, TPT and the ODBC operator to move data from SQL Server to Teradata. Every once in a while I get this error and I don't know why. If anyone has any...
View ArticleFileds shifted in the database using TPT - forum topic by Anonyme
Hello everybody, I have a huge problem loading data from a flat file to Teradata DB. What happen is that the data loads correctely in the DB except some rows which their fields contain a string with...
View ArticleFileds shifted in the database using TPT - response (1) by ulrich
Sounds like an UTF8 Problem. Can you share your DDL and TPT script?
View ArticleFileds shifted in the database using TPT - response (2) by Anonyme
Hello ulrich, Thank you for your answer, however i cannot share the TPT script, but i can tell you an example of what i have in the row of the flat file which causes the problem : ID name...
View ArticleFileds shifted in the database using TPT - response (3) by feinholz
It would help if you could provide the script. Just remove the sensitive information like TdpId, UserName and UserPassword. Otherwise we will have to continue asking questions to get more information....
View ArticleFailed to obtain shared memory segment for for column data buffer, due to...
Please provide the exact version number of TPT (including the patch version). If you are running 15.00.00.00 then I would first suggest that you upgrade to the latest patch level of TPT 15. Next, are...
View ArticleTeradata Parallel Transporter (TPT) wizard error TPT19003, TPT19008,...
I see that you specified this: VARCHAR FileName = 'Untitled', That FileName attribute must contain the name of the .amj file created for the access module to use for the job.
View ArticleFileds shifted in the database using TPT - response (4) by Anonyme
Hello below is my TPT script: /*USING CHAR SET UTF8*/ DEFINE JOB MyJob_jb DESCRIPTION 'Loading' ( DEFINE OPERATOR LOAD_ALL TYPE {OPERATEUR} SCHEMA * ATTRIBUTES (...
View ArticleTPT Operator Template error "Output Schema does not match data from SELECT...
Hello !! I am getting "TPT12108: Output Schema does not match data from SELECT statement" error when I am using a TPT script (operator templates) to copy a Table from TDSERVER-A to TDSERVER-B, . This...
View ArticleFileds shifted in the database using TPT - response (5) by feinholz
Thank you! This helps. One thing I would like you to add to the script. If you are using the SQL Selector operator to pull data out of Teradata and you want to write the data out in a delimited record...
View ArticleFileds shifted in the database using TPT - response (7) by Anonyme
Thank you for your suggestion. Just to add something which may help, the data comes with the same problem from the flat file to the temporary table( i checked it). Could it be an attribut of the TYPE...
View ArticleFileds shifted in the database using TPT - response (8) by feinholz
This script has a lot of steps, so not always clear which step is the culprit, but I would have asked eventually. In following the "trail", I see that the first load comes from a flat file and loads...
View ArticleFastexport help - response (5) by Vinay Agarwal
I have quetion on FastExport I dont know how to start a new topic in this forum the question is We can use DML statements like delete in fastexport before BEGIN EXPORT statement but why we cannot use...
View Article