Quantcast
Channel: Teradata Downloads - Connectivity
Viewing all 445 articles
Browse latest View live

JDBC and JRE Supported combinations.

$
0
0

Greetings.
In our Teradata community we have a variety of Teradata JDBC 13 and 13.10 releases coupled with JREs ranging from 1.4 to 1.6 in various supported combinations.  
In order to stay out in front of security alerts against the Java Runtime, our Corporate Server Support  is forming a  schedule to replace all JRE with versions of Java7 and a strategy to stay fairly current with JRE/JDK footprints going forward.  
 
Here is my concern, and my question:
I read where JDBC 13.10  is only certified thru JRE 1.6   .  If I do nothing with respect to jdbc upgrades, will I fall out of compliance when JRE is upgraded to 1.7? In order to remain supportable (perhaps even operational?) , do I need to upgrade my JDBCs to 14 prior to the upgrade of Java JRE?  
 
 

Forums: 

Download older versions of JDBC

$
0
0

Hi, I need to download version 13.10.00.10 but I can't seem to find a place to get it. The latest version in Developers Exchange is .00.35 but due to support issues I can only use versions of 13.10 betweem .00.00 and 00.10
Anyone knows where should I go find those versions?
/Arturo
 

Tags: 
Forums: 

Runnig multiple queries through MS Excel uusing ODBC DSN

$
0
0

 Hello,
I need to run the below queries using a single Connection Wizard, but it gies error :
Only an ET or null statement is legal after a DDL Statement.
Please advice...it's urgent!!!
Query:
 
CREATE VOLATILE TABLE profile_info
(
ProfileName VARCHAR(128)
)ON COMMIT PRESERVE ROWS;
INS profile_info VALUES('PROF_BO_USERS');
INS profile_info VALUES('PROF_DBA');
INS profile_info VALUES('PROF_LOADCDR_USERS');
INS profile_info VALUES('PROF_LOADNCDR_USERS');
INS profile_info VALUES('PROF_LOW_BUSINESSUSERS');
INS profile_info VALUES('PROF_POWER_BUSINESSUSERS');
INS profile_info VALUES('PROF_SAS_USERS');
CREATE VOLATILE TABLE hour_info
(
"Hour" INTEGER
)ON COMMIT PRESERVE ROWS;
INS hour_info VALUES(0);INS hour_info VALUES(1);INS hour_info VALUES(2);INS hour_info VALUES(3);
INS hour_info VALUES(4);INS hour_info VALUES(5);INS hour_info VALUES(6);INS hour_info VALUES(7);
INS hour_info VALUES(8);INS hour_info VALUES(9);INS hour_info VALUES(10);INS hour_info VALUES(11);
INS hour_info VALUES(12);INS hour_info VALUES(13);INS hour_info VALUES(14);INS hour_info VALUES(15);
INS hour_info VALUES(16);INS hour_info VALUES(17);INS hour_info VALUES(18);INS hour_info VALUES(19);
INS hour_info VALUES(20);INS hour_info VALUES(21);INS hour_info VALUES(22);INS hour_info VALUES(23);
LOCKING ROW FOR ACCESS
SEL m.ProfileName
,m."Hour"
,COALESCE(d.CPU,0) CPU
FROM
(SEL ProfileName
,"Hour"
FROM profile_info,hour_info
) m
LEFT OUTER JOIN
(
SELECT
p.ProfileNameI ProfileName
,EXTRACT(HOUR FROM a.starttime) "Hour"
,SUM(a.AmpCpuTime) CPU
FROM dbc.DBQLogTbl a
,dbc.profiles p
WHERE a.ProfileId = p.ProfileId
AND CAST(a.starttime AS DATE) = DATE - 1
AND p.ProfileNameI IN ('PROF_BO_USERS','PROF_DBA','PROF_LOADCDR_USERS',
'PROF_LOADNCDR_USERS','PROF_LOW_BUSINESSUSERS','PROF_POWER_BUSINESSUSERS',
'PROF_SAS_USERS')
GROUP BY 1,2) d
ON m.ProfileName = d.ProfileName
AND m."Hour" = d."Hour"
ORDER BY 1,2;

Forums: 

SSAS DataSource View with .net provider for Teradata doesn't display tables

$
0
0

SSAS DataSource View with .net data provider for Teradata doesn't
display tables in "select tables and views".
The conection test is Ok and explorer data is ok too, but when create the datasource view doesn't display nothing.
S.O:Microsoft Windows Server 2003 R2 - Standard x64 Edition Service Pack 2
Microsoft SQL Server
2005 - 9.00.5000.00 (X64) Dec 10 2010 10:38:40
Copyright (c) 1988-2005 Microsoft Corporation Enterprise Edition (64-bit)
.NET Data Provider for Teradata 14.00.01 ( Teradata 13.10)

Forums: 

Teradata on Windows - Single Sign On - Help

$
0
0

Hello,
I've installed teradata Express 13 on a Windows XP SP3 machine to try the Single Sign On feature from ODBC and JDBC applications. I tried first ODBC and I'm not able to make any progress. The External Authentication at the database is ON ( Gateway Control Options), the ODBC data source ( on Windows 7) is set with Integrated Security, and there is a user name at the database that matches my Windows user name. However, every attempt to connect ends up with an error message from the driver:
dbc:  szSqlState = "HY000", *pfNativeError = 0, *pcbErrorMsg = 126, *ColumnNumber = -1, *RowNumber = -1
          MessageText = "[Teradata][ODBC Teradata Driver] Major Status=0xd0000 Minor Status=0x80090303-The specified target is unknown or unreachable
Does anyone have an experience with this feature ? Any help is appreciated.
Cheers,
Val
 

Tags: 
Forums: 

Data not formatted when linked to Excel

$
0
0

I connected Excel to my Teradata table and I get all of my data but every other row in my data set under one column of data, TIME1, is 0:00 instead of an actual time like 8:00. My data table in TD displays the correct timestamp for all rows of data but when I refresh the link in my excel file every other row under that one column TIME1 is 0:00 ? I tried to format the entire column and a few other things but nothing worked.
 
Any suggestions ?
 
Thanks!
 

Forums: 

bteq .logon error

$
0
0

Hey all,
having an issue with connecting to the teradata 13 server with bteq
if i do this
$>bteq
.LOGON localhost/dbc,dbc
*** Error: Invalid Logon!
 
but if it try this
$>bteq
.LOGON
UserId: dbc
Password: dbc
*** Logon Sucessfully complete
 
Thought it might have something to do with my /etc/hosts files. but i compared to our 13.10 release (I can logon just fine there too) and they are the similar. Also, I can connect just fine using Teradata Studio, using host:localhost User:dbc Pass:dbc
ie
127.0.0.1 localhost dbccop1
Any thoughts?
Thanks ahead of time for any help and or assistance
 
 

Forums: 

.NET - Has anyone tried to make NHibernate work with Teradata?

$
0
0

I am working on a small development project and trying to port a SQL Server .NET to Teradata. It utilizes the NHibernate add-on to handle the mapping between the database and POCO classes.
I saw some posts on some forums (via Google) and see references that "creating a suitable dialect wouldn't be too hard".
If I can't find a solution, then I will need to rewrite using Entity Framework instead.
Thanks...

Forums: 

Connectivity from MS ACcess Database to Teradata Database

$
0
0

Hi Team,
    I am very new to Ms Access and teradat database as well.  As part of my requirement i have to connect from MS Access [version 2010] database to Teradata database [Version 12.0.0.9] to managge the data present in the Teradata database.
Can you please someone help on how to to do the connectivity. I have looked into the existing formus abt the same.. but i am able to see some VB script etc which I am unable to understand.
 
Thanks & Regards,
Chandana.
 
 
 

Forums: 

Help getting Teradata ODBC driver installed

$
0
0

Hi all,
 
I am looking for some help in getting the Teradata ODBC driver installed. I installed all three pieces in this order: ICU libraires, GSS Client, and then the ODBC driver. I have installed and reinstalled several times. I cannot get the Teradata driver to show up as an option where trying to configure a new ODBC connection under ODBC connections in CONTROL PANEL.
I am running Windows XP 32 bit.
Has anyone else encountered a similar issue? It appears that there are no entries for this driver in the registry at all.
Thanks, Mike

Forums: 

Reverse Engineering VISIO 2010 in Teradata

$
0
0

I am trying to reverse engineer from Teradata to VISIO 2010. I get the following error. "You are using a VISIO ODBC Generic Driver" driverto connect with a Teradata DBMS data source. By using an incompatible driver,it is possible that catalog information retrieved will be incomplete. I chose Teradata in the ODBC Generic Driver setup

Forums: 

Windows system, when use Teradata SQL Assistant and TSET connect to a Teradata Database, it alerts "no default driver specified"

$
0
0

Under Windows XP SP3, when I use Teradata SQL Assistant and TSET connect to a Teradata Database, it alerts "no default driver specified", system can't find Teradata ODBC driver but I installed it already, Do you give me some help ?

Forums: 

.NET Data Provider for Teradata 13.11.0.1

$
0
0

Hello, I have written a script utility that inserts and updates to a Teradata 13 database and I'm currently using the .NET Data Provider for Teradata 13.11.0.1.   We're about to upgrade to TD 14 soon.   I'm planning to upgrade to the .NET Data Provider 14 soon, but I'm going to be out of the office for a couple of weeks and my other co-workers use this utility.
I'm not doing anything masively complex in my code, just basic inserts, updates, and allocating some GT tables.  If I don't upgrade to the new .NET Data Proviider 14 in my code on day one, it should still work ok going against TD 14 as long as I'm not trying to take advantage of any TD 14 functions, correct?  Thanks in advance

Forums: 

biee connect to teradata

$
0
0

who can tell me how to make biee connect to teradata, is there some tools or some document?

Tags: 
Forums: 

Set CommandTimeout in .Net Data Provider for Teradata connection string?

$
0
0

I'm interacting with Teradata through Entity Framework using the .NET Data Provider for Teradata. I've got some long running queries that require a longer-than-default timeout period, so I've been setting the ObjectContext.CommandTimeout property to cater for this. I'm wondering though if it's possible to set the command timeout in the connection string?

Forums: 

How to Get the Session info (example: session number/id) when using Teradata .NET Provider.

$
0
0

Hi All,
After creating a connection using the Teradata .Net Provider, how to know what is the session id/number of the session/connection created ?
 
Thank You.
Shiv.

Forums: 

Teradata connection Error

$
0
0

Hi,
 
i am trying to connect to Teradata using JDBC from my Linux server using Pentaho and i get the following error.
can you please help
GSSException: Failure unspecified at GSS-API level (Mechanism level: UserFile parameter null)
        at com.teradata.tdgss.jtdgss.TdgssParseXml.<init>(Unknown Source)
        at com.teradata.tdgss.jtdgss.TdgssConfigApi.<init>(Unknown Source)
        at com.teradata.tdgss.jtdgss.TdgssManager.<init>(Unknown Source)
        at com.teradata.tdgss.jtdgss.TdgssManager.getInstance(Unknown Source)
        at com.teradata.jdbc.jdbc.GenericTeraEncrypt.getGSSM(GenericTeraEncrypt.java:629)
        at com.teradata.jdbc.jdbc.GenericTeraEncrypt.getConfig(GenericTeraEncrypt.java:647)
        at com.teradata.jdbc.jdbc.GenericTeraEncrypt.getUserNameForOid(GenericTeraEncrypt.java:740)
        at com.teradata.jdbc.AuthMechanism.<init>(AuthMechanism.java:50)
        at com.teradata.jdbc.jdbc.GenericLogonController.run(GenericLogonController.java:124)
        at com.teradata.jdbc.jdbc_4.TDSession.<init>(TDSession.java:216)
        at com.teradata.jdbc.jdk6.JDK6_SQL_Connection.<init>(JDK6_SQL_Connection.java:35)
        at com.teradata.jdbc.jdk6.JDK6ConnectionFactory.constructSQLConnection(JDK6ConnectionFactory.java:25)
        at com.teradata.jdbc.jdbc.ConnectionFactory.createConnection(ConnectionFactory.java:179)
        at com.teradata.jdbc.jdbc.ConnectionFactory.createConnection(ConnectionFactory.java:169)
        at com.teradata.jdbc.TeraDriver.doConnect(TeraDriver.java:232)
        at com.teradata.jdbc.TeraDriver.connect(TeraDriver.java:158)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at org.pentaho.di.core.database.Database.connectUsingClass(Database.java:482)
        at org.pentaho.di.core.database.Database.normalConnect(Database.java:350)
        at org.pentaho.di.core.database.Database.connect(Database.java:315)
        at org.pentaho.di.core.database.Database.connect(Database.java:277)
        at org.pentaho.di.trans.steps.tableoutput.TableOutput.init(TableOutput.java:606)
        at org.pentaho.di.trans.step.StepInitThread.run(StepInitThread.java:62)
        at java.lang.Thread.run(Unknown Source)
ERROR 01-07 15:59:31,356 - Table output - An error occurred intialising this step:
Error occured while trying to connect to the database

Error connecting to database: (using class com.teradata.jdbc.TeraDriver)
        at java.lang.Thread.run (null:-1)
        at org.pentaho.di.trans.step.StepInitThread.run (StepInitThread.java:62)
        at org.pentaho.di.trans.steps.tableoutput.TableOutput.init (TableOutput.java:606)
        at org.pentaho.di.core.database.Database.connect (Database.java:277)
        at org.pentaho.di.core.database.Database.connect (Database.java:315)
        at org.pentaho.di.core.database.Database.normalConnect (Database.java:350)
        at org.pentaho.di.core.database.Database.connectUsingClass (Database.java:482)
        at java.sql.DriverManager.getConnection (null:-1)
        at java.sql.DriverManager.getConnection (null:-1)
        at com.teradata.jdbc.TeraDriver.connect (TeraDriver.java:158)
        at com.teradata.jdbc.TeraDriver.doConnect (TeraDriver.java:232)
        at com.teradata.jdbc.jdbc.ConnectionFactory.createConnection (ConnectionFactory.java:169)
        at com.teradata.jdbc.jdbc.ConnectionFactory.createConnection (ConnectionFactory.java:179)
        at com.teradata.jdbc.jdk6.JDK6ConnectionFactory.constructSQLConnection (JDK6ConnectionFactory.java:25)
        at com.teradata.jdbc.jdk6.JDK6_SQL_Connection.<init> (JDK6_SQL_Connection.java:35)
        at com.teradata.jdbc.jdbc_4.TDSession.<init> (TDSession.java:216)
        at com.teradata.jdbc.jdbc.GenericLogonController.run (GenericLogonController.java:124)
        at com.teradata.jdbc.AuthMechanism.<init> (AuthMechanism.java:50)
        at com.teradata.jdbc.jdbc.GenericTeraEncrypt.getUserNameForOid (GenericTeraEncrypt.java:740)
        at com.teradata.jdbc.jdbc.GenericTeraEncrypt.getConfig (GenericTeraEncrypt.java:647)
        at com.teradata.jdbc.jdbc.GenericTeraEncrypt.getGSSM (GenericTeraEncrypt.java:629)
        at com.teradata.tdgss.jtdgss.TdgssManager.getInstance (null:-1)
        at com.teradata.tdgss.jtdgss.TdgssManager.<init> (null:-1)
        at com.teradata.tdgss.jtdgss.TdgssConfigApi.GetMechanisms (null:-1)

ERROR 01-07 15:59:31,357 - Table output - Error initializing step [Table output]
INFO  01-07 15:59:31,358 - TX_LOAD_RET_RATES_TD - Step [Text file input.0] initialized flawlessly.
INFO  01-07 15:59:31,359 - TX_LOAD_RET_RATES_TD - Step [Select values.0] initialized flawlessly.
ERROR 01-07 15:59:31,360 - TX_LOAD_RET_RATES_TD - Step [Table output.0] failed to initialize!
INFO  01-07 15:59:31,360 - TX_LOAD_RET_RATES_TD - Step [Text file output.0] initialized flawlessly.
ERROR 01-07 15:59:31,361 - Table output - Unexpected error rolling back the database connection.
ERROR 01-07 15:59:31,362 - Table output - org.pentaho.di.core.exception.KettleDatabaseException:
Unable to get database metadata from this database connection
        at org.pentaho.di.job.Job.run (Job.java:363)
        at org.pentaho.di.job.Job.execute (Job.java:443)
        at org.pentaho.di.job.Job.execute (Job.java:728)
        at org.pentaho.di.job.Job.execute (Job.java:589)
        at org.pentaho.di.job.entries.trans.JobEntryTrans.execute (JobEntryTrans.java:1034)
        at org.pentaho.di.trans.Trans.execute (Trans.java:504)
        at org.pentaho.di.trans.Trans.prepareExecution (Trans.java:906)
        at org.pentaho.di.trans.steps.tableoutput.TableOutput.dispose (TableOutput.java:708)
        at org.pentaho.di.core.database.Database.rollback (Database.java:713)
        at org.pentaho.di.core.database.Database.rollback (Database.java:724)
        at org.pentaho.di.core.database.Database.getDatabaseMetaData (Database.java:3101)

        at org.pentaho.di.core.database.Database.getDatabaseMetaData(Database.java:3105)
        at org.pentaho.di.core.database.Database.rollback(Database.java:724)
        at org.pentaho.di.core.database.Database.rollback(Database.java:713)
        at org.pentaho.di.trans.steps.tableoutput.TableOutput.dispose(TableOutput.java:708)
        at org.pentaho.di.trans.Trans.prepareExecution(Trans.java:906)
        at org.pentaho.di.trans.Trans.execute(Trans.java:504)
        at org.pentaho.di.job.entries.trans.JobEntryTrans.execute(JobEntryTrans.java:1034)
        at org.pentaho.di.job.Job.execute(Job.java:589)
        at org.pentaho.di.job.Job.execute(Job.java:728)
        at org.pentaho.di.job.Job.execute(Job.java:443)
        at org.pentaho.di.job.Job.run(Job.java:363)
Caused by: java.lang.NullPointerException
        at org.pentaho.di.core.database.Database.getDatabaseMetaData(Database.java:3101)
        ... 10 more
 

Forums: 

Seeking information on Teradata database compatibility with JRE

$
0
0

 
We are using Teradata database 12 as our production database and as part of policy we are required to see if we can upgrade JRE to 1.7
I have seen prior posts for Teradata database compatibility metrics with JDBC but couldn’t see Teradata database compatibility with JRE or JDK versions.
Requestng experts to share such information.
Also , on unix –what is the step by step procedure to check the latest version of JRE ?

Forums: 

odbc connectivity from oracle to teradata

$
0
0

Hi All,

I have installed Teradata ODBC driver version "14.00.00.04" and unixODBC-2.3.1 on SunOS and able to execute the queries from isql but unable to fetch the data using dblink.

 

From dg4odbc trace file I am finding the below message,

hgopoer, line 231: got native error 0 and sqlstate IM001; message follows...

[unixODBC][Driver Manager]Driver does not support this function {IM001}[unixODBC][Driver Manager]Driver returned SQL_ERROR or

SQL_SUCCESS_WITH_INFO but no error reporting API found {HY000}

 

Is Teradata ODBC driver version "14.00.00.04" is full level 3 compliant.
Thanks
 

Forums: 

JDBC error code list?

Viewing all 445 articles
Browse latest View live