Failed attach to database not traced
------------------------------------

                 Key: CORE-6272
                 URL: http://tracker.firebirdsql.org/browse/CORE-6272
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 4.0 Beta 1, 4.0 Alpha 1
            Reporter: Alexander Peshkov


In some cases (for example - file does not exist) attach failure is not 
reported in trace. 

firebird.conf:
Providers = Engine13
ServerMode = Classic

fbtrace.conf:
database
{
        enabled = true
        log_connections = true
}

$ ./fbtracemgr -se service_mgr -sta -conf fbtrace.conf -user sysdba

In other window:

$ ./isql -user sysdba localhost:something  # failure reported in trace
$ ./isql -user sysdba nodb # failure not reported in trace (assume nodb does 
not exist) 



-- 
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

Reply via email to