How can I prevent rtserver.dbg from being created during RTserver startup?
book
Article ID: KB0085928
calendar_today
Updated On:
Products
Versions
TIBCO SmartSockets
-
Not Applicable
-
Description
Resolution: reset the RTDEBUGFILENAME environment variable
$ setenv RTDEBUGFILENAME stderr
rtserver.dbg file will not be created when rtserver launches, rather it enables RTserver to write everything to stderr, which by default is to the screen.
Issue/Introduction
How can I prevent rtserver.dbg from being created during RTserver startup?