- or download this
Mon Jul 16 22:37:25 2001 debug, Server starting in operation mode sing
+le
Mon Jul 16 22:37:26 2001 notice, Server starting
Mon Jul 16 22:37:26 2001 debug, Writing PID to /tmp/dbiproxy.pid
...
Mon Jul 16 22:38:00 2001 err, Child died: Unexpected EOF from client a
+t
C:/Perl/site/lib/RPC/PlServer.pm line 149.
Mon Jul 16 22:38:00 2001 debug, Child terminating.
- or download this
DBI 1.18-nothread dispatch trace level set to 9
-> DBI->connect(dbi:Proxy:hostname=99.99.99.99;port=3333;compressi
+on=gzip;
dsn=DBI:ODBC:HelpDesk, , ****)
...
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
+.
- or download this
DBI->connect(hostname=99.99.99.99;port=3333;compression=gzip;dsn=DBI:O
+DBC:HelpDesk)
failed: Cannot log in to DBI::ProxyServer: Unexpected EOF from serv
+er at
/usr/local/lib/perl5/site_perl/5.6.0/RPC/PlClient.pm line 83. at o
+dbc.p line 21
- or download this
@echo off
call dbiproxy --configfile hdproxy.cfg --compression gzip --debug
- or download this
{ facility => 'daemon',
pidfile => '/junk/dbiproxy.pid',
localport => '3333',
...
{ mask => '.*', accept => 0 }
]
}
- or download this
#!/usr/local/bin/perl -w
use strict;
use DBI;
...
DBI->trace(9, 'dbitrace.log'); ## turn level 9 trace on
$dbh = DBI->connect("dbi:Proxy:$proxy;$compression;dsn=$dsn",'','');
DBI->trace(0); ## turn trace off