solidDB Help : Configuring and administering : Monitoring solidDB : Viewing error messages and log files : Tracing failed login attempts
  
Tracing failed login attempts
When a login attempt fails, information about the attempt is recorded for security reasons.
Failed attempts always cause the following actions:
A SYS_EVENT_ILL_LOGIN event is raised
A message is printed to both solmsg.out and solerror.out.
Messages include the IP address and the user name of the attempted login. The syntax of the message is as follows:
timestamp [message code] User username tried to connect from {hostname | unnamed host} with an illegal username or password. [SOLAPPINFO is solappinfo value.]
Example:
Thu May 12 17:55:17 2005
12.05 17:55:17 User 'soliduser1' tried to connect
from localhost.localdomain (127.0.0.1)
with an illegal username or password.
Notes
The message code is included only if message code printing is enabled by setting Srv.PrintMsgCode=yes in solid.ini.
The SOLAPPINFO message part is included only if the corresponding environment variable is set on the client computer.
Go up to
Viewing error messages and log files