Data Integration Hub
- Data Integration Hub 10.4.1
- All Products
Conflict Resolution Type
| Description
|
---|---|
cancel
| Cancels the import process. No objects are imported.
|
overwrite
| Overwrites the object in the
Data Integration Hub repository with the object from the export file.
If you choose to overwrite existing objects, the utility performs partial validation during the import process. For example, the utility does not verify whether the user objects have associated categories. Information about missing objects appears in the import log file.
If you choose to overwrite objects that do not exist, the utility creates the objects.
|
reuse
| Retains the object in the
Data Integration Hub repository if the object name matches the object in the export XML file, and does not import of the object from the export file.
|
skip
| Skips the object in the export XML file and does not check whether the object exists in the
Data Integration Hub repository.
|
default
| Applies the conflict resolution that you set at the parent level of the specification file. For example, if you set the object type resolution to
reuse , you can create an element for a specific object name and set the resolution type to
default . The import and export utility applies the object type resolution to the specific object.
|
<ImportSpecification> <!-- If an object already exists then reuse it --> <DefaultResolution>reuse</DefaultResolution> <ObjectTypeResolutions> <!-- Cancel the entire import whenever a conflicting connection is found in the target system --> <ObjectTypeResolution type="dihconnection">cancel</ObjectTypeResolution> <!-- Reuse any existing application from the target system --> <ObjectTypeResolution type="dihapplication">reuse</ObjectTypeResolution> </ObjectTypeResolutions> <ObjectTypeResolutions> <!-- Skip over the connection, these are already defined in the target system--> <ObjectTypeResolution type="dihconnection">skip</ObjectTypeResolution> <!-- Cancel the entire import whenever a conflicting workflow is found in the target system --> <ObjectTypeResolution type="dihworkflow">cancel</ObjectTypeResolution> <!--Overwrite any publication--> <ObjectTypeResolution type="dihpublication">overwrite</ObjectTypeResolution> </ObjectTypeResolutions> <!--Overwrite the specific application 'Finance'--> <ObjectResolution type="dihapplication"> <Name>Finance</Name> <Resolution>overwrite</Resolution> </ObjectResolution> <!--Skip the subscription 'HR' during import--> <ObjectResolution type="dihsubscription"> <Name>HR</Name> <Resolution>skip</Resolution> </ObjectResolution> <!--Reuse the topic 'FinanceDepartment' during import--> <ObjectResolution type="dihtopic"> <Name>FinanceDepartment</Name> <Resolution>reuse</Resolution> </ObjectResolution> </ImportSpecification>
Special Character
| Encoded Character
|
---|---|
<
| <
|
>
| >
|
&
| &
|