In a real-time project, the top-level configuration file is the connector configuration file, which is read by cleanser and matcher servers. Default names for connector configuration files are:
Trillium.cfg (SDK Connector)
TrilSAP.cfg (SAP Connector)
The content of the connector configuration file varies for each connector type, but, at a minimum, it identifies the location of the cleanser and matcher settings files. A sample Trillium.cfg connector configuration file is shown in the figure below and a description of its contents is provided in the table below. In addition to this basic information, TrilSAP.cfg files also contain a list of field names.
The parameters in the connector configuration file are described in the table below.
Parameter |
Description |
---|---|
UCAParmFile |
Path to the cleanser settings file. |
UCALogFile |
Path to the cleanser log file. |
MatchParmFile |
Path to the matcher settings file. |
MatchLogFile |
Path to the matcher log file. |
MatchForceWindow |
Used with Trillium for SAP (SAP connector), this parameter forces all records to be checked for matches using either the Commercial (Business) or Residential/Retail (Consumer) rules. If this parameter is not specified, the software will determine, from the data, whether the record is Commercial or Residential/Retail, and will apply the associated rules.
-or-
|
DDLFieldNotFoundMessage |
(Optional) If a field is requested that is not present in the output DDL, by default the string DDL Field Not Found is returned. Using this parameter, you can specify an alternate string to be returned, enclosed in quotes. To return blanks, specify “EMPTYSTRING”. |
TS_QUALITY |
(Optional) Path to the TS Quality software. If the configuration file contains an [Environment] tag and TS_QUALITY parameter, the specified path will be used for this project, overriding the TS_QUALITY environment variable. |
TS_CONFIG |
(Optional) Path to the Trillium token configuration file. If the configuration file contains an [Environment] tag and TS_CONFIG parameter, the specified file will be used for this project. See Token Configuration File (Config64.tbl) for more information. |