<?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>Welcome!</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_category?p_l_id=6131477&amp;mbCategoryId=0" />
  <subtitle>Welcome!</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_category?p_l_id=6131477&amp;mbCategoryId=0</id>
  <updated>2013-05-24T04:21:00Z</updated>
  <dc:date>2013-05-24T04:21:00Z</dc:date>
  <entry>
    <title>RE: Agent  Attribute Value Update using UCCE Developer API</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=6131477&amp;messageId=15538206" />
    <author>
      <name>Thomas Weissinger</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=6131477&amp;messageId=15538206</id>
    <updated>2013-05-23T14:45:40Z</updated>
    <published>2013-05-23T14:45:40Z</published>
    <summary type="html">That's good news.  Let us know if you encounter the issue again as we have some other ideas, too.</summary>
    <dc:creator>Thomas Weissinger</dc:creator>
    <dc:date>2013-05-23T14:45:40Z</dc:date>
  </entry>
  <entry>
    <title>RE: Agent  Attribute Value Update using UCCE Developer API</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=6131477&amp;messageId=15515263" />
    <author>
      <name>Karthik Bahiradhan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=6131477&amp;messageId=15515263</id>
    <updated>2013-05-23T04:10:02Z</updated>
    <published>2013-05-23T04:06:46Z</published>
    <summary type="html">[quote=Matthew Reiter]Given the limited number of object types that reference dialed numbers, my guess is that the agent being updated belongs to a team with a supervisor script dialed number that no longer exists. If so, clearing the supervisor script dialed number should fix the problem.[/quote]  
 
Thanks Matthew Reiter  &amp; Thomas Weissinger. This issue is solved. I gave wrong datatype value to this agent attribute value. I have to pass true / false instead of number. After i did the changes, it is working.</summary>
    <dc:creator>Karthik Bahiradhan</dc:creator>
    <dc:date>2013-05-23T04:06:46Z</dc:date>
  </entry>
  <entry>
    <title>RE: Agent  Attribute Value Update using UCCE Developer API</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=6131477&amp;messageId=15498730" />
    <author>
      <name>Matthew Reiter</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=6131477&amp;messageId=15498730</id>
    <updated>2013-05-22T19:23:55Z</updated>
    <published>2013-05-22T19:23:55Z</published>
    <summary type="html">Given the limited number of object types that reference dialed numbers, my guess is that the agent being updated belongs to a team with a supervisor script dialed number that no longer exists. If so, clearing the supervisor script dialed number should fix the problem.</summary>
    <dc:creator>Matthew Reiter</dc:creator>
    <dc:date>2013-05-22T19:23:55Z</dc:date>
  </entry>
  <entry>
    <title>RE: Agent  Attribute Value Update using UCCE Developer API</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=6131477&amp;messageId=15470431" />
    <author>
      <name>Thomas Weissinger</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=6131477&amp;messageId=15470431</id>
    <updated>2013-05-22T00:28:37Z</updated>
    <published>2013-05-22T00:28:37Z</published>
    <summary type="html">Can you post the results of a GET request on the same agent?  https://192.168.10.71/unifiedconfig/config/agent/5015
Also can you provide the result of a GET request on https://192.168.10.71/unifiedconfig/config/dialednumber/5002 
(It may return a 404 not fond)
Also can you send what gets output from the Error&lt;date&gt;.startup.log in the c:\icm\tomcat\logs directory when the error occurs?  There may be multiple errors in that log, but I'd like to see only the error stack trace when that request fails.
Thanks,
Tom</summary>
    <dc:creator>Thomas Weissinger</dc:creator>
    <dc:date>2013-05-22T00:28:37Z</dc:date>
  </entry>
  <entry>
    <title>Agent  Attribute Value Update using UCCE Developer API</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=6131477&amp;messageId=15453935" />
    <author>
      <name>Karthik Bahiradhan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=6131477&amp;messageId=15453935</id>
    <updated>2013-05-21T15:25:28Z</updated>
    <published>2013-05-21T15:18:16Z</published>
    <summary type="html">I am testing Agent attribute value update using UCCE Web API, I am sending this input [url=https://192.168.10.71/unifiedconfig/config/agent/5015] https://192.168.10.71/unifiedconfig/config/agent/5015[/url]  with put method, data is [quote=Request] &lt;agent&gt;&lt;changeStamp&gt;1&lt;/changeStamp&gt;&lt;refURL&gt;https://192.168.10.71/unifiedconfig/config/agent/5015&lt;/refURL&gt;&lt;agentAttributes&gt;&lt;agentAttribute&gt;&lt;attribute&gt;&lt;refURL&gt;https://192.168.10.71/unifiedconfig/config/attribute/5007&lt;/refURL&gt;&lt;/attribute&gt;&lt;attributeValue&gt;4&lt;/attributeValue&gt;&lt;description&gt;test&lt;/description&gt;&lt;/agentAttribute&gt;&lt;/agentAttributes&gt;&lt;/agent&gt;  [/quote] and it is throwing response as "500 internal server error"   
[quote=Response] 
&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
&lt;apiErrors&gt;
    &lt;apiError&gt;
        &lt;errorMessage&gt;No row with the given identifier exists: [com.cisco.ccbu.cce.unifiedconfig.api.ref.DialedNumberRef#5002]&lt;/errorMessage&gt;
        &lt;errorType&gt;internalServerError&lt;/errorType&gt;
    &lt;/apiError&gt;
&lt;/apiErrors&gt;
[/quote]   could you please guide me what would be error?    </summary>
    <dc:creator>Karthik Bahiradhan</dc:creator>
    <dc:date>2013-05-21T15:18:16Z</dc:date>
  </entry>
  <entry>
    <title>RE: More details</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=6131477&amp;messageId=6452853" />
    <author>
      <name>amit gandhi</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=6131477&amp;messageId=6452853</id>
    <updated>2012-09-07T07:14:54Z</updated>
    <published>2012-09-07T07:14:40Z</published>
    <summary type="html">Vikram, thanks for valuable information.


A subset of these APIs are available for UCCE standard SRND deployments. See UCCE developers guide for the set of APIs available on UCCE deployment models.



 

 
So does it mean, with CCE 9 its available(subset) without any extra installations or licensing? 

 
 
thx.</summary>
    <dc:creator>amit gandhi</dc:creator>
    <dc:date>2012-09-07T07:14:40Z</dc:date>
  </entry>
  <entry>
    <title>RE: More details</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=6131477&amp;messageId=6442559" />
    <author>
      <name>Vikram Chhabra</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=6131477&amp;messageId=6442559</id>
    <updated>2012-09-06T18:41:43Z</updated>
    <published>2012-09-06T18:41:43Z</published>
    <summary type="html">Packaged CCE is a certified solution. Its a pre-designed pre-packaged deployment of Unified CCE with CVP, CUIC, Finesse and UCM on a single server for up to 1000 agents. Read more here:
http://docwiki.cisco.com/wiki/Packaged_CCE 

Starting 9.0 release, CCE is deployment model aware, and when you deploy as per Packaged CCE spec and select the deployment model as PCCE during install, you get access to the APIs specifically available for Packaged CCE deployment. A subset of these APIs are available for UCCE standard SRND deployments. See UCCE developers guide for the set of APIs available on UCCE deployment models.

The APIs and new Web UI run on the AW, no separate component.</summary>
    <dc:creator>Vikram Chhabra</dc:creator>
    <dc:date>2012-09-06T18:41:43Z</dc:date>
  </entry>
  <entry>
    <title>More details</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=6131477&amp;messageId=6434993" />
    <author>
      <name>amit gandhi</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=6131477&amp;messageId=6434993</id>
    <updated>2012-09-06T08:50:00Z</updated>
    <published>2012-09-06T08:50:00Z</published>
    <summary type="html">HI,
        Does any one has any idea about this product, like which ICM version it supprots, does it comes preinstalled in ICM /AW  or it needs separate installation, licensining etc?
 
thanks.</summary>
    <dc:creator>amit gandhi</dc:creator>
    <dc:date>2012-09-06T08:50:00Z</dc:date>
  </entry>
  <entry>
    <title>Welcome!</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=6131477&amp;messageId=6132458" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=6131477&amp;messageId=6132458</id>
    <updated>2012-07-18T21:04:26Z</updated>
    <published>2012-07-18T21:04:26Z</published>
    <summary type="html">Welcome to the Packaged Contact Center Enterprise API forum. </summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2012-07-18T21:04:26Z</dc:date>
  </entry>
</feed>

