Jump to: navigation, search

Activating IWD Aggregate Plugins

Similarly to activating statistics (see Composition of IWD Statistics and Aggregates), you activate a plug-in by appending it to the plugins.properties file, which is located in the \plugins subfolder. By default, only the task classification aggregate is enabled in this file to minimize ETL processing time and Data Mart size; this plug-in’s content consists of the following single line:

${KETTLE_REPOS_DIR}\plugins\classif,task_classif_fact

To enable additional plugins, perform the following steps:

  1. Stop iWD Data Mart runtime node.

  2. Using an ASCII editor, open plugins.properties, add a row for each plug-in that you want to enable, and save.

  3. Important
    This file should not contain any extraneous lines.
  4. Run the iWD database upgrade command-line utility, dbup_dm.cmd, to see the effect of these changes. One function of this utility is to create the necessary tables to support these plug-ins. Refer to the Deployment Guide for additional information about this utility.

For example, to add the agent aggregate plug-in, add a line to the file as shown below:

${KETTLE_REPOS_DIR}\plugins\classif,task_classif_fact
${KETTLE_REPOS_DIR}\plugins\agent,task_agent_fact

Genesys provides this transformation script but you must enable it in order to use it.

This page was last edited on January 26, 2015, at 15:16.
Comments or questions about this documentation? Contact us for support!