andrew878 has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Need to test deprecated login
by Corion (Patriarch) on Sep 14, 2011 at 07:09 UTC
    Deprecated logons are not allowed by administrator.

    I would contact the Teradata administrator.

    Upgrade client software to latest version.

    I would upgrade the client software to the latest version.

    I'm not sure with which of the two approaches you have problems, but neither of them sounds Perl related to me.

Re: Need to test deprecated login
by keszler (Priest) on Sep 14, 2011 at 03:13 UTC
    • what is teradata?
    • how does Perl connect to it? Net::Telnet? Net::SSH2? Raw sockets?
    • is the login username/password? stored key?
    • how is it possible to debug code, when you post no code?

    Assuming that the "Deprecated login" message is coming from whatever teradata might be, speculating on how one might test it is rather difficult without answers to the above.

      I was curious what teradata was too. Drawing from wikipedia (at http://en.wikipedia.org/wiki/Teradata ) it is data warehousing software... it may run on Microsoft OS or SuSE .
Re: Need to test deprecated login
by cdarke (Prior) on Sep 14, 2011 at 07:55 UTC