Jump to: navigation, search

Change the Time Profile of Agent Groups Metrics from 5 Minute Sliding to 30 Minute Growing

When you deploy CCAdv and WA, you specify a time profile for the historical agent group metrics that will display on the dashboards of those components. Post-installation, you can change the time profile of displayed agent group metrics from 5 Minute Sliding to 30 Minute Growing, or from 30 Minute Growing to 5 Minute Sliding, for Contact Center Advisor and Workforce Advisor.

Application metrics are unaffected by this process. Users should log out before you perform this configuration change.

1. Stop the Windows services for CCAdv Web Services and WA Web Services.
2. Stop Advisors CCAdv XML Generator and Workforce Advisor Server from the Solution Control Server UI.
3. Execute the following statements on your Advisors Platform database:
  1. View the configuration parameters:
    select * from config_parameter
  2. Update one configuration parameter:
    update config_parameter set param_value = 'ThirtyMin' where param_name = 'skill.group.metrics.period.type'
    or
    update config_parameter set param_value = 'FiveMin' where param_name = 'skill.group.metrics.period.type'
  3. View the parameters again to ensure your update was successful:
    select * from config_parameter
4. Start Advisors CCAdv XML Generator and Workforce Advisor server from the Solution Control Server UI.
5. Start the Windows services for CCAdv Web Services and WA Web Services.

Users may log in again.

6. If a column with the previous time profile continues to appear in an Agent Groups pane, do the following:
  1. Open the Column Chooser.
  2. Un-pin (de-select) that column.
  3. Find the correct Agent Group metric for the time profile you want.
  4. Pin (select) that column for display.

If you cannot see any columns with the time profile you want in the CCAdv Agent Groups pane, ensure the correct choice of Short or Medium button in the title bar is selected.

This page was last edited on March 27, 2015, at 20:38.
Comments or questions about this documentation? Contact us for support!