|
|
Archives of the TeradataForum
Message Posted: Tue, 05 Jul 2005 @ 14:34:20 GMT
Subj: | | Re: Teradata V2R5.1 and Perl |
|
From: | | Geoffrey Rommel |
| The DBI for Perl is v1.20 | |
You probably know this already, but the free version of DBD::Teradata from CPAN is not as well supported as the commercial version from the
same author. Also, it works at a low level, so it is fairly sensitive to changes in CLI and other Teradata components. As a previous poster noted,
DBD::ODBC works pretty well, so you may want to consider that.
| The error from Perl is "Can't generate encryption key". | |
I can't find this text in the Teradata Messages manual or in Perl's perldiag man page, so I suspect it is coming from DBD::Teradata. If so, the
author may be able to help.
| |