This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Jul 22, 2014, 3:47 PM
14 Posts

email Traveler Status

  • Category: Notes Traveler
  • Platform: Windows
  • Release: 9.0.1
  • Role:
  • Tags: Traveler
  • Replies: 5

Can a schedule lotusscript agent get the output of "tell traveler status" which can be emailed ? I tried the notessession.sendconsoleCommand, but it does not return output for "Tell" commands. Is there any other mechanism to accomplish this?

Jul 22, 2014, 10:33 PM
326 Posts
How about

Does the outpput from the tell command show in log.nsf?  If so issue the command and then parse the last few docs of log.nsf for the results.

Jul 23, 2014, 7:16 PM
122 Posts
Re: email Traveler Status
Hello Ravikiran!

What about to create a program document to execute the command (daily, hourly, etc) and create an event monitoring based on string "tell traveler status" and sending results via email?

Best Regards!

Jul 23, 2014, 9:00 PM
14 Posts
Re: email Traveler Status

I have tried the program document route. The output is written to NTSactivity* log file, which is huge and difficult to parse. 

I Created a event monitor to read the text "The overall status of IBM Notes Traveler is", But it does not work. Even the 'Tell Traveler status' event monitor will not return the result of the command.

If I can get this to work by an agent(allows me to parse and format and email), then my next step is "Tell Traveler stat show' and "Tell Traveler Memory" . 

Now I am looking at the option of using console log and see if that helps

Jul 24, 2014, 5:42 PM
1 Posts
Using PowerShell

I have a Windows scheduled task that runs a PowerShell script that can get the status or backup Traveler.  Send the command to the server with nserver -c.  Get the output from the console log with Get-Content and then send the email with Send-MailMessage. 

Sep 3, 2014, 3:26 PM
6 Posts
output to txt file

You should be able to redirect the command output to a text file, then send that via email:

tell traveler -f /apps/notesdata/travstatus.txt status


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal