When login fails, the information about the attempt is recorded for security reasons.
Failed attempt always
▪raises a SYS_EVENT_ILL_LOGIN event, and
▪prints message to both solmsg.out and solerror.out.
Messages include the IP address and the username of the attempt, for instance. 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 only included if message code printing is enabled (Srv.PrintMsgCode=yes) in solid.ini.
▪The SOLAPPINFO part is only included if the corresponding environment variable is set at the client computer.