Installation guide
Appendix B: Debugging and Diagnosing FlashCONNECT Configuration
154 FlashCONNECT Administrator’s Guide
For example:
• FCSocketServer -D12
Logs FCSocketServer miscellaneous and input/output diagnostic messages.
• FCService -D0
Logs FCService constructor and deconstructor diagnostic messages.
• FCService -D012
Logs FCService constructor and deconstructor, miscellaneous, and input/output
diagnostic messages.
All messages are logged to the FCdebug000n.txt file, where n is either 0 or 1. For
example, when the default file (FCdebug0000) reaches its capacity, it is closed and
all subsequent messages are logged to FCdebug0001. However, if FCdebug0001
reaches its capacity, it is closed and subsequent messages are logged to
FCdebug0000 (which is cleared of all previous messages).
The path for the log file is set as follows:
NOTE—The format of this file changes between releases and is not documented.
Customer support may request that you send a copy of this file.
UNIX Set to the path contained in the FlashCONNECT FCDEBUG_PATH
environment variable. If no path is set in FCDEBUG_PATH, defaults
to C:/tmp.
Windows Set to the first path found in these environment variables, which are
checked in the order listed:
• FlashCONNECT FCDEBUG_PATH
• Windows TEMP
• Windows TMP
If no path is set in any of these environment variables, defaults
to C:\tmp.