Ok,
So let give you more details. As I first wrote I have add statistics for Contact Center Statistics.
In my SS application options I have sections like this one :
CurrAgentsReadyInQueue
Category CurrentNumber
Description Current number of agents waiting for calls.
MainMask AgentReady
Objects GroupQueues, Queue, RoutePoint
Subject DNAction
In my IWS application options I have add some section like this one :
CCStat-CurrAgentsReadyInQueue
description Agents en attente
statistic-name CurrAgentsReadyInQueue
statistic-type Queue
Always in IWS application options :
interaction-workspace/statistics.displayed-statistics CCStat-CurrAgentsReadyInQueue
interaction-workspace/statistics.queues VIRTQ_DGAG_OAW_Billing_DGI_XFR_E@Cisco_CCC1_Switch,VIRTQ_DGAG_OAW_Billing_TPIC_IVR_E@Cisco_CCC1_Switch,... (30 mores)
The result is that the CurrAgentsReadyInQueue stat is show for every VQ specify in interaction-workspace/statistics.queues option. If you multiply by 10 differents stats, that make a lot of stats. So As I see in SS options that the stat can be apply on "GroupQueues", I have try this :
I have create a DN Group named "DG_DGAG_TestStat" and Assign all my VQs to this group.
In my IWS application options I have change this options :
CCStat-CurrAgentsReadyInQueue/statistic-type GroupQueues
interaction-workspace/statistics.queues DG_DGAG_TestStat
The result is the value of the stat is "Switch is not found on Tenant 'Resources'". For a Queue we must specify the switch corresponding, but the DN Group is not assign to a switch. How to do that?
Just to let you know, I have only read permission for all that concerne StatServer.
Any idea on what I doing wrong. I have'nt found informations about stats on group queues for IWS.
Thank you.
Alain