Webview Real Time Agent State issue

Hi
We have UCCE 8.0(1) Environment, We have an issue in Webview like one single agent state is always TALKING even if he loggedout. We could see the Active-Skill-group is DEFAULT_5342. We tried that paticular extension unregister state still the same..
We deleted that agent id in AW and still same. We checked for any event logs in CTI Server, there was no events, We have restarted the CTI Server, still the agent state showing as TALKING and the Duration is 360 hours. Does anyone have any suggestions
Regards
Senthil

In order to recover from this, you'll likely need to cycle the PG for the site (both sides stopped at the same time & brought up clean, or via an opctest: exit_opc).
To perform true root cause analysis, you'd likely need to enable some tracing on the PG & get logs from when the processes restart clean, all the way until you see this 'ghost agent'.
TAC could help you with the trace settings but I'd think "opctest: debug /agent" would be a good start.
Good luck.

Similar Messages

  • SQL Query for real time resource stats

    Does anyone know what the query would be to duplicate the real time resource stats page in version 8 or above of UCCX?  I need to build a custom web page that displays the same information.  I've got all the connectivity to the database just fine and can query it and display information.  Just can't figure out what the SQL would be that would extract that information.

     Michael,
    you can try :
    SELECT x.resourceName, t.eventType, x.datetime FROM (SELECT t1.resourceID, t1.resourceName, MAX(t2.eventDateTime) AS datetime FROM Resource AS t1 INNER JOIN AgentStateDetail AS t2 ON t2.agentID = t1.resourceID GROUP BY t1.resourceID, t1.resourceName ) AS x INNER JOIN AgentStateDetail AS t ON t.agentID = x.resourceID AND t.eventDateTime = x.datetime ORDER BY x.resourceName
    You will need to translate the eventType into the "readable" status like Talking or Not Ready with an IF or Case statement.
    Regards,
    Jeroen

  • Reading Real Time Encoding Stats

    Hi,
    Does anyone know if it is possible to read the real time encoding stats that is outputted on the screen via command line? It would be nice to be able to display this info on the screen to the user in an app that we are running.
    Any help or suggestions would be appreciated.
    Thanks in advance

    To add to what tst said, since you are expecting two bytes to make a 16 bit number, you have to combine these two bytes to make the 16 bit number. Just wiring the byte array will produce 8 values of 8-bit numbers. You can use the join numbers function (Functions - Advanced - Data Manipulation - Join Numbers) to combine two bytes from the array into one 16-bit number. You would have to index the array to get bytes 1 and 2 to join, then bytes 3 and 4 to join, etc... Or you could use Type Cast on the incoming string to convert to an array of U16. See attached vi.
    - tbob
    Inventor of the WORM Global
    Attachments:
    StringToBytes.vi ‏41 KB

  • What kind of real time problems and issues arise in Data Modelling

    Hellooo experts,
    I am not a BW expertise, so just want to gather some knowledge on Problems and issues related to DATA MODELLING, if any body have a document or a link can you please snd it to [email protected] or reply to this post. I promise to reward you for proper answers hope this is the way i say thanks for your help.
    kishore

    hi kishore,
    The first and most important problem is to understand <b>Clients requirement</b>. Clients even some time not aware of how to utilize efficiency of BW, as they are very much use to with traditional SAP R/3 reporting. So most of time we have to suggest options to client.
    If we come to technical aspect, than identifying <b>Key Figures and Characterstics</b> is the most important task. And how you map that to <b>available infoobjects</b>. Attributes also plays major roles, like which attributes is better to use as navigational one and which as exclusive attribute.
    Their is long list for data modelling issues, its better you refer either <b>Mastering BIW</b> book by Mac'Donalds. And SAP Help Library is also having good material.
    regards,
    kamaljeet

  • Real time jobs Deadlock issue in edq-cds-9.0.4.(645)

    Hi,
    I have installed EDQ(edq-9_0_8_(1103)) and EDQ-CDS pack (edq-cds-9.0.4.(645)).
    I have imported the edq-cds project after completign the initialization of refrence data.But when trying to run the Job Start All , only few jobs gets started and others are in deadlock waiting for process to be released.
    When i debugged it seems like same process
    Match Results - Prepare
    Cluster Realtime
    are used by both Rela time  individual and entity jobs.
    Is anyone facing the same issue?
    Thanks

    Hi,
    Apologies for the late response. All forum watch notifications were disabled in the forum migration and we were not made aware.
    The reason for this is that the jobs have to be run with a run profile and run label in order to ensure the various jobs that share processes do not lock each other out. This is in the documentation. The Director UI is for design and jobs should not be started from here except by scheduling. Please run the jobs with the right run profile and run label from the Server Console UI following the CDS documentation.
    Regards,
    Mike

  • Monitor real time sql statement.

    Hii All,
    I am working on win 7 machine using oracle 11gR2 with tool sql developer.
    I am accessing database using VPN from some xyz location.
    I want to monitor the sql statements like insert, update when somebody performs operation using front end.
    I have done this before in case of oracle forms via toad's sql monitor.
    But I can't use toad now, only sql developer.
    So please let me know how i can do this.
    Thank you.
    Aamir

    Hi,
    Following query will give you currently running SQLs,
    select sesion.sid,
    sql_text
    from v$sqltext sqltext, v$session sesion
    where sesion.sql_hash_value = sqltext.hash_value
    and sesion.sql_address = sqltext.address
    and sesion.username is not null
    order by sqltext.piece;
    This should help you.
    Thanks,
    Sundaram.

  • Agent Real Time Status Events

    In my environment we are having a Avaya definity setup having a AES and CMS setup.
    ICM receives real time Agent Status from CMS and Call status report from AES.
    Whenever I check the Agent status in Procmon PIM I can see the realtime agent status.
    However when I check the PIM logs I see the HashIn records and setLogOn records every 10 seconds interval.
    In CTI we receive the Agent State Event every 10 seconds.
    My question is which events from AES/CMS update the realtime status to ICM.
    The updates that I see HashIn/SetLogOn/AgentState events is it dependent on CMSRefreshRate as its set to 10 seconds.               
    Thanks
    Alok

    Is this happening to multiple agents or just one?
    david

  • Standby DB real time redo log apply problem

    Hi all,
    I am using Oracle 10g to create physical standby db. In the standby
    db, normal archived log apply does not have problem, but when I try to
    use redo log real time apply and issue command
    SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE;
    it shows:
    ERROR at line 1:
    ORA-38500: USING CURRENT LOGFILE option not available without stand
    What is the problem??
    Thanks a lot !
    Steven

    Note:3633226.8 from Metalink states:
    Setting a standby's RealTimeApply property to ON when there are no standby
    redo logs on the standby or the standby is not in SYNC transport, will
    seemingly succeed. However, the apply engine will not start. The DRC log
    will report an error like ORA-38500. In this case, add standby redo logs
    and set the log transport mode for the standby to be SYNC and set the
    standby state to ONLINE.
    Workaround:
    Add Standby Redo Logs on the standby and set the following broker properties
    on the standby:
    LogXptMode to SYNC and reset RealTimeApply to ON.
    Then set the standby state to ONLINE.
    HTH

  • SAP HR Real time Scenarios

    Hi,
    Can somebody give me a few examples of real time scenarios/challenging issues in SAP HR implementation? Can be anything in Personnel Administration, Org.Management, Time management, Benefits. Any help will be appreciated.
    Thanks,
    Prapar

    This is a Crystal Reports forum. Please close the existing thread an post your question here:
    SAP ERP Human Capital Management (SAP ERP HCM)
    I would recommend to explain in more detail the business need behind your quesiton in the new posting.
    Regards,
    Stratos

  • Agent State Trace report.

    Has anyone out there tried to create a State trace report for agent that include State duration?
    I have tried to add AED.Duration to a State trace report definition I  found on the developer site, which sort of works, however it seemed to log every single second, which is obviously not practical!
    Therefore if any one has managed to incorporate a State Trace report to include duration, that would be good to know, how you did it!
    The report needs to reflect the same output as the CTIOS State report.
    I would welcome any and all help.
    Thanks Sarah

    Hello,
    I have this problem too. I am trying to build a report in SQL based on the Agent State Trace table, but I need to add the duration time.
    The AST table doesn't include the duration. Basicly I need the following:
    Agent,           Date Time,                Agent State,         Duration
    Anni Smith     5/25/2013 7:35 am     5                         0:00:35
    So it shows that the Agent was on Work Not Ready for 35 seconds.
    If anybody has done something similar please share the solution.
    Thanks!

  • CAD Real Time Stats show NA for agent state and call log

    Hello
    For our lab uccx, the agent/users CAD display shows NA for the agent state and call log.  I have
    Not Ready and Log out codes set and have the testers do those actions to generate data.
    I have rebooted the server and have also checked the services page and confirmed
    all the services are running.
    I went through the admin guide to see if I missed any configuration but does not appear so.
    I tried launching the real time stats tool from the UCCX Admin and it launches OK
    but I noticed that it shows not connected.
    Note this is over a VPN to the UCCX.
    So not sure if this is related.  I checked the relase notes and this is the base install
    of UCCX 8.5.  I am going to install the service updates but wanted to see if I can
    get this running before I schedule a maint window to do the upgrades.
    Thanks
    Mike Kana

    Hi
    you might be facing an issue where " uccxcaduser password" gets corrupted , which leads to the issue you are facing right now
    you have to contact TAC to reset that password for you and your issue will be fixed ,100%
    Note : Only TAC can reset this password

  • CAD agent detail real-time display

    UCCE with CAD:
    When agents show their statistics in the CAD window, and select Agent Detail Real-Time Display - the Avg Talking field is showing the same number for ALL agents.  For example, each agent shows a value of 2:26 for Avg Talking.  It would seem to me that this field should be specific to each individual agent, and not an average of all agents in the skill group.  The Cisco CAD User Manual shows Avg Talking to be "The total time on calls (all talk time + all hold time) divided by the number of calls"
    The other fields, i.e. calls presented, calls handled, etc, are specific to the individual agent and show different values as I would expect.
    Am I mis-reading the documentation (which is entirely possible)?  Has anyone else seen this?
    Thanks,
    Robb

    Hi Robb,
    Found my old TAC Case. It was for an upgrade from 7.2.5 to 7.5.6 so you might be hitting a similar issue. This is the email of the escalation from Cisco to Calabrio for the issue I had if it helps when you talk to TAC:
    Problem Description:
    Detailed Description
    Upgraded ICM from 7.2.5 to 7.5.8 (CAD 7.5.6), after upgrade, CAD realtime
    display report "Agent ACD State Log Display" start time shows a start time of 00:00:03
    against every state change
    Business Impact
    medium:Could not see the Agent login time correctly
    Troubleshooting Performed
    Similar case:
    http://wwwin-tools.cisco.com/casekwery/getServiceRequest.do?id=613948701#not
    e48
    However, the fix is
    actually to go into the LDAP utility and do a hack to a certain key
    within the database. Unfortunately the previous case doesn't tell which
    key to edit and what to change it to. I'm presuming it had something to
    do with the time zone from a mention earlier on within that case, but
    not sure.
    No bugs found related to the issue.
    Specific Assistance Required
    Need assistance to fix the issue with ACD State Log Display
    Cheers,
    Nathan

  • Agent real time display not ready time is inaccurate

    Agent Not Ready Detail in Webview-Agent Realtime Reports in CAD.
    I am looking at the agent: Agent Not Ready Detail Report in Webview and comparing this to the Agent Real Rime Display in CAD. If I manually add the Not Ready times (state durations) from the agent ACD state log, they equate to the Cisco Web View agent report. However, the Total Not Ready column from the Agent Detail Display report in CAD does not sync up with either Webview or CAD. Its more than an hour off.
    The Eastern managers are looking closely at these numbers now and one of the agents questioned the report in CAD today and brought this to a manager's attention. It is more than an hour off which is a big difference.
    It was comparing the state duration for not ready from the ACD State Log Display (for example the 5 seconds at 10:15:04 in screen shot 1) to the total not ready time from the Agent Real Time Display Displays report (3:48:59 in screen shot 2). The total individual state durations of unavailable time from report #1 does not equal report #2 and I would think it should. If not explain why?
    From CAD client > Real Time Displays > Agent ACD State Log Display. If you add up all the Not Ready times and compare with webview, it matches. No problem here.
    From CAD client > Real Time Displays > Agent Detail Display (this doesnt match up with webview report or the total Not Ready times in Agent ACD State Log Display).
    We're looking to know either
    1. How exactly the not ready state time is calculated
                   OR
    2. Where to find the information on how this is deteremined.
    I appreaciate any response. Thank you.

    Is it all agents or only one/some?
    What does CSD show? Can you post a screenshot of the CSD main screen for a team?
    Also, please post the traces from Desktop Recording and Statistics Server.

  • Webview not showing real time reports

    Hi,
    I have a customer with IPCC Enterprise 7.5 and using the Webview for reporting. The Real Time reports are empty although campaigns are running and agents are logged in. The Historical Reports works absolutely fine. I noticed that for the dialer port status report, I had to enable a setting through the registry, according to the following document:
    http://www.cisco.com/en/US/products/sw/custcosw/ps1001/products_tech_note09186a00801dc6cf.shtml
    I changed that and then the Real Time report for the dialer port status works. Nothing else from the Real Time reports returns any data.
    Thank you,
    Agelos

    We are using only the Outbound option, so it's only for the outbound. It doesn't give me any Real Time report except the dialer port status. It doesn't return any error, but the report is empty.

  • Agent Real Time Displays 1 hour ahead

    Greetings all,
    Agent Real time display are showing 1 ahead hour of clock system.
    Anyone have a suggestion if this is a bug or configuration issue ??
    I have attached a screenshot to simplify
    UCCX: 7.0

    Hello Leonardo,
    Could you please check if the time display by the Real Time Reports is the same time of the server??
    Also I would like to know if the server and the agents are configure to use the same time zone??

Maybe you are looking for

  • CANT ACTIVATE IPAD BECAUSE I DONT HAVE THE OWNERS ICLOUD INFO

    I BOUGHT AN IPAD AT A PAWN SHOP AND I TRIED TO WIPE IT B/C THE PREVIOUS USERS INFO WAS STILL ON IT. I CANT GET PAST THE ACTIVATION PAGE. HELP

  • How to deploy and start PHP web services required for a process

    hello everyone! i ve implemented some php web services. One of them is ManagePatientsImpl.php class and the corresponding ManagePatients.wsdl. How can deploy it? What are the files required apart from them? In addition there are some GUI-files. Shoul

  • Effect Controls motion - tutorial?

    Can anyone point me in the direction of a good tutorial? I need to learn more about fine control of motion under "Effect Controls". 'Ease in' and 'Ease out' are not enough. For example; if zooming out from the centre of a still picture, until the pic

  • Flash CS5.5 - not saving all frames in symbols?

    Hi, We have a problem where our Flash CS5.5  (mac) does not save all of the frames in a symbol? For example, we animate a walk in a symbol, the symbol is a 'grahpic'. We make a keyframe and reference frame 5 in the walk. Save the project. When we re-

  • Upgrade to 10.7.4

    I want to upgrade to 10.7.4 on my Macbook Pro which is currently running 10.6.8. I purchased and installed 10.7.4 on my Mac desktop last year. Do I have to purchase again for my laptop or can I use my order no. to install on my Macbook Pro?. If yes,