The matcher settings file establishes the matcher’s base settings and the matching
processes that are included in this project. The figure below illustrates a sample
DIRMatcher.xml
file.
Note the following line in the file:
<TRILLIUMUCA UCATRACE="" REPOSITORY_MODE="lean"...>
This reflects the base settings, as described in Modifying Base Settings.
Next, the first matching process in your project is identified:
<RELLINK NAME="us Reference Matcher_18" ENABLED="Y" TRACE="b">
<SETTINGSFILE>$(PROJDIR)/settings/e20_usrellink_p18.stx</SETTINGSFILE>
<LOGFILE>$(PROJDIR)/logs/e20_usrellink_p18.log</LOGFILE>
</RELLINK>
This reflects:
-
The type of process (relationship linker).
-
Your selection for whether the process will be enabled, as described on Disabling/Enabling Processes.
-
The process trace level, as described on Setting Trace Options for Processes.
-
The location of the settings file for this process. The settings file is an XML file that reflects the business rules you defined when creating the project with the Control Center. The settings file also identifies the location of the DDL (schema) file for this process.
-
The location of the log file for this process.
A process node is created for each matching process included in your project.