UCCX 7.0 historical report for afterhours callcenter

We have a UCCX7.0 deployment with a CallCenter that closes at 6:00 PM and open the next day at 7:00AM. Customer wants to get a report of how many calls are they getting after business hours. I know I can get this report in a daily base but is any way to get this info for a whole month instead of running the report 30 times individually?
Thanks,
Oscar

Hi
The three ways I can think of getting this would be:
1) Assuming that you are not sending your out-of-hours calls to the CSQs, you could run the 'Application Performance Analysis' report for the month, then run one of the 'Contact Service Queue' reports to see how many calls go to the queue. The number of calls presented to the application minus the number presented to the CSQ would be the number of calls that are out of hours (assuming there are no other branches the call may go down which result in calls not reaching the CSQ).
2) Run a detailed call-by-call ccdr report for the entire period;  export to Excel and then use Excel or Access to filter out the  dates/times that you aren't interested in.
3) Write a custom report/stored procedure based on the canned reports that filters out the in-hours times.
Regards
Aaron
Please rate helpful posts..

Similar Messages

  • UCCX 7.x Historical Reporting Licensing

    Hi, is there a limit on the number of historical report users for UCCX 7.x?

    Yes. It depends on the MCS hardware and other sizing metrics. If you are a partner, you should run through the config/sizing tool to understand what value is acceptable. If not, ask your partner to do this before changing the value within System Parameters. HRC takes a significant toll on the server and setting this value carelessly can result in call processing interruptions.
    http://www.cisco.com/en/US/partner/prod/voicesw/networking_solutions_products_genericcontent0900aecd80710427.html

  • UCCX 10.5 Historical Reporting

    All - has the Historical Reporting download been removed from UCCX 10.5, and been replaced with Cisco Unified Intelligence Center?  If so, how do I go about configuring supervisors to access reports?
    Thanks,
    Jaime

    Jaime,
    Yes, the historical reporting client has been depreciated in favor of CUIC. You will need to configure each supervisor with access to reporting just as before.
    The URL for CUIC is: https://uccx:8444/cuic/
    You may also access it via the menu: Tools --> Historical Reporting --> Reporting Configuration
    Regards,
    Tanner Ezell

  • Creating a customized Historical Report for Abandon Calls

    Hello
    I have a specific question about generating a customized report for a user.  She wants to know the abandonment rate minus the calls that drop off in 10 seconds.  I don't use historical reports so I'm not too sure how to do this.  I looked at the canned reports but it doesn't look like none of those works.
    Can this be done?
    Mark

    Hi Mark
    Here's a couple of suggestions:
    1) You can try the 'Contact Service Queue (by Interval)' report. This has a stat on it called 'Percentage of Service Level Met— Without Abandon'. The description of this is:
    Percentage of presented calls, not counting abandoned calls, handled within the time shown in the Service Level field. This value is calculated as follows:(Number of calls handled within service level / (Number of calls presented – Number of calls abandoned within service level) * 100%
    So to get this working the SLA on your queues would need to be set to 10 seconds, and presumably 100% of calls to be answered at 10 seconds.
    Be aware that the SLA calc is done when the call happens, so if you don't already have those settings it will apply to calls from the time you make the change.
    2) As per Anthony's suggestion, and custom report is the other option. It's a matter of developing SQL code and a Crystal template, and some XML for UCCX HRC - so unless those are things you are familiar with it's not trivial. Maybe PM me if you want it doing for you.
    Regards
    Aaron

  • UCCX 8.5 Historical report sql queries

    Hi All
    I am looking for the sql queries to use that would produce the data for default historical reports.
    I would also need to understand wich columns I would need, and how to interpret the values returned e.g.
    How would I get an outgoing call for our Q2, or an abandoned call for Q1

    Hi,
    did it ever work?
    If you try to create a report within that month (let's say, first week of that month), does it work?
    G.

  • UCCX 9.x Historical reports

    Hi
    I am experiencing installing the Historical Reports Application on a server running Windows 2003.
    Even in compatability mode, the application fails with a message that it is not supported and that it has to be installed on Server 2000, Windows XP or Windows 7.
    UCCX Version 7 worked on this exact server without issues.
    I have tried doing a fresh install of version 9 and even an upgrade from 7 to 9, but both fail.
    thanks              

    Are you referring to Cisco Historical Reporting Client (HRC)?
    a) This is client (supervisor/manager) application and should be installed on their PC/laptop which is most likely running XP / 7
    b) Are you aware of the availability of CUIC in UCCX v9 onwards? That is something to explore and it will automatically elimate any OS dependencies since its web based
    Thanks!
    -JT-

  • UCCX 5 HA Historical Reports: Footer message

    We have some users complaining thta they are shown this message on their reports:
    "This report might not include complete data for calls received after [date] [time]."
    All reports for the day after the date/time shown, display this message.
    According to the documentation we should just wait a few minutes and it will go away. It does not.
    I cannot find any problem with the database sync and the users are pointing the reporting client at the Publisher.
    Any ideas?
    Tks.

    Hi,
    I have the exact same issue. But only when the user generate the reports for the current day.
    The message displays "This report might not include complete data for calls received after" with yesterday's date/time.
    I can understand that we have two servers and the data needs to be replicated. But why this happens at a specific time each day. Is there a way we can change this scheduled replication time?
    Thanks,

  • UCCX 8.5 - Historical Reports - Traffic Analysis report and Application Performance Analysis report different calls presented

    Hi,
    Please Advice.
    When I compare Traffic Analysis report and Application report, Calls presented are not same. Please Help !
    Also attached herwith the reports

    Mohammed,
    It is common, in many of the Cisco Express 8.5 environments we have looked at, for the Total Incoming Calls given on a Traffic Analysis report to be a higher number than an Application Report.
    The Traffic Analysis Report counts every unique sessionID (unique call) that is inbound (contact type of 1).  The Application Reports do a similar thing but qualify (filter) only the records that have an application assigned.
    There are simply times where inbound calls have been directed to an "agent" without having an applicaiton assigned.
    The best thing the reporting user can do is to run a query on his or her database such as: 
         select * from ContactCallDetail where contactType=1and startDateTime > '2012-11-16 10:00:00' and startDateTime < '2012-11-16 11:00:00';
    Usually when an application is not assigned to the record in the ContactCallDetail table it is because the destination type is equal to 1, which is an 'Agent' instead of a 'route point'.
    So if you modify your select statement to filter by destinationType, you can quickly find the records that don't have the application assigned. 
    Example:  select * from ContactCallDetail where contactType = 1 and destinationType = 1 and startDateTime > '2012-11-16 10:00:00 and startDateTime < 2012-11-16 11:00:00';
    When you look at these records, you will see the agent that took the call from the destinationID field.  The number in that field should match up with the field called 'resourceID' in a table called 'resouce';
         Example:  select * from resource where resouce=6011; where 6011 was the number you found in the destinationID field.
    If there is still confusion about the source of the call - then talk to that agent and find out what is was.
    Good Luck and let me know if you need further help.
    Ron Reif
    [email protected]

  • UCCX 7.01 Historical Reporting

    Need a little help on formatting HR reports. My customer exports the icd_agent_state_detail_chart_en_us and the agents names are all overlapping and jumbled up. How can I fix this.

    You'll need the Crystal Reports XI Developer suite (you can get a 30 day free trial). Once you have it you can modify the .rpt files to adjust spacing as desired.

  • Historical Reports UCCX 7.0

    Hi,
    When I run a query with CCX Historical Report, for example on the activity by CSQ, I see all the CSQ and the CSQ removed.
    This problem also exists for the agents. I found all the device that have been deleted.
    Is this normal ?
    How to completely remove these elements ?
    I encounter this problem with two UCCX 7.0.
    Anyhow, any help would be appriciated.
    Thanks
    Romuald

    Hi Romuald,
    The only way to remove the CSQ's as you suggest is to remove the "appearance" in the filter list of the historical report generator.  Then you will have to use the Filters when creating the report.  The CSQ's are perminent in the database and removing them manually is not supported nor is it advised.  But by changing the query in the reporting template you can remove the CSQ appearances in the historical reporting client.  Note, this is done on the HRC Client machine, not on the Server...
    I have done this before for application names.  So for instance, the ICD_Application_Summary_en_us.xml file which is located under c:\program files\Cisco CCX Historical Reporting\Report Templates\en_US has a SELECT query that appears like the following:
    SELECT distinct applicationname FROM db_cra.dbo.contactcalldetail where applicationname not in ('')
    If I wanted to change the appearance of what is displayed in the filter list I would change this in the following way:
    SELECT distinct applicationname FROM db_cra.dbo.contactcalldetail where applicationname not in ('') and applicationname not in ('Advertising_Acct_Main') and applicationname not in ('Advertising_Accounting_CustSVC')
    So for your issue, to remove CSQ appearances you will likely have to do the same thing but in something like the ICD_Detailed_Call_CSQ_Agent_en_us.xml or if the reports you are running are using a different template you will need to edit those.  In that file you will find the SQL select statement:
    SELECT distinct csqname FROM db_cra.dbo.contactservicequeue
    So you would need to change that to something like the following:
    SELECT distinct csqname FROM db_cra.dbo.contactservicequeue where csqname not in ('') and csqname not in ('CSQ1') and csqname not in ('CSQ2')
    In this way you will exclude the CSQ's from showing up in the filter list.  Someone can run the reports and select all the CSQ's in the filter list and this should exclude the ones you do not want on the report.
    Please let me know if you have any questions about this and if this has been helpful please rate the post.
    Thanks
    Mike

  • Historical Reporting UCCX 8.5 (1)

                       Help Help Help !!!!! Urgent
    we have meeting with client who is running UCCX7.0 and needs to upgrade UCCX8.5 (1). The question he migh ask about historical reporting. If they backup the current UCCX 7.0 historic reports data on sql 7 , How we restore to new UCCX 8.5 ?? How reporting in UCCX 8.5 (1) works ? What sort of reports store on UCCX historix reporting section? How it is true that historical reporting stores inside UCCX 8.5 (1) box ?? Please provide little introduction about reporting in related to above scenario. Thanks

    HI Hafiz,
    UCCX 7.0 uses SQL databases to save the historcal data, and UCCX 8.x versions use Informix DB to save the historical data.
    When you perform the UCCX 7.0(1)_SR5 upgrade to UCCX 8.5(1), using Windows to Linux upgrade (or W1 upgrade) it takes the backup of the entire UCCX 7.0(1)_SR5 box using PUT (Pre Upgrade Tool) including your historical data.
    As part of the restore, you need to install the UCCX 8.5 freshly, and restore the earlier backed up data which will restore your Historical data as well.
    Please refer the below upgrade link for the step by step procedure of this upgrade path,
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_8_5/installation/guide/uccx851_ug.pdf
    Please note that you need to upgrade the HRCclient (by uninstalling the older version and installing it newly from the UCCX 8.5 system) to view the HRC reports in UCCX 8.5 version.
    Hope it helps.
    Anand
    Please rate the helpful posts by clicking on the stars below the right answers !!

  • Historical Report - Missing data

    Hello,
    We have a problem with Historical Report, for some reason we cannot generate report "Agent State Summary by Agent" on particular date (other report have no problem on that particular date). While generating the report, we get the error message "A runtime error occurred while executing the query. Please check log for more detail.".
    HRC log:
    1: 12/8/2010 3:33:59 PM %CHC-LOG_SUBFAC-3-UNK:The following SQL Command failed due to ()SQL Command=[call sp_agent_state_interval ('2010-11-08 17:00:00', '2010-11-09 16:59:59', 0, 0, 'NULL', 'NULL', 'NULL', 'NULL' )]
    2: 12/8/2010 3:33:59 PM %CHC-LOG_SUBFAC-3-UNK:TraceDBError #1:(ADO Error# -2147467259|Description E21000: (-284) A subquery has returned not exactly one row.|Source Ifxoledbc|SQLState |NativeError -284)
    3: 12/8/2010 3:33:59 PM %CHC-LOG_SUBFAC-3-UNK:Database Error | A runtime error occurred while executing the query. Please check log for more details
    4: 12/8/2010 3:34:04 PM %CHC-LOG_SUBFAC-3-UNK:Failed to run Interpreted SQL Command(call sp_agent_state_interval ('2010-11-08 17:00:00', '2010-11-09 16:59:59', 0, 0, 'NULL', 'NULL', 'NULL', 'NULL' ))
    We are on CUCM 8 and UCCX 8.0(2). Does anyone experience this issue? Any idea what cause the issue? Any solution?
    Thank you,
    sovannary

    To fix this kind of issue we need to check if replication between two server is good or not .
    1)Command :- utils uccx dbreplication status (run this command on both the server's
    2) If replication is good then check the status of historical datastore from control center
    3)if all the services are good then check which report is failing .I mean  if agent report is failing then
    run below command to check if that table if fine
    admin:run uccx sql db_cra select count(*) from agentstatedetail
    you can query different tables depending on reports .
    you will get ISAM error in executing sql query then reboot the server . If it does not resolved the problem then open TAC case . we need to drop the table and create it again .
    If Row's on both server's are not matching then we might need to repair the database.
    Command :- utils uccx dbreplication repair db_cra
    Note:- Please contact TAC before executing these commands.
    I hope this will help you .
    Regards
    Ravi

  • Historical reports not matching supervisor desktop "Calls Presented" totals.

    Have UCCX 9.X version of Supervisor Desktop.  When viewing the “Agents – Team Summary” from within Supervisor Desktop the “Calls Presented” and “Calls Handed” totals seem to be cumulative from more than the past day.  The Supervisor Desktop User’s guide states that the totals should be from 12:00 AM thru the current day.  I’ve looked through Supervisor Desktop “Preferences” and could not find anything to change to give the past days totals only.   When a supervisor runs a Historical Report for the day the totals are correct. When they’re in Supervisor Desktop the totals for each agent are hundreds more than what the Historical Report states.   Is there a parameter I’m missing somewhere to allow Supervisor Desktop to give the current days totals only?
    Thanks!

    We started having this problem with some of the reps after migrating from the old CAD servers to new CAD servers. Since the new system didn’t have the updated RASCAL DB, I thought the reports have the stale data. I was under the impression that it gets cleared after a day(once CSD has a fresh data) but seems like that’s not the case. I didn’t get time to look into this further and have requested TAC to help me on this.
    -Sunil

  • Historical Reports v 4.0 will no longer print

    We have been running reports in historical reports for the past couple of years and printing them out without an issue. About 2 weeks ago we had to rebuild our Call Manager publisher and restore from a backup from a 3 months ago since BARS had not been working (bad on my part). Anyway, after that Historical Reports will not print.
    We can run thereports and all of the correct information shows up. We can export the report and print it after that, but that just adds another step. For some reason we click on the print button, the print dialog box comes up, you click the OK button, and the box goes away but nothing prints.
    I have uninstalled the application, restarted, and installed the application all to no avail(on 4 different machines and on 1 I hacked the regeitry to make sure nothing was there). I have tried different printers and different drivers (PS, PCL 5, and PCL6) and different machines. It all just seem sto boil down to not wanting to print I I can not figure out why. All of the articles I have read here have not given me any further information to help me try to resolve this. Can anyone think of anything else that may be causing this?
    Thanks much
    Dave

    Hi Dave.
    Have your checked your hrcConfig.ini ?
    C:\Program Files\Cisco UCCX Historical Reports
    hrcConfig.ini
    [MODEL]
    ;Use one of the following values:
    ;1 - to use Shared Memory model
    ;0 - to not use Shared Memory model (default)
    UseSharedMemory=1
    Change the value to 1 and see if it works.

  • CUIC Historical reports Customization

    Hi,
    I am using UCCX 10.5 Premium.  I want to use historical reports for example last week or last month.
    The grannularity of Interval Length I can find is  30mn , 60mn or entire range.
    For a daily report theese ranges are suitable but for a week or month report the 60mn Interval Length is really too short.
    Question: how can I create new Interval Length for ex:: 1440mn and how can I apply it to a new created Report ?

    Hi
    You can create custom reports, but you need some SQL skills and CUIC Premium (which is seperate to UCCX Premium).
    The built-in CUIC only allows basic field filtering of the reports, not true customisation.
    Aaron

Maybe you are looking for

  • Violatoins report in dbcontrol

    Oracle EE 10.2.0.2.0 HP-UX The other day I finally decided to address policy violations reported by dbcontrol. They were - 'execute' on utl_file granted to public - Well known accounts (anonymous, ordplugins, should be expired and locked - 'execute'

  • Error during installing oracle client on windows XP

    Hi everybody, I want to install Oracle Client on Windows XP. I downloaded and installed Client version 10g on several PCs. But one of them gives me error - 'oui.exe - error'. Cant start oui.exe. Is it problem of Windows XP or ? I just cant start GUI

  • Weird Video Conference

    Hi there, I am having this weird issue using ichat video. I have got a friend (Friend C) who just got a macbook and I am trying to video chat with her. Did all the possible settings that I could think of. Quicktime Streaming speed settings to 1.5Mbps

  • Help...iPhoto library has become unreadable

    i am getting this message when i try to open my iphoto library. it is on an external hard drive. my girls were downloading movies on the computer and said it froze. we unplugged everything and fired it back up again. everything seemed to be working e

  • I'm running smooth!

    Several of you guys were a big help when I started setting up my system, first off, THANKS!   I really appreciate all the help. Now that I am up and running with no issues, I have a new question. I currently have the raid configured as Raid 0. I am t