- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 263
Description
Submitted by: Maxim Kuzmin (cybermax)
Duplicates CORE5984
Votes: 1
Now, messages in firebird.log look like this:
SERVER (Server)	Tue Nov 08 09:36:19 2016
INET/inet_error: read errno = 10054
SERVER (Server)	Tue Nov 08 09:36:51 2016
Modifying procedure OPER$CONNECT$CHECK_ACCESS which is currently in use by active user requests
SERVER (Server)	Tue Nov 08 10:03:53 2016
INET/inet_error: read errno = 10054
When there are several identical bases on the server, it is difficult to understand what it is and with which user.
I propose to expand the message by adding a database and a user like this:
SERVER (Server)	Tue Nov 08 09:36:19 2016
Database: d:\database\work\database.fdb
User: PETROV_AA
INET/inet_error: read errno = 10054
SERVER (Server)	Tue Nov 08 09:36:51 2016
Database: d:\database\test\database.fdb
User: SYSDBA
Modifying procedure OPER$CONNECT$CHECK_ACCESS which is currently in use by active user requests
SERVER (Server)	Tue Nov 08 10:03:53 2016
Database: d:\database\work\database.fdb
User: IVASHKIN_MA
INET/inet_error: read errno = 10054