Table of Contents

Search

  1. Preface
  2. Understanding Domains
  3. Managing Your Account
  4. Using Informatica Administrator
  5. Using the Domain View
  6. Domain Management
  7. Nodes
  8. High Availability
  9. Connections
  10. Connection Properties
  11. Schedules
  12. Domain Object Export and Import
  13. License Management
  14. Monitoring
  15. Log Management
  16. Domain Reports
  17. Node Diagnostics
  18. Understanding Globalization
  19. Appendix A: Code Pages
  20. Appendix B: Custom Roles
  21. Appendix C: Informatica Platform Connectivity
  22. Appendix D: Configure the Web Browser

Administrator Guide

Administrator Guide

Conflict Resolution

Conflict Resolution

A conflict occurs when you try to import an object with a name that exists for an object in the target domain. Configure the conflict resolution to determine how to handle conflicts during the import.
You can define a conflict resolution strategy through the command line or control file when you import the objects. The control file takes precedence if you define conflict resolution in the command line and control file. The import fails if there is a conflict and you did not define a conflict resolution strategy.
You can configure one of the following conflict resolution strategies:
Reuse
Reuses the object in the target domain.
Rename
Renames the source object. You can provide a name in the control file, or else the name is generated. A generated name has a number appended to the end of the name.
Replace
Replaces the target object with the source object.
Merge
Merges the source and target objects into one group. For example, if you merge groups with the same name, users and sub-groups from both groups are merged into the group in the target domain.
You cannot define the merge conflict resolution strategy through the command line. Use a control file to define the merge conflict resolution strategy. You must include the group object type section with merge as the conflict resolution policy with reuse, replace, or rename for all conflicting users in the control file.
For example, specify the merge conflict resolution strategy for the following groups:
  • Group A with users a1, a2, b1, b2 in the source domain.
  • Group A with users a1, a2, a3 b1, b2 in the target domain
You get the following results in the group after merge in the target domain:
  • a1, a2, b1, b2 if you choose reuse or replace
  • a1, a2, a3, b1, b2 if you choose rename.

0 COMMENTS

We’d like to hear from you!