Subject Re: [firebird-support] Unable to Open FB Database using FlameRobin (unsupported on-disk structure of file)
Author Mark Rotteveel
On Tue, 5 Mar 2013 04:34:28 -0800 (PST), Ronan van Riet
<ronanvanriet@...> wrote:
> Hello.
>
> While trying to open my FB database using FlameRobin I encountered the
> following unexpected error:
>
> SQL Message: -820
> Engine Code: 335533479
> Engine Message:
>
> unsupported on-disk structure of file
> d:\..........\mydb.fdb' found 32779.15 support <Missing arg #4- possibly
> status vector overflow>, <Missing arg #5 - possibly status vector
overflow>
>
>
> I am on FlameRobin (x64), Firebird 2.5 (x64).
>
> Any suggestions?

Make sure you are actually connecting to a Firebird server and not to an
Interbase server. Although in this case I am not sure if that would help:
32779.15 (or hdr_ods_version = 0x800B hdr_ods_minor = 0x000F) suggests it
is an ODS 11.15 database, which doesn't exist.

Mark