in reply to Re^2: DBD::Teradata and Teradata V2R5.1
in thread DBD::Teradata and Teradata V2R5.1

An update:

Since I just ran into the same issue of "logons deprecated", I went back to the installation prerequites and found the answer:

If you get "Logons Deprecated" when attempting to connect to Teradata, do not attempt to set gtwcontrol -b to yes.

Try this instead:

use "perl -MCPAN -e shell" to get into cpan.

then install these 3 modules:

This should automagically encrypt the login/pw over the connection without changing any code.

--Dan

  • Comment on Re^3: DBD::Teradata and Teradata V2R5.1