LOGGING

Hi

In wM6.1, when i enter into the Integration server…I mistyped the password 3 times and the access gets denied. In which log, this error is updated.
plz tell me…

Thanks in advance,
Alex

The access denied errors would normally be shown in the server.log file, but may not appear depending on the verbosity specified in the settings->logging section of Administrator.

Mark

and, with that entry in the server.log you can determine where the request originated.
For ex.
“Access denied for user Administrator on port 5555 -> ‘’ from xx.xxx.xx.xxx”

the default log settings (log level 4) will include these access denied logs in the server.log.

HTH.