" /> IWS : CCS group queues stats? - Genesys CTI User Forum

Author Topic: IWS : CCS group queues stats?  (Read 11237 times)

Offline alaint

  • Jr. Member
  • **
  • Posts: 50
  • Karma: 0
IWS : CCS group queues stats?
« on: February 15, 2013, 04:10:56 PM »
Advertisement
Hi,

I have configure Interaction Workspace (in GA) to show VQs statistics in de Contact Center Statistics (under Workspace).  It work fine, but I have so many VQs.  Is there a way to group stats of many VQs in only one stat?  How?

Thank you.

Alain

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: IWS : CCS group queues stats?
« Reply #1 on: February 16, 2013, 08:06:14 AM »
Create group of vq and set required statistics on this object/group

Offline alaint

  • Jr. Member
  • **
  • Posts: 50
  • Karma: 0
Re: IWS : CCS group queues stats?
« Reply #2 on: February 18, 2013, 01:45:32 PM »
i,

I've already try that unsuccesfully.  I've make a DN Group and associate the VQs.  Is specify the DN Group in the statistics.queues option like that :"DG_DGAG_TestStat".  The result is Contact Center Statistics is a Value = "Switch is not found on Tenant 'Resources'".  I dont know witch switch to specify because the DN Group was not associate to a switch.  When I specify the switch of the VQ in my DN Group, like "DG_DGAG_TestStat@Cisco_CCC1_Switch", I dont see the stat in IWS.

Any Ideas?

Thank you

Alain

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: IWS : CCS group queues stats?
« Reply #3 on: February 18, 2013, 01:50:55 PM »
I recommend to you read as first this hints on URL [url=http://genesyslab.info/wiki/index.php?title=Section:_Object_Statistic_Name_812]Statistics in IWS[/url]

Offline alaint

  • Jr. Member
  • **
  • Posts: 50
  • Karma: 0
Re: IWS : CCS group queues stats?
« Reply #4 on: February 18, 2013, 07:44:53 PM »
J'ai encore une fois l'impression que tu me prend pour un imbécile. (excuse my french)

If someone have already do someting like this and is welling to help me... you are welcome.  ;)

Alain

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: IWS : CCS group queues stats?
« Reply #5 on: February 18, 2013, 08:41:15 PM »
1. Go to StatServer (logical, even a fool can do that, right???) and see why it complains.
2. Analyze the logs and compare to a working one on CCPulse (logical again, even a fool again can do it)

So, no one treats you like a fool, but there are basic steps to be done first and if you did it already then your fault by not indicating what tasks you already did to help yourself so we don't repeat the same again...even a fool would do that

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: IWS : CCS group queues stats?
« Reply #6 on: February 19, 2013, 08:43:27 AM »
I do not comment anything,when I do not know it. I have configured it a few months ago and the hints on URL above are very helpful and lead to solution - certainly the required statistics must be configured properly on StatServer object. If you implement all necessary steps and the need will be still unsolved,you have to do troubleshooting as Cav wrote.
Generaly, this forum provides us with helpful hints how to deploy advanced and non-standard funcionality on Genesys solution/platform or how to solve complicated customer's needs and environment,but not for reinventing wheel or describing basic  steps during deployment Genesys solution.

Offline alaint

  • Jr. Member
  • **
  • Posts: 50
  • Karma: 0
Re: IWS : CCS group queues stats?
« Reply #7 on: February 19, 2013, 03:15:05 PM »
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

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: IWS : CCS group queues stats?
« Reply #8 on: February 19, 2013, 06:56:41 PM »
Hi Alain,

I would say that your configuration is incorrect. Value of statistic-type key should be "GroupQueues" and not "Queue" if your are trying to monitor group of queues.

[quote]In my IWS application options I have add some section like this one :
CCStat-CurrAgentsReadyInQueue
description      Agents en attente
statistic-name      CurrAgentsReadyInQueue
statistic-type      [color=red][s]Queue[/s] GroupQueues[/color]
[/quote]

R.

Offline alaint

  • Jr. Member
  • **
  • Posts: 50
  • Karma: 0
Re: IWS : CCS group queues stats?
« Reply #9 on: February 19, 2013, 08:58:05 PM »
hi René,

I have try with the GroupQueues .
[quote]In my IWS application options I have change this options :
CCStat-CurrAgentsReadyInQueue/statistic-type    GroupQueues
interaction-workspace/statistics.queues  DG_DGAG_TestStat[/quote]

Alain

Offline imaki

  • Jr. Member
  • **
  • Posts: 51
  • Karma: 0
Re: IWS : CCS group queues stats?
« Reply #10 on: February 20, 2013, 06:58:59 AM »
Have you checked the wiki? [url=http://genesyslab.info/wiki/index.php?title=Interaction_Workspace_Statistics_Options]http://genesyslab.info/wiki/index.php?title=Interaction_Workspace_Statistics_Options[/url]

I think, that it is not possible to give DNGroup to IWS, but you can get list of queues by using variable $AGENTGROUP.ORIGINATIONDNS$.

I have not really worked with this IWS-statistics thing, but what I've learned so far is, that it is very limited.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: IWS : CCS group queues stats?
« Reply #11 on: February 20, 2013, 11:53:35 AM »
It is possible, and if you ever tried to give it a try, you'd figure it out yourself. If you follow steps on URL,that I had written,you solve your need. I have try it in my lab and all works fine. I did follows:

1. Create an DN group with more than two VQ
2. Modify configuration of statistics on IWS object -> point to stat-type of GroupQueues and object-id equal to name of DN group
3. Modify statistics show settings on IWS object
4. Start IWS and show statistics on gadget
5. Make a call on both VQs and check if the stat were correctly changed

For next time,try to read doc and wiki hints before you open topic and lash out.

Offline alaint

  • Jr. Member
  • **
  • Posts: 50
  • Karma: 0
Re: IWS : CCS group queues stats?
« Reply #12 on: February 20, 2013, 02:39:29 PM »
[quote author=Kubig link=topic=7666.msg33143#msg33143 date=1361361215]
It is possible, and if you ever tried to give it a try, you'd figure it out yourself. If you follow steps on URL,that I had written,you solve your need. I have try it in my lab and all works fine. I did follows:

1. Create an DN group with more than two VQ
2. Modify configuration of statistics on IWS object -> point to stat-type of GroupQueues and object-id equal to name of DN group
3. Modify statistics show settings on IWS object
4. Start IWS and show statistics on gadget
5. Make a call on both VQs and check if the stat were correctly changed

For next time,try to read doc and wiki hints before you open topic and lash out.
[/quote]

Glad to ear that it work for you.  But, as I wrote yesterday, I already try what you describe and it dosent work for me.  I have put the config I consider important, but if you want more, just let me know. 

I have try to put my DN Group name directly on the object-id options and I still have the message "Switch is not found on Tenant 'Resources'" IWS and SS log.  Why asking the switch if the DN group is not associate to a switch.

Thank you.


Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: IWS : CCS group queues stats?
« Reply #13 on: February 20, 2013, 02:47:29 PM »
And have you correctly configured the virtual queues that you have linked under DNgroup? For each VQ in this group the statistics in IWS works?

Offline alaint

  • Jr. Member
  • **
  • Posts: 50
  • Karma: 0
Re: IWS : CCS group queues stats?
« Reply #14 on: February 20, 2013, 03:24:39 PM »
[quote author=Kubig link=topic=7666.msg33148#msg33148 date=1361371649]
And have you correctly configured the virtual queues that you have linked under DNgroup? For each VQ in this group the statistics in IWS works?
[/quote]

Yes, the stats for each VQ individualy work fine.