Subject Re: gbak error
Author Adam
--- In firebird-support@yahoogroups.com, "Morella"
<morellahernandez@y...> wrote:
>
> I have a database that has been backed up and now I am restoring it.
> When I do a gbak I get Conversion error string to Blob. I get this for
> all my databases that have the same table structure.
>

Hmmm, Not really enough information to diagnose, but try some of these
suggestions.

Create a test database that gives the problem.

gbak -b -m -v (structure only backup)

Then restore that file using the -v switch. Is it OK?

If not, the -v should tell you the place where the restore is failing.
My guess is an error in a stored procedure.