Information Management IBM InfoSphere Master Data Management, Version 11.3

Importing and exporting custom configuration elements

You can use the Export Configuration and Import Configuration options to export and import custom configuration elements.

The Configuration and Management component imports and exports configuration elements as XML. Imported and exported configuration elements follow the following XML structure:

<?xmlversion="1.0"?>
<MDMMergedConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:noNamespaceSchemaLocation="dwl-config.xsd">
<!-- Standard Parameters that are part of configuration definitions and schema definition -->
  <IBM>
    <DWLCommonServices>
      <Notifications enabled="false" defaultLanguage="100"/>
        ..
    </DWLCommonServices>
    ..
  </IBM>
<!-- Custom parameters that are added directly to the configelement table (not part of configuration definitions and schema definition) -->
  <ExtendedConfigParams>
     <ExtendedParam name="/IBM/CustomParameters/Parameter1" value="1"/>
     ..
  </ExtendedConfigParams>
</MDMMergedConfiguration>


Last updated: 27 June 2014