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

Considerations

Considerations

  • Add the following parameter to the
    cmxcleanse.properties
    file if any of your IDQ functions do not support minibatch:
    cmx.server.cleanse.number_of_recs_batch=1
  • Web service invocations are synchronous only. Asynchronous invocations are not supported.
  • By default, web service invocations typically operate on a single record at a time. However, the MDM Hub cleanse engine will batch together records for cleansing to improve the performance. It can only do this if all the data transformation logic resides in the IDQ web service. If any transformation logic is defined in the MDM map, then the cleanse engine will not be able to use batching logic and the calls to the web service revert to being single record invocations of the web service
  • The IDQ function must contain all transformation logic. This is so that no other functions are needed in the MDM map, thus allowing batches of records to be passed to IDQ for processing. The purpose of using the Web services is strictly to transform data that is passed in the request according to the associated cleanse function. Other types of Web services, such as publish/subscribe services, are not supported.
  • If the Web service returns an error, Informatica MDM Hub moves the record to the reject table and saves a description of the problem (including any error information returned from the Web service).
  • If the Web service is published on a remote system, the infrastructure must be in place for Informatica MDM Hub to connect to the Web service (such as a network that accesses the Internet).
  • When using cleanse functions that are implemented as Web services, run-time performance of Web service invocations depends on some factors that are external to Informatica MDM Hub, such as availability of the Web service, the time required for the Web service to process the request and return the response, and network speed.
  • You can run WSDL cleanse function with multi-threading. To enable this, change the thread count on the Informatica MDM Hub Process Server. Ensure that there is a sufficient number of instances of the IDQ Web Service to handle the multiple Informatica MDM cleanse threads; otherwise, records might be rejected due to timeouts.
  • WSDL files must comply with the Axis2 Databinding Framework (ADB). Non-compliant WSDL files are not supported.
  • When you configure mappings, you must ensure that the inputs and outputs are appropriate for the Web service you are calling. The Mappings tool does not validate your inputs and outputs – this is done by the Web service instead. If you have invalid inputs or outputs, the Web service returns an error response and processed records are moved to the reject table with an explanation of the error.

0 COMMENTS

We’d like to hear from you!