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 Additional Parameters

Configuring Additional Parameters

You can configure additional parameters, such as the debug parameter. You can define the additional parameters within the
MDMBDRMEnablerOptions
section.
You can add the following additional parameters to the
MDMBDRMEnablerOptions
section within the
MDMBDRMMatchRulesSet
section:
MaxGroupSize
Maximum number of records a key range can contain. If the number of records exceeds the specified number, the additional records are grouped as poor quality data.
Debug
Indicates whether to perform the MULTISEARCH operation in the debug mode. The debug mode returns performance metrics for the MULTISEARCH operation. Use the debug mode for troubleshooting purposes. Set to true to enable the debug mode, and set to false to disable the debug mode.
The following sample shows the additional parameters that you can configure:
<MDMBDRMEnablerOptions> <MaxGroupSize>10000</MaxGroupSize> <Debug>true</Debug> </MDMBDRMEnablerOptions>

0 COMMENTS

We’d like to hear from you!