Table of Contents

Search

  1. Preface
  2. Part 1: Introduction
  3. Part 2: Configuring Hub Console Tools
  4. Part 3: Building the Data Model
  5. Part 4: Configuring the Data Flow
  6. Part 5: Executing Informatica MDM Hub Processes
  7. Part 6: Configuring Application Access
  8. Appendix A: MDM Hub Properties
  9. Appendix B: Viewing Configuration Details
  10. Appendix C: Row-level Locking
  11. Appendix D: MDM Hub Logging
  12. Appendix E: Table Partitioning
  13. Appendix F: Collecting MDM Environment Information with the Product Usage Toolkit
  14. Appendix G: Glossary

Troubleshooting Corrupted Data

Troubleshooting Corrupted Data

If you use SQL*Loader to load data that is represented in an international character set, and the loaded data is corrupted, you can fix this issue by setting a property in the
cmxcleanse.properties
file.
  1. Navigate to the following directory:
    <MDM installation directory>/hub/cleanse/resources
  2. In an editor, open the file
    cmxcleanse.properties
    .
  3. At the end of the file, type the following property and specify the Unicode identifier for the international character set that matches the data you want to load.
    cmx.server.stage.sqlldr.charset=AL32UTF8
  4. Save the file.
  5. Run the stage process.
    The stage process generates a control file for SQL*Loader with the specified character set.
  6. Use the control file when you reload the data.

0 COMMENTS

We’d like to hear from you!