On 11/06/2015 04:26 PM, Dimitry Sibiryakov wrote: > Hello, All. > > Something must be wrong with recent network changes because after > executing following > script I'm getting in firebird.log number of "INET/inet_error: read errno = > 10054" errors > equal to number of unsuccessful connection attempts. > > connect localhost:test user sysdba password wrong_password; > connect localhost:test user sysdba password another_wrong_password; > connect localhost:test user sysdba password right_password; > exit; >
This should be something OS specific. On linux I do not reproduce this: localhost bin # ./isql -user sysdba -pas masterke localhost:employee Statement failed, SQLSTATE = 28000 Your user name and password are not defined. Ask your database administrator to set up a Firebird login. Use CONNECT or CREATE DATABASE to specify a database SQL> localhost bin # localhost bin # localhost bin # ls -l ../firebird.log ls: cannot access ../firebird.log: No such file or directory localhost bin # ------------------------------------------------------------------------------ Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
