Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Perl - deprecated logon

by davido (Cardinal)
on Apr 27, 2018 at 03:47 UTC ( [id://1213662]=note: print w/replies, xml ) Need Help??


in reply to Perl - deprecated logon

Known issue: The module is not compatible with your Teradata (whatever that is).

It should come as no surprise I haven't worked with a Teradata before. Here's how I arrived at an answer:

  • Grep the code. Look for that error message in the modules you're consuming. For that matter, look for that error message in the paths found in your Perl's @INC. Here's one way for if you have the modules installed on your system: grep -rin 'deprecated logon' $(perl -E 'say for @INC'). I do not have those modules all installed, so I used GREP::CPAN to rule-out the Perl libraries. This isn't foolproof, but it's a good start.
  • Since that turns up nothing there's a strong possibility that the message isn't coming from Perl, and is coming from this Teradata thing. So now you can search the Internet for "Teradata deprecated logon". Surprisingly the first page of search results turned up Need to test deprecated login. And that page brought me to Known issue.

Dave

Replies are listed 'Best First'.
Re^2: Perl - deprecated logon
by erix (Prior) on Apr 27, 2018 at 06:35 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1213662]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (8)
As of 2024-03-29 15:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found