Subject Re: [firebird-support] internal gds software consistency check (can't continue after bugcheck)
Author Ann W. Harrison
Robert martin wrote:
>
> I have a FB 2.0.1 db (superserver) ...
>
> The interface app (not web service) logged the following error ...
>
> Failed to update SOAP DB, table : StockLevel. Error : ISC ERROR
> CODE:335544333
>
> ISC ERROR MESSAGE:
> internal gds software consistency check (can't continue after bugcheck)
>
> STATEMENT:
> TIBOInternalDataset: "<TApplication>.MainForm.zMainDM.CheckSOAPGe
>
> The query being used is a read only select statement running in a read
> only transaction.
>

Go back to the log and find the previous error. When it encounters
an error that might cause database corruption, Firebird refuses to
do anything else, for fear of writing out bad buffers. The message
you got is the one that's given to every call after a fatal error.

Best,

Ann