mf.mfdbfh Properties

This component provides tracing for activity undertaken by the Micro Focus Database File Handler.

The following table list the properties can be enabled:

Name Value Description
api true|false Internal API entry/exit information
config true|false Configuration file and environment variable details
database true|false Low-level database operations
datastore true|false Datastore operations
fh true|false EXTFH<> database file handler interface operations
region true|false Region operations
resource_locking true|false Region resource locking operations

Example

To trace the datastore and file handling operations, set the following in your CTF configuration file:

... 
mftrace.comp.mf.mfdbfh#datastore=true
mftrace.comp.mf.mfdbfh#fh=true
...