Showing posts with label UCCX. Show all posts
Showing posts with label UCCX. Show all posts

Tuesday, April 9, 2013

Cisco UCCX Historical Reporting Issues

I found this great documentation which entails the discrepancies and differences in the UCCX reporting for similar constructs like Calls Handles, Abandoned, RNA etc.

One classical case in point is when you run the Historical reports to get Abandoned Call data from CSQ Summary Report versus Application Summary reports. The Application Summary report will also reflect the calls which were transferred lets say top VM and set as Handled in the Script using SetContactInfo step. Hence you will see that Application Summary reports will generally show more Abandoned Calls than CSQ Summary reports. You will see the same anomaly in the Call Presented metric when you run these two reports.

HTH
Mann


Wednesday, November 16, 2011

Saturday, January 8, 2011

UCCX not properly integrated with CUCM

Hey guys,
I'm back on track now (don't know if I can make it time).
Anyways I was messing around with UCCX integration with CUCM and was able to break it.
Here are the symptoms:
1) UCCX integrated with CUCM
2) CUCM does not show that it has any integrated UCCX. This can be seen from two places:
a) End user does NOT show any IPCC extension option
b) Under Enterprise Params, it shows that Auto Attendant and IPCC are not installed

The only way to rebuild it is by going to CUCM and typing the following:
run sql update processconfig set paramvalue="T" where paramname like'%nstalled%'

This will change the Auto Attendant and IPCC so that CUCM thinks it is integrated with UCCX.
Next to reset any settings done on UCCX, go to Run and type "cet.bat".
A pop up will appear press No
Once a window opens select ""com.cisco.crs.cluster.config.AppAdminSetupConfig""
Double click on the row on the right
Click on the second tab
in "Setup State" change it to "FRESH_INSTALL" from the drop down menu.
Press Ok and close that window.
Now you can can open the web page again and use the default credentials as if ure integrating UCCX for the first time (usr: Administrator pwd: ciscocisco)

HTH,
Nick