CTF tracing for Database Connectors error

0 Likes

This article provoide more information about the Database Connectors Error.

Problem:

I can be difficult to determine from the file status the reason why an error has occurred. How can I get more information on a problem.

Resolution:

The Database Connector has been enabled for CTF (Consolidated Trace Facility). To obtain additional output you need to add the eprintf entry as a trace entry. An example trace config file that is enabled for the Database Connectors component is:

mftrace.level=info

mftrace.emitter.textfile#location=c:\temp\logs

mftrace.emitter.TEXTFILE#FORMAT=$(TIME) $(COMPONENT) $(THREAD) $(EVENT) $(LEVEL)$(DATA)

## Component Run-time System

mftrace.level.mf.rts=INFO

mftrace.comp.mf.rts#all=false

mftrace.comp.mf.rts#eprintf=true

mftrace.comp.mf.rts#memory=false

To enable CTF you need to add an environment variable MFTRACE_CONFIG that points to the config file.

Incident Number: 2266679

Old KB# 14482
Comment List
Related
Recommended