[DEBUG]
Configure these [DEBUG] settings for the COM connector:
Setting and Typical Value |
Purpose |
---|---|
JobFile=c:\Interop.log |
Location of error file. |
DebugFile=c:\InteropDebug.log |
Location of debug file. |
log=c:\net.log |
Location of log file. |
debugLevel=0 - 12 |
Defines the level of tracing provided by the COM connector and the CallObject component in the specified log file, in the COM server only. 0 None: Logging is turned off and only errors are written to the JobFile. 2 Errors (error messages). 4 System Errors (exception messages). 6 Warning Information. 8 Min Trace (Key operations; for example, Login, Logoff, Business Function calls). 10 Trouble Shooting Information (Help). 12 Complete Debug Information (Logs everything). Note: The odd values are reserved for future levels to be added. You typically do not need to use tracing. However, tracing is useful for debugging. |
netTraceLevel=0 |
Defines the level of tracing provided by the ThinNet component in the specified log file, in the COM server only. 0 No trace. 1 Record process ID, thread ID, and the available socket status when a new connection is added and the socket pool is searched. 2 Includes the information in trace level 1 and also traces every call made in the Connection Manager class. 3 Includes all information in trace level 2, and also traces getPort calls and getHost calls. Note: You typically do not need to use tracing. However, tracing is useful for debugging. |