Home > Lotus Notes Tutorial > Track Lotus Notes Users by Notes Server Console

Track Lotus Notes Users by Notes Server Console

Lotus Notes provide  a couple of NOTES.INI parameters that allow you to see the IP adresses of the people who are hitting your Notes server by add code below to you NOTES.INI :

Debug_Outfile = [path to a text/log file]
DEBUG_TCP_ALL = 1

You need to restart your server for this to take effect. The information doesn’t show up in the normal Notes log, so that’s why you have to send console output to the Debug_Outfile (NOTE: the Debug_Outfile setting behavior changed in ND6 — read here for more information). Here are some other useful logging settings and commands:

Log_Sessions=1

NOTES.INI setting. Logs to the console whenever a Notes client establishes a session with the server. Tells you who the user is, and on R5 also tells you what version of the client they’re using.

Show Users Debug

Console command. Displays a little more information about the Notes client users who are currently logged on.

Tell HTTP Show Users

Console command. If session-based tracking is enabled on an R5 server, this command shows the web users who are currently logged on.

Viewed 3855 times by 1116 viewers

  1. No comments yet.
  1. No trackbacks yet.