Matcher Settings File (DIRMatcher.xml) - trillium_quality - Latest

Trillium Director Guide

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Quality
Version
Latest
Language
English
Product name
Trillium Quality
Title
Trillium Director Guide
Copyright
2024
First publish date
2008
Last updated
2024-10-18
Published on
2024-10-18T15:24:10.895371

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.

Figure 1. Matcher Settings File Matcher Settings 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.