Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

DBD::Sybase with Repserver and password encryption

by Anonymous Monk
on May 20, 2020 at 10:16 UTC ( [id://11116973]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
                                            RaiseError => 1 } );
    my $sth = $dbh->prepare("Admin who_is_down");
    $sth->execute;
    
  2. or download this
    DBI connect('server=MY_REPSERVER;loginTimeout=20;timeout=60;encryptPas
    +sword=1','repserv_user',...) failed: Server message number=14021 seve
    +rity=12 state=0 line=0 server=MY_REPSERVER text=Invalid login attempt
    +ed by user 'repserv_user' OpenClient message: LAYER = (4) ORIGIN = (1
    +) SEVERITY = (4) NUMBER = (44)
    Server MY_REPSERVER, database
    Message String: ct_connect(): protocol specific layer: external error:
    + The attempt to connect to the server failed.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11116973]
Approved by marto
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-19 07:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found