17 | 08 May 2013 @ 07:26 PDT | Tools | Introduction to the Teradata Parallel Transporter Operators | I removed thr check point file and rerun the TPT again.
pls find below the log.
Private log TWB_STATUS:
MAIN_STEP SEL... |
16 | 08 May 2013 @ 01:06 PDT | Tools | Introduction to the Teradata Parallel Transporter Operators |
Private log TABLE_NAME_file_writer-1:
==========================================================================
= &... |
15 | 07 May 2013 @ 08:39 PDT | Tools | Introduction to the Teradata Parallel Transporter Operators | No Luck :( gettimg new error.
FILE_WRITER: TPT19426 pmWrite failed. DataConnector API not initialized (26)
FILE_WRITER: TPT19306 Fatal error writing data.
&... |
14 | 07 May 2013 @ 10:29 PDT | Tools | Introduction to the Teradata Parallel Transporter Operators | Hi Tony, I have modified C prgram. its running now. but its not writting anything in the file which is being generated in C program. it is directly writting into the file which I mentioned in the T... |
13 | 06 May 2013 @ 02:30 PDT | Tools | Introduction to the Teradata Parallel Transporter Operators | Hi Tony,
I have installed the glibc-devel-32bit and got the below error message.
TPT_INFRA: TPT01036: Error: Task (TaskID: 4, Task Name: INSERT_1[0001]) terminated due to the receipt of... |
12 | 02 May 2013 @ 04:56 PDT | Tools | Introduction to the Teradata Parallel Transporter Operators | Yes, I checked, it is not there, but I could see gnu/stubs-64.h
|
11 | 02 May 2013 @ 04:44 PDT | Tools | Introduction to the Teradata Parallel Transporter Operators | Now I am getting beloe error.
In file included from /usr/include/features.h:352,
from /usr/include/stdio.h:28,
&nbs... |
10 | 02 May 2013 @ 04:32 PDT | Tools | Introduction to the Teradata Parallel Transporter Operators |
I tried below command and getting "cc1: error: unrecognized command line option "-m31"
gcc -I/usr/include -m31 -shared -fPIC testC.c -o testOUTMOD
is th... |
9 | 02 May 2013 @ 03:55 PDT | Tools | Introduction to the Teradata Parallel Transporter Operators | Hi Tony, I am seeing the below error from the log file tpt_logs.txt
===================================================================
= &nb... |
8 | 02 May 2013 @ 02:51 PDT | Tools | Introduction to the Teradata Parallel Transporter Operators | I did the same, but no luck :(
|
7 | 02 May 2013 @ 01:15 PDT | Tools | Introduction to the Teradata Parallel Transporter Operators | Hi Tony,
I have used below command to compile the c program.
gcc -I/usr/include -shared -fPIC testC.c -o testOUTMOD
and same testOUTMOD name is used in OutmodName attribute... |
6 | 01 May 2013 @ 06:08 PDT | Tools | Introduction to the Teradata Parallel Transporter Operators | Hi Tony,
Thanks for your quick response. I am bit confused here. The OUTMOD library name means the out file created from the c program(after compiling) , do you have any sample scripts which I can... |
5 | 01 May 2013 @ 04:45 PDT | Tools | Introduction to the Teradata Parallel Transporter Operators |
Below is the TPT script.
DEFINE JOB J_TABLE_NAME
(
DEFINE SCHEMA S_TABLE_NAME
DESCRIPTION 'LOADING for TABLE_NAME'
&nbs... |
4 | 01 May 2013 @ 04:02 PDT | Tools | Introduction to the Teradata Parallel Transporter Operators | Hi Tony,
I am trying to develop an outmod c script, and I am getting below error.
FILE_WRITER: TPT19501 Can not load OUTMOD module. 'dlopen' failed, reason:... |
3 | 28 Mar 2013 @ 09:04 PDT | Tools | Introduction to the Teradata Parallel Transporter Operators | Thanks a lot. Its a great help.
|
2 | 27 Mar 2013 @ 06:33 PDT | Tools | Introduction to the Teradata Parallel Transporter Operators | Thanks a lot Tony. Could you have all these documents available online, that would be a great help.
|
1 | 26 Mar 2013 @ 12:12 PDT | Tools | Introduction to the Teradata Parallel Transporter Operators |
I have a big file(50GB) sitting in UNIX which is generated from TPT fast export. The file contains sales details of the individuals. From this file we are generating separate files fo... |