Running MappedVirtualInteractionConsumer as a batch process

Edit the Batch.properties configuration file to indicate that you want to use the MappedVirtualInteractionConsumer processor when you run runbatch.sh.

About this task

Within the "Processor settings" section of the Batch.properties file, specify the MappedVirtualInteractionConsumer processor and the associated classname: com.ibm.mdm.replayer.batch.MappedVirtualInteractionConsumer.

Note: If you know that the virtual MDM interactions you are processing do not need to be mapped from one version to another, you can use the VirtualInteractionConsumer processor instead of the MappedVirtualInteractionConsumer processor. Use one processor or the other. Do not use both. For more information, see the link at the end of this topic.

Procedure

  1. Navigate to the $home/properties directory.
  2. In the Batch.properties file, navigate to the "Processor settings" section.
  3. Include the following code:
    Processors = Reader,MappedVirtualInteractionProcessor
    
    MappedVirtualInteractionProcessor.number = 1
    MappedVirtualInteractionProessor.classname = com.ibm.mdm.replayer.batch.MappedVirtualInteractionConsumer
  4. Save and close the Batch.properties file.
  5. Run runbatch.sh <Input URL> <Output URL> See the link at the end of this topic for more information about starting a batch job with a single input file.