You can set variables that allow tracing and help to resolve issues encountered in the initial configuration. You should turn tracing off after successful configuration of , because it can significantly impact performance.
Set a new variable:
In addition, you should create a configuration file for the tracing configuration. The following is a potential example of such a file c:\DataConnectors\Test\config.ctf :
mftrace.emitter.textfile#Format = $(TIME) $(THREAD) $(COMPONENT) $(EVENT) $(LEVEL) :$(DATA) mftrace.level.mf.rts = debug mftrace.level = info mftrace.comp.mf.rts#pgm = true mftrace.comp.mf.rts#pgmload = true mftrace.comp.mf.rts#syspgm = true mftrace.comp.mf.rts#eprintf = 1 mftrace.emitter.TEXTFILE#location = C:\DataConnectors\Test\logs
You also need to create the directory C:\DataConnectors\Test\logs to receive your log files.
The important line in the CTF configuration file is the mftrace.comp.mf.rts#eprintf line, which is what causes the Database Connectors modules to emit trace information.