Connector Configuration File - 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

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.

Note: The acronym UCA in parameter names refers to the TS Quality Universal Connectivity Adapter, which is the underlying Trillium Quality technology used to provide cleansing services.
Figure 1. Connector Configuration File - Trillium.cfg Connector Configuration File - Trillium.cfg

 The parameters in the connector configuration file are described in the table below.

Table 1. Connector Configuration File Parameters

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.

MatchForceWindow=’C’

-or-

MatchForceWindow=’R’

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.