Disabling Postal Matching - trillium_quality - 2.7

Trillium Quality for Dynamics Installation and Developer Guide

Product
Trillium > Trillium Quality
Version
2.7
Language
English
Portfolio
Verify
Product family
trillium_1
Product name
Trillium Quality
Title
Trillium Quality for Dynamics Installation and Developer Guide
Topic type
Installation
Administration
Overview
How Do I
Reference
Configuration
First publish date
2008

If you have installed city tables for a country but not GAV tables, your project can include that country for processes other than postal matching. Do not remove the country using the UCA Countries tab. Instead, manually edit the DIRCleanser.xml file to deactivate postal matching.

To remove postal matching only

  1. Make a backup copy of DIRCleanser.xml, located in the project’s \settings directory. Rename the backup copy.

  2. Open DIRCleanser.xml.

  3. For countries that will not be processed through a postal matcher, disable the PMATCH step following the condition value by setting ENABLED to “n”. For example, to omit postal matcher processing for the US you would disable the following (highlighted and underlined for emphasis):

    <CONDITION VALUE="US">

    .

    .

    .

    <USPMATCH NAME="us Postal Matcher_6" ENABLED="n" TRACE="">

    <SETTINGSFILE>$(SETTINGS)\pmatch_p6.stx</SETTINGSFILE>

    <LOGFILE>$(LOGS)\pmatch_p6.log</LOGFILE>

    </USPMATCH>

    .

    .

    .

    </CONDITON>

  4. Save DIRCleanser.xml.