Quantcast
Channel: Teradata Forums - Tools
Browsing all 4252 articles
Browse latest View live

String-genererated SQL-statment into BTEQ - response (1) by Glass

Here's a snippit that should help you out: .run FILE LOGON...set width 250 .set errorout stdout .set quiet ON .set titledashes OFF.export FILE sql.txtSELECT ... ;.if ERRORCODE <> 0 THEN .quit 4;...

View Article


What is best way to near real-time load 1800 tags per second from OSIsoft PI...

My goal is to keep a rolling few days of the 1 second data in Teradata. 1800 PI tags per second = 180,00 measurements per minute. Loading as frequently as can. Without writing code, here's what I see...

View Article


String-genererated SQL-statment into BTEQ - response (2) by denilsson10

Thanx 'Glass' I will try this. //D

View Article

Fastexport with MLOAD option - response (1) by Gnana Reddy

Please help me Fast export with MLSCRIPT option (all the details are mentioned above): Why the O/P file is not redable format? How to ensure the O/P file is correct? How to load sample data from O/P...

View Article

Fastexport with MLOAD option - response (2) by feinholz

By default, data exported from the Teradata database is output in binary format. If you would like to know more about this, please refer to the FastExport Reference Manual. The FastExport utility...

View Article


Fastexport with MLOAD option - response (3) by Gnana Reddy

Thank Steve for your reply, Can you help me, How can I ensure that my output dat file is correct?

View Article

Fastload using Java API fails with \t delimiter - forum topic by sshekhard

Hi All,              I am working on a code to export data from a file to Teradata. For this I am using Fastload Java API.              I am facing an issue when I try to use tab as the delimiter....

View Article

DSA logs - forum topic by JustMe

Hi, I ran a restore using DSA, and received an error in the postscript.  Where can I find the DSA logs so that I can further investigate my error?  I'm guessing it's on the BAR media server, but I need...

View Article


Fastload using Java API fails with \t delimiter - response (1) by sshekhard

After some more analysis and trial with the code now I am getting the following exception: 15/04/10 07:04:54 INFO mytest.Export: SQL State = HY000, Error Code = 1390 java.sql.SQLException: [Teradata...

View Article


DSA logs - response (1) by seven11

'llo,  When you say postscript, I am guessing you are meaning a post_data_restore script?  If so this is a Teradata system activity, while DSA may kick off the process it is actually run on the...

View Article

Teradata destination ODBC connections failing in SSIS job - response (2) by...

It is now safe to say that the situation has been fixed, the job has been running successfully for 20 days now.  Modifications that I did:  1. set 'Delay Validation' to TRUE on every SQL task and...

View Article

SQL Assistant 13.11.0.05 - forum topic by dso007

Switched to SQL Assistant DB version 10.00.0714, ODBC 13.10.00.07 History not available but more importantly - whenever I export a dataset to my hard-drive it somehow exports it as a hidden file and no...

View Article

SQL Assistant 13.11.0.05 - response (1) by MikeDempsey

What version of SQL Assistant did you upgrade from? (Pre 13.0 maybe?) The most likely causes of a missing History file are: 1) The Directory tab of the Options dialog is pointing to the wrong location...

View Article


SQL Assistant 13.11.0.05 - response (2) by MikeDempsey

FYI. 13.11 is very old now. If you can upgrade to a more recent version it is possible that will help. (I dont think 13.11 was tested with Windows 7) The latest versions of each release are currently...

View Article

TPT Stream Loader - Create Macro Access error on target database (not working...

Hello Steve: Thank you for the reply! The documentation says "the default macro database is the restart log table database" which I believe is the working database correct?   We had the working...

View Article


How to access tbuild executable directly via command line? (Windows) - forum...

Hello: We would like to be able to call tbuild.exe directly in a batch file. We're doing something like this..."C:\Program Files (x86)\Teradata\Client\14.10\Teradata Parallel...

View Article

TPT19134 - Only happens after the 7th run of the same file. - forum topic by...

Hi All,  We're using TPT to load a flat file.  It loads the file just fine 6 times.  However, on the 7th run, we get the following error:  FILE_READER: TPT19134 !ERROR! Fatal data error processing file...

View Article


TPT Stream Loader - Create Macro Access error on target database (not working...

The restart log table database is not the working database (thus the confusion).  The behavior comes from the old TPump utility, whose restart log table name was specified prior to the .logon command....

View Article

Installing the TTU 14.10 on windows - response (9) by aashish72.it

Hi Saeed,  I am installing TTU 15.0 on Windows x64. I have 3 exe files with me. TTU_Base, TTU_DBM & TTUListProducts.  Can you please clarify one thing that what should be the sequence to install...

View Article

Arcmain Estimates - response (3) by Harpreet Singh

Thanks. My env will be available primarily for arcmain. Also objects is just whole of databases. So  parallel arcmain jobs will give more throughput?

View Article
Browsing all 4252 articles
Browse latest View live