Subject Re: [ib-support] Re: Two problems: charsets and gbak
Author Douglas Tosi
Hi!

> > Connect to this restored database and I start receiving
> transliteration
> > erros whenever I try to read values with non-low-ASCII chars.
>
> Are you shure you specified charset for connection?
Yes. My DPB in TIBDataBase is:
user_name=sysdba
password=masterkey
lc_ctype=ISO8859_1
And the error also occurs on IBExpert and IBConsole.

> > Now I backup this database:
> > gbak -b -v db2.gdb db2.gbk
> > and try to restore it:
> > gbak -c -v -p 8192 db.gbk db3.gdb
> > and receive the following error:
> > ERROR: attempt to store duplicate value (visible to active
> transactions) in
> > unique index "RDB$INDEX_11"
>
> There was such a bug in gbak (or server, not shure) that was fixed.
> I can't remember exactly in what build number. 608 and higher
> certainly are not affected by this bug. Take fresh build and check
> existance of line with "RDB$SECURITY" (Not "RDB$SECURITY_CLASS") in
> the table RDB$GENERATORS in your database. If it exists, delete it
> before backing up.

There is an rdb$security on rdb$generators.
Where can I get the latest build? Is it, in general, as stable as RC1?

Thanks ded,
dog