21 | 26 Mar 2012 @ 06:39 PDT | Tools | Reply | Teradata PT 12.0 error output schema does not match |
Hi Feinholz,
i have a TPT script, where in i am using the load operator, below: -
DEFINE OPERATOR LOAD_OPERATOR
DESCRIPTION 'TERADATA... |
20 | 26 Mar 2012 @ 06:31 PDT | Tools | Reply | TPT script loading issue |
Hi Feinholz,
Please provide your valuable inputs.....
I am getting the below error, when trying to load to a TD empty table: -
LOAD_OPERATOR: preparing target t... |
19 | 27 Feb 2012 @ 05:14 PST | Tools | Reply | TPT script loading issue |
Hi Feinholz,
Can you plz visit the below link, where in i have posted few of my queries. i was not sure of where to post the same.
http://forums.teradata.com/forum/tools/terad... |
18 | 24 Feb 2012 @ 03:35 PST | Tools | Reply | Teradata PT 12.0 error output schema does not match |
Hi Feinholz,
I have a requirement, where in i am using TPT script to extract 3 table ina single script with different set of operators written for each table as below: -
... |
17 | 12 Jan 2012 @ 08:26 PST | Database | Reply | While loading data from DB2 to Teradata through TPT script using ODBC operator getting error. |
Hi Vasu,
Yes we are able to connect SQLA.
Regards,
Sam
|
16 | 12 Jan 2012 @ 06:36 PST | Database | Reply | While loading data from DB2 to Teradata through TPT script using ODBC operator getting error. |
Hi all,
I am also facing the same issue....
I am trying to extract from a table & then load that to a given table.
Hereby is the script:-
... |
15 | 01 Jan 2012 @ 05:42 PST | Teradata Applications | Reply | JMS Adapter. |
Hi,
I am using Teradata Universal Connector V 13. It is UI based . I want to customize and configure it for sending and
receiving events using Java API,
so that... |
14 | 30 Dec 2011 @ 12:53 PST | General | Reply | Welcome to the Teradata Developer Exchange discussion forums! |
Hi,
I am using Teradata Universal Connector V 13. It is UI based . I want to customize and configure it for sending and receiving events using Java API,
so that I can invoke it... |
13 | 28 Dec 2011 @ 11:24 PST | Tools | Reply | TPT variables in script itself (Providing a default value that could then be overridden) |
Can We use Job Variables in the Schema defination of a TPT Script?
That is , the name of the columns as job variables.
|
12 | 27 Dec 2011 @ 08:59 PST | Tools | Reply | Teradata TPT Script |
Hi ravindra,
May be this could be of yours help..
http://developer.teradata.com/tools/articles/using-teradata-pt-to-copy-from-other-databases
Regards,
Sam
|
11 | 27 Dec 2011 @ 08:52 PST | Tools | Reply | Data byte count error |
Hi Feinholz....
Can we plz tell if, we can use TPT API to code in java.
Regards,
Sam
|
10 | 27 Dec 2011 @ 04:43 PST | Tools | Reply | Teradata TPT Script |
Hi Feinholz...
I have have new query, that doed TD provide any Java Api to invoke the TPT from java code.
Regards,
sam
|
9 | 27 Dec 2011 @ 04:03 PST | Tools | Reply | Data byte count error |
Hi Feinholz....
Thanks a lot..... i used the SQL Selector operator and its working perfectly fine ... :)
I have a request now, it will be of great help if you can provide any ... |
8 | 26 Dec 2011 @ 04:47 PST | Tools | Reply | Data byte count error |
Hi Feinholz....
I am trying to run the folllowing TPT script,
DEFINE JOB EXPORT_abc_TABLE_TO_FILE
DESCRIPTION 'EXPORT SAMPLE ITS TABLE TO A FILE'
(
... |
7 | 14 Dec 2011 @ 10:47 PST | Tools | Reply | Teradata TPT Script |
Hi feinholz,
Plz chk the value of TWB_ROOT, that is set in the env.
TWB_ROOT=/opt/teradata/client/13.10/tbuild
if [ "${PATH}" = "" ]; then ... |
6 | 14 Dec 2011 @ 04:06 PST | Tools | Reply | Teradata TPT Script |
I forgot to state that:-
/opt/teradata/client/13.10/tbuild/bin/ - is the path of the tbuild command in the remote machine, as without this path its saying "tbuild : not found... |
5 | 14 Dec 2011 @ 04:03 PST | Tools | Reply | Teradata TPT Script |
Thanks Feinholz....Your reply was very helpful in the basic understanding of TPT script.
Now i have moved forward a bit, my current situation is i want to login to a given machine... |
4 | 08 Dec 2011 @ 09:42 PST | Tools | Reply | Teradata TPT Script |
Thanks Feinholz.....
By TPT version is 12.0, so easy load is out of frame.
Yup, checked out job variables, its realy of my use, but before i proceed i have a few questions to ... |
3 | 08 Dec 2011 @ 05:46 PST | General | Reply | TPT over other Load Utilities |
Sorry Everyone, for putting up this post here as i was not sure of where to put.
I am trying to move a table from teradata to a flat file,my present working env is hadoop env, her... |
2 | 08 Dec 2011 @ 02:30 PST | Tools | Reply | Teradata TPT Script |
To be more precise in regards of my query as above, i need to move tables from system to another.
My source and destination table schema will be same.
I want a single script, ... |
1 | 07 Dec 2011 @ 11:05 PST | Tools | Reply | Teradata TPT Script |
Hi,
I am new to TPT, i want to generate TPT script dynaminally, as my tables may change from time to time. i need a script which will dynamically fetch the Source and target... |