Table of Contents

Search

  1. Preface
  2. Introduction to Data Integration Hub
  3. Security
  4. Events
  5. User Policies
  6. Operation Console Management
  7. System Properties
  8. Connections
  9. Connectivity to Informatica Intelligent Cloud Services
  10. Integration of Data Integration Hub with Enterprise Data Catalog
  11. Document Management
  12. Entity Management
  13. Export and Import
  14. Data Integration Hub Utilities
  15. Dashboard and Reports Management

Administrator Guide

Administrator Guide

Export Specification File

Export Specification File

The export specification file contains instructions on which objects to export from the
Data Integration Hub
repository. You use the sample specification file structure to create the import specification file.
When the import and export utility exports an object, it exports all the dependent objects to retain the validity of the exported objects. For example, when you export an application, the utility exports associated publications and subscriptions.
When you export an SSH FTP connection, the import and export utility does not export the associated key alias. You must manually add the key alias to the export specification file.
You can use the (ALL) token to export all object of the same type from the repository. You enter the token instead of the object name.
The following example shows the contents of the export specification file:
<ExportSpecification> <!-- Export the finance application --> <ObjectSelection type="dihapplication"> <Name>Finance</Name> </ObjectSelection> <ObjectSelection type="dihapplication"> <Name>HR</Name> </ObjectSelection> <!-- Export the finance department topic --> <ObjectSelection type="dihtopic"> <Name>FinanceDepartment</Name> </ObjectSelection> <!-- Export the employee list application --> <ObjectSelection type="dihpublication"> <Name>EmployeeList</Name> </ObjectSelection> <!-- Export the HR application --> <ObjectSelection type="dihsubscription"> <Name>HR</Name> </ObjectSelection> <!-- Export the custom workflow for finance. This includes the finance publications and the subscriptions that finance subscribed to. --> <ObjectSelection type="dihworkflow"> <Name>CustomFinanceBackup</Name> </ObjectSelection> <!-- You must be in an Administrator role and have the Use Key Aliases privilege to export private keys --> <ObjectSelection type="keyalias"> <Name>FinanceSourceSshPrivateKey</Name> </ObjectSelection> <!-- Export the connections for the finance application (explicitly) --> <ObjectSelection type="dihconnection"> <Name>FinanceSourceConnection</Name> </ObjectSelection> <ObjectSelection type="dihconnection"> <Name>FinanceTargetConnection</Name> </ObjectSelection> <!-- Also include any of the event types and event attributes --> <ObjectSelection type="eventtype"> <Name>FinanceEventType_One</Name> </ObjectSelection> <ObjectSelection type="eventtype"> <Name>FinanceEventType_Two</Name> </ObjectSelection> <ObjectSelection type="eventattribute"> <Name>(ALL)</Name> </ObjectSelection> </ExportSpecification>
You must use valid XML names in the export specification file. The following table describes the special characters that you must encode:
Special Character
Encoded Character
<
&lt
>
&gt
&
&amp

0 COMMENTS

We’d like to hear from you!