You will need to stop and re-start the proxyserver daemon after upgrading, I
just got caught out by that.
Can you produce a simple script which shows the DBI::ProxyServer error
message?
--
David Adams
Computing Services
Southampton University
----- Original Message -----
From: "Antoine Janssen" <[EMAIL PROTECTED]>
To: "Tim Bunce" <[EMAIL PROTECTED]>; "David Adams"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, June 17, 2002 1:35 PM
Subject: Re: commit doesn't work with dbi::proxyserver
> Upgrading does not solve the problem.
>
> Im now using
> DBI version : 1.28
> DBI::ProxyServer version : 0.2005
> on both the machine that holds the db (and the proxyserver) and the
machine
> that runs the script
>
> the error message:
>
> DBD::Proxy::db commit failed: Server returned error: Failed to execute
> method CallMethod: DBI::ProxyServer::db=HASH(0x8388ad4)->func() invalid
> redirect method name 'commit' at
> /usr/lib/perl5/site_perl/5.6.1/RPC/PlServer.pm line 332.
>
>
>
>
> > Or perhaps you need to upgrade.
> >
> > Tim.
> >
> > On Thu, Jun 13, 2002 at 01:22:39PM +0100, David Adams wrote:
> > > $dbh->commit works fine for me using proxyserver to access an Oracle
> > > database. Perhaps if you included a code listing and a few more
details
> > > someone will spot the cause of your problem.
> > >
> > > --
> > > David Adams
> > > Computing Services
> > > Southampton University
> > >
> > >
> > > ----- Original Message -----
> > > From: "Antoine Janssen" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Tuesday, June 11, 2002 3:43 PM
> > > Subject: commit doesn't work with dbi::proxyserver
> > >
> > >
> > > hi,
> > >
> > > i'm trying to commit some changes with $dbh->commit(); while using
> > > dbi::proxyserver but get the following error message
> > >
> > > DBI::ProxyServer::db=HASH(0x8389228)->func() invalid redirect method
> name
> > > 'commit' at /usr/lib/perl5/site_perl/5.6.1/RPC/PlServer.pm line 332.
> > >
> > > is it a bug in dbi::proxyserver? what goes wrong??
> > >
> > > if i disable transactions ($dbh->{AutoCommit} = 1) and don't use
> > > $dbh->commit() everything works fine.
> > >
> > > Antoine Janssen
> > >
> > >
>
>