Universal Cache User Guide : IBM InfoSphere CDC for solidDB® reference : Exporting and importing configuration commands : dmexportconfiguration: Export IBM InfoSphere CDC configuration
  
dmexportconfiguration: Export IBM InfoSphere CDC configuration
Use this command to export the configuration details you had set when you had installed an instance of IBM InfoSphere CDC. Configuration details are sent to an XML configuration file. You can use the dmimportconfiguration command to import the XML file that you create with this command into another instance of IBM InfoSphere CDC.
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. For more information, see your Management Console documentation.
This command is interactive and will prompt you for your password. You cannot use this command in a script.
Syntax
dmexportconfiguration <path_to_configuration_file> [-L <locale>]
Parameters
<path_to_configuration_file>
The relative or absolute path to the XML configuration file that you want to export. The relative path is relative to your installation of IBM InfoSphere CDC.
-L <locale>
The name of the locale used for the IBM InfoSphere CDC 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:\configurations\configuration.xml
IBM InfoSphere CDC exports the XML file to specified relative path.
See also
Exporting and importing configuration commands