


 



<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docwiki.cisco.com/w/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docwiki.cisco.com/w/index.php?title=Unified_CCMP_8.5(x)_-_Integration&amp;feed=atom&amp;action=history</id>
		<title>Unified CCMP 8.5(x) - Integration - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docwiki.cisco.com/w/index.php?title=Unified_CCMP_8.5(x)_-_Integration&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Unified_CCMP_8.5(x)_-_Integration&amp;action=history"/>
		<updated>2013-06-19T18:47:24Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://docwiki.cisco.com/w/index.php?title=Unified_CCMP_8.5(x)_-_Integration&amp;diff=45723&amp;oldid=prev</id>
		<title>Hoturner: moved Integration to Unified CCMP 8.5(x) - Integration</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Unified_CCMP_8.5(x)_-_Integration&amp;diff=45723&amp;oldid=prev"/>
				<updated>2012-05-18T23:13:11Z</updated>
		
		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/wiki/Integration&quot; class=&quot;mw-redirect&quot; title=&quot;Integration&quot;&gt;Integration&lt;/a&gt; to &lt;a href=&quot;/wiki/Unified_CCMP_8.5(x)_-_Integration&quot; title=&quot;Unified CCMP 8.5(x) - Integration&quot;&gt;Unified CCMP 8.5(x) - Integration&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 23:13, 18 May 2012&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Hoturner</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/w/index.php?title=Unified_CCMP_8.5(x)_-_Integration&amp;diff=44604&amp;oldid=prev</id>
		<title>Hoturner: Created page with &quot;__FORCETOC__  == Introduction ==  The intention of this section is to call out the two main interfaces that CCMP uses to import data from and provision items in Unified CCE: ConA...&quot;</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Unified_CCMP_8.5(x)_-_Integration&amp;diff=44604&amp;oldid=prev"/>
				<updated>2012-02-04T23:57:55Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;__FORCETOC__  == Introduction ==  The intention of this section is to call out the two main interfaces that CCMP uses to import data from and provision items in Unified CCE: ConA...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The intention of this section is to call out the two main interfaces that CCMP uses to import data from and provision items in Unified CCE: ConAPI and AXL.&lt;br /&gt;
&lt;br /&gt;
== UCCE/ICM Integration ==&lt;br /&gt;
&lt;br /&gt;
Once you have your CCMP servers built &amp;amp; ready to be integrated into a UCCE solution, you need configure the ConAPI link between Unified CCMP and Unified CCE. This is performed initially on the Unified CCE Primary HDS AW.&lt;br /&gt;
&lt;br /&gt;
==== ConAPI ====&lt;br /&gt;
&lt;br /&gt;
- [[What is ConAPI and CMS?]] - We will cover what ConAPI/CMS is &amp;amp; how it operates.&lt;br /&gt;
&lt;br /&gt;
== CUCM Integration ==&lt;br /&gt;
&lt;br /&gt;
Connectivity to CUCM is done through AXL. Unified CCMP communicates with the CUCM Publisher over TCP 8443 to read from (Data Importer Service) and write to (Provisioning Service) the CUCM database. The specific methods within AXL that CCMP uses are the executeSQLQuery and executeSQLUpdate methods. Before Unified CCMP 8.0 we used the specific get methods (e.g. getPhone) available in AXL however this proved to be expensive in terms of processing overhead. Using just these two methods means that we only have to handle the data we need thus making reads/updates much faster into CUCM.&lt;br /&gt;
&lt;br /&gt;
Of these two methods only executeSQLUpdate is throttled in CUCM. This throttle limits the total number of changes to '''1500 transactions''' per minute and '''cannot''' be changed.&lt;br /&gt;
&lt;br /&gt;
==== CUCM AXL Links ====&lt;br /&gt;
&lt;br /&gt;
While not strictly necessary to support Unified CCMP, the following links provide you with detailed description of both AXL and its operation. Once reviewed you should have enough of an understanding to troubleshoot issues arising from AXL.&lt;br /&gt;
&lt;br /&gt;
* [http://developer.cisco.com/web/axl/home Cisco Developer Network - Administration AXL Pages]&lt;br /&gt;
&lt;br /&gt;
* [http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/devguide/8_6_1/xmldev-861.html CUCM 8.6(1) XML Developers Guide] - More specifically here is the [http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/devguide/8_6_1/axl.html Administration AXL] pages from the Dev Guide. This is the AXL code used by Unified CCMP to read/write data to CUCM.&lt;br /&gt;
&lt;br /&gt;
* [http://developer.cisco.com/documents/25212/38836/Cisco+Unified+Communications+Manager+Interface+Introduction.pptx?redirect=http%3a%2f%2fdeveloper.cisco.com%2fweb%2faxl%2fdocs%3fp_p_id%3ddoc_library_summary_portlet_WAR_doclibrarysummaryportlet_INSTANCE_Hpa9%26p_p_lifecycle%3d0%26p_p_state%3dnormal%26p_p_mode%3dview%26p_p_col_id%3dcolumn-1%26p_p_col_pos%3d2%26p_p_col_count%3d3 Introduction to Unified CM Interfaces slide deck (Slides 7 through 29)]&lt;br /&gt;
&lt;br /&gt;
* [http://developer.cisco.com/c/document_library/get_file?folderId=38836&amp;amp;name=DLFE-11901.ppt&amp;amp;redirect=http%3A%2F%2Fdeveloper.cisco.com%2Fweb%2Faxl%2Fdocs%3Fp_p_id%3Ddoc_library_summary_portlet_WAR_doclibrarysummaryportlet_INSTANCE_NfK3%26p_p_lifecycle%3D0%26p_p_state%3Dnormal%26p_p_mode%3Dview%26p_p_col_id%3Dcolumn-1%26p_p_col_pos%3D2%26p_p_col_count%3D3 Learn Administrative AXL ] - This PowerPoint slide deck provides a fairly deep dive coverage of AXL and the Direct Database Access (executeSQLQuery and executeSQLUpdate) methods employed by Unified CCMP to provision &amp;amp; import configuration from CUCM.&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified CCMP 8.5(x) - Product Training]]&lt;/div&gt;</summary>
		<author><name>Hoturner</name></author>	</entry>

	</feed>