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]

Similar Messages

  • NAM Report Analyze -- Wan Optimization -- Application Performance Analysis Report

    Hello,
    Transaction Time (Client Exprerience) report does not show optimized traffic. For this graph what we expect is to show side by side the transaction time of optimized and non optimized traffic side by side to give information about the baseline and optimized application performance.
    May it be that the optimization should be disabled for some time for the Wan Sites, and after some time manually reenabled in order to compare these values?  This should be difficult for large deployments since manually disabling and reenabling for performance analysis time taking task.
    Best Regards,

    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]

  • Infoview Reports timing out, Freezing and other performance issues

    Hi all,
    New user and been tasked with a project to try and get to the bottom of a problem our users get using infoview on our network. Now i have very little experience in these kind of things and this is more of a research and learn experience at the same time. I have highlighted in bold below what one of my colleagues has sent me in order to research.
    You may have noticed Reports timing out, Freezing etc.
    We need recognise whatu2019s causing it and any solutions we can apply.
    It maybe down to Memory issues, on local machines. Cost of Queries on the databases or even Java versions used when either editing or viewing Webi reports.
    Other considerations could be Network issues u2013 Are the problems just site specific
    u2022     Identify reports that are causing problems. Is it down to the Queries used and can these be optimised to run faster u2013 Our DBA can assist with this using his Query profiler (ORACLE).
    Or reports that have many tabs on, appear to take longer to open/edit u2013 is this Memory or Java.
    u2022     Research the web for known issues/fixes,
    u2022     Raise Topics on Forums such as BOB and the SAP forum u2013 explaining the above, Can we find out what causes it, which Java versions we should be using, and recommended amount of Memory (RAM) etc.
    At the moment im busy just getting a list  of reports our users are having a problem with along with any error messages etc. Now in order to get help from some gurus on here i obviously would need to supply more information on our setup so if anyone can help just tell me what information you need and i will get this for you.

    Hi,
    Here's my best suggestion, use a monitoring tool like Remote Support Component: www.service.sap.com/remote-supportability
    you can use this utlity to diagnose your system and all aspects of its latency
    regards,
    H

  • 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..

  • Need help understanding MS SQL Server 2008R2 and Report Builder 3.0 and user access / priviledges.

    Having Problems with connections and access.  I have spent the last 2 days reading various threads regarding SQL Reporting Services pertaining to access and connections.
    First, let me explain what I have done to date.
    1)  I am using Windows 7 - Home Premium.
    2)  I downloaded and installed MS SQL Server 2008 R2 Express.  This was successful.
    3)  I downloaded Report Server 3.0 - This was successful.
    4)  In IE, I tried logging onto http://servername/reports, but this failed.  After logging into IE
    via ' Run Administrator', I was able to access URL.  
           Next, I updated the security / trust sites as explained in the
    threads
    Next, I went to Folder Setting and added my user name and granted all roles (Browser,
    Content Manager, My
    Reports, Publisher and Report Builder).
    5)  Now, I can log into Http://servername/reports using my normal windows 7 user account.
    6)  Next, I opened Report Builder 3.0.  However, I am having trouble connecting to report  
    server.  I tried connecting with
    http://servername/reports, but this failed. 
           However, If I change URL to http://servername/reportserver, it works.  BUT NOW, I have
    another problem.  When I
    execute the RUN button to create report, I get a  permission
    error.  "PERMISSION GRANTED TO USER ARE
    INSUFFICIENT FOR  PERFORMING THIS OPERATION".
    7)  Finally, I can not save reports to http://servername/reportserver when I select "Recent
    Site and Servers".  ERROR
    MESSAGE:  UNABLE TO OPEN OR SAVE REPORT
    8)  In my Reporting Services Configuration Manager:
    Web URL = http://servername:80/ReportServer
    Report Manager URL = http://servername:80/reports.
                What is strange, the Report Manager URL works for IE URL and WEB URL works for
    Report Builder connect (Even though it really does not work). 
    THREE QUESTIONS:
    1)  What URL should I use to connect in Report Builder.  
    2)  How do I update my normal Windows 7 user so I can run reports when I connect to report
    builder.        
    3)  How can I save my reports so they are displayed in IE Reporting services.  Note:  I was
    able to save report to
    documents folder and import into IE Reporting Services.
    4)  And finally, is it possible to add report builder 3.0 as a tab in my IE Reporting Services.  I
    save seen samples of Reporting Services screens where the instructor has Report Builder
    tab.
    Thanks
    Dan

    To answer question 1... it should connect through /ReportServer
    http://bretstateham.com/reporting-services-architecture-diagram%E2%80%A6/
    Report Builder 3.0 is not a web application, it is a client side application can be used using the click-once or downloaded from Microsoft's website.  If you are having issues, you might download and install it and try running it as an administrator.

  • GL trial balance and All inventory value reports

    Hi,
    in oracle applications 11i the inventory super user claims that the results of the following two reports:
    GL trial balance
    and
    All inventory value report
    for the period MAY-09 DO NOT match.
    How can i investigate this issue?

    I haven't worked on PPAC but I assume its only a cost method to build the cost. Once costs are build GL entry happens in the same way.
    You said that you first freeze the cost and then run subledger update report.
    Once you freeze the cost, what cost do you see for product x?
    Once you produce 20 TONS output; subledger update should generate entry as follows:
    Cr WIP: cost*20
    Dr INV: cost*20
    Now you mentioned about title ALC (GL Allocation). I haven't seen that title.
    Also at the period end we need to run revaluation of inventory for STND method, I am not sure if the same is required for PPAC. Try performing that in test instance to see accounting entries generated.
    I am sorry if I confused you or didn't understand your question. I have used mostly worked with STND method and just trying to extend my experience with PPAC.

  • Migrate VB6 Crystal Report 6.0 application to Crystal Report 2013

    I have a VB6 application that includes the Crystl32.ocx from Crystal Report 6.0. Can someone suggest migration details to use Crystal Report 2013.

    Hi Manish,
    The VB6 application was written using RDC COM SDK which was available and supported til CR XI R2.
    From CR 2008 RDC COM SDK has been completely deprecated and is no more supported.
    There is no upgrade or migration path. With CR 2008 onwards only .NET and JAVA SDKs could be used.
    You would have to re-write the code using .NET SDK.
    All the resources for .NET SDK and plenti of sample codes are available, just search through forums.
    Also, CR 2013 does not have any SDK. You could design the reports with CR 2013 and use
    SAP Crystal Reports for Visual Studio (which works with VS 2010, 2012, 2013) to develop your applications.
    Here are few helpful articles
    http://scn.sap.com/community/crystal-reports-for-visual-studio/blog/2013/06/28/how-do-you-spell-confussion-cr-for-vs-crystal-2011-bi-4x-and-the-net-sdks
    http://scn.sap.com/community/crystal-reports-for-visual-studio/blog/2009/09/23/use-of-the-report-designer-component-rdc-in-vs-net
    - Bhushan
    Senior Engineer
    SAP Active Global Support
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place
    Getting started and moving ahead with Crystal Reports .NET applications.

  • Applications freezing/error reports not sending

    I've had my Macbook for a over a year and probably 8 months into owning it, downloaded applications started freezing for no reason. For example - Skype and the Last.fm scrobbler... it happens every so often with Firefox also. I can open and use them but eventually they freeze anywhere from a minute to a couple hours later. Skype is famous for freezing on-screen (when it says "so and so is typing..." in the upper right corner), forcing me to restart the computer completely to be able to reopen the application. What's even worse is when I force quit the error report won't send. I've tried completely removing them and reinstalling but that doesn't work. I don't have Norton or any sort of anti-virus program, and pre-installed applications (iChat/tunes/etc) don't freeze.
    Sorry if this has been answered somewhere, I haven't been able to find any help.

    HI,
    Check for available disk space.
    Right or control click the MacintoshHD icon. Click Get Info. In the Get Info window you will see Capacity and Available. Make sure you always have a minimum of 10% to 15% free disk space at all times.
    Freeing space on your Mac OS X startup disk
    If disk space is not a problem, then try booting from your install disk and check the startup disk for errors.
    Insert Installer disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu (Panther and earlier) or Utilities menu (Tiger and later) and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    *(Check S.M.A.R.T Status of HDD at the bottom of right panel. It should say: Verified)*
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    When you are finished with DU, from the Menu Bar, select Utilities/Startup Manager.
    Select your start up disk and click Restart
    Carolyn

  • Webtemplate performance analysis

    Hello,
    Is there any standand SAP method,to calculate the time to show the report on the browser and other issues related to the performance?
    Thanks,
    Ravi

    Hi Ravi,
    try using transaction RSRT2!
    Than select "query display" --> HTML!
    You will notice an url like this:
    variable_screen=X&template_id=0QUERY_TEMPLATE
    Just use your template name instead of 0QUERY_TEMPLATE!
    For performance measures see also this paper in Service Marketplace:
    https://websmp102.sap-ag.de/~sapdownload/011000358700001890502003E/Performance_Tuning.doc
    Chapter 7 is very interesting.
    Take a look also to Web Performance Analysis - Documentation:
    https://websmp102.sap-ag.de/~sapdownload/011000358700001936892003E/Web_Performance_Analysis.pdf
    and
    Web Performance Analysis - Tools:
    https://websmp102.sap-ag.de/~sapdownload/011000358700001936902003E/IEMon.zip
    Have fun.
    Regards,
    Adem

  • Performance Analysis section

    Hi,
    we are in 10g R2 on Win 2003 Server. In 2 Day DBA page 10-9 ( B14196-02 http://download.oracle.com/docs/cd/B19306_01/server.102/b14196.pdf) I saw for seeing Performance Analysis:
    1-Under the Performance Analysis section on the Database Home page, as shown in Figure 10–6.
    You can drill down by clicking the finding. The Performance Findings Details page appears, describing the findings and recommended actions.
    2-The Diagnostic Summary next to Performance Findings shows the number of findings, if any. Click this link to go to the ADDM page.
    But on my Grid control database home page I can not see these. Does it mean that ADDM has found nothing ? How to be sur that ADDM runs every one hour ? How to enable ADDM ?
    Thank you.

    Click on RUN ADDM
    Then Click on hour check box on the graph where it shows spike to see the performance issues.
    Ss

  • 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

  • Vendor performance analysis report

    Hi all,
    requirement to create an ALV report for vendor performance analysis...  wat r d tables n feilds which are to be used fr this... any help is appreciated..

    Refer the links -
    vendor performance report !!!
    vendor performance report
    vendor performance report
    I need standard vendor performance report

  • No data in Application failure Analysis report for a particular application alone.

    Dear All, 
    We are not able to get the data in Application Failure Analysis report from Appadvisor for a particular application(say ABC) alone, whereas it works fine for different application. Also,we could get the data from other reports(such
    as Application status,Problem distribution analysis,etc) for the same application(ABC). PFB snapshot for your reference.
    Thanks in Advance.
    Regards,
    Rajesh Kumar C

    Hi,
    Is there any error message when you run Application Failure Analysis report for the specific application?
    Does this application have any failure alerts?
    You may also look into operation manager even logs to check is there any errors or warnings.
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Read Only Access while assigning Analysis Types and Reports in User/Group

    Hi Team,
    While Assigning Analysis Type,Reports and Workbooks to User "Read" option is not enabled. It is not working and as soon as we select analysis type ,Only one option is editable "Create/Update/Delete". The other two Option is always there as display "Read" and "Execute" . Execute might work with "Scripts template" but "READ" should work for analysis types and Reports.
    We are already struggling with "Read Only" Access in security filter as its not working now.
    Thanks
    Edited by: user7918731 on Mar 2, 2011 11:22 AM

    The behavior for Analysis type, workbook and script as follow:-
    The Analysis type create/update/delete option will be enabled, read and execute option will be disabled by default.
    The report workbook read option will be enabled, and other two options will be disabled.
    The script execute option will be enabled, and other two option’s will be disabled.
    For providing “Read Only” access in security filter, Switch to the administration tab, Click on Security Filters, Click on Add button, Open Create Security Filter window, Select the access level to Read Only and select user in assigned user , Click on ok.
    It should work.

  • Import Performance Analysis report

    Hi,
    I ran the import analysis report in FDM and it tells me the time taken by each step of import process. My question is why does it take time for "Memo Reassign Time". I am not doing anything with Memo. Is there a way to avoid the time it takes to reassign memo.
    Thanks, AJ

    Import Performance Analysis
    File Archive Time 1
    Memo Reassign Time 53
    Total Import Process 254 Seconds
    Total Map Process 65 Seconds
    Almost 1/5th of the total time is taken by Memo Reassign Step for nothing. Is there a way to bring it to 0 seconds.

Maybe you are looking for

  • What is a redo log file? can anyone explain in simple terms

    I am confused between redo log file and physical datafile can anyone explain in simple terms Thank u Regards, Vijay

  • Can garage band be used with usb turntable to transfer lp's to digital?

    i have a number of lp's that i want to transfer to my mac, is garage band capable of doing that or do i need other software? input appreciated, thanks 17 G4 Powerbook - macmini   Mac OS X (10.4.8)  

  • Wakeup to no running apps, but there is one...

    Hey all you power users, here is a totally weird event. As usual I closed the lid on the MBA last night, and left it on the couch, as you do... This morning I bring it over to the desk and plugin and open lid, only to see my previous nights desktop w

  • Anyone figure out the time zone issue?

    Hey Everyone, I've read about this on some other forums and there seems to be no resolution, nor acknowledgement by VZW or HTC that this is an issue (unless I missed it) I am in Arizona, and when the time is set to network time, it goes back and fort

  • 9630 Tour circle with a number 2 beside it

    Hi, Just another query about how to delete the circle with the downward left arrow with a 2 beside it. I did a reboot when the 1 with the circle wouldn't go away after ensuring my messages were empty from the WAP push folder, but still no avail. Othe