Re: [firebird-support] Re: Restoring database from 2.0 to 2.5 doesn't work even if -fix_fss_data is used

2013-03-26 Thread Man Gro
I noticed that the two attached files were removed so I uploaded them to Google Drive. Here are the links, each file has 14 kB. * can-be-restored.fbk, **can-be-restored.fbk* https://docs.google.com/file/d/0B2Tz8C4RjkSIOHQ4UmdSRl9nUnc/edit?usp=sharing https://docs.google.com/file/d/0B2Tz8C4RjkSIVXJ

Re: [firebird-support] Re: Restoring database from 2.0 to 2.5 doesn't work even if -fix_fss_data is used

2013-03-26 Thread Man Gro
Hi guys and thank you for helping me with this. I've already spent on this more than 20 hours of my time. I had no luck so far. I just cannot restore the database using any of -FIX_FSS_DATA and -FIX_FSS_METADATA even with WIN1250, ISO8859_1 and other values. I've prepared a test case just with o

Re: [firebird-support] Re: Restoring database from 2.0 to 2.5 doesn't work even if -fix_fss_data is used

2013-03-26 Thread Christian Mereles
Hi Dmitry, You're right, in my restore script I have something like: #!/bin/bash FBK=$1 FDB=$2 gbak *-r -k -v *$FBK $FDB -FIX_FSS_D ISO8859_1 -FIX_FSS_M ISO8859_1 chown firebird.firebird $FDB I was just emphasizing the fix options: -FIX_FSS_D ISO8859_1 -FIX_FSS_M ISO8859_1 Thanks. -- Christi

Re: [firebird-support] Re: Restoring database from 2.0 to 2.5 doesn't work even if -fix_fss_data is used

2013-03-26 Thread Dmitry Kuzmenko
Hello, Christian! Tuesday, March 26, 2013, 3:48:11 PM, you wrote: CM> This has to work: CM> gbak -c -v -t -rep fitxer.fbk fitxer.ib -user SYSDBA -password excuse me for my punctiliousness, but -t option is already by default -c -rep combination is a nonsense. -c and -rep options are self-suff

[firebird-support] Re: Restoring database from 2.0 to 2.5 doesn't work even if -fix_fss_data is used

2013-03-26 Thread Christian Mereles
Hi, This has to work: gbak -c -v -t -rep fitxer.fbk fitxer.ib -user SYSDBA -password masterkey *-FIX_FSS_D ISO8859_1 -FIX_FSS_M ISO8859_1 * Regards. -- Christian. [Non-text portions of this message have been removed]