ajesh_yarlagadda has asked for the wisdom of the Perl Monks concerning the following question:
We were able to access the database using iSQL and SQL developer with same credentials.Code: $dbh_auto = DBI->connect('dbi:Sybase:server=XXXXXX;database=XXXXXX',$A +PP_SYB_USER,$APP_SYB_PASS); Error : DBI connect('server=XXXXXXX;database=XXXXX','xxxxx',...) failed: Serve +r message number=4002 severity=14 state=1 line=0 server=XXXXXX text=L +ogin failed. OpenClient message: LAYER = (4) ORIGIN = (1) SEVERITY = (4) NUMBER = ( +44) Server lon_gbe_sql_dev2, database Message String: ct_connect(): protocol specific layer: external error: + The attempt to connect to the server failed.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Sybase connectivity issue
by Corion (Patriarch) on Aug 07, 2017 at 07:54 UTC | |
by chilledham (Friar) on Aug 07, 2017 at 19:27 UTC |