Information Management IBM InfoSphere Master Data Management, Version 11.3

Configuring applications to run in batch mode

By default the derive, compare, and linkingbig data matching applications run in automatic mode. (The cache, reindex, and other applications are only available in batch mode.) To disable automatic mode for deriving, comparing, and linking so that you can run the applications in batch mode instead, add additional properties to the .xml file for a table.

About this task

To disable automatic mode for a table, edit the pme-<yourtablename>.xml configuration file. Add the relevant properties to the file and set the values to false. After automatic mode is disabled, you can load data into the tables and run the applications in batch mode from the InfoSphere® BigInsights™ Console.

Procedure

  1. Open the pme-<yourtablename>.xml table in your preferred XML editor.
  2. Depending on which applications you want to run in batch mode, disable automatic mode by adding the XML code to the file. The code below uses the example of the memgen table. In your own code, replace memgen with the name of your particular table.
    1. To disable automatic mode for the derive application for the memgen table:
      	<property>
      		<name>pme.memgen.autoderiverecords</name>
      		<value>false</value>
      	</property>
    2. To disable automatic mode for the compare application for the memgen table:
      	<property>
      		<name>pme.memgen.autocomparerecords</name>
      		<value>false</value>
      	</property>
    3. To disable automatic mode for the linking application for the memgen table:
      	<property>
      		<name>pme.memgen.autolinkrecords</name>
      		<value>false</value>
      	</property>
  3. Save and close the file.


Last updated: 27 June 2014