Teradata - Fast Export Option - response (1) by feinholz
No, there is no option to generate a FastLoad script.
View ArticleTPT API : Setting DSNName attribute through TPT API script for a source...
SQLSTATE 8003 means "connection does not exist".
View ArticleTPT - Format = text example - response (2) by andydoorey
I did end up using delimited with a delimiter string of 'jkajdnsksklfnsklslkdmjsks'. I'm hoping that never occurs in the file! It doesn't seem like the right way to do it though!
View ArticleTPT: using VARDATE and empty string - response (4) by Tomas.Kalenda
OK, I wrote transformation, but I mean formating. I have DATA CONNECTOR (PRODUCER) defined as delimited file with quoteddata=Y option. NullColumns = 'Y' - zero length columns are to be NULLed If I have...
View ArticleTPT - Format = text example - response (3) by feinholz
If each record has a single column, then you do not need a delimiter. Curious: why did you pick such a large delimiter?
View ArticleTPT: using VARDATE and empty string - response (5) by feinholz
VARCHAR and VARDATE are 2 different things. Different code paths. Different functionality. VARDATE is specific to Dates/Times/Timestamps. And once you use the formatting options, it expects certain...
View ArticleTPT adding spaces for nvarchar datatype while loading - response (5) by WB255000
Hi. I tried your advise, but It didn't work, every row went to ET error table, the message said that the data parcel had to be longer or something like that... So I tried to change the character set on...
View ArticleTPT adding spaces for nvarchar datatype while loading - response (6) by feinholz
I would need to see more information (exact errors) in order to better figure out what is going on. Also, I need the error code from the error table and the column name. One more thing to keep in mind....
View ArticleTPT adding spaces for nvarchar datatype while loading - response (7) by WB255000
That the source table Create Table MKTD_DEDUPLICACION.ADAPTIVE ( Lote_id int Not Null, Nro_cuit varchar(20) Not Null, id bigint, Tipo_Doc varchar(5) Not Null, Nro_doc nvarchar(20), apellido...
View ArticleTPT adding spaces for nvarchar datatype while loading - response (8) by feinholz
6705 An illegally formed character string was encountered during translation. Explanation: This error occurs when in a string containing Multi-Byte Characters (MBC), the MBCs are not completely formed...
View ArticleError on Launching Fast Export - Missing _LaunchUtility - response (1) by...
Did you intend to use the OLE-LOAD access module? What was your intention when using FastExport? What version of FastExport are you running? Incidentally, FastExport is a 32-bit application. If you did...
View ArticleBTEQ: maxerror 1 - .run vs. .compile - response (2) by eremef
Sooooo, there is solution, but a "bit" desperate. We can save BTEQ output to file and search it for SPL errors right after running BTEQ with .compile file option. We must deal with syncing saving of...
View ArticleBTEQ - show command loses formatting - forum topic by loafob
Hello, I am using BTEQ to create files containing table definitions. The command is working, but the resulting DDL files have lost all newlines and are instead smooshed together on a single line. Is...
View ArticleBTEQ - show command loses formatting - response (1) by dnoeth
This might be due to different linebreaks on Unix/windows. Did you use SHOW TABLEs? Did you run BTEQ on Linux and open the DDLs on Windows? e.g. WordPad can deal with Unix linebreaks, but not Notepad.
View ArticleCHAR(n) CHAR SET UNICODE/LATIN define schema in 14.xx - multiply by 2 or 3 -...
Hello, Can i ask something about this? This means that during the proccess TD transfers 3 times or two times more than needed space?( if we had only varchar columns) Thank you.
View ArticleCHAR(n) CHAR SET UNICODE/LATIN define schema in 14.xx - multiply by 2 or 3 -...
TPT does not know anything about the table definition of the source table, whether the columns are of type LATIN or UNICODE. We only work off of the client session character set. Database column...
View ArticleBTEQ - show command loses formatting - response (2) by loafob
Thanks for the response Dieter! And yea, I used a show: cat << !* > $runscript .logon $TERADATA_DATABASE/$TERADATA_USER,$TERADATA_PASSWORD; .SET ECHOREQ OFF .EXPORT REPORT FILE =...
View ArticleCHAR(n) CHAR SET UNICODE/LATIN define schema in 14.xx - multiply by 2 or 3 -...
Thanks very much your answer. To be honest i have not worked a lot with TD loading tools , but i am trying to understand only one thing about them.(network traffic) If for example i have one table...
View ArticleCHAR(n) CHAR SET UNICODE/LATIN define schema in 14.xx - multiply by 2 or 3 -...
If you are uncertain about your data, you are better off using VARCHAR instead of CHAR. Less traffic across the network (as you pointed out). We only send what we receive. As far as resources to create...
View ArticleBTEQ - show command loses formatting - response (3) by Raja_KT
It can be on the unix/linux settings. You can see someone's .profile file FOR the settings of screen maybe. With xterm/rxvt/gterm we can adjust with (xterm -sl 100 or some numbers..) Also try to...
View Article