Subject Internal GDS software consistency check (cannot find free space(255)
Author d2ortiz_cool
Hi,

A few months i have a database of 142,415,004 kb with these definition

CREATE TABLE STATEMENTS (
CUENTA APLHA_10 COLLATE WIN1251,
FECHA_PROCESO FECHA,
FRF_STATEMENT ST_BLOB);



/* Indices definition */

CREATE INDEX STATEMENTS_IDX1 ON STATEMENTS (CUENTA);
CREATE INDEX STATEMENTS_IDX2 ON STATEMENTS (CUENTA, FECHA_PROCESO);

in these database i start to get the following error when try to
insert new big blobs

Internal GDS software consistency check (cannot find free space(255)

after few questions here i decide to create a sencond database wich
now have 19,358,864 but i start to get the same error.

The first time i ask for help here some one tell me that is posible i
found some limitation in Firebird and wait for firebird 2. Right now i
can't wait any more, i hope some one can help, if not i need to change
to other database and start a painfull migration process.

any one can explain to me what exactly this error means?
How i am sure this problems will not present in FB2.0?

note : i insert a mininum of 5,000 plus documents per day.

regards,
Dennis Ortiz