jlongino has asked for the wisdom of the Perl Monks concerning the following question:
I get the following message on the Solaris:#!/usr/local/bin/perl use DBI; my $dsn = "DBI:ODBC:HelpDesk"; my $proxy = "hostname=123.45.678.9;port=2222"; my $compression = "compression=gzip"; $dbh = DBI->connect("dbi:Proxy:$proxy;$compression;dsn=$dsn") or die "\ndbiproxy Connect Failed:\n" . " proxy:$proxy;\n dsn=$dsn\n $compression\n\n";
dbiproxy gives the following message:DBI->connect(hostname=24.18.31.54;port=2222;compression=gzip; dsn=DBI:ODBC:HelpDesk) failed: Cannot log in to DBI::ProxyServer: Unexpected EOF from server at /usr/local/lib/perl5/site_perl/5.6.0/RPC/PlClient.pm line 83.
These code snippets are pretty much straight out of the O'Reilly book Programming the Perl DBI. I would greatly appreciate any help. I've spent more than 12 hours trying to get this to work. Thanks!Thu Jul 12 00:27:08 2001 err, Child died: Unexpected EOF from client at C:/Perl/site/lib/RPC/PlServer.pm line 149.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: ODBC Connect with compression=gzip
by LD2 (Curate) on Jul 12, 2001 at 12:59 UTC | |
by jlongino (Parson) on Jul 12, 2001 at 20:54 UTC | |
Re: ODBC Connect with compression=gzip
by pope (Friar) on Jul 12, 2001 at 13:07 UTC | |
by jlongino (Parson) on Jul 12, 2001 at 21:23 UTC | |
by LD2 (Curate) on Jul 12, 2001 at 21:52 UTC | |
by jlongino (Parson) on Jul 13, 2001 at 08:24 UTC | |
Re: ODBC Connect with compression=gzip
by jlongino (Parson) on Jul 13, 2001 at 03:54 UTC | |
Re: ODBC Connect with compression=gzip
by mattr (Curate) on Jul 12, 2001 at 11:41 UTC | |
by jlongino (Parson) on Jul 12, 2001 at 19:13 UTC |