dmexportconfiguration - Export CDC Replication Configuration
Use this command to export the configuration details of an installed instance of CDC Replication.
The configuration details are sent to an XML configuration file. You can use the dmimportconfiguration command or dmimportuserconfiguration command to import the XML file that you create with this command into another instance of CDC Replication.
Note: This command does not export subscription-specific settings that are configured in Management Console. Subscription-specific settings can be exported
to an XML file in Management Console. Also, this command
does not export encryption profiles, only the selected encryption profile name.
Note: This
command is interactive and will prompt you for your password. You
cannot script this command.
Syntax
dmexportconfiguration <path> [-L <locale>]
Parameters
- <path>
- The absolute path to the XML configuration file that you want to export.
- [-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
dmexportconfiguration
c:\configuration.xml
CDC Replication exports the XML file to the specified absolute path.