Table of Contents

Search

  1. Preface
  2. Introduction
  3. Informatica IDQ Cleanse Engine
  4. Informatica Address Verification Cleanse Engine
  5. Trillium Director Cleanse Engine
  6. Troubleshooting

Editing the Properties File

Editing the Properties File

To edit the properties file:
  1. Open the
    cmxcleanse.properties
    file for editing.
    This file is located in:
    Windows:
    <
    infamdm_install_directory
    >
    \hub\cleanse\resources
    UNIX:
    <
    infamdm_install_directory
    >
    /hub/cleanse/resources
  2. Ensure that the following
    Informatica Address Verification
    5 properties are set in the
    cmxcleanse.properties
    files:
    Windows:
    cleanse.library.addressDoctor.property.SetConfigFile=C:/infamdm/hub/cleanse/resources/ AddressDoctor/5/SetConfig.xml cleanse.library.addressDoctor.property.ParametersFile=C:/infamdm/hub/cleanse/resources/ AddressDoctor/5/Parameters.xml cleanse.library.addressDoctor.property.DefaultCorrectionType=PARAMETERS_DEFAULT
    UNIX:
    cleanse.library.addressDoctor.property.SetConfigFile=/u1/infamdm/hub/cleanse/resources /AddressDoctor/5/SetConfig.xml cleanse.library.addressDoctor.property.ParametersFile=/u1/infamdm/hub/cleanse/resources /AddressDoctor/5/Parameters.xml cleanse.library.addressDoctor.property.DefaultCorrectionType=PARAMETERS_DEFAULT
  3. Copy
    SetConfig.xml
    and
    Parameters.xml
    to the location specified in the
    cmxcleanse.properties
    file.
    The following is a sample
    SetConfig.xml
    file:
    <?xml version="1.0" encoding="iso-8859-1"?> <SetConfig> <General WriteXMLEncoding="UTF-16" WriteXMLBOM="NEVER" MaxMemoryUsageMB="1024" MaxAddressObjectCount="10" MaxThreadCount="1"/> <UnlockCode>
    unlock_code
    </UnlockCode> <DataBase CountryISO3="ALL" Type="BATCH_INTERACTIVE" Path="<
    Address Verification path
    >" PreloadingType="NONE"/> </SetConfig>
    The following is a sample
    Parameters.xml
    file:
    <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE Parameters SYSTEM 'Parameters.dtd'> <Parameters WriteXMLEncoding="UTF-16" WriteXMLBOM="NEVER"> <Process Mode="BATCH" EnrichmentGeoCoding="ON" EnrichmentCASS="ON" EnrichmentSERP="ON" EnrichmentSNA="ON" EnrichmentSupplementaryGB="ON" EnrichmentSupplementaryUS="ON" /> <Input Encoding="UTF-16" FormatType="ALL" FormatWithCountry="ON" FormatDelimiter="PIPE" /> <Result AddressElements="STANDARD" Encoding="UTF-16" CountryType="NAME_EN" FormatDelimiter="PIPE" /> </Parameters>
  4. Save and close the properties file.
  5. Connect to the database as the schema owner and run the following statement to enable
    Informatica Address Verification
    :
    update C_REPOS_CL_FUNCTION_LIB set DISPLAY_IND = 1 where function_lib_name = 'AddressDoctor'
  6. Restart your application server.
  7. Verify that the application server started up properly with no errors.
    The
    Informatica Address Verification
    library is displayed in the Hub Console.
  8. Update your JVM settings. This increases resources available to the JVM.
You must update
Informatica Address Verification
settings in the
cmxcleanse.properties
file:
  • If you move the
    SetConfig.xml
    and
    Parameters.xml
    files to a location other than that specified during installation.
  • If you need to use a different CorrectionType. The supported CorrectionTypes are PARAMETERS_DEFAULT, PARSE_ONLY, CORRECT_ONLY, CERTIFY_ONLY, CORRECT_THEN_CERTIFY, and TRY_CERTIFY_THEN_CORRECT.

0 COMMENTS

We’d like to hear from you!