> -----Original Message----- > From: Philippe Makowski [mailto:[email protected]] > 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. ------------------------------------------------------------------------------ Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM is hindering your productivity • Requirements for releasing software faster • Expert tips and advice for migrating your SCM now http://p.sf.net/sfu/perforce Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
