Hi all,
as in object I’m noticing a little difference in numbers between CCPulse view and datamart stored data. At a first look, seems CCPulse adds abandoned in ring calls to entered calls (but entered are created from TotalNumber/CallsEntered)
Any clue, direction on how to fice the troubleshooting?
we use the total calls Waiting, Answered, Abandoned & Cleared against calls Entered in each VQ. There will always be differences as you are comparing real time metrics to historical. If the difference is over 2% then we would look to investigate further.
Thanx Tambo. The difference is very small (surely less than 2%). Yes, at the moment I’m using that formula as a workaround, instead of the pure CallsEntered value, but wondering about the reason behind this difference.
You say you have two reports, in one of them, CCPulse one, shows values different than DataMart one.
So I assume
You are comparing same metric on both of them
Both are historical reports (wouldn’t make sense at all compare real time vs historical)
Which is the name of the metric you are comparing?
Screenshot? O.o you mean real Time…
Then no way to compare
Historical has data already ended while RT can show information that still haven’t gone to DB as the Time Profile for its historical data hasn’t yet expired.
Yes, screenshot; weird, I know, but an outsourcer we use for service, takes a screenshot from ccpulse workspace to do an immediate internal comparison with their crm managed calls, then, the day after, we send them an automated report, and the n_entered from datamart, differs from the n_entered showed by ccpulse (collected by ccp_statserver). The difference seems to coincide with n_abb_ring or n_cleared (I’m still investigating on it). My theory is that ccp_statserver adds cleared or abbring to entered, but in datamart this calls are not counted in entered.
Hi Kub, thanks. Going deeper I found that CCPulse uses a different statistical type, even if the configuration (active/relative mask, type, etc) seems the same, but I can’t find the statistical type name used by ccpulse, in DMA. Created a new vq template for CCPulse, using the statistical type taken by dma; let’s see what happens.
Here, respectively, the stat used in production and the stat I’m testing.
Check the DCID forumla. If it is only used by one of the statservers for calculating calls entered, and some calls go through the same VQ multiple times - then thats whats causing your issue.
Distinct By ConnID (DCID) will be your issue. Without going into too much depth; check to see if your routing passes calls back into a Queue or Group of Queues. If it does, then having DCID applies means it counts a ConnID passing through only once, no matter how many times it passes through/around.
A remedy could be to ensure that you use DCID on both stats (<recommended) - or don’t use it on either of them (<not recommended)
I was already investigating on DCID, but stats on CCP and DMA seems to be identical, but number difference permains: for the same VQ in the same day, Total_Call_Entered in datamart 628, in CCP: 634:
I’m configuring CCP stats in the properties - options section of the ccp_statserver in CME, and reporting stats on DMA; there’s another place I should look to?