Table of Contents

Search

  1. Preface
  2. Installing Informatica MDM - Relate 360
  3. Configuring Relate 360
  4. Configuring Security
  5. Setting Up the Environment to Process Streaming Data
  6. Configuring Distributed Search
  7. Packaging and Deploying the RESTful Web Services
  8. Troubleshooting

Installation and Configuration Guide

Installation and Configuration Guide

Configuring the SSA-NAME3 Properties

Configuring the SSA-NAME3 Properties

You must specify the SSA-NAME3 properties, such as the population file that you want to use, in the configuration file.
To configure the SSA-NAME3 properties, add the following parameters to the
nm3configuration
section in the configuration file:
ssapr
Absolute path to the SSA-NAME3 population files.
You can find the population files in the following directory:
/usr/local/mdmbdrm-<Version Number>/population
ssabin
Absolute path to the SSA-NAME3 library files.
You can find the SSA-NAME3 library files in the following directory:
/usr/local/mdmbdrm-<Version Number>/bin
population
Name of the population file that you want to use.
keysize
Optional. Size of the keys that SSA-NAME3 create. Use one of the following sizes:
  • 5 bytes
  • 8 bytes
Default is 8 bytes.
keytype
Optional. Format of the SSA-NAME3 fuzzy keys. Use one of the following values:
  • DEFAULT. Indicates that the keys are in the standard SSA-NAME3 format.
  • HEX. Indicates that keys are in the hexadecimal format.
The hexadecimal format results in improved performance than the standard SSA-NAME3 format. Default is DEFAULT.
The following sample code shows the SSA-NAME3 properties:
<nm3configuration> <ssapr>/usr/local/mdmbdrm-<Version Number>/population</ssapr> <ssabin>/usr/local/mdmbdrm-<Version Number>/bin</ssabin> <population>usa</population> <keysize>8</keysize> <keytype>HEX</keytype> </nm3configuration>

0 COMMENTS

We’d like to hear from you!