Importing Enterprise Gateway Configuration

Contents

Overview

You can import configuration data into your Enterprise Gateway configuration (for example, policies, certificates, and users). This is useful if you have configured the Enterprise Gateway in a testing environment and want to move this configuration to a live production environment. By exporting configuration data from a test environment, and importing into a production environment, you can effectively migrate your Enterprise Gateway configuration. This is the recommended way to import Enterprise Gateway configuration data, and enables you to manage references between configuration components.

For details on exporting configuration data, see Exporting Enterprise Gateway Configuration.

Importing Configuration

To import Enterprise Gateway configuration data, perform the following steps:

  1. Click the Import Configuration button in the Policy Studio toolbar.
  2. Browse to the location of the XML file that contains the previously exported configuration data that you wish to import.
  3. Select the XML file, and click Open.
  4. If a passphrase was set on the configuration from which the data was previously exported, enter it in the Enter Passphrase dialog, and click OK.
  5. In the Import Configuration dialog, all configuration items are selected for import by default. If you do not wish to import specific items, unselect them in the tree. For more details, see Viewing Differences.
  6. Click OK to import the selected configuration items.
  7. The selected configuration items are imported into your Enterprise Gateway configuration and displayed in the Policy Studio tree. For example, any imported policies and containers are displayed on the Policies tab.

Important Note:
Be careful when unselecting configuration nodes for import. Unselecting certain nodes may make the imported configuration inconsistent by removing supporting configuration.

Viewing Differences

The Import Configuration dialog displays the differences between the existing stored configuration data (destination) and the configuration data to be imported (source). Differences are displayed in the tree as follows:

Addition Exists in the source Configuration being imported but not in the destination Configuration. Displayed as a green plus icon.
Deletion Exists in the destination Configuration but not in the source Configuration being imported. Displayed as a red minus icon.
Conflict Exists in both Configurations but is not the same. Displayed as a yellow warning icon.

If you select a particular node in the Import Configuration tree, the Differences Details panel at the bottom of the screen shows details for this Configuration entity (for example, added or removed fields). In the case of conflicts, changed fields are highlighted. Some Configuration entities also contain references to other entities. In this case, an icon is displayed for the field in the Difference Details panel. If you double-click a row with an icon, you can drill down to view further Difference Details dialogs for those entities.

What is Imported

When configuration data is imported, some configuration items are imported in their entirety. For example, if the contents of a particular policy are different, the entire policy is replaced (new filters are added, missing filters are removed, and conflicting filters are overwritten). In addition, if a complex filter differs in its children, child items are removed and added as required (for example, WS Filter, Web Service, User, and so on). Other imports are additive only. For example, importing a single certificate does not remove the certificates already in the destination Certificate store. All references to other policies are also maintained during import.

Important Note:
Although importing some configuration items removes child items by default, you can unselect child nodes to keep existing child items. However, you should take care to avoid inconsistencies. The default selection applies in most cases.