Use the Consolidated Tracing Facility (CTF) if the console and Windows Events logs do not reveal the source of user impersonation issues.
To trace security issues, enable tracing for the #security feature in the SEP and event monitor. The most information is available at the debug tracing level.
For example:
<MicroFocus.COBOL.Tracing>
<mftrace_config>
<![CDATA[>
...
mftrace.level.mf.see.sep = debug
mftrace.comp.mf.see.sep#securit y = true
...
<]]>
</mftrace_config>
</MicroFocus.COBOL.Tracing>
<MicroFocus.COBOL.Tracing>
<mftrace_config>
<![CDATA[>
...
mftrace.level.mf.see.monitor = debug
mftrace.comp.mf.see.monitor#security = true
...
<]]>
</mftrace_config>
</MicroFocus.COBOL.Tracing>