Universal Cache User Guide : IBM InfoSphere CDC for solidDB® reference : Exporting and importing configuration commands : dmimportconfiguration: Import IBM InfoSphere CDC configuration
  
dmimportconfiguration: Import IBM InfoSphere CDC configuration
Use this command to import IBM InfoSphere CDC configuration settings from an XML file you created with the dmexportconfiguration command.
Note You can script this command and use an IBM InfoSphere CDC silent installation to deploy IBM InfoSphere CDC on multiple systems.
Syntax
dmimportconfiguration <path_to_configuration_file> [-L <locale>]
Parameters
<path_to_configuration_file>
The relative or absolute path to the XML configuration file that you are importing. 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 the locale of the machine where IBM InfoSphere CDC is installed.
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:\configurations\configuration.xml
IBM InfoSphere CDC imports the XML configuration file from the specified absolute path.
See also
Exporting and importing configuration commands