Mload - work table format - response (2) by Ivyuan
Hi Cheeli, Only the record(s) meet(s) the APPLY-WHERE condition will be sent to DBS. In you case, the work table won't contain 100 records. The work table should have equivalent content to target...
View ArticleTPT job fails in 14.10 but passes in 13.10 - response (2) by crazyrama5
Thank you Feinholz. Do you have any idea or a rumor as to when will this fix will be ported?
View ArticleFLoad error: Unable to obtain Data Signature - response (2) by nukalanikhilesh
Hi Thomas, Both of the data file and the script file are in the same folder, could you please elaborate on the new line character and the one record per line you were talking about. Thank you
View ArticleFLoad error: Unable to obtain Data Signature - response (3) by ThomasNguyen
Hi Nikhilesh, Could you save the data file to a different file. Then recreate the file in ASCII using a text editor. Then rerun the script again. I tried to run your script using fasload 14.00 and it...
View ArticleTPT job fails in 14.10 but passes in 13.10 - response (3) by feinholz
Looks like this fix appears in efix #10 for 14.0 (14.00.00.10), and efix #3 for 14.10 (14.10.00.03). Please check the patch server to see if those efixes are present.
View ArticleFLoad error: Unable to obtain Data Signature - response (4) by nukalanikhilesh
HI Thomas I have copied the data into another text document and saved it with word wrap on and tried running, but still i get the same error.
View ArticleMulti load through java application. - response (14) by tomnolan
>>> Teradata Studio Express has Load/Teradata Load functionality then you do right click on table. Teradata Studio Express uses the Teradata JDBC Driver for its load and unload functionality....
View ArticleFLoad error: Unable to obtain Data Signature - response (5) by ThomasNguyen
Nukalanikhilesh, Check your data file again. It's very likely EOF is encountered before the end of record. Try "od -c table_data.txt", and check if it's ended with \r\n or \n, that looks like:...
View ArticleTPT multiple instances using mainframe host (Syntax error). - response (23)...
Hi, when i am trying to read 16 names pipe in my tpt script i am getting the below error message; any inputs on this ? TPT_INFRA: TPT02610: Error: Could not allocate a data message of size 65028...
View ArticleFLoad error: Unable to obtain Data Signature - response (6) by nukalanikhilesh
Hi Thomas I have tried using the od command from cmd prompt, but it says'od' is not recognized as an internal or external command, operable program or batch file. I seriously do not understand this...
View ArticleFLoad error: Unable to obtain Data Signature - response (7) by ThomasNguyen
Nikhilesh, You can use a hex editor and see the contents of your data file since od command is not available on your system. What is your email address? I will send you my data file and see if it...
View ArticleFLoad error: Unable to obtain Data Signature - response (8) by nukalanikhilesh
E-mail: nukalanikhilesh@gmail.com Let me look into the hex editor thing and see if it helps. Thank you
View ArticleFLoad error: Unable to obtain Data Signature - response (9) by nukalanikhilesh
I have opened the data file in hex editor and this is how it looks like. it did not end with either of \n or \r \n
View ArticleFLoad error: Unable to obtain Data Signature - response (10) by ThomasNguyen
I just sent you my data file. Your file does not end with \n or \r\n, it's the reason you get the data signature error! Did you create your file by cut and paste the data in WordPad and save it, not by...
View ArticleFLoad error: Unable to obtain Data Signature - response (11) by nukalanikhilesh
Thank you, I have received the file. Yes I have copy pasted the data, did not enter the data manually. 1 record I can enter manually and test it if it works or not but how do I do it for 360k records.?
View ArticleTPT multiple instances using mainframe host (Syntax error). - response (24)...
Looks like you have run out of system resources (most likely, shared memory). You can increase the shared memory by: In the JCL STEP, they should have the following specification: //TPT EXEC...
View ArticleLoading a timestamp column with Fastload - response (4) by feinholz
#1 is the corect solution (from a Teradata SQL point of view). But you are embedding single quotes within single quotes, and so you need to escape the single quotes for the format statement. format...
View ArticleTPT usage with COBOL INMOD functions - forum topic by Anish S
Can somebody tell me if there is a way to use the COBOL INMOD function with TPT. I have a COBOL program the output of which need to be loaded into TD table using TPT after checking each field for...
View ArticleTPT ODBC Operator: 6 rows exported from source , 7 rows loaded into Teradata...
Hi, I see 6 rows are exported from source database Sybase and 7 are loaded into Teradata Database. Not able to figure out why ? Below is the logfile details.Please help me to understand this. Thanks...
View ArticleTD Wallet - response (1) by MaxG
The default installation directory is /opt/teradata/client/... You cannot change the internal directory structure (teradata/client/...), but you can use the rpm --prefix option to specify a location...
View Article