Re: Perl Teradata

2015-02-05 Thread Geoffrey Rommel
As you probably know, DBD::Teradata is not actively supported by the author and probably hasn't been tested with TTU 15.0. You may wish to try using Teradata::SQL instead. When you say "Teradata Client 15.00", are you referring to the client software (TTU) on your Red Hat machine?

Perl Teradata

2015-02-05 Thread Buehre, Joseph R
Good Morning, I am looking for help to solve my problem with the Perl DBD::Teradata install 1.52. After a successful, error free, build and install I get the follow message when trying to make a connection. I can guarantee you the host is ping-able and exists. Any help would be greatly

Re: Issues installing DBD::Teradata on AIX server

2013-04-30 Thread Jens Rehsack
On 23.04.13 01:19, Sunil Palepu wrote: Hi - ++ We had installed DBI on the AIX server but unable to install DBD::Teradata on the same server. My Unix admin is seeing "Memory fault(coredump)" error and wondering if someone can help me out. I did install this on the Linux servers i

Issues installing DBD::Teradata on AIX server

2013-04-22 Thread Sunil Palepu
Hi - We had installed DBI on the AIX server but unable to install DBD::Teradata on the same server. My Unix admin is seeing "Memory fault(coredump)" error and wondering if someone can help me out. I did install this on the Linux servers in the past but this is my first time install

RE: Teradata using DBD::ODBC

2011-11-23 Thread Yang, Longjiang
: Teradata using DBD::ODBC On 22/11/2011 18:57, Martin J. Evans wrote: > On 22/11/2011 08:48, Martin J. Evans wrote: >> On 21/11/11 18:51, Yang, Longjiang wrote: >>> Hi, >>> >>> >>> >>> I use DBD::ODBC to connect to Teradata. I need to get column data

Re: Teradata using DBD::ODBC

2011-11-22 Thread Martin J. Evans
On 22/11/2011 19:02, Martin J. Evans wrote: On 22/11/2011 18:57, Martin J. Evans wrote: On 22/11/2011 08:48, Martin J. Evans wrote: On 21/11/11 18:51, Yang, Longjiang wrote: Hi, I use DBD::ODBC to connect to Teradata. I need to get column data type back. when using $sth->{TYPE}. I got

Re: Teradata using DBD::ODBC

2011-11-22 Thread Martin J. Evans
On 22/11/2011 18:57, Martin J. Evans wrote: On 22/11/2011 08:48, Martin J. Evans wrote: On 21/11/11 18:51, Yang, Longjiang wrote: Hi, I use DBD::ODBC to connect to Teradata. I need to get column data type back. when using $sth->{TYPE}. I got IDs not in $dbh->type_info_all. It appe

Re: Teradata using DBD::ODBC

2011-11-22 Thread Martin J. Evans
On 22/11/2011 08:48, Martin J. Evans wrote: On 21/11/11 18:51, Yang, Longjiang wrote: Hi, I use DBD::ODBC to connect to Teradata. I need to get column data type back. when using $sth->{TYPE}. I got IDs not in $dbh->type_info_all. It appears to happen to only CHAR and VARCHAR types

Re: Teradata using DBD::ODBC

2011-11-22 Thread Martin J. Evans
On 21/11/11 18:51, Yang, Longjiang wrote: Hi, I use DBD::ODBC to connect to Teradata. I need to get column data type back. when using $sth->{TYPE}. I got IDs not in $dbh->type_info_all. It appears to happen to only CHAR and VARCHAR types. Does anyone know how to get the data type infor

Teradata using DBD::ODBC

2011-11-21 Thread Yang, Longjiang
Hi, I use DBD::ODBC to connect to Teradata. I need to get column data type back. when using $sth->{TYPE}. I got IDs not in $dbh->type_info_all. It appears to happen to only CHAR and VARCHAR types. Does anyone know how to get the data type information for a column (in a query)? Thanks.

Re: Need help connecting to Teradata using DBI and DBD::ODBC packages

2011-09-29 Thread Perl developer
ing perl script is used to connect to SQL server database using > DBI and DBD::ODBC modules. > > *my *$dbh = DBI->*connect*("DBI:ODBC:Driver={SQL > Server};Server=$db_instance;Database=$db_name;UID=$db_user;PWD=$db_pass") or > *die*("\n\nCONNECT ERROR:\n\n$DBI::err

Need help connecting to Teradata using DBI and DBD::ODBC packages

2011-09-29 Thread Perl developer
ot;); I used the same syntax to connect to Teradata but I couldn't connect. I have Installed the cli, teragss, and tdicu Teradata software packages on my local machines on windows. I edited windows etc/hosts file and added hostname and ip address entries. But I receive the following er

Re: Need help with DBD::Teradata

2011-08-09 Thread Michael Ludwig
Jeff Tate schrieb am 08.08.2011 um 17:01 (-0400): > I have developed a program suite on Windows that talks to a Teradata > over ODBC and works fine. I need to port it to DBD::Teradata on an AIX > box, as ODBC is not installed. I have built a local perl (5.14) (cc_r > is missing,

Need help with DBD::Teradata

2011-08-08 Thread Jeff Tate
I have developed a program suite on Windows that talks to a Teradata over ODBC and works fine. I need to port it to DBD::Teradata on an AIX box, as ODBC is not installed. I have built a local perl (5.14) (cc_r is missing, so I had to compile a copy with gcc) and I have installed DBI ver 1.6.16 and

Re: Teradata

2010-01-29 Thread Alexander Foken
l_32/lib/site_perl/5.8.8/IA64.ARCHREV_0-thread-multi/auto/DBD/Teradata/Teradata.so'. Killed Regards, Faizel It seems that there is a problem loading a library (probably the Teradata client library). This may happen, for example, when you upgrade the client libraries, but keep using

Re: Teradata

2010-01-28 Thread Alexander Foken
database and DB server are on the same machine, use the string "localhost" as the hostname, or "127.0.0.1". Alexander On 28.01.2010 10:40, Faizel Isaacs wrote: <http://rocketseed1.vodacom.co.za/rs/--7FmV> Hi There This is my first attempt at connecting to a Tera

Teradata

2010-01-28 Thread Faizel Isaacs
http://www.vodacom.co.za/getconnected/index.jsp Hi There This is my first attempt at connecting to a Teradata database. My DBI - connect string does not seem to work as expected as I'm getting a error back that states-: Unable to get host address, I'm not sure if I should add more

DBD::Teradata segmentation fault.

2008-11-15 Thread TOM, ALBERT K (ATTSI)
Hi I'm trying to get DBD::Teradata to work. The environment is: Solaris 10 Perl 5.8.7 (64 bit) DBI 1.604 DBD::Teradata 1.50 Teradata client - TTU 13.0 SOLARIS SPARC cliv2.13.00.00.00 Teradata Server - V2R6.1 The sequence of events is: (1) I changed Makefile.Pl to get these setting

DBI::Teradata

2007-11-28 Thread Ow Mun Heng
Anyone here uses perl to pull data from teradata? just wondering if there's any caveats or such before I put effort into figuring out how to use it.

Teradata V2R6 connection failing

2006-07-13 Thread Tim Jelliffe
Hi guys, I am working on a basic script to connect from a Windows 2000 Pro machine to a Teradata V2R6 box, but at the moment am unable to even establish a connection. I am using ActiveState Perl 5.8.7 and have compiled and installed the following modules from CPAN: Crypt-Blowfish-2.10 DBD

Re: ppd file for Teradata DBD

2006-02-20 Thread Dean Arnold
Danaram, RadhaKrishnan (Cognizant) wrote: Hi all, I am not able to find database driver for Teradata. If any one knows please let me know. I need the DBD for windows platform. With Regards C.D.Radha Krishnan The free version of DBD::Teradata is available on CPAN. While it does support the

Re: ppd file for Teradata DBD

2006-02-20 Thread Alexander Foken
Google has about 10.000 resultsfor "teradata dbd" (http://www.google.com/search?q=teradata+dbd), including links to CPAN and Activestate. And it has more than 400 results fror "teradata dbd ppm" (http://www.google.com/search?q=teradata+dbd+ppm). The third link on the fir

ppd file for Teradata DBD

2006-02-20 Thread Danaram, RadhaKrishnan \(Cognizant\)
Hi all, I am not able to find database driver for Teradata. If any one knows please let me know. I need the DBD for windows platform. With Regards C.D.Radha Krishnan This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential

[ANNOUNCE] DBD::Teradata 1.20

2004-09-18 Thread Dean Arnold
DBD::Teradata 1.20 is now available on CPAN. Changes: - added encrypted logon support - removed non-SQL connection support - revised/clarified license text Note that this is a "lite" version of the feature rich, actively maintained version described at http://www.presicient.com/tdatdbd.

Re: Teradata DBD fix for use with TD V2R5.1

2004-08-13 Thread Dean Arnold
Douglas Marsh wrote: Starting with Teradata V2R5.1 by default logons are encrypted. This broke the venerable Teradata DBD V 1.13. You can turn off the requirement for the encryption at the server, but they tend to look at you funny when you tell them you want to muck about on their big bucks

Teradata DBD fix for use with TD V2R5.1

2004-08-13 Thread Douglas Marsh
Starting with Teradata V2R5.1 by default logons are encrypted. This broke the venerable Teradata DBD V 1.13. You can turn off the requirement for the encryption at the server, but they tend to look at you funny when you tell them you want to muck about on their big bucks server because your

DBD for Teradata?

2003-06-13 Thread Adriano Rodrigues Ferreira
The only DBD driver for Teradata available out there is DBD::Teradata? I am having trouble to work with DBD::Teradata 1.13 (the version available in CPAN) and the commercial version is too expensive. There are no other options? Regards, Adriano. -- Using M2, Opera's revolutionary e-mail c

RE: Teradata Support ?

2002-07-25 Thread Dean Arnold
There is a DBD::Teradata available on CPAN (use search.cpan.org and search for DBD::Teradata). However, I no longer provide free support, and it has a number of limitations and bugs. A commercially supported version is available, see www.presicient.com/tdatdbd for details. If you are running

RE: Teradata Support?

2002-07-25 Thread jadams01
DBD::ODBC works fine with Teradata. Dean Arnold has a proprietary DBD::Teradata that has a good rep, but I haven't personally used it. John A

RE: Teradata Support?

2002-07-25 Thread Jeff Urlwin
Teradata Support?Forwarded to DBI-users. -Original Message- From: Simpson, Paul [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 9:15 AM To: '[EMAIL PROTECTED]' Subject: Teradata Support? Are you aware of any programmers who use this for Teradata database

Call for Beta Testers: DBD::Teradata 2.0

2001-08-02 Thread Dean Arnold
DBD::Teradata 2.0 is ready for beta test, so if you are interested, check out http://www.presicient.com/tdatdbd for all the enhancements and then email me. I'd esp. appreciate any testing with non-Wintel platforms (eg, Solaris, HP-UX, AIX, FreeBSD, etc.). Thanks, Dean Arnold [EMAIL PROTECTED]