Hi All, I have a 3.0 database with self security database. Use an admin user (CREATE USER MYADMIN PASSWORD 'mypassword' GRANT ADMIN ROLE;) for daily admin work without any problem. Now tried to do a backup (gbak -B -T -USER MYADMIN MYDB /home/user/MYDB.bak) and gbak say "You must be either SYSDBA or owner of the database". But with SYSDBA (gbak -B -T -USER SYSDBA MYDB /home/user/MYDB.bak) the backup created successfully. This is very strange. Because the database created with MYOWNER user (and SELECT DISTINCT RDB$OWNER_NAME AS DATABASE_OWNER FROM RDB$RELATIONS WHERE (RDB$SYSTEM_FLAG = 1) give back MYOWNER correctly) and SYSDBA not exist anywhere(security3.fdb deleted after install).
Gabor ------------------------------------ ------------------------------------ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Visit http://www.firebirdsql.org and click the Documentation item on the main (top) menu. Try FAQ and other links from the left-side menu there. Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ------------------------------------ Yahoo Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/firebird-support/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/firebird-support/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo Groups is subject to: https://info.yahoo.com/legal/us/yahoo/utos/terms/
