Is there any way to capture console output from within the admin client to a file?
I’ve tried for example:
show trans >c:\foo.txt
show trans -xml >c:\foo.txt
didn’t work…
Any ideas?
Is there any way to capture console output from within the admin client to a file?
I’ve tried for example:
show trans >c:\foo.txt
show trans -xml >c:\foo.txt
didn’t work…
Any ideas?
Subject: Any way to capture console output from admin client to a file
put Console_Log_Enabled=1 in the servers notes.ini file
or
at the console :
start consolelog
stop consolelog
regards
Jan
Subject: RE: Any way to capture console output from admin client to a file
Jan, I was hoping to do it from the admin client (not from the server). For example capture the output from the Notes Admin’s server console.
Subject: Any way to capture console output from admin client to a file
Michael,
Not sure if this suggestion is a bit too low tech, but you can simply copy the content from the console once you have first stopped it. Then you can paste in to text editor, such as, notepad.
Hope this helps.
Steve
Subject: RE: Any way to capture console output from admin client to a file
Thanks Steve- bingo! you get the cookie :). I originally tried that, and you could only select one line, I decide to do shift up/down arrow and you can then select multilines. That works, and I can paste into notepad.
Subject: Any way to capture console output from admin client to a file
Those commands should work, but the output to file occurs on the server.
Subject: RE: Any way to capture console output from admin client to a file
Thanks Pete. I tried looking for the output on the server and didn’t see it. Not a biggie, but I thought it would be a simplier task than writing an agent, or setting the console output file on the server…
Thanks!
Mike