|
From: Claudio V. C. <cv...@us...> - 2014-05-07 07:27:32
|
> -----Original Message----- > From: Philippe Makowski [mailto:pma...@ib...] > Sent: Miércoles, 07 de Mayo de 2014 3:05 > > just for information, seems that some last commit broke > something in gbak : > > sudo /opt/firebird/bin/gbak -c /home/vagrant/fbtest.fbk > localhost:/home/vagrant/fdb/test/fbtest30.fdb -user SYSDBA -password > masterkey > gbak: ERROR:DELETE operation is not allowed for system table > RDB$DEPENDENCIES > gbak:Exiting before completion due to errors Philippe, at first glance I'm clueless because rdb$dependencies is listed only in VIO_modify (SQL update). MET_delete_dependencies() erases records, but it uses an internal request so it's authorized. I'm very late to go to bed now so if someone can provide a clue I will fix it tomorrow. ;-) C. |