Excel VBA connectivity
Having major issues with ODBC driver 15 we've recently upgraded to Win 7 64bit machines from Win XP 32 bit machines. On the old machines, using ODBC driver 8 the following worked in VBA...
View ArticleConnecting Business Objects to Teradata
Hi I am running windows 7 on a 64bit machine and I want to connect to Teradata using SAP Business Objects. My first step is to create a JDBC connection but I am failling to see the drivers on the...
View ArticleJDBC Connection to Teradta 14 best practices for high volumn.
To whom it may concern, The dev team here are trying to implementing the solution for publishing medium/high volumn of the data into Teradata database (insert and update statements @ around /hour) via...
View ArticleJPA: NoGo for Teradata or ok with the following rules...?
Hi all, our customer is building a mobile application and is requesting our ok for them using JPA. Here are the rulse they are sugesting to make it work in a performant manner. Is there anyone out...
View ArticleTeradata Hadoop Connector (HDP 1.3.3) - Schema definition is invalid
Hello everyone, This is the first time I'm trying to use Teradata Hadoop connector for Hortonworks Distribution (HDP 1.3.3) but looks like I'm missing something. I tried with 2 different versions of...
View ArticleMS Visio 2010
I have a new laptop with Windows 7 64bit and MS Visio 2010 64bit. How do I get Visio to see Teradata? Teradata isn't one of the Visio Database Driver options listed. Here is what I have on my laptop so...
View ArticleHaving problem to connect Teradata server instance to ASP .NET MVC 4...
I have been developing a demo MVC application and trying it to connect to Teradata Database. But I have been failing since long . I tried whatever I could do as a newbie to this field but apparently...
View ArticleJDBC LDAP connection with encrypted password
I am connecting to Teradata via JDBC and LDAP using the following URL format: jdbc:teradata://myserver/LOGMECH=LDAP,LOGDATA=username@@password The problem here is that the password is being sent out...
View ArticleReading Clob column using teradata JDBC is too slow
Hi, I am using the following code to read clob data from teradata. String ClobString; StringBuilder clobStringBuilder = new StringBuilder(); Clob clobData = rs.getClob("clobcolumn"); if(clobData !=...
View ArticleDataStage Teradata Parameters
We are upgrading from Teradata 12 to Teradata 14, and DataStage 7.5.2 to DataStage 9.1 Existing Teradata DataStage stages will not be converted. The following parameters are used to read and write...
View ArticlePowerCenter Express ODBC connection to local VM
Hi, I've installed PowerCenter Express and I'm trying to create a connection in the Adminstrator but I'm getting an error. I'll try to attach the screen shots of the ODBC set up screen and the error...
View ArticleExcel VBA alternative to Fastload / batch insert
Hello, I have the code below which works but doesn't quite do what I want it to. What I'm trying to do is write some VBA that will load whatever is in a datasheet to a teradata table. It needs to be...
View ArticleBODS and teradata connectivity
Hi Guys, I am a BODS developer working on some interface to get data in Teradata using bulkload stream operator. Currently facing BODS job failure with connectivity. Below are logs Teradata...
View ArticleSAP Business Objects 4.1 SP2 connecting to Teradata 14
Hi, I am trying to connect to Teradata 14 using ODBC connection. ODBC drivers were installed on both server and client machine. IDT connection from my machine to teradata is working fine but I get an...
View ArticleSpecified DSN contains an architecture mismatch between the Driver and...
I have windows 2008 R2 64 bit. My Informatica application is 9.1 HF6 32 bit. I have installed Teradata TTU 13.10 utilities (ODBC, GSS , ICU). While running application I get ‘Specified DSN contains an...
View ArticleTeradata Value Analyzer Connectivity
While connecting thru TVA client getting the following error. The client machine has Windows 7 Enterprise Edition The application encountered the following error and cannot be loaded...
View ArticleCreate a Teradata view to an external Teradata Server
Hi; Does teradata have the concept of a linked server? I would like to create a view on our Teradata Test Box which views a Dataset on the Production server. I know that datamover could be scripted to...
View Articleload data from a webform into teradata
Hi all, I need to get data from users from a webpage (jsp) and connect to a teradata database and load them into the tables in the database. I am using jsp to create the webpage. Is it possible to...
View ArticlePerl Script : Fetching CLOB Columns
Hi All, I have a perl script that calls a sp in TD. The SP returns rows where each row has 4 clob columns. I am using the following code scrippet to fetch the row and facing issue. my $mod_query =...
View ArticleWRT_8098 External loader error. Error executing external loader process:[No...
I am trying to load Teradata table using fastload in Informatica. But it gives below error. WRT_8098 External loader error. Error executing external loader process:[No such file or directory] Errno =...
View Article