Watch Traveler Logfiles In Realtime

February 20, 2009 – 9:04 am

Lotus Notes Traveler logs errors and other information to text files in the  \traveler\logs\ directory located under the Domino data directory.

Normally you have to go to this directory, select the file containing the information you want to examine and open the file with a text browser.

For troubleshooting issues it would be better, if you could see the log output at the moment the error occurs. To do so, you can use tail.exe from the Windows Server 2003 Resource Kit Tools.

The Microsoft® Windows® Server 2003 Resource Kit Tools are a set of tools to help administrators streamline management tasks such as troubleshooting operating system issues, managing Active Directory®, configuring networking and security features, and automating application deployment.

Create a .bat or .cmd file and call  tail.exe along with the log file using the -f option.

D:\programme\IBM\Lotus\Domino\tail.exe -f D:\Programme\IBM\Lotus\Domino\data\traveler\logs\NTSActivity_0.log

travlog

Now you can watch the log file content in realtime.

Related posts:

  1. HTTP_MaxActiveThreads and Lotus Notes Traveler
  2. Lotus Notes Traveler 8.5 performance
  3. Lotus Traveler: AutoSync on Nokia S60 (fixed)
  4. IBM Lotus Notes Traveler 8.5
  5. Lotus Notes Traveler Fix Pack 8.0.1.2

  1. One Response to “Watch Traveler Logfiles In Realtime”

  2. Hi Ulrich

    I prefer to use the tail from here: http://unxutils.sourceforge.net/

    but still a good tip ;)

    By Dennis van Remortel on Feb 23, 2009

Sorry, comments for this entry are closed at this time.