Jump to: navigation, search

Redistribute Statistics Load when Adapters are Added

Initially, in your deployment, you might have one or more Advisors Genesys Adapters (AGA) running and the total statistics load is being evenly distributed among the adapters.

If, in this deployment, you must add one or more adapters, the existing statistics will not be automatically re-routed to the newly added adapters because Data Manager uses persisted adapter–Stat Server object mappings.

Use the following procedure to redistribute the total load of statistics among the adapters, including the adapters you added after the initial deployment.

Redistributing the Statistics Load

Procedure:


Steps

  1. Stop the FA Server and all Advisors Genesys Adapters. For CCAdv, you also need to stop XML Generator.
  2. Connect to the platform database.
  3. Remove all entries from the STAT_GROUP_OBJ_MAPPING table, and commit the changes:
    • Oracle:
      DELETE STAT_GROUP_OBJ_MAPPING;
      COMMIT;
    • MSSQL:
      BEGIN TRANSACTION;
      DELETE STAT_GROUP_OBJ_MAPPING;
      COMMIT TRANSACTION;
  4. Restart all stopped components:
    • For CCAdv: Restart all CCAdv adapter servers and XML Generator.
    • For FA adapters: Restart all FA adapter servers and the FA server.
    After the restart, the total load of statistics should be redistributed among all the Advisors Genesys Adapters, including the new adapters.
This page was last edited on June 1, 2018, at 19:10.
Comments or questions about this documentation? Contact us for support!