Quantcast
Channel: Teradata Forums - All forums
Viewing all 27759 articles
Browse latest View live

Teradata Express for WIN 32 BIT - response (2) by s_iska

0
0
I was on that URL earlier.. http://www.teradata.com/teradata-express-13-0-windows/   I dont see any downloand link from there.. it is  just information about Teradata Express 13. Let me know if I am missing anything from that URL.   URL -- INFORMATION Teradata Express 13 for Windows® — Teradata Software for Evaluation and Development   Teradata Express 13 for Windows® is a free developer version of Teradata 13.0. It provides an unlimited opportunity to work with Teradata on Windows 32-bit workstations and laptops for development, testing and learning. See for yourself the power of Active Data Warehousing™.   Teradata Express 13.0 is a self-installing package that contains: Teradata Database 13.0.0.12 - fully featured and optimized for use on a PC Teradata Tools and Utilities (TTU) 13.0 - the full collection including load & unload utilities, database management, administration and drivers, and much more Teradata Warehouse Miner 5.3.0 - provides an array of data profiling and mining functions that are performed directly in the Teradata Database Teradata 13.0 User Documentation Getting Started Scripts to help you get familiar with Teradata and Teradata Warehouse Miner --- END INFORMAITON FROM THE ABOVE URL ---

Teradata PT 12.0 error output schema does not match - response (20) by AndrewSchroter

0
0
Based on an install script I looked at earlier this week.  Isn't the tradtional utilities FastExport/FastLoad/MultiLoad 32 bit and the TPT utilities 64-bit?  It appears to me the error message above indicates problems with loading the 64-bit ODBC .so file.              dlopen error: Could not load module /opt/teradata/client/13.10/tbuild/lib/libodbcop.so.         Dependent module /opt/teradata/client/ODBC_64/lib/libodbc.a(odbc.so) could not be loaded.         The module has an invalid magic number.

All virtual circuits are currently in use - response (6) by RajeshMaithani

0
0
When I am using TD from by webserver it gives me error 'Caused by: com.teradata.jdbc.jdbc_4.util.JDBCException: [Teradata Database] [TeraJDBC 14.00.00.14] [Error 8024] [SQLState HY000] All virtual circuits are currently in use.' I am using the same routine for connecting to Oracle DB, there I dont find any issue related to session.   Any help will be greatly appreciate.   Regards Rajesh Maithani      

How to run Fast export script from Shell script - response (2) by katakoti

0
0
#!/usr/bin/ksh #shell script code ######### ####### ### fexp <<EOF ** - ----   **-- EOF ######### ####### ### # End of script

First attempt fails. 20 min. later connection results. - response (2) by katakoti

0
0
Could you please post the error and type of connection you are using to connect to informatica?

where does TD store transient journal? - response (2) by katakoti

0
0
Can not we access them using sql assistant, how can we look them?

where does TD store transient journal? - response (3) by Jim Chapman

0
0
The Filer utility has commands for inspecting the Transient Journal.  It is not acually a table.  It is a special file system object.  

Examples of writing prepared statements in CLIv2 - response (2) by Tuen

0
0
Tom, They are using a C++ program which currently uses the Sybase CLI and they want to switch it out for Teradata CLI.  We don't have an the option to use ODBC in this case.  If they can't use the CLI then they will shift their application to a different platform that can use CLI and not use Teradata.  Everything they want to do should be able to be done with Teradata's CLI, however, there isn't any good documentation on how to do certain things.  The only documentation provided by Teradata doesn't really have much in the way of examples. 

Where would I be able to download TPT API for Windows? - topic by arowshan

0
0
Hi I am trying to write an SSIS package to load data into Teradata but the data insert into Teradata is very slow. I have come across an SSIS add on for Teradata called Microsoft® Connectors v1.2 for Oracle and Teradata which is supposed to use TPT API. However, I am not sure where to get that from.

First attempt fails. 20 min. later connection results. - response (3) by hagedorn

0
0
Hi, Thanks for the reply: Error connecting to database [Teradata][ODBC Teradata Driver] Unable to get catalog string. [Teradata][ODBC Teradata Driver] We restart the workflow (Informatica) and the second attempt connects ok. Any ideas what could be causeing this. Do we need an environmental variable specified for number of nodes? What action needs to be taken to correct this issue? Thanks for any help.

quey tuning - topic by teradatauser2

0
0
Hi , I have a query as under : sel a.*,b.* from tab1 a inner join tab2 on a.col1=b.col1 and a.col2=b.col2 The datatype of a.col1 and b.col1 matches. But the datatype of a.col2 and b.col2 doesn't match. From performance point of view , they should match. If not then it might lead to product join , even the stats on these columns may not be used. To overcome this, i need to make their datatypes same. One option is to use cast i.e   sel a.*,b.* from tab1 a inner join tab2 on a.col1=b.col1

read more

First attempt fails. 20 min. later connection results. - response (4) by Fred

0
0
Hard to say. This message only indicates that an error occurred trying to format the real error message, so we don't know the underlying cause. Usually it indicates a driver installation or configuration problem. Once that is resolved, perhaps you will get a more informative message.

All virtual circuits are currently in use - response (7) by tomnolan

0
0
Error 8024 is from the Teradata Database Gateway. It means that you have reached the session limit of the Teradata Database. By default, a Teradata Database supports 120 sessions per PE. Here is the relevant excerpt from the Teradata Database Messages Reference: 8024 All virtual circuits are currently in use. Explanation: This error is sent in response to an assign request when a either the gateway capacity or the capacity of all PEs configured with the same logical host id has been reached. Generated By: Gateway For Whom: End User Remedy: Wait some amount of time and retry the assign request. The assign will succeed when another session logs off.

Examples of writing prepared statements in CLIv2 - response (3) by tomnolan

0
0
Sybase's original proprietary connectivity library was DB-Library, and it has been superseded by CT-Library. Each database vendor's proprietary connectivity library is typically quite different from those of other vendors. The only exception to this is DB-Library for Sybase versus Microsoft SQL Server, because Microsoft SQL Server was originally derived from Sybase. Teradata CLIv2 is quite different from Sybase's DB-Library or CT-Library, and it would be a significant amount of work to port an application that uses DB-Library or CT-Library to use Teradata CLIv2 instead. It's certainly NOT a drop-in replacement. In all honesty, I would strongly recommend converting such an application to use an industry-standard API such as ODBC. It's hard to see any benefit to using proprietary connectivity libraries, because the application must be rewritten in order to switch databases.

Speed up imports in BTEQ or SQL Assistant - response (9) by katakoti


How to run Fast export script from Shell script - response (3) by chaitanya09

0
0
Hi All, Thanks for the information.I need small clarifications. My fastload,fastexport utilities and scripts are present in my 'c:' drive and my shell script is present in the directory say root/prod/npq/samplescripts/sample1.sh. from this sample1.sh if I say fexp<myfastexport.txt  and the resultant data is to be exported to c:\answerset1 will this be possible? and after this I need to gunzip this file in the same shell script.plz help me        

Viewpoint - 14 - Query Monitor issue - response (1) by MarkVYoung

0
0
We have also discovered an issue with Query Monitor in Viewpoint 14.00 - When the system is very busy, we notice that some sessions do not refresh the Explain or the SQL code. We only pick up the change through our old PMON software that is still limping along. Does anyone know why this might be occurring?

Where would I be able to download TPT API for Windows? - response (1) by feinholz

0
0
TPTAPI should be aailable on the TTU media.

Teradata PT 12.0 error output schema does not match - response (21) by feinholz

0
0
TPT is a 32-bit application.

Do not insert a record into a table with a foreign key. - response (3) by DTV

0
0
Can we use quoted keywords as field names for foreign keys? Is it allowed by SQL specification supported by Teradata RBDMS?
Viewing all 27759 articles
Browse latest View live




Latest Images