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:
Stop iWD Data Mart runtime node.
Using an ASCII editor, open plugins.properties, add a row for each plug-in that you want to enable, and save.
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.