Subject Re: [firebird-support] Problems in restore
Author Vlad Khorsun
> I'm getting the message below during restore operation in a Firebird 2.0
> database.
>
> Concatenation overflow. Resulting string cannot exceed 32K in length
>
> This error showed up before the final restore message (going home ...).
>
> What is wrong? Is my database corrupted? What can I do in order to solve it?

You need to search for stored procedure\trigger\view\etc where you have
concatenation of strings which result may exceed 32K. The simplest way to
do it is to extract metadata and run script.

Regards,
Vlad