Thread: backend closed

backend closed

From
"Brian D. Woodruff"
Date:
I am getting an error when updating or deleting a record from a table -
select and insert work

pqReadData() -- backend closed the channel unexpectedly. This probably
means the backend terminated abnormally before or while processing the
request.

any ideas?

BDW


Re: backend closed

From
"D. Duccini"
Date:
i've seen this with oracle as well.  its usually a networking thing,
though it might be a crash of sometype.  is it dumping core?

what version/os/configs?

On Mon, 28 Aug 2000, Brian D. Woodruff wrote:

> I am getting an error when updating or deleting a record from a table -
> select and insert work
>
> pqReadData() -- backend closed the channel unexpectedly. This probably
> means the backend terminated abnormally before or while processing the
> request.
>
> any ideas?
>
> BDW
>


-----------------------------------------------------------------------------
david@backpack.com            BackPack Software, Inc.        www.backpack.com
+1 651.645.7550 voice       "Life is an Adventure.
+1 651.645.9798 fax            Don't forget your BackPack!"
-----------------------------------------------------------------------------


Re: backend closed

From
"Brian D. Woodruff"
Date:
oop - turned out to be a db structure error

we dropped a table which had been foreign keyed to other tables, and we
didn't remove the foreign keys.

sorry to trouble y'all!

BDW

At 12:32 PM 8/28/00 -0500, you wrote:

>i've seen this with oracle as well.  its usually a networking thing,
>though it might be a crash of sometype.  is it dumping core?
>
>what version/os/configs?
>
>On Mon, 28 Aug 2000, Brian D. Woodruff wrote:
>
> > I am getting an error when updating or deleting a record from a table -
> > select and insert work
> >
> > pqReadData() -- backend closed the channel unexpectedly. This probably
> > means the backend terminated abnormally before or while processing the
> > request.
> >
> > any ideas?
> >
> > BDW
> >
>
>
>-----------------------------------------------------------------------------
>david@backpack.com            BackPack Software, Inc.        www.backpack.com
>+1 651.645.7550 voice       "Life is an Adventure.
>+1 651.645.9798 fax            Don't forget your BackPack!"
>-----------------------------------------------------------------------------