DevOps Cloud (ADM)
Application Modernization
CyberRes by OpenText
IT Operations Management
This article provoide more information about the Database Connectors Error.
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.
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