in reply to Re: Installing DBD::Sybase.
in thread Installing DBD::Sybase.
I get this error;use strict; use DBI; my $dsn = 'dbi:Sybase:LNQ_HYDRA_APPS'; my $user = 'hydra_analyst'; my $passwd = 'hydra_analyst'; my $dbh = DBI->connect($dsn, $user, $passwd);
The parameters (i.e user name, password and database DSN name) are 100% correct! Any idea please why is this happening?U:\scripts>odbc_test1.pl DBI connect('LNQ_HYDRA_APPS','hydra_analyst',...) failed: OpenClient m +essage: LA YER = (6) ORIGIN = (8) SEVERITY = (5) NUMBER = (3) Server LNQ_HYDRA_APPS, database Message String: ct_connect(): directory service layer: internal direct +ory contro l layer error: Requested server name not found. at U:\scripts\odbc_test1.pl line 6
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Installing DBD::Sybase.
by gellyfish (Monsignor) on Jul 06, 2004 at 10:41 UTC |