You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by Bert Lamb <al...@pobox.com> on 2014/03/22 01:28:33 UTC

ERROR XSAI2: The conglomerate (65) requested does not exist.

I have a database that seems to be in a pretty bad state.  Is there any
graceful way to recover when I am getting conglomerate errors like the one
below?  This is a 10.8 DB for what it is worth.

j> select * from sys.sysconglomerates;
ERROR XSAI2: The conglomerate (65) requested does not exist.

-Bert

Re: ERROR XSAI2: The conglomerate (65) requested does not exist.

Posted by Myrna van Lunteren <m....@gmail.com>.
Perhaps there's something on this page:
https://wiki.apache.org/db-derby/DatabaseCorruption

HTH
Myrna


On Fri, Mar 21, 2014 at 5:28 PM, Bert Lamb <al...@pobox.com> wrote:

> I have a database that seems to be in a pretty bad state.  Is there any
> graceful way to recover when I am getting conglomerate errors like the one
> below?  This is a 10.8 DB for what it is worth.
>
> j> select * from sys.sysconglomerates;
> ERROR XSAI2: The conglomerate (65) requested does not exist.
>
> -Bert
>