


 



<?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=Special:Contributions/Docwikibot&amp;feed=atom&amp;limit=50&amp;target=Docwikibot&amp;year=&amp;month=</id>
		<title>DocWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://docwiki.cisco.com/w/index.php?title=Special:Contributions/Docwikibot&amp;feed=atom&amp;limit=50&amp;target=Docwikibot&amp;year=&amp;month="/>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Special:Contributions/Docwikibot"/>
		<updated>2013-05-23T19:05:17Z</updated>
		<subtitle>From DocWiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://docwiki.cisco.com/wiki/System:_SQL_Hardening_Failure</id>
		<title>System: SQL Hardening Failure</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/System:_SQL_Hardening_Failure"/>
				<updated>2009-12-18T19:57:10Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== System: SQL Hardening Failure==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| During the configuration of both the Unified IC and the Archiver databases, SQL Hardening fails.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| Error indicating SQL Hardening failure.&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| Various. &lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| None. SQL Hardening is the process of allowing connection to MS SQL Server by Windows authentication *only*. If SQL Hardening fails for any reason, then it is still possible to connect to MS SQL Server using *both* Windows authentication and SQL authentication.&lt;br /&gt;
The failure of SQL Hardening thus has no effect on functionality.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.5(x)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| CSCsy96093&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified IS, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/System:_Retrieve_Size_for_CUIC_Database_Tables</id>
		<title>System: Retrieve Size for CUIC Database Tables</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/System:_Retrieve_Size_for_CUIC_Database_Tables"/>
				<updated>2009-12-18T19:57:00Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== System: Retrieve Size for CUIC Database Tables ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| You want to determine the current size of the CUIC database tables.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| None.&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| You are concerned that some tables are growing too large.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| In the SQL Server Management Studio, Open New Query window.&lt;br /&gt;
# Select the CUIC database.&lt;br /&gt;
# Run the following SQL Statement in Query Window: select 'exec sp_spaceused ' + name from sysobjects where type = 'U'.&lt;br /&gt;
#: {{note| There is a space after 'spaceused&amp;quot; and the '.}}&lt;br /&gt;
# Copy the Result of this query.&lt;br /&gt;
# Open another new Query Window.&lt;br /&gt;
# Paste the query.&lt;br /&gt;
# Select the CUIC database.&lt;br /&gt;
# Run (execute) the query.&lt;br /&gt;
&lt;br /&gt;
The result of the query displays information about all tables in CUIC database including size and number of rows in the table.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.5(2).&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified IS, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/System:_Purge_the_CUIC_Database</id>
		<title>System: Purge the CUIC Database</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/System:_Purge_the_CUIC_Database"/>
				<updated>2009-12-18T19:56:50Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== System: Purge the CUIC Database ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| How do you purge the CUIC database?&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| None.&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| Some CUIC tables grow very large. Follow this procedure to schedule a job that truncates seven tables that tend to grow. Do this to constrain the database size.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
|&lt;br /&gt;
# Open Microsot SQL Server Management Studio.&lt;br /&gt;
# Connect to the server where the CUIC database is installed.&lt;br /&gt;
# Expand &amp;quot;SQL Server Agent&amp;quot;.&lt;br /&gt;
# Right-click &amp;quot;Jobs&amp;quot;; then click &amp;quot;New Job&amp;quot;.&lt;br /&gt;
# On the General tab:&lt;br /&gt;
#* Name : Enter a name such as 'Purge tables from CUIC database'&lt;br /&gt;
#* Category : Database Maintenance&lt;br /&gt;
# Click OK.&lt;br /&gt;
#Select Steps in the left panel&lt;br /&gt;
#Click New.&lt;br /&gt;
#* Step Name : Enter a name such as 'Purge Large Tables'&lt;br /&gt;
#* Type: Transact-SQL script (T-SQL)&lt;br /&gt;
#* Database : Select the CUIC database&lt;br /&gt;
#* Commands: Enter these commands&lt;br /&gt;
#**TRUNCATE TABLE AA_DataProcessingInfo&lt;br /&gt;
#**TRUNCATE TABLE AA_ErrorLog&lt;br /&gt;
#**TRUNCATE TABLE AA_LoadEvents&lt;br /&gt;
#**TRUNCATE TABLE AA_ProfilerData&lt;br /&gt;
#**TRUNCATE TABLE AA_ReportViews&lt;br /&gt;
#**TRUNCATE TABLE AA_TracingData&lt;br /&gt;
#**TRUNCATE TABLE AA_UserLog&lt;br /&gt;
#Select OK.&lt;br /&gt;
#Select Schedules in the left panel.&lt;br /&gt;
# Click new.&lt;br /&gt;
#* Name : Daily&lt;br /&gt;
#* Schedule type : Recurring&lt;br /&gt;
#* Frequency : Daily&lt;br /&gt;
#* Daily Frequency : Occurs once at : 1:00 AM&lt;br /&gt;
#Select OK.&lt;br /&gt;
#Select OK.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.5(2).&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None.'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified IS, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/System:_Location_of_Unified_IC_Files</id>
		<title>System: Location of Unified IC Files</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/System:_Location_of_Unified_IC_Files"/>
				<updated>2009-12-18T19:56:40Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== System: Location of Unified IC Files==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| Some sections of the Unified IC user documentation incorrectly identify the location of the Unified IC files as &amp;lt;nowiki&amp;gt;%CUIS_HOME%\Cisco|CUIS\CuisWeb, %CUIS_HOME%\Cisco|CUIS\bin&amp;lt;/nowiki&amp;gt;, etc.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| Not applicable.&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| Not applicable.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| The correct syntax for the path is %CUIS_HOME%\CuisWeb, %CUIS_HOME%\bin, etc.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.5(x)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| CSCsz48516&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified IS, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Reporting:_SQL_Validation_for_Unified_IC</id>
		<title>Reporting: SQL Validation for Unified IC</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Reporting:_SQL_Validation_for_Unified_IC"/>
				<updated>2009-12-18T19:56:30Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
Reporting: SQL Validation for Unified IC&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| Your SQL validation fails when you create or modify a report in Report Wizard (Release 7.5) or Report Definition (Release 8.0).&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| Invalid Query&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| You have used an insert or an update query. You have not included field names. &lt;br /&gt;
|-&lt;br /&gt;
! '''.Recommended Action'''&lt;br /&gt;
| Unified IC expects select statements with defined fields. Unified IC parses the named fields from the select statement and presents then to users in the report. &lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Releases 7.5(x) and 8.0(1).&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified IS, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Reporting:_Connection_Dropped_Message</id>
		<title>Reporting: Connection Dropped Message</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Reporting:_Connection_Dropped_Message"/>
				<updated>2009-12-18T19:56:20Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Reporting: 'Connection Dropped CUIS Application Pool' Message ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| A message indicating that the connection has been dropped is logged in the Httperr.log file. This occurs while a reporting is loading.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| Connection_Dropped CUIS Application Pool  &lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| IIS/Browser issue.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Enable the Recycling setting in the CUIS Application Pool as follows:&lt;br /&gt;
* Navigate to: Computer Management &amp;gt; Services and Applications &amp;gt; IIS Manager &amp;gt; Application Pools &amp;gt; CUIS Application Pool.&lt;br /&gt;
* Right-click CUIS Application Pool and select &amp;quot;Properties&amp;quot;.&lt;br /&gt;
* Check &amp;quot;Recyle worker process at the following times&amp;quot;.&lt;br /&gt;
* Enter a time when few users are likely to be connected.&lt;br /&gt;
&lt;br /&gt;
Note that users who have run an ad-hoc report at the time of the recycle will see this message when the report is refreshed: &amp;quot;The realtime subsystem has been cleared. In order to continue viewing the report you must re-filter it&amp;quot;. In this situation, the user must launch the report once again. &lt;br /&gt;
Note also that reports in the Dashboard will miss a refresh cycle during recycle.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.5(x)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified IS, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Archiver:_Scheduled_Events_Do_Not_Run</id>
		<title>Archiver: Scheduled Events Do Not Run</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Archiver:_Scheduled_Events_Do_Not_Run"/>
				<updated>2009-12-18T19:56:10Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Archiver: Scheduled Events Do Not Run==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| Archiver Scheduled events do not run due to organizational policy for running MS SQL services. &lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| Not applicable.&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| Unified IC expects the AdminUser or ArchiverUser to run scheduled events, but your organization imposes a policy for the user who runs MS SQL services. &lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Add the customer-specified user who runs SQL services to the Unified ICM DB with read-only access.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.5(x)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| CSCsy96083&lt;br /&gt;
| |-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified IS, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Archiver:_Performance_and_Memory_Space</id>
		<title>Archiver: Performance and Memory Space</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Archiver:_Performance_and_Memory_Space"/>
				<updated>2009-12-18T19:56:00Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Archiver: Performance and Memory Space ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| Changing the SQL Server memory setting can cause Out of Memory errors and/or can impact Archiver performance. The Archiver must be installed on a server that has 12GB of memory. The installation changes the SQL Server memory setting from the default (which is dynamic) to a minimum of 2 GB and a maximum of 10 GB. The Archiver Configuration Tool automatically sets switches for /3GB and /PAE. These specifications have been qualified by Cisco Systems, Inc. to afford optimal Archiver performance.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| &amp;quot;Out of Memory&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| You have changed the default, Cisco-qualified memory settings, which affects the performance of your Archiver. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Contact your Support Provider for guidance on changing the memory space back to the qualified values. If the settings are changed to a non-qualified value, Cisco Systems cannot support the altered environment.&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.5(2)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified IS, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Archiver:_LoadArchiver_Issues_with_Different_Server_Time_Zones</id>
		<title>Archiver: LoadArchiver Issues with Different Server Time Zones</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Archiver:_LoadArchiver_Issues_with_Different_Server_Time_Zones"/>
				<updated>2009-12-18T19:55:50Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
==  Archiver: LoadArchiver Issues with Different Server Time Zones==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| &lt;br /&gt;
&amp;quot;Primary key constraint violations&amp;quot; when running the LoadArchiver stored procedure.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| Primary Key Contraint Violations&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| CUIS Archiver requires that the HDS and Archiver servers be in same time zone.  If these servers are in different time zones, there will be &amp;quot;primary key constraint violations&amp;quot; on various and random tables when running the LoadArchiver stored procedure.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Place the Archiver and HDS servers in the same time zone.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.5(x)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| CSCsz99377&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified IS, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Archiver:_Load_Archiver_Fails</id>
		<title>Archiver: Load Archiver Fails</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Archiver:_Load_Archiver_Fails"/>
				<updated>2009-12-18T19:55:40Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
[[Category:Unified IS, Release 7.5]] &lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| The LoadArchiver job is failing on a scheduled run and also when started manually.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| Various&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| Various&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| 1)    Open the MS SQL Server Management Studio.&lt;br /&gt;
&lt;br /&gt;
2)      Connect to the Archiver server.&lt;br /&gt;
&lt;br /&gt;
3)      Open a new query window.&lt;br /&gt;
&lt;br /&gt;
4)      Select the archiver database&lt;br /&gt;
&lt;br /&gt;
5.)      Type xp_LoadArchiver in the query window and press F5 to run the query.&lt;br /&gt;
&lt;br /&gt;
The query might run for some time before you see results appear in the Messages section at the bottom of the page.&lt;br /&gt;
&lt;br /&gt;
6)      When results appear, copy the result text and send it to the Cisco support engineer.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.5(x)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None. TAC SR#: 612491947 &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified IS, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Archiver:_How_to_Point_to_Another_Server</id>
		<title>Archiver: How to Point to Another Server</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Archiver:_How_to_Point_to_Another_Server"/>
				<updated>2009-12-18T19:55:30Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
Archiver: How to Point to Another Server&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| The Archiver is pointing to one database server (DAW2), and you want to point to another database server (DAW4, which is an exact copy of DAW2) without losing data that is already archived and without causing duplicate entries.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| None.&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| You need to change the database server to which the Archiver is pointing.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| 1. Open Microsoft SQL Server management Studio&lt;br /&gt;
&lt;br /&gt;
2. Connect to the Archiver Server.&lt;br /&gt;
&lt;br /&gt;
3. Navigate to Archiver Server &amp;gt; Server Objects &amp;gt; Linked Server.&lt;br /&gt;
&lt;br /&gt;
4. Right-click on Linked Servers and click New Linked Server.&lt;br /&gt;
&lt;br /&gt;
* In Linked Server, enter &amp;lt;name of new hds server&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* For Server Type, select SQL Server.&lt;br /&gt;
&lt;br /&gt;
5. Click OK.&lt;br /&gt;
&lt;br /&gt;
6. Update the ServerName column in the Archiver t_Connection table by replacing the old value with the name of new link server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.5(x)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified IS, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Archiver:_Free_Space_and_Emergency_Purge</id>
		<title>Archiver: Free Space and Emergency Purge</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Archiver:_Free_Space_and_Emergency_Purge"/>
				<updated>2009-12-18T19:55:20Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Archiver: Free Space and Emergency Purge ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| You are running out of space on the Archiver server.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| Emergency Purge messages in t_Log table.&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| You are running purges infrequently or the retention times need to be shorter. &lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Manage the amount of free space and the retention times in your database to ensure that there is no need for an emergency purge. Periodically query the t_Log table to ensure that there are no emergency purge messages.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.5(x)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified IS, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Archiver:_Data_Retrieval</id>
		<title>Archiver: Data Retrieval</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Archiver:_Data_Retrieval"/>
				<updated>2009-12-18T19:55:10Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Archiver: Data Retrieval ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| Difficulty retrieving data.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| Not applicable.&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| Your Linked Server connection is not working.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Test the Linked Server connection. Linked Servers can be found in Microsoft SQL Server Management Studio under Server Objects. Locate the linked server and right-click to test the connection. &lt;br /&gt;
|-&lt;br /&gt;
! '''Releases'''&lt;br /&gt;
| Release 7.5(x)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified IS, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Some_prompts_in_a_script_play_in_the_language_specified_and_other_prompts_play_in_English</id>
		<title>Some prompts in a script play in the language specified and other prompts play in English</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Some_prompts_in_a_script_play_in_the_language_specified_and_other_prompts_play_in_English"/>
				<updated>2009-12-18T19:54:35Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Some prompts in a script play in the language specified and other prompts play in English ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| A script is set to a language other than US English, but some prompts play in US English.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| None.&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| A prompt is missing in the language directory for the language used by the script. If the default language for the script uses the same rules as US English, the system will automatically replace the missing prompt with a US English prompt.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| &lt;br /&gt;
Refer to the Cisco Unified CCX trace files to find the missing prompt and provide the missing prompt in the language folder shown in the Cisco Unified CCX trace files.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0(1)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified_IP_IVR, Release_7.0]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Some_prompts_do_not_play</id>
		<title>Some prompts do not play</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Some_prompts_do_not_play"/>
				<updated>2009-12-18T19:54:25Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Some prompts do not play ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| A prompt in a script does not play. The script may or may not continue executing.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| None.&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| A prompt is missing in the language directory for the language used by the script. By default, the Play Prompt step is set to continue if it encounters an error and the script will continue to play if it encounters a missing prompt. If you have changed the Play Prompt step to not continue if it encounters an error, the script will stop executing.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| &lt;br /&gt;
Refer to the Cisco Unified CCX trace files to find the missing prompt. Provide the missing prompt in the language folder shown in the Cisco Unified CCX trace files.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0(1)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified_IP_IVR, Release_7.0]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Prompts_play_in_language</id>
		<title>Prompts play in language</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Prompts_play_in_language"/>
				<updated>2009-12-18T19:54:15Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Prompts play in language ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| A script was assigned to a language at the route point but it plays prompts in another language.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| None.&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| This problem can be caused by the following situations:&lt;br /&gt;
*The system default language is set incorrectly.&lt;br /&gt;
*The language specified in the Set Contact step is incorrect.&lt;br /&gt;
*The language specified in the Play Prompt step is incorrect.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| &lt;br /&gt;
Verify that system default language is set correctly. Verify that the correct language is set in the Set Contact step or the Play Prompt step if these steps are used.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified_IP_IVR, Release_7.0]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Cisco_Unified_IP_IVR_drops_callers_when_transferring_to_an_extension</id>
		<title>Cisco Unified IP IVR drops callers when transferring to an extension</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Cisco_Unified_IP_IVR_drops_callers_when_transferring_to_an_extension"/>
				<updated>2009-12-18T19:54:05Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Cisco Unified IP IVR drops callers when transferring to an extension ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| After Cisco Unified IP IVR transfers a call to an extension, the called party hears a busy signal when taking the call and the caller is dropped.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| None.&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| If a call gets dropped, one potential cause is a codec mismatch between the endpoint and the Cisco Unified CCX Server. The Cisco Unified CCX Server supports either the G.729 or the G.711 protocol, but not both simultaneously. To support these protocols, a transcoder is required.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| &lt;br /&gt;
Install a transcoder for Cisco Unified IP IVR.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0(1)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified_IP_IVR, Release_7.0]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/A_prompt_plays_phrases_in_the_wrong_order</id>
		<title>A prompt plays phrases in the wrong order</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/A_prompt_plays_phrases_in_the_wrong_order"/>
				<updated>2009-12-18T19:53:55Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== A prompt plays phrases in the wrong order ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| A prompt played by the Create Generated Prompt step plays the correct language but plays phrases in the wrong order. For example, a prompt that you expect to play as “month, day, year” plays as “year, month, day.”&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| None.&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| The Create Generated Prompt step is using incorrect rules for the language.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| &lt;br /&gt;
If creating a new language or adapting an existing language for a new locale, check the PromptGenerator.properties file and make sure that it is using the correct rules for the language.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0(1)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified_IP_IVR, Release_7.0]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_Mobile_Agent:_Unified_Mobile_Agent_Option_is_Unavailable_in_Agent_Desktop_Login_Dialog</id>
		<title>Unified Mobile Agent: Unified Mobile Agent Option is Unavailable in Agent Desktop Login Dialog</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_Mobile_Agent:_Unified_Mobile_Agent_Option_is_Unavailable_in_Agent_Desktop_Login_Dialog"/>
				<updated>2009-12-18T19:52:45Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Unified Mobile Agent Option is Unavailable in Agent Desktop Login Dialog ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;The Agent Desktop softphone application does not display the Unified Mobile Agent Modeoption to allow an agent to log in as a mobile agent.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;None.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Unified MA settings were not specified during CTI OS Server setup.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Follow these steps:&lt;br /&gt;
* Rerun the CTI OS Server setup program and specify the following on the PeripheralIdentifier screen.&lt;br /&gt;
* Select the Enable Mobile Agent checkbox.&lt;br /&gt;
* From the Mobile Agent Mode drop-down list, select Agent chooses.&lt;br /&gt;
* When the CTI OS Server setup program is run, the registry is automatically updated withthe appropriate values.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_Mobile_Agent:_Unified_Mobile_Agent_Failure_Recovery_Tips</id>
		<title>Unified Mobile Agent: Unified Mobile Agent Failure Recovery Tips</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_Mobile_Agent:_Unified_Mobile_Agent_Failure_Recovery_Tips"/>
				<updated>2009-12-18T19:52:35Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Unified Mobile Agent Failure Recovery Tips ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; The Unified Mobile Agent application failed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; See below.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;background-color:#EEEEEE;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|'''Recovery Issue/Symptom'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|'''Resolution/Action'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Power failure&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|Once the power is back up, verify that the Agent Desktop reboots properly and thatthe network is available. You can then login.&lt;br /&gt;
&lt;br /&gt;
'''Note: ''' UPS can mitigate the risk of a power failure at home by keeping the cablemodem and agent's PC powered up for a certain duration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Internet failure&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|When the broadband connection is lost, the agent goes offline. Once the connectionis reestablished, login again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Agent Desktop reboot&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|See ''Power failure'', above.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Agent Desktop application restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|Restart the application and log back into the server. If a call is still in progress, donot change the state to Ready.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|VPN tunnel failure&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|If broadband access is available, but the connection to the corporate site is not, verifythat the VPN tunnel is not misconfigured / broken. If it is broken, it will have to bereconfigured by the System Administrator.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_Mobile_Agent:_Mobile_Agent_is_Set_to_Not_Ready</id>
		<title>Unified Mobile Agent: Mobile Agent is Set to Not Ready</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_Mobile_Agent:_Mobile_Agent_is_Set_to_Not_Ready"/>
				<updated>2009-12-18T19:52:25Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Mobile Agent is Set to Not Ready ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Call by call delivery mode fails and mobile agent is set to Not Ready.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;None.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Mobile agent state changed to Not Ready because the mobile agent did not answer the call, or the mobile agent's phone line rang busy.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Check mobile agent phone line and make sure the line is available.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_Mobile_Agent:_Mobile_Agent_is_Logged_Out</id>
		<title>Unified Mobile Agent: Mobile Agent is Logged Out</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_Mobile_Agent:_Mobile_Agent_is_Logged_Out"/>
				<updated>2009-12-18T19:52:15Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Mobile Agent is Logged Out ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Call by call delivery mode fails and mobile agent is logged out.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;None.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Agent call cannot connect due to invalid phone number.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Check to make sure mobile agent phone number is entered correctly before logging back in.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_Mobile_Agent:_Mobile_Agent_Login_Failed</id>
		<title>Unified Mobile Agent: Mobile Agent Login Failed</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_Mobile_Agent:_Mobile_Agent_Login_Failed"/>
				<updated>2009-12-18T19:52:05Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Mobile Agent Login Failed ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Mobile agent login failed with an error message.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;See the table below.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Mobile agent login failures can result from a number of causes. Login failure messages are described in the table below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;background-color:#EEEEEE;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|'''Message'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|'''Cause'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|'''Action'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|IPCC Error [10151] - PERERR_ TELDRIVE_ MOBILEAGENT_ INCORRECT_LCP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|There is an incorrect LCP configuration in Unified CM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|Check the Phone Configuration page in Unified CM and be sure the device name of the LCP Port begins with the string LCP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|IPCC Error [10152] - PERERR_TELDRIVE_ MOBILEAGENT_ INCORRECT_RCP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|There is an incorrect RCP configuration in Unified CM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|Check the Phone Configuration page in Unified CM to be sure that the device name of the RCP Port starts with the string RCP. Also check the device name of the corresponding LCP Port.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|IPCC Error [10153] - PERERR_TELDRIVE_ MOBILEAGENT_MODE_ NOT_ALLOWED&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|The Unified ICM Agent Desk Settings are not configured properly. Either the Cisco Unified Mobile Agent checkbox is not selected, or the Mobile agent mode setting does not correspond to the agent call mode selected in the Login dialog.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|Enable the Mobile Agent checkbox in the Unified ICM Agent Desk Settings and verify that the agent mode configured in Unified ICM is the same as the agent call mode selected in the Login dialog. See alsoCall Mode Unavailable in Agent Desktop Login Dialog&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|IPCC Error [10154] - PERERR_TELDRIVE_ AGENT_INVALID_ LOGIN_CTIPORT&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|This error is generated when one of the following conditions exists:&lt;br /&gt;
* A non-mobile agent tries to login to a CTI port.&lt;br /&gt;
* A mobile agent tries to login to an invalid CTI port.&lt;br /&gt;
&lt;br /&gt;
|Do one of the following:&lt;br /&gt;
* If you are not configured as a mobile agent, enter your IP Phone extension in the Instrument field of the CTI Login dialog box.&lt;br /&gt;
* If you are configured as a mobile agent, check the CTI Port configuration.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| RESOURCE_NOT_AVAILABLE appears in JTAPI Gateway Log &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|The codec settings on the PG and Voice Gateway do not match. &lt;br /&gt;
&lt;br /&gt;
'''Note: ''' This issue occurs for attempted Nailed connection login, only.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|Change the codec configuration on either the PG or Voice Gateway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|A licensing error has occurred. Please see your administrator.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|Agent Desktop is running. All of the Agent Desktop software licenses are in use.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| Close the Agent Desktop completely when you are finished using it. Simply logging off can cause the Agent Desktop to continue running.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;See possible actions listed in the table above.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_Mobile_Agent:_MA_Trace_Levels</id>
		<title>Unified Mobile Agent: MA Trace Levels</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_Mobile_Agent:_MA_Trace_Levels"/>
				<updated>2009-12-18T19:51:55Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== MA Trace Levels ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; There is no separate trace mask for Mobile Agent.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; See below.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Following are the ''Trace levels'' to troubleshoot the Mobile Agent:&lt;br /&gt;
&lt;br /&gt;
JTAPI Gateway (To enable trace for Mobile Agent, the following traces can be enabled as needed.):&lt;br /&gt;
* &amp;lt;Procmon customer instance name&amp;gt; &amp;lt;nodename&amp;gt;&lt;br /&gt;
* JT_TPREQUESTS /on&lt;br /&gt;
* JT_CONNECTION /on&lt;br /&gt;
* JT_MEMORY /on&lt;br /&gt;
* JT_TERM_EVENT_RTP /on&lt;br /&gt;
EAGTPIM:&lt;br /&gt;
* The existing tele_drive_OP_ERR bit is turned on using default trace level.&lt;br /&gt;
CTIOS, CTISever, OPC:&lt;br /&gt;
* '''Condition:''''' The user has configured the mobile agent option within the Unified ICM Agent Desk settings page. However the Agent Desktop softphone application does not display any fields on the login dialog for the agent to log in as a mobile agent. &lt;br /&gt;
* '''Problem:''' The CTI OS Server was not set up properly during install or the connection profiles defined in the registry are not defined correctly for Mobile Agents. The ShowFieldBitmask value needs to be defined in the connection profile for the appropriate mobile agent settings. The CTIOS Server connection profiles sent tothe CTI OS client desktop contains the information for ShowFieldBitmask which controls what fields are displayed on the login dialog. &lt;br /&gt;
* '''Recommended Action:''' Rerun the CTI OS Server setup program, on the Peripheral dialog screen, select the Mobile Agent option and the appropriate work mode. The registry is automatically updated with the appropriate values when the CTI OSServer setup program is run.''&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_Mobile_Agent:_Cisco_Unified_CCE_Remote_Agent_Option</id>
		<title>Unified Mobile Agent: Cisco Unified CCE Remote Agent Option</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_Mobile_Agent:_Cisco_Unified_CCE_Remote_Agent_Option"/>
				<updated>2009-12-18T19:51:45Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Cisco Unified CCE Remote Agent Option ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; How do I find out what Codec is being used?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;None.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;On Cisco 7960 IP Phones, press the information button twice (this is the &amp;quot;?&amp;quot; or the &amp;quot;I&amp;quot; button, depending on the model you are using).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;This following table lists troubleshooting FAQs and recovery tips.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;background-color:#EEEEEE;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|'''Recovery Issue'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|'''Resolution'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Power failure&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|When the power is back up, verify that the machine comes back up properly and that the network is available.&lt;br /&gt;
&lt;br /&gt;
For CTI OS, start the CTI desktop and login to the CTI OS server. For Remote Option with IP Phone configuration, the IP Phone needs to contact the TFTP server and register with Unified CM. &lt;br /&gt;
&lt;br /&gt;
'''Note: ''' UPS can mitigate the risk of a power failure at home by keeping the cable modem and agent's PC powered up for a certain duration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Internet failure&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|If the internet goes down, the connection is lost and the agent goes offline.&lt;br /&gt;
&lt;br /&gt;
For CTI OS, when the internet is back up, the agent must re-connect to the CTI OS server and log back in. For Remote Option with IP Phone configuration, the IP Phone will also be disconnected and needs to be reconnected with Unified CM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Reconnection of the phone to the desktop&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|Connect the desktop to the IP Phone's second switch port, then connect the IP Phone to the 800 Series Router.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Agent Desktop reboot&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|See Power failure, above.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Agent Desktop Application restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|Restart the application and log back into the server. If a call is still in progress, do not change the state to Ready.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|IP Phone registration failure&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|Verify that the Internet is available, followed by the network. If yes, check if the TFTP server and Unified CM are online.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|VPN tunnel failure&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|If Internet access is available, but the connection to the corporate site is not, verify that the VPN tunnel is not misconfigured / broken. If it is broken, it will have to be reconfigured by the System Administrator.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_Mobile_Agent:_Call_Mode_Unavailable_in_Agent_Desktop_Login_Dialog</id>
		<title>Unified Mobile Agent: Call Mode Unavailable in Agent Desktop Login Dialog</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_Mobile_Agent:_Call_Mode_Unavailable_in_Agent_Desktop_Login_Dialog"/>
				<updated>2009-12-18T19:51:35Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Call Mode Unavailable in Agent Desktop Login Dialog ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;The agent is unable to select a call mode on the login dialog. The call mode field is disabledand set to either call by call or nailed connection; there is no option to change it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;None.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;The CTIOS Server was not set up properly during install, or the connection profiles defined inthe registry are not defined correctly for mobile agents.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Follow these steps:&lt;br /&gt;
* Rerun the CTIOS Server setup program and specify the following on the PeripheralIdentifier screen.&lt;br /&gt;
* Select the Enable Mobile Agent checkbox.&lt;br /&gt;
* From the Mobile Agent Mode drop-down list, select Agent chooses.&lt;br /&gt;
* When the CTIOS Server setup program is run, the registry is automatically updated withthe appropriate values.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_Mobile_Agent:_Call_By_Call_Delivery_Mode_Fails</id>
		<title>Unified Mobile Agent: Call By Call Delivery Mode Fails</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_Mobile_Agent:_Call_By_Call_Delivery_Mode_Fails"/>
				<updated>2009-12-18T19:51:25Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Call By Call Delivery Mode Fails ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Call by call delivery mode fails.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; RESOURCE_NOT_AVAILABLE appears in JTAPI Gateway Log&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;The codec settings on the PG and Voice Gateway do not match. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Use the CtiPortMediaCapability registry key (...\PG\CurrentVersion\JGWS\Jgw#\JGWData\Config\CtiPortMediaCapability) to change the codec configuration on either the PG or Voice Gateway.&lt;br /&gt;
&lt;br /&gt;
Valid values are: 0 (the default for G.711 support and 1 for G.729 codec support. &lt;br /&gt;
&lt;br /&gt;
'''Note: ''' Voice Gateways participating in Unified MA calls need to have dial-peer to support the correct codec.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_Router_Process_Rejects_Logger_Configuration_Data_Load</id>
		<title>Unified ICM and Unified CCE Database Troubleshooting: Router Process Rejects Logger Configuration Data Load</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_Router_Process_Rejects_Logger_Configuration_Data_Load"/>
				<updated>2009-12-18T19:51:15Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Router Process Rejects Logger Configuration Data Load ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;During initialization, the Router process rejects the configuration data load from logger.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;None.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;This occurs because the Logger is busy and does not send a heartbeat to the Router. The Router waits for the heartbeat for 2 minutes (the default interval), doesn't receive a heartbeat, and finally rejects the data.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Increase the following registry key value: Router\CurrentVersion\Configuration\Config\LargeTableTimeout &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_Recovery_Process_Assert</id>
		<title>Unified ICM and Unified CCE Database Troubleshooting: Recovery Process Assert</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_Recovery_Process_Assert"/>
				<updated>2009-12-18T19:51:05Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Recovery Process Assert ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;The Recovery process asserts with the following message&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;quot;Fail: Assertion failed: (keytop - keybase) &amp;amp;gt;= 0.0.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;The recovery process has written a bad ToRecoveryKey value for a historical table in the Recovery control table. It may happen if the system time has been set back on the Router node. It may also happen if the logger and router on one side of the system start when does not see another side is up and running. It therefore creates its own RecoveryKey instead of synchronize with another side. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; Manually remove the out of sequence ToRecoveryKey in the Recovery table on the HDS database. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_Problems_Saving_AW_Configuration_Data</id>
		<title>Unified ICM and Unified CCE Database Troubleshooting: Problems Saving AW Configuration Data</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_Problems_Saving_AW_Configuration_Data"/>
				<updated>2009-12-18T19:50:55Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Problems Saving AW Configuration Data ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Users cannot save configuration data when using the configuration manager tool on ADS1; also, modifications to a user on ADS2 do not transfer to ADS1.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;This was due to the loss of access privileges for the ADS1 distributor service login account. The ems trace logs for Update ADS process on ADS1 showed database login errors. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Re-run the ADS1 distributor setup from the install media. This will re-run scripts that gives database access privileges to the distributor service login account. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_Logger_Setup_Fails</id>
		<title>Unified ICM and Unified CCE Database Troubleshooting: Logger Setup Fails</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_Logger_Setup_Fails"/>
				<updated>2009-12-18T19:50:45Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Logger Setup Fails ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Logger Setup fails with the following message: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Unable to connect to the database. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Microsoft SQL Server Client Network Utility and/or Server Network Utility is specified incorrectly.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Perform the following steps:&lt;br /&gt;
&lt;br /&gt;
 Open &amp;quot;Client Network Utility&amp;quot; from Microsoft SQL Server folder. Open General tab &amp;quot;enabled protocols by order&amp;quot;. Make sure TCP/IP does not appear prior to Named Pipe. &lt;br /&gt;
&lt;br /&gt;
 Open &amp;quot;Client Network Utility&amp;quot; from Microsoft SQL Server folder. Open &amp;quot;Server alias configurations&amp;quot;. Make sure there is not an entry for &amp;quot;.&amp;quot; for TCP/IP or Named Pipe or any other protocols. &lt;br /&gt;
&lt;br /&gt;
 Open &amp;quot;Server Network Utility&amp;quot; from Microsoft SQL Server folder. Open &amp;quot;Enabled protocols&amp;quot;. Make sure there is an entry for &amp;quot;Named Pipes&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_Logger_Initialization_Fails</id>
		<title>Unified ICM and Unified CCE Database Troubleshooting: Logger Initialization Fails</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_Logger_Initialization_Fails"/>
				<updated>2009-12-18T19:50:35Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Logger Initialization Fails ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Logger initialization fails during configuration data synchronization from its partner logger.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;None.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;A possible synchronization issue.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Perform the following steps:&lt;br /&gt;
* Stop the Logger node service.&lt;br /&gt;
* Synchronize configuration data using ICMDBA. &lt;br /&gt;
*  Restart logger node service.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_Logger_Initialization_Assert</id>
		<title>Unified ICM and Unified CCE Database Troubleshooting: Logger Initialization Assert</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_Logger_Initialization_Assert"/>
				<updated>2009-12-18T19:50:25Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Logger Initialization Assert ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;During Logger initialization, the process asserts with the following message:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;quot;Fail: Assertion failed: syncMsg.UpdateKey == g.checksumInfo.updateKey&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;The Config_Message_Log table in the logger database is empty. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Open icm\install\sysinit.sqlfile. Copy the insert statement for Config_Message_Log table and run the same on the logger database.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_Logger_Exit</id>
		<title>Unified ICM and Unified CCE Database Troubleshooting: Logger Exit</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_Logger_Exit"/>
				<updated>2009-12-18T19:50:15Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Logger Exit ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;The logger exits after local time has been stopped for few milliseconds&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;None.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;The SQL server is busy. As a result, during that time no heartbeat response is sent to the Router process. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Increase the MessageTimeout value under the registry key Logger\CurrentVersion\Configuration\Time\MessageTimeout.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_Large_Reporting_Queries_Impacting_Performance</id>
		<title>Unified ICM and Unified CCE Database Troubleshooting: Large Reporting Queries Impacting Performance</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_Large_Reporting_Queries_Impacting_Performance"/>
				<updated>2009-12-18T19:50:05Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Large Reporting Queries Impacting Performance ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;System performance is impacted adversely when running a reporting query.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;None.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Reporting queries need to be kept to a reasonable size or system performance will be impacted adversely, particularly for especially large queries such as call detail or ECC tables.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Reduce the size of your query, or break your query into multiple queries.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_Invalid_SQL_Login,_Cause_Not_Apparent_from_Unified_ICM_Logs</id>
		<title>Unified ICM and Unified CCE Database Troubleshooting: Invalid SQL Login, Cause Not Apparent from Unified ICM Logs</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_Invalid_SQL_Login,_Cause_Not_Apparent_from_Unified_ICM_Logs"/>
				<updated>2009-12-18T19:49:55Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Invalid SQL Login, Cause Not Apparent from Unified ICM Logs ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;An error message indicates invalid logon or an inability to connect to SQL, and the Unified ICM logs do not reveal a possible cause.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;This information is generally not included in Unified ICM logs.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Examine the Application and System logs from the NT Event Log service, and, if the error looks like a SQL Error, include the SQL Server logs from the time of the event as well. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_ICMDBA_Log_and_Data_Percents_Differ</id>
		<title>Unified ICM and Unified CCE Database Troubleshooting: ICMDBA Log and Data Percents Differ</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_ICMDBA_Log_and_Data_Percents_Differ"/>
				<updated>2009-12-18T19:49:45Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== ICMDBA Log and Data Percents Differ ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;ICMDBA displays different values for the log and data % used between the two sides.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;The data and log size discrepancy shown between Logger A and Logger B database is normal, for the following reasons:&lt;br /&gt;
* The historical data content could differ depending how accuracy will be recovery synchronization between Logger A and Logger B.&lt;br /&gt;
* SQL server may manage the data and log pages differently on each system&lt;br /&gt;
* The data checkpoint mechanism in effect at a particular time may cause differences. &lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;No action required.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_Distributor_Logger_Assert</id>
		<title>Unified ICM and Unified CCE Database Troubleshooting: Distributor Logger Assert</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_Distributor_Logger_Assert"/>
				<updated>2009-12-18T19:49:35Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Distributor Logger Assert ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Distributor Logger asserts with the following message:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;quot;Fails:CheckPartitioningIndicator&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;ICR_Globals table has multiple rows.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Reduce the ICR_Globals table to a single row.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_Client_HDS_Replication_Cannot_Connect_to_Server_Replication</id>
		<title>Unified ICM and Unified CCE Database Troubleshooting: Client HDS Replication Cannot Connect to Server Replication</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_Client_HDS_Replication_Cannot_Connect_to_Server_Replication"/>
				<updated>2009-12-18T19:49:25Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Client HDS Replication Cannot Connect to Server Replication ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;The Client replication process on the HDS will not connect to the Server Replication process on the Logger.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;None.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;The IP addresses of the DNS servers may not be correctly specified on the HDS. As a result, the hostname is not resolving to its IP address on the HDS. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Check how the IP address of the DNS servers is specified on the HDS and correct as needed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_CICR_Replication_Cannot_Replicate</id>
		<title>Unified ICM and Unified CCE Database Troubleshooting: CICR Replication Cannot Replicate</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_ICM_and_Unified_CCE_Database_Troubleshooting:_CICR_Replication_Cannot_Replicate"/>
				<updated>2009-12-18T19:49:15Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== CICR Replication Cannot Replicate ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;CICR Replication cannot replicate &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;None.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;The distributor is in different domains, or the NAM version is different from CICM version &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;If the distributor is in different domains, ensure that the CICM AWs are in the same domain as the NAM or establish a mutual trust between the two domains.&lt;br /&gt;
&lt;br /&gt;
If the NAM and CICM versions are different, disable the CICR Replication process under NAM and set the following registry key value to 0: &lt;br /&gt;
&lt;br /&gt;
LoggerA\NodeManager\Processes\crpl\ProcDisabled&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Support_Tools_Troubleshooting:_Utilities_Missing</id>
		<title>Support Tools Troubleshooting: Utilities Missing</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Support_Tools_Troubleshooting:_Utilities_Missing"/>
				<updated>2009-12-18T19:49:05Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Utilities Missing ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Certain utilities are missing from the Dashboard menus (e.g., Services screen, Processes screen).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;None.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;You are not a member of the Support Tools privileged user group.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Certain utilities are only available for members of the Support Tools privileged user group.Contact your administrator if you believe you should have access to these utilities.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Support_Tools_Troubleshooting:_The_Support_Tools_Server_fails_to_connect_to_the_Node_Agent</id>
		<title>Support Tools Troubleshooting: The Support Tools Server fails to connect to the Node Agent</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Support_Tools_Troubleshooting:_The_Support_Tools_Server_fails_to_connect_to_the_Node_Agent"/>
				<updated>2009-12-18T19:48:55Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== The Support Tools Server fails to connect to the Node Agent ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;When trying to connect to Node Agents, the following message displays: &amp;amp;ldquo;Attempt to sendcommand to system: 'ARIPG1A' failed. The specified host could not be contacted by the servicetool. System reported: The requested name is valid, but no data of the requested type was found.&amp;amp;rdquo;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;None.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;
# Ensure that the Server and Agent services are defined and running.&lt;br /&gt;
# Check that the communications port defined is the same on the Server and Agent.&lt;br /&gt;
# Check that the IPSEC policy is enabled, *AND* that the IPSEC PSKey is the exact sameon the Server and the Node Agent.&lt;br /&gt;
# Check that the Support Server is Windows Server 2003 and not Windows XP. You caninstall the Support Tools server on Windows XP with SP2. However, the Support ToolsNode Agent (installed on an Unified ICM node running window 2003) defaults to installingwith IPSec enabled. Yet, since the Support Tools does not support IPSec on Windows XP,the Support Tools server cannot then connect to the agent(s).&lt;br /&gt;
The workaround for the non-support of IPsec on Windows XP is to&lt;br /&gt;
do either of thefollowing:Install the Support tools on a Windows Server 2003 server.&lt;br /&gt;
Disable IPSec on the Support Tools node agents.&lt;br /&gt;
# Check that the communication port defined in the registry is the same as is defined in theIPSEC policy.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Support_Tools_Troubleshooting:_Support_Tools_Installs_Disabled</id>
		<title>Support Tools Troubleshooting: Support Tools Installs Disabled</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Support_Tools_Troubleshooting:_Support_Tools_Installs_Disabled"/>
				<updated>2009-12-18T19:48:45Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Support Tools Installs Disabled ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Support Tools installs but the Support Tools service is disabled.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;None.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;This can occur following a re-install of the product, or during bundled installs of the Node ifan IPSec shared key is not specified.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Manually start the Cisco Support Tools service and, if desired, set its startup type to Automatic.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Support_Tools_Troubleshooting:_Support_Tools_Fails_to_Install</id>
		<title>Support Tools Troubleshooting: Support Tools Fails to Install</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Support_Tools_Troubleshooting:_Support_Tools_Fails_to_Install"/>
				<updated>2009-12-18T19:48:35Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Support Tools Fails to Install ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Support Tools fails to install.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;None.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;The Services are not created and/or do not start.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Examine the installation log files for any errors that occurred during the Support Toolsinstallation. Also check for the existence of the Support Tools services.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Support_Tools_Troubleshooting:_Login_Problems</id>
		<title>Support Tools Troubleshooting: Login Problems</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Support_Tools_Troubleshooting:_Login_Problems"/>
				<updated>2009-12-18T19:48:25Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Login Problems ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Can Access Dashboard Login Page but cannot login.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Invalid user name specified.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Incorrect or invalid username or password entered.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Re-enter username and password as follows:&lt;br /&gt;
&lt;br /&gt;
Network Users:&lt;br /&gt;
# Name: &amp;amp;lt;windows_network_domain&amp;amp;gt;\&amp;amp;lt;username&amp;amp;gt;&lt;br /&gt;
# Password: &amp;amp;lt;network password&amp;amp;gt;&lt;br /&gt;
Local Users:&lt;br /&gt;
# Name: &amp;amp;lt;localhost&amp;amp;gt;\&amp;amp;lt;username&amp;amp;gt;&lt;br /&gt;
# Password: &amp;amp;lt;local_password&amp;amp;gt;&lt;br /&gt;
'''Note: ''' Local users are typically administrators for whom Windows user accounts have been setup on the Support Tools Server machine. This allows them to access the Dashboard in scenarioswhen normal network authentication is unavailable.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Support_Tools_Troubleshooting:_Installation_Problems</id>
		<title>Support Tools Troubleshooting: Installation Problems</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Support_Tools_Troubleshooting:_Installation_Problems"/>
				<updated>2009-12-18T19:48:15Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Installation Problems ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Install of Support Tools hangs.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;None.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;During installation, the installer tries to close the &amp;quot;Computer Management&amp;quot; window because itcontains a list of the running services that have to be updated. If there is an open/active dialogbox anywhere from that application, the ST install will not be able to close it and the install willjust wait (and appear to be stuck or frozen).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Close the open dialog box. The Computer Management window will close, and the ST installwill continue.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Support_Tools_Troubleshooting:_Error_When_Selecting_Host</id>
		<title>Support Tools Troubleshooting: Error When Selecting Host</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Support_Tools_Troubleshooting:_Error_When_Selecting_Host"/>
				<updated>2009-12-18T19:48:05Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Error When Selecting Host ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Error returned when attempting to select a specific host as the current system.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Multiple.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Possible Causes:&lt;br /&gt;
* The machine, or LAN connection to that machine, is down&lt;br /&gt;
* Machine is identified incorrectly in Support Tools System List&lt;br /&gt;
* Support Tools Node not installed on that machine&lt;br /&gt;
* Support Tools Node Agent Service stopped on that machine&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Possible Workarounds:&lt;br /&gt;
# Confirm that the machine is running and that LAN connectivity is available.&lt;br /&gt;
# Confirm that the computer name for that machine as defined in the Support Tools SystemList (displayed on the Dashboard's System Management screen) is correct.&lt;br /&gt;
# Confirm with your administrator that the Support Tools Node is installed on that machine.&lt;br /&gt;
# Confirm with your administrator that the Support Tools Node Agent Service is started onthat machine.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Support_Tools_Troubleshooting:_Error_Processing_Request</id>
		<title>Support Tools Troubleshooting: Error Processing Request</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Support_Tools_Troubleshooting:_Error_Processing_Request"/>
				<updated>2009-12-18T19:47:55Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Error Processing Request ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Error Processing Request message returned when attempting to run a utility.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Error Processing Request.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Possible Causes:&lt;br /&gt;
* That utility is not installed on the current system&lt;br /&gt;
* Appserver service not stated on the Support Tools Server&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Possible Workarounds:&lt;br /&gt;
* Some utilities are only available for use on specific Unified ICM components. Consult theonline Help for that utility to determine if its use is limited to specific components.&lt;br /&gt;
* Confirm with your administrator that the Support Tools Appserver service is started on theSupport Tools Server machine.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Support_Tools_Troubleshooting:_Dashboard_Will_Not_Load</id>
		<title>Support Tools Troubleshooting: Dashboard Will Not Load</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Support_Tools_Troubleshooting:_Dashboard_Will_Not_Load"/>
				<updated>2009-12-18T19:47:45Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Dashboard Will Not Load ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Dashboard will not load even though correct URL is provided.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;None.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Security settings in browser prevent javascript from running.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Ensure that your browser's security settings (including Internet security settings) allow javascriptto run.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Support_Tools_Troubleshooting:_Dashboard_Online_Help_Does_Not_Display</id>
		<title>Support Tools Troubleshooting: Dashboard Online Help Does Not Display</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Support_Tools_Troubleshooting:_Dashboard_Online_Help_Does_Not_Display"/>
				<updated>2009-12-18T19:47:35Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Dashboard Online Help Does Not Display ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Dashboard online help does not display when selected.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;None.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Popup blockers enabled on client machine.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Disable popup blocking.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Support_Tools_Troubleshooting:_Connection_Problems</id>
		<title>Support Tools Troubleshooting: Connection Problems</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Support_Tools_Troubleshooting:_Connection_Problems"/>
				<updated>2009-12-18T19:47:25Z</updated>
		
		<summary type="html">&lt;p&gt;Docwikibot: Bot: Adding {{Template:Required Metadata}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Required Metadata}}&lt;br /&gt;
== Connection Problems ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Problem Summary''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Unable to access Support Tools Login page AND Browser returns a Page Not Found (404)error.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Error Message''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;None.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Possible Cause''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Possible Causes:&lt;br /&gt;
* Incorrect URL entered&lt;br /&gt;
* Incorrect port entered in URL&lt;br /&gt;
* Tomcat Web server not started on Support Tools server&lt;br /&gt;
* Support Tools Server or LAN connectivity down&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Recommended Action''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Possible Workarounds:&lt;br /&gt;
# Re-type URL: http://&amp;amp;lt;hostname&amp;amp;gt;:8188/uiroot.&lt;br /&gt;
# By default, Cisco CCBU Support Tools HTTP Server (Tomcat) bundled with SupportTools uses ports 8188 (HTTP). Confirm with your administrator that this default has notbeen modified.&lt;br /&gt;
# Confirm with your administrator that the Cisco CCBU Support Tools HTTP Server(Tomcat) is started and running properly on the Support Tools server.&lt;br /&gt;
# Confirm with your administrator that the Support Tools server machine is up and runningproperly, and that LAN connectivity exists.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Release''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Release 7.5(1)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; '''Associated CDETS&amp;amp;nbsp;#''' &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; None. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified ICM/CCE &amp;amp; Hosted, Release 7.5]]&lt;/div&gt;</summary>
		<author><name>Docwikibot</name></author>	</entry>

	</feed>