Subject Re: problem for restore FB2.1 backup in FB2.5
Author Maziar
Thx of you

The UTF8-REP not found :

-gbak:started transaction
-gbak: ERROR:Character set UTF8-REP not found
-gbak:Exiting before completion due to errors

IF I change UTF8-REP to UTF8 get this error :
-gbak:restoring domain XXX
-gbak: ERROR:Cannot transliterate character between character sets
-gbak: ERROR:gds_$close_blob failed
-gbak:Exiting before completion due to errors

:0(



--- In firebird-support@yahoogroups.com, "mariuz" <mariuz@...> wrote:
>
> you need to restore into a utf8 charset database (UNICODE_FSS was replaced by utf8)
>
> http://tech.groups.yahoo.com/group/firebird-support/message/110416
>
>
> gbak -r -p 8192 -v -user SYSDBA -pas
> masterkey -FIX_FSS_METADATA UTF8 -FIX_FSS_DATA UTF8-REP "firebird2.1.bak"
> "firebird2.5.fdb"
>
> --- In firebird-support@yahoogroups.com, "Maziar" <mnavahan@> wrote:
> >
> > Hi
> > My default charset is UNICODE_FSS
> > It can restore in FB2.1 BUT when try restore in FB2.5 i get this error in restore :
> >
> > gbak:restoring domain RDB$39
> > IBE: Invalid token.
> > Malformed string.
> >
> > The RDB$FIX_METADATA seems don't help me
> > 1.with "NONE" parameter every time do result with some record any time and commit
> > 2.with "UNICODE_FSS" parameter raise error malformed string at line86 col:17
> > But no any help in restore this database with this parameter
> >
> >
> > any help is welcome :-)
> >
>