<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Error 50002 and agents stuck in "Talking"</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=3624353" />
  <subtitle>Error 50002 and agents stuck in "Talking"</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=3624353</id>
  <updated>2013-05-24T18:24:33Z</updated>
  <dc:date>2013-05-24T18:24:33Z</dc:date>
  <entry>
    <title>RE: New Message from John Wagner in Computer Telephony Integration Object S</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6402619" />
    <author>
      <name>ATIF TANVEER</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6402619</id>
    <updated>2012-08-31T09:50:36Z</updated>
    <published>2012-08-31T09:50:36Z</published>
    <summary type="html">Dear John,
 
Did you find the solultion for this issue. I am having the same issue for last 6 months but still Cisco could not find root casue. 
 
My enviroment is UCCE 8.5 with Siebel connector 
getting cti failure in CUIC reports with error code 50002
 
 
Regards,
Atif</summary>
    <dc:creator>ATIF TANVEER</dc:creator>
    <dc:date>2012-08-31T09:50:36Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from John Wagner in Computer Telephony Integration Object S</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3650757" />
    <author>
      <name>John Wagner</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3650757</id>
    <updated>2011-04-13T14:41:01Z</updated>
    <published>2011-04-13T14:41:01Z</published>
    <summary type="html">David, thank you very much for the information.  We're working with TAC now to see if they can isolate what is going on.  It looks like we may have some intermittent communication problems with the PGs.  I'll update this thread when they figure out what is causing it in case anyone else runs into something like this.

Thanks,
John</summary>
    <dc:creator>John Wagner</dc:creator>
    <dc:date>2011-04-13T14:41:01Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from John Wagner in Computer Telephony Integration Object S</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3631680" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3631680</id>
    <updated>2011-04-12T13:47:25Z</updated>
    <published>2011-04-12T13:47:25Z</published>
    <summary type="html">For information regarding reason code 50002, see the UCCE Reporting guide

 

http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/enterprise_reporting/reporting7_2/user/guide/ICMReportingGuide721.pdf

or 

 

http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/ipcc_enterprise/ipccenterprise8_0_1/user/guide/icmcc80rpg.pdf

 

 

You do not need to handle heartbeats in your application.  The CIL handles failure and failover.

 

Suggest you determine why UCCE components in your environment are failing.

 

You may want to open a Service Request with Cisco for each of your issues.  Be sure to first duplicate them with the out of box CTIOS Agent Desktop before opening the TAC case.</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2011-04-12T13:47:25Z</dc:date>
  </entry>
  <entry>
    <title>Error 50002 and agents stuck in "Talking"</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3624352" />
    <author>
      <name>John Wagner</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3624352</id>
    <updated>2011-04-11T23:15:06Z</updated>
    <published>2011-04-11T23:15:06Z</published>
    <summary type="html">We are developing a custom desktop based on the C# Combo desktop and have run into some odd errors.  First, we are seeing a problem where agents' buttons become disabled not allowing them to do anything on the desktop.  This is often coupled with seeing the agent set to a not ready state in the agent state trace report with a reason code of 50002.  The 50002 errors have been occurring in both custom and out-of-the-box desktops, but I am seeing an increase in the number of agents getting the error in the custom version.  Additionally, in the CTIOS logs generated by the application, I see a large number of errors for the following:
 

04/11/2011 16:29:33.6701 CTIObject.OnEvent: Received Event: eOnHeartbeat
	Arguments: (EventTime:1487211750)
04/11/2011 16:29:33.6701 SoftphoneForm.OnEvent: Event received with unrecognized EventID: eOnHeartbeat

 
I am assuming this means that I need to add a handler for the eOnHeartbeat event, but what do I need to do with this event?  Is this something the CTI server is expecting a response to, which could maybe account for the increase in 50002 errors?
 
Also, another issue I am seeing, which may or may not be related the first is agents who are getting stuck in a Talking state and not being able to hang up.  All buttons on the desktop get disabled like the above error, but there is nothing in the logs indicating a problem.  It seems very similar to the CSCsk90795 bug, but we are running 7.5(9), which this bug should be fixed in as I understand.  Is it possible that there is a client side change that I need to implement for this bug that may not have been included in the C# Combo sample app?
 
Neither of these issues are hugely widespread, and nothing showed up in testing until we added all 500 agents into the mix, so I am not sure, but am assuming that this is an application issue.  One other thing that may or may not be related is that we implemented a custom wrap up code functionality requiring a wrap up code selection after each call.  I do not think it is related, but figured I would mention it in case it is.
 
I know that the sample apps do not handle all of the different events in each environment, but is there someplace I can go to determine which ones I need to handle, and which ones I can ignore?
 
Any assitance will be very much appreciated.
 
Thanks,
John</summary>
    <dc:creator>John Wagner</dc:creator>
    <dc:date>2011-04-11T23:15:06Z</dc:date>
  </entry>
</feed>

