REVOKE ALL ON ALL produces "connection lost to database" but... connection is alive (3.0 SS, config contains line "Providers = Loopback,Remote,Engine12") ---------------------------------------------------------------------------------------------------------------------------------------------------------
Key: CORE-4953 URL: http://tracker.firebirdsql.org/browse/CORE-4953 Project: Firebird Core Issue Type: Bug Reporter: Pavel Zotov Create new database and make following config: === AuthClient = Legacy_Auth AuthServer = Legacy_Auth, Srp, Win_Sspi Providers = Loopback,Remote,Engine12 ------------------------------------------------- ::: NB ::: RemoteServicePort = 3333 ServerMode = Super UserManager = Legacy_UserManager WireCrypt = Disabled === Restart FB and then do in ISQL: C:\FBTESTING\qa\fbt-repo\tmp>C:\1INSTALL\FIREBIRD\fb30sS\isql.exe /3333:e30 Database: /3333:e30, User: SYSDBA SQL> create user totally_new1 password 'qwertyui'; SQL> revoke all on all from totally_new1; Statement failed, SQLSTATE = 08006 unsuccessful metadata update -REVOKE failed -connection lost to database SQL> select mon$attachment_id, mon$user from mon$attachments; MON$ATTACHMENT_ID 6 MON$USER SYSDBA MON$ATTACHMENT_ID 4 MON$USER Cache Writer MON$ATTACHMENT_ID 5 MON$USER Garbage Collector PS. Trouble in line "Providers = Loopback,Remote,Engine12" - when it is commented all become fine. Message about 'lost connection' looks invalid because in fact connection staying alive. WI-V3.0.0.32060 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------------ Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel