Using JMS with TPT - forum topic by sundaramt
Hi, Can someone who has used JMS access module with TPT shed some light on this? We have a requirement to extract millions of rows of data from Teradata and put into Queue which will be used by Java...
View ArticleTPT scripts - forum topic by devika.rani26
Hi , I see in the TPT scripts that te syntax of APPLY TO OPERATOR or FROM OPERATOR is APPLY TO OPERATOR (operator_name[1]) and FROM OPERATOR (operator_name[2]). Can anyone tell me what does this number...
View ArticleHow to install GeoImportExport utility to Teradata ? - response (2) by owenmw
I'm trying to install and use TDGeoImport, but I am not understanding what is needed to install this correctly. All I see in the zip file from...
View ArticleTPT extract failing - TPT10508: RDBMS error 5407: Invalid operation for...
I am getting following error while doing TPT extract. EXPORT_OPERATOR: connecting sessions EXPORT_OPERATOR: TPT10508: RDBMS error 5407: Invalid operation for DateTime or Interval. EXPORT_OPERATOR:...
View ArticleTPT extract failing - TPT10508: RDBMS error 5407: Invalid operation for...
Not much information to work with here. Version of TPT? Version of Teradata? Copy of the SELECT statement? DDL of the source table?
View ArticleTTU 15.0 - response (1) by StevenSchmid
Hi Raj Is the problem connecting to the database, or loading SQLA. If the later, then can be due to the size of the history table, so can reduce this size in the filter options, the history is not...
View ArticleTeradata SQL Assistant 13.11 - Where can I download? - forum topic by forum_1210
Hi, I would like to download Teradata SQL Assistant 13.11, but I am not able to find it anywhere. I tried Studio express, but I couldn't connect to Oracle DB, seems like some issue with the drivers....
View ArticleXML data format support by the TPT DataConnector Operator - response (8) by...
Hi, Is there any volume limit on the messages in the queue? I have a scenario to extract millions of rows from Teradata table and put in JMS queue. I am not sure if I can put everything at once?...
View ArticleFASTEXPORT Looping - forum topic by Jugalkishorebhatt1
Hi All, Can somebody write a simple FastExport script with IF ELSE condition. THe example given in info.teradata.com. I am not able to understand it. THanks in Advance JugalTags: FastExport IF ELSE...
View ArticleTeradata SQL Assistant 13.11 - Where can I download? - response (1) by Gyanendra
You can download newer version (15.0) at below link. Unzip and run the base file and chosse SQL assistant....
View ArticleTeradata SQL Assistant 13.11 - Where can I download? - response (2) by...
Hi, You can download from the following link:http://downloads.teradata.com/download/database/teradata-express/vmware load it thru VMWARE. It is a complete pack. No need of installations. If u want to...
View ArticleXML data format support by the TPT DataConnector Operator - response (9) by...
If by volume you mean system capacity, you would need to check with the administrator or perhaps the documentation for whatever the provider is.
View ArticleFASTEXPORT Looping - response (1) by feinholz
What would you like the IF ELSE condition to accomplish?
View ArticleError while loading data from teradata to SQL Server - TPT registry key...
Hi, i had same problem. after reading through this post, i downgraded to 13, but still same problem :(
View ArticleSQL Assistant problem - response (3) by Aronsohn
The solution is to delete all code above and delete all code below the "insert into" statement, and then run the SQL code for the insert into. This must be a bug. I had a prior version of SQL...
View ArticleFastload Problem: Invalid Fastload Statement - response (7) by tdfan
Thanks everyone, especially feinholz.
View ArticleFASTEXPORT Looping - response (2) by Jugalkishorebhatt1
Hi Steve, I tried a simple running a simple script using BTEQ using Looping Condtion.Script: .Logon username/pwd, .IF 'TRUE'='TRUE' THEN; .RUN FILE FastExport.txt; .ENDIF; .LOGOFF; bteq < script...
View ArticleXML IMPORT IN CLOB COLUMN USING sql assistant - forum topic by BITeraData
Hi , Sorry if I am posting over wrong thread. I am new to teradata. I am trying to Import XML file in volatile table using SQL ASSISTANT IMPORT UTILITY . The error I am getting is 'Large Objects and...
View ArticleFASTEXPORT Looping - response (3) by feinholz
It would help to know the contents of the FastExport.txt script.
View ArticleFASTEXPORT Looping - response (4) by feinholz
If the "FastExport.txt" file contains FastExport commands, then this cannot be run through BTEQ. A file that is used in the RUN FILE command in a BTEQ script, must contain only BTEQ commands. If you...
View Article