Discrepancy on CSD team agent statistics

We are using cisco supervisor desktop (CSD) with UCCE and facing discrepancy in calls presented and calls handled for some agent not for all agent.
It shows calls presented on agent are less than calls handled by agent. ANy idea what can be reason of it.

Do you count OutboundCalls as well, I was looking into this document where it talks how outbound calls are counted in Calls Handled/ Calls Presented field.
http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/cad_enterprise/cadenterprise7_5/reference/guide/cad75tg.pdf
But however for you Calls presented is less than Call handled ? Is that sure ? If it is otherway Can you check the Outbound calls as well (Page 28
Configuring the Recording and Statistics Service)
Regards,
Senthil

Similar Messages

  • UCCX Wallboard not displaying Agent statistics correctly

    I have  a UCCX 8.5 with the Gila-Wallboard running, the setup is perfect(after many hours) but the Agent Statistics is not displaying correctly. Sometimes it will show a logged in user but most times it doesn’t. enclosed is the wallboard.asp file. I am using the uccxhruser for the Informix login.  Is this a user issue or ASP issue? I am looking into the wrong table on the db_cra?

    Here is the whole .asp.  The only part that isn't populating is the Agent specific stats.  Queue stats are rolling.  The agents I can see look like this:
    Christina Smith
    Logged Out
    11:16:08
    Unavailable for Call
    <%
    //******************************START AGENT STATS MODULE********************************//
    //   Module:   Agent Stats                //
    //   PURPOSE:  Retrieves Agent Sumary stats & team names and formats them for display. //
      sqlGetAgentstats = "SELECT x.resourceName, x.resourceType, t.eventType, t.reasonCode, x.resourceGroupID, x.datetime FROM (SELECT t1.resourceID, t1.resourceType, t1.resourceName, t1.resourceGroupID, MAX(t2.eventDateTime) AS datetime FROM Resource AS t1 INNER JOIN AgentStateDetail AS t2 ON t2.agentID = t1.resourceID and t1.dateInactive is null GROUP BY t1.resourceID, t1.resourceType, t1.resourceName, t1.resourceGroupID ) AS x INNER JOIN AgentStateDetail AS t ON t.agentID = x.resourceID AND t.eventDateTime = x.datetime WHERE x.resourceGroupID = '4' ORDER BY t.eventType, x.resourceName"
    Set rs3 = server.createobject("adodb.recordset")
    Set cm3 = Server.CreateObject("ADODB.Command")
        cm3.ActiveConnection = cn
        cm3.commandtext = sqlGetAgentstats
    Set rs3 = cm3.execute
      teamID = rs3("Partner Services")
    Sub getTeamName (teamID)
      sqlGetTeamName = "SELECT teamName from Team where teamID = "'& teamID &'"
    Set rs4 = server.createobject("adodb.recordset")
    Set cm4 = Server.CreateObject("ADODB.Command")
        cm4.ActiveConnection = cn
        cm4.commandtext = sqlGetTeamName
    Set rs4 = cm4.execute
      teamName = rs4("teamName")
     rs4.close
    End Sub
    Sub getReasonCodeText (reasonCode)
      Select Case reasonCode
    'System Codes
     Case 33
      strReasonCode = sysReasonCode33Text
     Case 32755
      strReasonCode = sysReasonCode32755Text
     Case 32757
      strReasonCode = sysReasonCode32757Text
     Case 32758
      strReasonCode = sysReasonCode32758Text
     Case 32759
      strReasonCode = sysReasonCode32759Text
     Case 32760
      strReasonCode = sysReasonCode32760Text
     Case 32761
      strReasonCode = sysReasonCode32761Text
     Case 32762
      strReasonCode = sysReasonCode32762Text
     Case 32763
      strReasonCode = sysReasonCode32763Text
     Case 32766
      strReasonCode = sysReasonCode32766Text
    'User Codes
     Case udReasonCode1ID
      strReasonCode = udReasonCode1Text
     Case udReasonCode2ID
      strReasonCode = udReasonCode2Text
     Case udReasonCode3ID
      strReasonCode = udReasonCode3Text
     Case udReasonCode4ID
      strReasonCode = udReasonCode4Text
     Case udReasonCode5ID
      strReasonCode = udReasonCode5Text
     Case udReasonCode6ID
      strReasonCode = udReasonCode6Text
     Case udReasonCode7ID
      strReasonCode = udReasonCode7Text
    'Catch all
     Case Else
      strReasonCode = udReasonCodeUndefined
      End Select
    End Sub
    Sub getAgentStatus (eventType)
      Select Case eventType
     Case 7
       Call getReasonCodeText(rs3("reasonCode"))
       strAgentStatus = strStatusCode7
       TextColor = TextColor_AgentStats_LoggedOut
     Case 6
          strAgentStatus = strStatusCode6
       strReasonCode = udReasonCodeWorking
          TextColor = TextColor_AgentStats_Working
     Case 5
          strAgentStatus = strStatusCode5
       strReasonCode = udReasonCodeTalking
          TextColor = TextColor_AgentStats_Talking
     Case 4
          strAgentStatus = strStatusCode4
       strReasonCode = udReasonCodeReserved
          TextColor = TextColor_AgentStats_Reserved
     Case 3
          strAgentStatus = strStatusCode3
       strReasonCode = udReasonCodeReady
          TextColor = TextColor_AgentStats_Ready
     Case Else
      Call getReasonCodeText(rs3("reasonCode"))
      If rs3("reasonCode") = 32761 or rs3("reasonCode") = 32762 Then
       strAgentStatus = strStatusCode8
           TextColor = TextColor_AgentStats_NonACDCall
      Else
           strAgentStatus = strStatusCode2
           TextColor = TextColor_AgentStats_NotReady
      End If
      End Select
    End Sub
    %>
    <!-- ##### Agent Statistics Table ##### -->
    <td width="65%">
    <table width=100% cellpadding="0" table align="left">
     <tr bgcolor="#E5E5E5">
      <td align="center">
      <a><font size ='<%= TextSize_AgentStats %>'><strong><%= TableColumnHeader_AgentStats_Column1 %></strong></font></a>
      </td>
      <td align="center">
       <a><font size ='<%= TextSize_AgentStats %>'><strong><%= TableColumnHeader_AgentStats_Column2 %></strong></font></a>
      </td>
      <td align="center">
       <a><font size ='<%= TextSize_AgentStats %>'><strong><%= TableColumnHeader_AgentStats_Column3 %></strong></font></a>
      </td>
      <td align="center">
       <a><font size ='<%= TextSize_AgentStats %>'><strong><%= TableColumnHeader_AgentStats_Column4 %></strong></font></a>
      </td>
     </tr>
     <tr>
      <td colspan=4>
       <hr colspan=4>
      </td>
     </tr>
    <%
      While Not rs3.EOF
     Call getAgentStatus (rs3("eventType"))
        Call CalculateStatusTime (rs3("datetime"))
        Call CheckAgentStatusBlinking
    %>
    <% If rs3("ResourceType") = 2 Then %>
    <% If intAgentStatsMaxDays = 0 Then %>
     <tr>
     <td><i><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= rs3("resourceName") %></strong></font></i></td>
           <td align='center'><i><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strAgentStatus %></strong></font></i></td>
          <td align='center'><i><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strStatusDays & " days / " & strStatusHours & ":" & strStatusMinutes & ":" & strStatusSeconds %></strong></font></i></td>
           <td align='center'><i><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strReasonCode %></strong></font></i></td>
          </tr>
       <tr>
       <td colspan=4>
        <hr colspan=4>
       </td>
      </tr>
    <% End If %>
    <% If intAgentStatsMaxDays = 1 And intStatusDays < intAgentStatsMaxDays And intStatusHours < intAgentStatsMaxHours Then %>
           <tr>
    <% If AgentStatusBlink = 1 And strAgentStatus = strStatusCode2 then %>
              <td><BLINK speed="1000"><i><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= rs3("resourceName") %></strong></font></i></BLINK></td>
              <td align='center'><BLINK speed="1000"><i><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strAgentStatus %></strong></font></i></BLINK></td>
              <td align='center'><BLINK speed="1000"><i><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strStatusHours & ":" & strStatusMinutes & ":" & strStatusSeconds %></strong></font></i></BLINK></td>
        <td align='center'><BLINK speed="1000"><i><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strReasonCode %></strong></font></i></BLINK></td>
        <% Else %>
              <td><i><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= rs3("resourceName") %></strong></font></i></td>
              <td align='center'><i><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strAgentStatus %></strong></font></i></td>
              <td align='center'><i><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strStatusHours & ":" & strStatusMinutes & ":" & strStatusSeconds %></strong></font></i></td>
              <td align='center'><i><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strReasonCode %></strong></font></i></td>
       <% End If %>
        </tr>
         <tr>
       <td colspan=4>
        <hr colspan=4>
       </td>
      </tr>
    <% End If %>
    <% If intAgentStatsMaxDays > 1 And intStatusDays < intAgentStatsMaxDays Then %>
            <tr>
             <td><i><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= rs3("resourceName") %></strong></font></i></td>
             <td align='center'><i><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strAgentStatus %></strong></font></i></td>
             <td align='center'><i><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strStatusDays & " days / " & strStatusHours & ":" & strStatusMinutes & ":" & strStatusSeconds %></strong></font></i></td>
            <td align='center'><i><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strReasonCode %></strong></font></i></td>
            </tr>
      <tr>
       <td colspan=4>
        <hr colspan=4>
       </td>
      </tr>
    <% End If %>
    <% Else %>
    <% If intAgentStatsMaxDays = 0 Then %>
       <tr>
      <td><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= rs3("resourceName") %></strong></font></td>
           <td align='center'><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strAgentStatus %></strong></font></td>
          <td align='center'><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strStatusDays & " days / " & strStatusHours & ":" & strStatusMinutes & ":" & strStatusSeconds %></strong></font></td>
           <td align='center'><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strReasonCode %></strong></font></td>
          </tr>
       <tr>
       <td colspan=4>
        <hr colspan=4>
       </td>
      </tr>
    <% End If %>
    <% If intAgentStatsMaxDays = 1 And intStatusDays < intAgentStatsMaxDays And intStatusHours < intAgentStatsMaxHours Then %>
           <tr>
    <% If AgentStatusBlink = 1 And strAgentStatus = strStatusCode2 then %>
              <td><BLINK speed="1000"><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= rs3("resourceName") %></strong></font></BLINK></td>
              <td align='center'><BLINK speed="1000"><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strAgentStatus %></strong></font></BLINK></td>
              <td align='center'><BLINK speed="1000"><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strStatusHours & ":" & strStatusMinutes & ":" & strStatusSeconds %></strong></font></BLINK></td>
        <td align='center'><BLINK speed="1000"><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strReasonCode %></strong></font></BLINK></td>
        <% Else %>
              <td><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= rs3("resourceName") %></strong></font></td>
              <td align='center'><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strAgentStatus %></strong></font></td>
              <td align='center'><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strStatusHours & ":" & strStatusMinutes & ":" & strStatusSeconds %></strong></font></td>
              <td align='center'><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strReasonCode %></strong></font></td>
       <% End If %>
        </tr>
         <tr>
       <td colspan=4>
        <hr colspan=4>
       </td>
      </tr>
    <% End If %>
    <% If intAgentStatsMaxDays > 1 And intStatusDays < intAgentStatsMaxDays Then %>
            <tr>
             <td><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= rs3("resourceName") %></strong></font></td>
             <td align='center'><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strAgentStatus %></strong></font></td>
             <td align='center'><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strStatusDays & " days / " & strStatusHours & ":" & strStatusMinutes & ":" & strStatusSeconds %></strong></font></td>
            <td align='center'><font size ='<%= TextSize_AgentStats %>' color='<%= TextColor %>'><strong><%= strReasonCode %></strong></font></td>
            </tr>
      <tr>
       <td colspan=4>
        <hr colspan=4>
       </td>
      </tr>
    <% End If %>
    <% End If %>
    <% rs3.MoveNext %>
    <% Wend %>
    </table>
    </td>
    </tr>
    </table>
    <%
    rs3.close
    //*******************************END AGENT STATS MODULE*********************************//
    %>

  • Agent statistics and SQL server agent

    We have CUCCX 5.02 and CUCM 6.1
    When agents try to look their "Agent statistics report" in CAD there is no data. And status of this report is "Inactive". All other reports are active.
    In CCX "control center" I see that "CRS SQL server Agent - this service is invalid" and "Cisco Desktop LDAP Monitor Service - this service is invalid".
    We have problem only with Agent statistics report. Historical reporting - work fine.
    What could be the reason?

    Hi
    Please see this tech note in order to restore the services that have failed:
    http://www.ciscosystems.com/en/US/products/sw/custcosw/ps1846/products_tech_note09186a00808278d8.shtml
    Regards
    Aaron
    Please rate helpful posts...

  • Cisco Agent Desktop incorrect stats Agent Statistics Display

    Hi,
    I have a very strange problem with a cisco agent desktop user. The times/numbers as displayed in the Agent Statistics Display are incorrect. As you can see from image 1, the agent was presented with 14 calls. The total talking time is 7:22. However if you look at the actual times from image two, and add those numbers you will have a total of 54:42 minutes:seconds. Also the Max talking is incorrect since this filed should display the longest call which has a length of 14:22 min:sec. Also the ready times max/avg and so are incorrect. It's like it's displaying numbers from a different agent however the number of calls presented is correct. If i look at this specific user from the supervisor tool the numbers are correct, see image 3. (in this image a 15th call was placed) I have reinstalled the agent desktop software but this has not solved this problem. I've done some googling but can't seem to find anyone with the same issue and/or a way to troublshoot this. Anyone have a clue?
    Image 1:
    Image 2:
    Image 3:

    Hi Anand,
    I've looked at the historical reports. Nothing weird there. The 14 minute call came directly from outside, no transfeer or anything. And even if this was the case then the 2nd longest inbound call is 8:30 and not 3:08. Also if you take the sum of all inbound call times you get almost 55 minutes. The difference is too much as the Toal Talking time displayed is 7:22. Also from the supervisor tool I do see the correct numbers.
    Thanks again.
    Regards,

  • How to separate users account from team agent in ios developer account?

    Hi everyone,
    I have bought ios developer program for individual (99$).
    But I didn't remember that my apple id still was registered with another team agent. So I want to separate my account from team agent, but I can't. I try to delete my apple id from team agent, then I can't log in itunesconnect.apple.com. It says "Apple ID does not have permission to access iTunes Connect."
    So what should I do now?
    Is there some how to fix this problem or change apple id in ios billing info or refund the billing?
    Please help me!
    Sorry for my bad English!

    Go to the Mail page at http://icloud.com and create a new Mailbox. The click on the cogwheel icon at top right and choose 'Rules'. Create a Rule to move all messages addressed to the alias to the new Mailbox. This Mailbox will appear on your devices and you can select it to see the messages to the alias.

  • Agent Statistics on CTI Client.

    Hi,
    We are using CTIOS 7.5.9. I have added many entries in CTIOS server's registry for agent statistics and they are working fine. I am looking for Calls Offered to a agent in day. Is there any such value to be added in registry ?
    Regards,
    Hammad.

    On Agent desktop there is a column by default . its there with the name of  CallsHandledToday

  • CSD + CAD agent software always disconnect

    Hi
    Good day
    Can anyone help for the below issues
    CSD + CAD agent software always disconnect ( 10 to 15 times Per hour ) and not recovered automatically and shows CRS failure in CSD.
     Connection lost or timeout with UCCX server.(attached)
    IPPA always disconnect and shows error (attached).
    Cisco Unified CCX Administration System version: 8.5.1.10000-37 -virtualised Esxi 5.0 - Stand alone server - Users on CUCM by LDAP

    You are running the baseline version of UCCX 8.5(1) which is a bad idea. There were several nasty  bugs in the original 8.5 release.  Install 8.5(1)SU4 (8.5.1.11004-25), update the CAD clients and try again.  Also check for any firewalls between your phones/CAD and the UCCX server.
    -Steven

  • Iphone:  team agent and ad hoc distribution

    I am trying to create an ad-hoc distribution. Our Team Agent does not want to be involved with this ie he/she is not a developer.
    1) Can I change the Team Agent? it does not appear so
    2) How can I create an ad-hoc distribution.
    I tried deleting our team agent's certificate and creating a new CSR request etc with his account/e-mail from MY computer. Then, I went through the whole provisioning profile request, but XCode does not recognize the profile as valid. It tells me
    A signing identity matching this profile could not be found.
    I need to do the builds. It is not a good idea to have the "business owner" creating distributions with Xcode.
    How can I get Xcode to recognize our team agent's cert. I have complete access, our team agent is helping us figure this out (ie ready to give me what i need)

    "Our Team Agent does not want to be involved with this ie he/she is not a developer."
    And apparently the intelligence of moss to boot. Seriously, it utterly and completely escaped them that they were enrolling in the iPhone DEVELOPER Program? The word in the center there, "DEVELOPER", that didn't mean a thing to them?
    The "At a Glance: Program Workflow and Team Roles" that you really can't miss even if you're blind as a bat soon as you log in the first time, it never occurred to them to click on that? Or are they too much of an idiot to figure out that "... Build your application for Distribution on development device ..." would involve being a DEVELOPER, as anyone as smart as your average piece of rust is appropriate for the DEVELOPER program?
    ... no, I don't actually have any constructive advice other than 'delete your account and create a new one' since trying to get Apple to help with team agent issues will take you more time and effort than just sucking it down and starting over, in my experience with an actually unavoidable problem on that front.
    But since this isn't an external imposition but due to what you'd think would have to be actual wilful disregard of every piece of information unavoidably staring you in the face, the only appropriate recommendation would be to call the Clue Fairy to lead your agent to the Clue Fields and have her knock them on the head with her Clue Hammer and sprinkle them with Clue Dust while bathing them with Clue Musk and blowing the mating call of the Wild Clue on her Clue Whistle before you let them anywhere near a position of responsibility again.

  • Will CSD shows Agent state as hold

    Hi All,
    Would like to know if Cisco supervisor desktop can shows agent state as hold?
    Issue is that even if the Agent placed the customer on hold, Supervisor desktop will show the Agent in talking state, which will give wrong perception to supervisor
    IPCC Version: 7.0(1)
    CAD Version: 7.0
    CSD version: 7.0
    Thanks,
    San

    Hi San,
    Within CSD, the hold times are joined together with the average talk (Avg Talking) time of an agent.
    So the CSD display will not show when an agents has placed a call on hold
    You can find this information in the following document on page 30.
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_7_0/user/guide/csd66ug-cm.pdf
    Please let me know if this information has helped you.
    Danny

  • CCX 9 Supervisor, Restrict Agent Statistics

    Hello Support Community,
    we are deploying the Supervisor Software on one of my customer terminal servers.
    UCCX Version is 9.0(2)SU1
    Our local law and the customer does not allow us that the supervisor sees the agent-based statistics.
    for example per default the supervisor sees which time the agent changed his state to what value, and sees the call log of the agent (calling number, called number, duration).  
    I know that the supervisor can hide this entrys in his menu, but he can also unhide this entrys.
    Is there any way to control this or to prohibit the view of this information?
    We have a UCSS, so it might be an option to go to CCX10, but it is no option to go to Finess.
    I think the supervisor Software settings are stored in the CCX Database right?
    if all of this is not possible, is there a way to make some kind of database reporting to see which settings have been enabled by the supervisors??

    I am looking back at old TAC cases and in my case there was never an actual documented Bug ID specified within our email correspondence.  It was just recommended to upgrade to su2.  I know that isn't the concrete evidence you are looking for but it may be a starting point.
    Hope this helps!
    Tony
    Please rate helpful posts

  • Agent Logs under agent names shows no information in CSD

    I have 1 supervisor and that supervisor needs to see the agent logs under each individual agent name but for some reason there is nothing being reported there. If an agent takes a call or makes a call, inbound or outbound will appear under the agent name with data but logs just will not show anything. Is there a setting somewhere i'm missing?          

    You may have already checked this and apologize if you did, but have you verified that the supervisor is configured to see the columns under the Logs?
    In Supervisor, go to View - Preferences.  In the window that appears, go to Team - Agent - Logs and click on "Configure" on the right side, in the "Columns" field.  Make sure that the columns have a check mark next to them.
    If that is ok, have you tried running Supervisor from a different machine to see if that works?

  • Agent Reappear/Disappear in CSD

                       Hi
    We are using UCCX version 8.5.1 Su4 .
    We are facing issue as found that in the CSD the agent reappear and disappear.
    I have collected few logggs from the supervisor debug and found that the Agent seems to be logged out , However on actuals the Agents are active and taking calls
    I am attcahing the loggs for reference.
    the CSD extn : 10502
    Agent extn: 1050100000
    Your support is appreciated...
    Regards
    RC

    Hi Rupam,
    Problem
    Multiple Agent.exe Instances Created Cause CAD Agent to Disappear
    Agents intermittently disappear and re-appear from CSD. CAD loses       connectivity to the call/chat service and does not recover properly. Multiple       instances of agent.exe appear on the agent PC processes list in Task Manager.       Netstat on the agent PC shows multiple connections to the server.
    Solution
    The solution is to apply a fixed version of the Splkstd.dll file to       each of the CAD desktops as a workaround for this issue. There are two       solutions for this issue:
    Kill the agent.exe processes on the Task Manager and open CAD again,           on the desktop computer of the agent. Then you see the agents on the Supervisor           Desktop. This is a quick fix but not a permanent solution.
    On the workstation of the agent, choose C: > Program Files           > Cisco > Desktop > bin directory. Then complete these           steps:
    Rename the existing SplkStd.dll, for example             SplkStd.old.
    Extract the patched SplkStd.dll file to the renamed             path.
    Reboot the agent             workstation.
    Note: This is documented in the Cisco bug ID           CSCtd75811 (registered customers only)
    Reference:
    http://www.cisco.com/en/US/products/sw/custcosw/ps1846/products_tech_note09186a008035309f.shtml
    Hope this helps.
    Anand
    please rate helpful posts !!

  • Agent and Supervisor Desktop is in Partial service

    Hi,
    My CAD and CSD shows the status in the bottom as Partial service,when i analyse the service status by clicking on that " Agent Statistics Viewing is Inactive ". What i need to do to enable it.My environment is CME 7.0 , UCCX 7.0 with IP Communicator.
    Thanks,
    Hari

    Hey Jasper,
    Please do the following and attach the log for my review.
    On the agent desktop, go to c:\program files\cisco\desktop\config
    Open agent.cfg in notepad
    Configure Threshold=OFF to Threshold=DEBUG
    Close any version of agent desktop that's open on the computer, and relogin in. Once you are logged in and see partical service...  close the agent desktop program.
    Please attach the log file for that time period to this post.  The log file is lcoated in
    c:\Program Files\Cisco\Desktop\log
    Please confirm you are able to login and pull historical reports for the last 24 hours as well.
    Is this an HA setup for single server?

  • CTI Toolkit Agent Desktop

    We'd like to add the Chat tool/icon on the Agent Desktop. I know it's a checkbox but where in ICM is it located? Any info is appreciated. Thanks!

    Chat is normally active. Perhaps someone disabled it through the registry. Check the CTIOS registry on the servers. Search for "AgentChatLevel".
    If this is the string "Disabled", then change it. Here are your choices for this STRING value.
    Disabled=All agent chat disabled.
    PrimarySupervisor=Agents can chat only with primary supervisor of their team.
    TeamSupervisors=Agents can chat with the primary or secondary supervisor of their team.
    Team=Agents can chat with anyone in team.
    Unrestricted=Agents can chat with anyone on the same peripheral
    Regards,
    Geoff

  • CAD Agent blinks in and out of Supervisor Desktop

    Got a problem that started yesterday. Running UCCX 7.0(1)sr5 and I've got this agent that comes and goes from the supervisors desktops. Cadence is about every 2 seconds she appears then disappears.
    Any ideas?
    Thanks in advance.

    Hi Cbelcher,
    Problem
    Cisco Agent Desktop agent appears and disappears from the Cisco Supervisor Desktop.
    Intermittently Agent begins to disappear and appear on the Supervisor Desktop under Team Agent state Report.
    Solution
    This problem is caused when multiple threads do not exit correctly  under Agent desktop PC. When the CHAT communication on TCP Port 59000  and 59020 between Client and Server has been lost due to network  interruption/outage. CAD is unable to recover from this and creates  multiple Agent.exe instances.
    Exit out affected Cisco Agent Desktop application and launch CAD again.
    Reference:
    http://www.cisco.com/en/US/products/sw/custcosw/ps1846/products_tech_note09186a008035309f.shtml
    Hope it helps.
    Anand
    Please rate helpful posts by clicking on the stars below the right answer !!

Maybe you are looking for

  • How to create tab pane in jsf

    i have two pages file.jsp file1.jsp i want to open these page in diff tab. both pages contains ajax tags how i will do this.

  • Freeze the video for about 3 to 5 seconds in all the media players (e.g VLC, quick time, divx etc). do i need to update any video codec??

    while any video file is running , suddenly it freezes the video for about 3 to 5 seconds in all the media players like quicktime, vlc and div x and this thing happens frequently with video files. it very hard to watch the video movie with this issue.

  • Auto fill date on "save as"

    I have a PDF form that used by our office staff, and maybe updated several times over the course of a job. I need a date field that will update when the user "saves as", not when the file is open. I have gotten the date to stay (not update when the f

  • Appleworks database to Access help

    I have an unusual challenge. I have a disk that was created in a very old copy of Appleworks (Apple IIgs). It contains database information that I would like to move to Access. I still have my Apple IIgs, old Appleworks disk and amazingly enough, it

  • Invoke webservice (authentication issue)

    Hi, I am facing wierd thing. I have a invoke WSDL step in the process and for some reason when I try to load the WSDL URL I get 401 error. However if I open web browser on the same machine and paste the URL to the address field and supply correct cre