02-27-2006 10:48 AM - edited 03-13-2019 11:32 PM
In IPCC Enterprise assuming u have Licence for 50 Agents (for Cisco Desktop). I heard that this 50 is for 50 Agents logged at the same time. So How to know how many Agent are active at the Same time? using webview or anything else!How to Control that if there is more Agents logged than licenced?
Thanks
02-27-2006 01:41 PM
You can see the number of agents logged in through the webview - agent reporting. There is really no software control on the number of licenses. It is just upto the customer to abide by the law.
If you really want to control this, then you will need to write some type of trigger that checks to the t_agent_Real_Time table to see how many agents are logged in and then send an email out to you/admin
02-28-2006 04:02 AM
Thank you for your Answer, Could you please tell me how to do it with Webview?
Thanks again
02-28-2006 07:17 AM
In WebView, after login select Agent > By Team > Create Report > RealTime Template > Agent Skill Group Status (agteam02)
or Agent > By Team > Create Report > Historical Template > Agent Logout Status (agteam03).
If you browse through various options in Webview you will find reports where you can sort it out by skill group and other parameters.
02-28-2006 08:32 AM
Hi,
But this just list me all agents Logon/Logout. I want to know for example: Today the highest number of Agents logged at the SAME TIME. Is this possible? how are other people handling this issue?
Thx
02-28-2006 08:51 AM
Here is a easy way to check how many agents are logged in at a give time.
Do a query against the t_Agent_Real_Time table in AW (real-time distributor)
select count(*) from t_Agent_Real_Time where AgentState <> 2
This should give the count of agents logged in real-time.
There is no report that will give the max number of agents logged in at the same time. I have not seen this type of report in Cisco and other ACD's.
None of my other clients have been too concerned with the licensing aspect. They just buy licenses for all agents.
The only way for you to check is to find out from the manager who schedules the agents the peak and then keep querying
02-28-2006 08:58 AM
Thank you very much.
03-02-2006 01:21 PM
You could also run an ICM Perfmon counter from the Router. It will track the number of agents logged on.
Cheers, Darren.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide