Calling tbuild.exe directly via command prompt (Windows) - response (4) by...
Technically, TTU does not support "multiple versions" of the same products on the same machine. This means you need to manipulate environment variables to achieve your goal. We (Teradata Client...
View ArticleCalling tbuild.exe directly via command prompt (Windows) - response (5) by...
As always, thank you Steve!!!
View ArticleTPT Statement Not Working: DEFINE SCHEMA FROM TABLE ''; - response (9) by...
Is there any follow up to this around the use of defining schema's based on table structures in a database? I too have had the problems described above and would really like to get be able to use a...
View ArticleError Number : 120801 Error Message : Teradata WB tlogview failed when...
i am using SAP Data Services 14.2.1.568 for ETL
View ArticleTPT Statement Not Working: DEFINE SCHEMA FROM TABLE ''; - response (10) by...
TPT supports obtaining the schema from a table in multiple ways. The user can specify this in a script: DEFINE SCHEMA <name> FROM TABLE '<tablename>'; and even this: DEFINE SCHEMA...
View ArticleError Number : 120801 Error Message : Teradata WB tlogview failed when...
You will need to address this with the ETL vendor. The message they are providing is not coming from TPT. You need to find out the TPT-specific error message.
View ArticleTPT Stream Loader - Create Macro Access error on target database (not working...
Hi All, I have one question here. Appreciate any reply: 1)TPT does not create any control/loader log for detailed error description when used with informatica. What are the options for troubleshooting...
View ArticleFastexport with MLOAD option - response (5) by Gnana Reddy
Thank You, How can I say bynary data file is correct by looking? Can you tell me the process. Thanks again.. Gnana Reddy
View ArticleSQL Assistant Import Data function giving DDL errors - response (2) by Agilan
Hi All, I have faced similar kind of error. While importing data from SQL Assistance, RDBS error has been encountered. Error:- Error executing query for record 1: 3706: Syntax error: expected...
View Articlegetting an error count from bteq and unix ksh - forum topic by k1ng
I have a big ksh script where I have created a bteq function thats looks like this: td_query () { bteq << EOF |grep '^>' |sed -e "s/^>//" $(cat $HOME/.tdlogon) DATABASE mycontainer; .set...
View ArticleFastexport with MLOAD option - response (6) by feinholz
I am not sure this forum is the correct place to teach someone how to look at binary data to see if the data is correct. You have to know how to interpret the values for each byte. Obviously, if your...
View ArticleTD Studio 15.10 no driver or connection details - forum topic by tstrick4
Installed TD Studio 15.10 and am trying to create a new Connection Profile. I select Teradata database and then move tto the "Specify a Driver and Connection Details" page, but it's blank. I...
View ArticleTPT Data Connector Error reading JSON - forum topic by BabarS
Dears, I have been unable to read JSON data from a flat file into Teradata v15. Here is my setup. DEFINE JOB LOADING_JSON_DATA DESCRIPTION 'LOAD JSON STREAMS INTO TERADATA' ( DEFINE SCHEMA...
View ArticleError Number : 120801 Error Message : Teradata WB tlogview failed when...
Thanks Steve, i ll check it with vendor.
View ArticleLoad data from Oracle to Teradata with correct character set - response (7)...
Thanks Vishnu, it works fine for me.
View ArticleTPT Data Connector Error reading JSON - response (1) by BabarS
When I changed the target DDL in TD to remove the DOC_ID and making the table as NOPI / Multiset, I get an error $FILE_READER[1]: TPT19003 LOB column data length errorThe maximum characters in 1 line...
View ArticleIs Fast Import/Export available on OSX? - forum topic by maximumwoltage
Is Fast Import/Export available on OSX?Tags: fexpFast Importfast exportmac os xForums: Tools
View ArticleTTU 14.10 Silent_uninstall return code - forum topic by Dixxie
Hi, I need to automate the installation of TTU 14.10 with silent_install.bat, but i can not capture the return code. Where the status code of the installation is ? Regards.Forums: Tools
View ArticleTPT Data Connector Error reading JSON - response (2) by feinholz
If you want to read in only character data, you can only user record format "Text" or "Delimtied". You cannot use "unformatted" as that is used for binary data where the schema defines EXACTLY how the...
View Article