Subject Re: Firebird backup&restore
Author Alexander V.Nevsky
--- In ib-support@y..., "uastudioplus" <info@s...> wrote:
> I have next error message when restoring a database:
>
> gbak: ERROR: Implementation limit exceeded
> gbak: ERROR: block size exceeds implementation restriction
>
> What is this? What can I do to decide this problem?

Sergey, most likely you have (var)char data which length is close to
64K limit. Perhaps computed columns with concatenation, length is
checked not by real data size but by declared max size for varchars.

Best regards, Alexander V.Nevsky.