Subject Re: [firebird-support] Exception restoring data
Author Ivan Bogićević
> internal gds software consistency check (partner index description not
> found (175)).
>
> The RDB$FOREIGN14 index is on the table that will not let me delete data.
>
> What should i be looking at?

Recently I had this kind of error. It is related to inactive index of
a primary key constraint.
1. Identify which foreign key constraint is related to RDB$FOREIGN14
index. You need to query system tables for that.
2. Find out which table is referenced by foreign key constraint.
3. Activate primary key index of that table.

That should be it.

PS: Maybe you restored the database with -i switch.

Ivan.