dmimportconfiguration - Import CDC Replication Configuration

Use this command to import the CDC Replication configuration settings from an XML file which you created with the dmexportconfiguration command.

Note: You can script this command and use an CDC Replication silent installation to deploy CDC Replication on multiple systems.
Encryption profiles:
  • This command does not import encryption profiles, only the encryption profile name. You must create encryption profiles with the correct names before you run this command.
  • If you exported with an encryption profile named "Default," when you run the import command the encryption profile that is named "Default" is created automatically. This default profile is set for no encryption.

Syntax

dmimportconfiguration <path> [-L <locale>]

Parameters

<path>
The absolute path to the XML configuration file that you are importing.
[-L <locale>]
The name of the locale used for the CDC Replication instance. The default is your machine's locale.

Result

This command returns a value of 0 if the command was successful and a non-zero value if the command fails.

Examples

dmimportconfiguration c:\configuration.xml

CDC Replication imports the XML configuration file from the specified absolute path.