From: Steve L. <ste...@gm...> - 2005-03-23 14:35:58
|
Hi all. I have been trying to post to to the list but it is not showing up so I apologize in advance for multiple posts. Thank you all for an execelent job done on Firebird 2.0. I have been testing the program with several databases and so far have only found 1 issue with 1 database. Operating System WinXP SP2 Firebird Superserver Local restore using gbak did not try with the services api. 30 Gig free on the drive. Athalon64 3400 processor. Found a database I can't restore. This database does restore properly using 1.5.2 It looks like the restore fails when trying to add a role to the database. The error message varies depending the switches used so there may be more than one issue here. When restoring regularly with just the -c switch the error message is. D:\>"c:\program files\firebird\firebird_2_0\bin\gbak" -c -user sysdba -password masterkey d:\db\master.gbk d:\db\master.fdb gbak: ERROR:attempted update of read-only column gbak:Exiting before completion due to errors Using switch -c -i the message is D:\>"c:\program files\firebird\firebird_2_0\bin\gbak" -c -v -i -user sysdba -password masterkey d:\db\master.fbk d:\db\master.fdb gbak: restoring privilege for user SYSDBA gbak: restoring privilege for user SYSDBA gbak:restoring SQL role: TREADWARE gbak:creating indexes gbak: committing metadata gbak: ERROR:attempted update of read-only column gbak:Exiting before completion due to errors I have the metadata backup that will reproduce this if needed. Steve |