


 



<?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/Jayark&amp;feed=atom&amp;limit=50&amp;target=Jayark&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/Jayark&amp;feed=atom&amp;limit=50&amp;target=Jayark&amp;year=&amp;month="/>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Special:Contributions/Jayark"/>
		<updated>2013-05-25T04:57:12Z</updated>
		<subtitle>From DocWiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Recovering_from_database_corruption_during_switch_version_to_8.5(1)_SU3</id>
		<title>Recovering from database corruption during switch version to 8.5(1) SU3</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Recovering_from_database_corruption_during_switch_version_to_8.5(1)_SU3"/>
				<updated>2013-01-09T20:27:11Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Recovering from database corruption during switch version to 8.5(1)&amp;amp;nbsp;SU3 or later&amp;lt;br&amp;gt;  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary''' &lt;br /&gt;
| There have been a lot of customer cases due to database corruption happening during switch version. The root cause is that customer usually&amp;lt;br&amp;gt;feels that switch version is not progressing and restarts the CCX server in the middle of a switch version. This usually results in corruption of CCX database tables which subsequently require a lot of time and effort on the part of TAC and DE to recover. &lt;br /&gt;
To address this issue,&amp;amp;nbsp; changes have been in the switch version code in 8.5(1) SU3 to detect this corruption during switch version and &amp;lt;br&amp;gt;to aid in easy recovery. &amp;lt;br&amp;gt;Traditionally during switch version, a database backup is taken as the first step in the database switch version script. &amp;lt;br&amp;gt;The scenario where the database gets corrupted during switch version is as follows&amp;amp;nbsp;:&amp;lt;br&amp;gt;1. Customer initiates first switch version. A good database backup is taken in the db switch version script. Customer subsequently restarts the box before switch version completes.&amp;lt;br&amp;gt;2. At this point the server comes up with a corrupt database due to the restart in step 1.&amp;lt;br&amp;gt;3. Customer initiates second switch version. A new database backup is taken in the db switch version script which overwrites the good backup taken in Step 1 and rules out any chance of recovery using the good database backup. &lt;br /&gt;
&lt;br /&gt;
As part of the new changes introduced in 8.5(1) SU3, the CCX database is first checked for corruption before a database backup is taken in the db&amp;lt;br&amp;gt;switch version script. If the database is found corrupted, the switch version is aborted without taking a new backup and hence the original good&amp;lt;br&amp;gt;database backup taken in Step 1 is protected from being overwritten.. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message''' &lt;br /&gt;
| If customer has rebooted during switch version and the database has become corrupted, subsequent switch versions will not be allowed to&amp;lt;br&amp;gt;go through until the database has been recovered from the good backup.&amp;lt;br&amp;gt;When a switch version fails due to database corruption, it can be detected from reviewing the install logs (/var/log/install/uccx-install.log)&amp;lt;br&amp;gt;for the following message&amp;amp;nbsp;: &lt;br /&gt;
'''''Cisco Unified CCX DB appears to be corrupt.&amp;lt;br&amp;gt;Please use the CLI command &amp;quot;utils uccx switch-version [db-check &amp;amp;#124; db-recover]&amp;quot; to recover the CCX DB before retrying the switch version&amp;lt;br&amp;gt;If this CLI command is not available in your release of CCX software, please contact Cisco Technical Assistance. for this problem...''''' &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;'''Note:''' The following message in the install logs can be ignored when upgrading from lower versions to 8.5(1) SU3.&amp;lt;br&amp;gt; ''/partB//opt/cisco/uccx/bin/uccx_db_l2_upgrade_partA.sh: line 220: /base_scripts/xml_writer.sh: No such file or directory''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''' &lt;br /&gt;
| Root cause of this issue is customer restarting the CCX server while the switch version is in progress resulting in a corruption of the database.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action''' &lt;br /&gt;
| &amp;amp;nbsp;A CLI command has been introduced for recovering the database in this scenario but it can be used only in future when upgrading from 8.5(1)SU3 to higher releases. &lt;br /&gt;
'''''For recovery from this issue when it happens when upgrading from lower releases to 8.5(1) SU3 or later, a recovery script (tac_sv_recover_db.sh) is being provided to TAC.''''' &lt;br /&gt;
&lt;br /&gt;
(Script Location:&amp;amp;nbsp;http://zed.cisco.com/confluence/display/CRSSU/List+of+ETs+given+to+customers)&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
It can be used only in the following specific scenario&amp;amp;nbsp;:&amp;lt;br&amp;gt;-Switch version failure happened when migrating to 8.5(1) SU3 or later&amp;lt;br&amp;gt;-Install logs indicate that switch version failed due to detection of database corruption.&amp;lt;br&amp;gt;-The last switch version attempt was not successful.&amp;lt;br&amp;gt;-The script must be run during a maintenance window without no call activity in the system.&lt;br /&gt;
&lt;br /&gt;
The script will display the timestamp of the database backup that was taken prior to Step 1 and offer to restore this backup. &lt;br /&gt;
&lt;br /&gt;
Once the script has completed the recovery of the database, a new switch version can be attempted. &lt;br /&gt;
&lt;br /&gt;
If this recovery is performed immediately upon detection of the database corruption, there will be no loss of data. &lt;br /&gt;
&lt;br /&gt;
If the system goes operational without immediate recovery and subsequently this script is used to recover from the database backup taken during switch version, then any changes done on the database after the time of the backup will be lost. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release''' &lt;br /&gt;
| 8.5(1)SU3&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #''' &lt;br /&gt;
| CSCtx89404&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified_CCX,_Release_8.5]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Recovering_from_database_corruption_during_switch_version_to_8.5(1)_SU3</id>
		<title>Recovering from database corruption during switch version to 8.5(1) SU3</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Recovering_from_database_corruption_during_switch_version_to_8.5(1)_SU3"/>
				<updated>2013-01-09T20:25:21Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Recovering from database corruption during switch version to 8.5(1)&amp;amp;nbsp;SU3 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Recovering from database corruption during switch version to 8.5(1)&amp;amp;nbsp;SU3 or later&amp;lt;br&amp;gt;  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary''' &lt;br /&gt;
| There have been a lot of customer cases due to database corruption happening during switch version. The root cause is that customer usually&amp;lt;br&amp;gt;feels that switch version is not progressing and restarts the CCX server in the middle of a switch version. This usually results in corruption of CCX database tables which subsequently require a lot of time and effort on the part of TAC and DE to recover. &lt;br /&gt;
To address this issue,&amp;amp;nbsp; changes have been in the switch version code in 8.5(1) SU3 to detect this corruption during switch version and &amp;lt;br&amp;gt;to aid in easy recovery. &amp;lt;br&amp;gt;Traditionally during switch version, a database backup is taken as the first step in the database switch version script. &amp;lt;br&amp;gt;The scenario where the database gets corrupted during switch version is as follows&amp;amp;nbsp;:&amp;lt;br&amp;gt;1. Customer initiates first switch version. A good database backup is taken in the db switch version script. Customer subsequently restarts the box before switch version completes.&amp;lt;br&amp;gt;2. At this point the server comes up with a corrupt database due to the restart in step 1.&amp;lt;br&amp;gt;3. Customer initiates second switch version. A new database backup is taken in the db switch version script which overwrites the good backup taken in Step 1 and rules out any chance of recovery using the good database backup. &lt;br /&gt;
&lt;br /&gt;
As part of the new changes introduced in 8.5(1) SU3, the CCX database is first checked for corruption before a database backup is taken in the db&amp;lt;br&amp;gt;switch version script. If the database is found corrupted, the switch version is aborted without taking a new backup and hence the original good&amp;lt;br&amp;gt;database backup taken in Step 1 is protected from being overwritten.. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message''' &lt;br /&gt;
| If customer has rebooted during switch version and the database has become corrupted, subsequent switch versions will not be allowed to&amp;lt;br&amp;gt;go through until the database has been recovered from the good backup.&amp;lt;br&amp;gt;When a switch version fails due to database corruption, it can be detected from reviewing the install logs (/var/log/install/uccx-install.log)&amp;lt;br&amp;gt;for the following message&amp;amp;nbsp;: &lt;br /&gt;
'''''Cisco Unified CCX DB appears to be corrupt.&amp;lt;br&amp;gt;Please use the CLI command &amp;quot;utils uccx switch-version [db-check &amp;amp;#124; db-recover]&amp;quot; to recover the CCX DB before retrying the switch version&amp;lt;br&amp;gt;If this CLI command is not available in your release of CCX software, please contact Cisco Technical Assistance. for this problem...''''' &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;'''Note:''' The following message in the install logs can be ignored when upgrading from lower versions to 8.5(1) SU3.&amp;lt;br&amp;gt; ''/partB//opt/cisco/uccx/bin/uccx_db_l2_upgrade_partA.sh: line 220: /base_scripts/xml_writer.sh: No such file or directory''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''' &lt;br /&gt;
| Root cause of this issue is customer restarting the CCX server while the switch version is in progress resulting in a corruption of the database.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action''' &lt;br /&gt;
| &amp;amp;nbsp;A CLI command has been introduced for recovering the database in this scenario but it can be used only in future when upgrading from 8.5(1)SU3 to higher releases. &lt;br /&gt;
'''''For recovery from this issue when it happens when upgrading from lower releases to 8.5(1) SU3, a recovery script (tac_sv_recover_db.sh) is being provided to TAC.''''' &lt;br /&gt;
&lt;br /&gt;
(Script Location:&amp;amp;nbsp;http://zed.cisco.com/confluence/display/CRSSU/List+of+ETs+given+to+customers)&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
It can be used only in the following specific scenario&amp;amp;nbsp;:&amp;lt;br&amp;gt;-Switch version failure happened when migrating to 8.5(1) SU3&amp;lt;br&amp;gt;-Install logs indicate that switch version failed due to detection of database corruption.&amp;lt;br&amp;gt;-The last switch version attempt was not successful.&amp;lt;br&amp;gt;-The script must be run during a maintenance window without no call activity in the system.&lt;br /&gt;
&lt;br /&gt;
The script will display the timestamp of the database backup that was taken prior to Step 1 and offer to restore this backup. &lt;br /&gt;
&lt;br /&gt;
Once the script has completed the recovery of the database, a new switch version can be attempted. &lt;br /&gt;
&lt;br /&gt;
If this recovery is performed immediately upon detection of the database corruption, there will be no loss of data. &lt;br /&gt;
&lt;br /&gt;
If the system goes operational without immediate recovery and subsequently this script is used to recover from the database backup taken during switch version, then any changes done on the database after the time of the backup will be lost. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release''' &lt;br /&gt;
| 8.5(1)SU3&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #''' &lt;br /&gt;
| CSCtx89404&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified_CCX,_Release_8.5]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Purging_does_not_reduce_database_used_space</id>
		<title>Purging does not reduce database used space</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Purging_does_not_reduce_database_used_space"/>
				<updated>2011-12-21T00:53:41Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /*  */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;lt;If purging does not release the database used space&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| Sometimes even after purging ,the database used space may not get reduced.Even if the database has one month worth of data, the used space can be very high....&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| The Db used space is very high...&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| configlog table in db_cra database is consuming lots of space.This is a table used for stored procedure logging.....&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| delete the records in the configlog table using the query &amp;quot;delete from configlog&amp;quot;...&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| UCCX 5.x and 7.x...&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| The DDTS/CDETS should be visible on Bug Tool Kit. If it not visible, state &amp;quot;None.&amp;quot; '''Do not list internal bugs in this field.'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Purging_does_not_reduce_database_used_space</id>
		<title>Purging does not reduce database used space</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Purging_does_not_reduce_database_used_space"/>
				<updated>2011-12-21T00:53:02Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /*  */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;lt;Is purging does not release the database used space&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| Sometimes even after purging ,the database used space may not get reduced.Even if the database has one month worth of data, the used space can be very high....&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| The Db used space is very high...&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| configlog table in db_cra database is consuming lots of space.This is a table used for stored procedure logging.....&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| delete the records in the configlog table using the query &amp;quot;delete from configlog&amp;quot;...&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| UCCX 5.x and 7.x...&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| The DDTS/CDETS should be visible on Bug Tool Kit. If it not visible, state &amp;quot;None.&amp;quot; '''Do not list internal bugs in this field.'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Purging_does_not_reduce_database_used_space</id>
		<title>Purging does not reduce database used space</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Purging_does_not_reduce_database_used_space"/>
				<updated>2011-12-21T00:48:57Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: Created page with &amp;quot;== &amp;lt;Tip Title&amp;gt; ==  {| border=&amp;quot;1&amp;quot; |- ! '''Problem Summary''' | This is a summary of the problem... |- ! '''Error Message''' | The error message for this problem... |- ! '''Possibl...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;lt;Tip Title&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| This is a summary of the problem...&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| The error message for this problem...&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| The cause of the problem....&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Actions to take...&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release number of affected release(s) and/or products...&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| The DDTS/CDETS should be visible on Bug Tool Kit. If it not visible, state &amp;quot;None.&amp;quot; '''Do not list internal bugs in this field.'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Purging_does_not_release_the_used_db_space</id>
		<title>Purging does not release the used db space</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Purging_does_not_release_the_used_db_space"/>
				<updated>2011-12-21T00:47:06Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: Created page with &amp;quot;== &amp;lt;Tip Title&amp;gt; ==  {| border=&amp;quot;1&amp;quot; |- ! '''Problem Summary''' | This is a summary of the problem... |- ! '''Error Message''' | The error message for this problem... |- ! '''Possibl...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;lt;Tip Title&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| This is a summary of the problem...&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| The error message for this problem...&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| The cause of the problem....&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Actions to take...&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release number of affected release(s) and/or products...&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| The DDTS/CDETS should be visible on Bug Tool Kit. If it not visible, state &amp;quot;None.&amp;quot; '''Do not list internal bugs in this field.'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Category:Unified CCX, Release 7.0&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/SQL_Agent_fails_to_start</id>
		<title>SQL Agent fails to start</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/SQL_Agent_fails_to_start"/>
				<updated>2010-07-26T05:08:32Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* SQL Agent fails to start */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SQL Agent fails to start==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| SQL Agent fails to start and the CCX node restarts mulitiple time finaly SQL Agent serivce is disabled and a red X mark appears next to SQL Agent Service in AppAdmin&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| Following error is seen in C:\Program Files\Microsoft SQL Server\MSSQL$CRSSQL\LOG\SQLAGENT.OUT&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
2009-10-21 09:38:11 - ! [298] SQLServer Error: 6, Specified SQL server not found. [SQLSTATE 08001] &lt;br /&gt;
2009-10-21 09:38:11 - ! [298] SQLServer Error: 11004, ConnectionOpen (Connect()). [SQLSTATE 01000] &lt;br /&gt;
2009-10-21 09:38:11 - ! [000] Unable to connect to server '&amp;lt;hostname&amp;gt;\CRSSQL'; SQLServerAgent cannot start&lt;br /&gt;
2009-10-21 09:38:12 - ? [098] SQLServerAgent terminated (normally)&lt;br /&gt;
&lt;br /&gt;
OR &lt;br /&gt;
&lt;br /&gt;
2010-07-21 08:41:49 - ! [298] SQLServer Error: 1, Cannot generate SSPI context [SQLSTATE HY000] &lt;br /&gt;
2010-07-21 08:41:49 - ! [000] Unable to connect to server 'NGLUCCX2\CRSSQL'; SQLServerAgent cannot start&lt;br /&gt;
2010-07-21 08:41:49 - ? [098] SQLServerAgent terminated (normally)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| Invalid configuration in SQL Server Client Network Utility&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| &lt;br /&gt;
Run the command *cliconfg.exe* it will launch SQL Server Client Network Utility click on Aliases tab if there is an alias with IP address modify it to use host name and ensure it is using TCP/IP. If you still see issues try using Named Pipes. Go to General tab and enable Named pipes and move it up the order.  In the Alias tab, add an alias which uses Named Pipe. Select the Named Pipe radio button from the left, in the Server alias text field type hostname\CRSSQL. All other text fields will get filled automatically. Click OK and close the window. After that try to start the SQL Agent again.&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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/DB_Write_is_failing_with_Exception:_java.sql.SQLException:_No_row_count_was_produced_ExecuteUpdate_Error_Occurred</id>
		<title>DB Write is failing with Exception: java.sql.SQLException: No row count was produced ExecuteUpdate Error Occurred</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/DB_Write_is_failing_with_Exception:_java.sql.SQLException:_No_row_count_was_produced_ExecuteUpdate_Error_Occurred"/>
				<updated>2010-05-06T11:41:58Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: New page: == DB Write is failing with Exception: java.sql.SQLException: No row count was produced ExecuteUpdate Error Occurred ==  {| border=&amp;quot;1&amp;quot; |- ! '''Problem Summary''' | DB Write is failing with...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== DB Write is failing with Exception: java.sql.SQLException: No row count was produced ExecuteUpdate Error Occurred ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| DB Write is failing with the following Exception in the MIVR log.&lt;br /&gt;
Exception:  java.sql.SQLException: No row count was produced ExecuteUpdate Error Occurred&lt;br /&gt;
1059786: May 04 07:34:10.308 EDT %MIVR-SS_DB-3-EXECUTE_SQL_UPDATE_EXCEPTION:Exception occurred while executing SQL Update: SQL State=null,SQL Error code=null,Connection #=null&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| &amp;quot;java.sql.SQLException: No row count was produced ExecuteUpdate Error Occurred&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| DB Read and DB Write does not support executing triggers and stored procedures as part of the query. The return value expected is the number of rows affected by the query. If the DB Write query trying to do some operation and trying to return some value, it will fail with the above Exception in the MIVR log.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Modify the DB Read and DB Write steps and make sure that it returns the number of rows affected by the query. Stored Procedures are not supported as part of the query.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0, Release 5.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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0</id>
		<title>Troubleshooting Tips for Unified CCX 7.0</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0"/>
				<updated>2010-05-06T11:40:05Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Cisco Unified CCX Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Unified Contact Center Express]] &lt;br /&gt;
&lt;br /&gt;
'''See also:''' [[Additional troubleshooting information for Unified CCX 7.0]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation:&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* [[One node on a Cisco Unified CCX 7.0(1) two-node cluster crashes beyond repair]]&lt;br /&gt;
&lt;br /&gt;
= Backup, Restore, and Update =&lt;br /&gt;
* [[Backup, Restore, and Upgrade cannot be started from a client desktop]]&lt;br /&gt;
* [[During Backup, Restore, or Upgrade, an exception is seen in user interface]]&lt;br /&gt;
* [[Backup failed for a One or Two-Node system]]&lt;br /&gt;
* [[CRS 4.5 profile name is missing]]&lt;br /&gt;
* [[Page Not Found message is displayed during Restore or Upgrade]]&lt;br /&gt;
* [[Restore fails due to a file not being found]]&lt;br /&gt;
* [[Restore failed for a one-node system]]&lt;br /&gt;
* [[Restore failed on a two-node system that had run before the Restore]]&lt;br /&gt;
* [[Restore failed on a two-node system that was re-imaged]]&lt;br /&gt;
* [[Some RmCm configuration is missing after upgrade]]&lt;br /&gt;
* [[During the backup process, the backup window is accidentally closed]]&lt;br /&gt;
* [[Restore error in HA deployment when tape drive moved]]&lt;br /&gt;
* [[Restore error in HA deployment when backup and restore is performed on different nodes]]&lt;br /&gt;
* [[Failure when Updating Outbound Subsystem Configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Enterprise Telephony subsystem =&lt;br /&gt;
* [[A functional routing point stopped working or the Cisco Unified CME Telephony subsystem is in partial service]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Automated Attendant =&lt;br /&gt;
* [[ Dial by name does not find the specified server ]]&lt;br /&gt;
* [[ Automated Attendant prompt is not played ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Express =&lt;br /&gt;
* [[Agent cannot log in on shared line]]&lt;br /&gt;
* [[Agent cannot log in on restricted line]]&lt;br /&gt;
* [[When agent drops from conference, all parties on conference are dropped]]&lt;br /&gt;
* [[Cisco Unified CME triggers with 2811/CME router are not working]]&lt;br /&gt;
* [[Pressing hash character truncates the prompt and the prompts that follow are not played]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX =&lt;br /&gt;
* [[RmCm subsystem is out of service]]&lt;br /&gt;
* [[RmCm subsystem remains INITIALIZING]]&lt;br /&gt;
* [[RmCm remains in Initializing state]]&lt;br /&gt;
* [[Agents, Supervisors, or Teams are out of synch]]&lt;br /&gt;
* [[Agent or CSQ does not appear in CDA]]&lt;br /&gt;
* [[Agents do not appear in the Resources area in the Cisco Unified CCX Configuration web page]]&lt;br /&gt;
* [[You cannot select the order of agents]]&lt;br /&gt;
* [[Agent does not go to Work state after handling a call]]&lt;br /&gt;
* [[A media step causes a Could not create PlayPromptDialog Object exception]]&lt;br /&gt;
* [[Unable to make any Cisco Unified CCX configuration changes]]&lt;br /&gt;
* [[Some resource selection criteria are missing]]&lt;br /&gt;
* [[Unable to record an agent]]&lt;br /&gt;
* [[Sometimes the supervisor can monitor and record an agent and sometimes he cannot]]&lt;br /&gt;
* [[Calls to Cisco Unified CCX route points are disconnected]]&lt;br /&gt;
* [[Calls are not routed to agents]]&lt;br /&gt;
* [[Agents do not show in a CSQ]]&lt;br /&gt;
* [[Caller gets dropped when an attempt is made to recall a Cisco Unified CCX agent extension after the agent previously parked the call]]&lt;br /&gt;
* [[Updating a NIC driver disables silent monitoring and recording]]&lt;br /&gt;
* [[Agent alternates between Reserved and Ready state]]&lt;br /&gt;
* [[Agent in Reserved state but the consult transfer fails repeatedly]]&lt;br /&gt;
* [[Call fails if agent doesn’t pick the call in the first two rings]]&lt;br /&gt;
* [[Calls fail with CTIERR_TIMEOUT=0x8ccc0001::Cti request timed out]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified IP IVR =&lt;br /&gt;
* [[Cisco Unified IP IVR drops callers when transferring to an extension]]&lt;br /&gt;
* [[Prompts play in language]]&lt;br /&gt;
* [[Some prompts do not play]]&lt;br /&gt;
* [[Some prompts in a script play in the language specified and other prompts play in English]]&lt;br /&gt;
* [[A prompt plays phrases in the wrong order]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Administration =&lt;br /&gt;
* [[The Cisco Unified CCX Administration Authentication web page is not available]]&lt;br /&gt;
* [[Uploading a license file can result in a warning message]]&lt;br /&gt;
* [[User cannot log in to the Cisco Unified CCX web page]]&lt;br /&gt;
* [[Refreshing subflow script does not update parent scripts]]&lt;br /&gt;
* [[Cisco Unified CM users display in random order]]&lt;br /&gt;
* [[Cisco Unified CCX Supervisor web page cannot be viewed from Cisco Unified CCX Server]]&lt;br /&gt;
* [[Database table fields used by wallboard store data in milliseconds]]&lt;br /&gt;
* [[Management pages display error message when selected]]&lt;br /&gt;
* [[Zip file does not auto unzip on Document Management page]]&lt;br /&gt;
* [[Invalid files message displays while uploading a zip file of prompts]]&lt;br /&gt;
* [[A Component Manager goes into partial service when uploading a zip file]]&lt;br /&gt;
* [[High call rejection rate under heavy load]]&lt;br /&gt;
* [[Error in Cisco Unified CCX Administration when trying to upload a large prompt.wav file]]&lt;br /&gt;
* [[Callers hear a fast busy while calling the JTAPI triggers]]&lt;br /&gt;
* [[Override media termination group displayed twice]]&lt;br /&gt;
* [[SUPERVISE_CALL_REQ type barge in without AgentCallID]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Admin Utility =&lt;br /&gt;
* [[The cluster is not in synchronization]]&lt;br /&gt;
* [[Cisco Unified CCX Admin Utility exits or does not come up after login]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility fails due to data corruption]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run on a non bootstrap node]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run since the Node Manager hung]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Database =&lt;br /&gt;
* [[Cannot configure Application or System parameters from their pages in Cisco Unified CCX Administration]]&lt;br /&gt;
* [[HR client login error]]&lt;br /&gt;
* [[Cannot activate DB components on HA node]]&lt;br /&gt;
* [[Cisco Unified CCX Databases are not purged as expected]]&lt;br /&gt;
* [[Purge command did not purge data]]&lt;br /&gt;
* [[Historical Database db&amp;amp;#95;cra is full]]&lt;br /&gt;
* [[E-mail notification of database purging activities is not sent]]&lt;br /&gt;
* [[Syslog or SNMP trap notification of database purging activities is not sent]]&lt;br /&gt;
* [[After the replication between Primary/Secondary was created, the initial snapshot was successful but the merge agents would fail]]&lt;br /&gt;
* [[Uninstall SQL hotfix 2282 is failing]]&lt;br /&gt;
* [[The IPCC server is loosing the ODBC connection after running fine for some time]]&lt;br /&gt;
* [[SQL Agent crash with Red X Mark, and the Node Manager is down]]&lt;br /&gt;
* [[After the upgrade SQL Server got changed to MSDE]]&lt;br /&gt;
* [[From the log: Login failed for user '(null)'. Root cause: Not associated with a trusted SQL Server connection]]&lt;br /&gt;
* [[While doing some configuration change from the Appadmin gets the following error: &amp;quot;Error updating Database&amp;quot;]]&lt;br /&gt;
* [[Primary key violation exception in the MIVR logs while trying to insert a historical record to the Database table]]&lt;br /&gt;
* [[SQLException while uploading prompt, grammar, document using editor steps inside the workflow script]]&lt;br /&gt;
* [[Cannot configure Application or System parameters from the Cisco Unified CCX Administration]]&lt;br /&gt;
* [[Enterprise Database Subsystem is in out of service or in partial service]]&lt;br /&gt;
* [[Can't create a new Datasource from the Appadmin]]&lt;br /&gt;
* [[After creating the datasource and System DSN, it is not getting displayed in the editor step]]&lt;br /&gt;
* [[Not able to view/edit rmcm configurations from node2 appadmin in an HA setup]]&lt;br /&gt;
* [[DBAccessor errors while CVD start up]]&lt;br /&gt;
* [[When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists]]&lt;br /&gt;
* [[There is an error displayed in the appadmin while trying to modify the Datasource configuration]]&lt;br /&gt;
* [[Regarding Enterprise Database driver usage]]&lt;br /&gt;
* [[Datastore component activations fails when trying to activate node2 components]]&lt;br /&gt;
* [[Cannot activate datastores on second node in HA deployment. On node2 DB version in Bootstrap   8.00.2187 does not match actual Database Engine version 8.00.2282]]&lt;br /&gt;
* [[Replication Failure seen in the DB control center Appadmin page]]&lt;br /&gt;
* [[Config datastore activation failed.java.sql.SQLException: The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction]]&lt;br /&gt;
* [[Cannot activate Datastore components on HA node]]&lt;br /&gt;
* [[In the Appadmin DB control center node 2 data store is not present in an HA setup]]&lt;br /&gt;
* [[node2 datastore component activation is failing]]&lt;br /&gt;
* [[Not able to activate config datastore from node2 of a CCX HA setup]]&lt;br /&gt;
* [[Not able to activate config datastore from node2 of a CCX HA setup.Insert Error: Column name or number of supplied values does not match table definition.]]&lt;br /&gt;
* [[Replication broken between the two nodes ]]&lt;br /&gt;
* [[Node2 config and historical datastore component activation fails with the error message:java.rmi.NoSuchObjectException: no such object in table]]&lt;br /&gt;
* [[DB Write is failing with Exception: java.sql.SQLException: No row count was produced ExecuteUpdate Error Occurred ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Editor =&lt;br /&gt;
* [[Change a string variable to an integer]]&lt;br /&gt;
* [[Accept step error during active debug]]&lt;br /&gt;
* [[Error occurs with Reactive Debugging Tool]]&lt;br /&gt;
* [[Agent automatically put into Ready state]]&lt;br /&gt;
* [[Agent has invalid state transition from Reserved to Available to Talking]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Engine =&lt;br /&gt;
* [[Agent cannot go Ready after logging in]]&lt;br /&gt;
* [[Voice Browser step throws an exception]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start and an RMI port in use error appears]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1067]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1069]]&lt;br /&gt;
* [[Application subsystem is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX Engine is running but calls are not answered]]&lt;br /&gt;
* [[Changing the time in Cisco Unified CCX machines results in agents getting logged off]]&lt;br /&gt;
* [[An error message plays when calling a CTI route point]]&lt;br /&gt;
* [[Changes to applications do not register]]&lt;br /&gt;
* [[Call drops during transfer over gateway]]&lt;br /&gt;
* [[H.323 client DTMF digits not detected]]&lt;br /&gt;
* [[Redirected call is disconnected]]&lt;br /&gt;
* [[The Cisco Unified CCX server runs out of disk space]]&lt;br /&gt;
* [[Cisco Unified CCX Server runs at 100% capacity or is slow]]&lt;br /&gt;
* [[Database Subsystem goes into partial service]]&lt;br /&gt;
* [[JTAPI subsystem is in partial service]]&lt;br /&gt;
* [[Unable to connect to JTAPI provider]]&lt;br /&gt;
* [[The Simple Recognition step takes the unsuccessful branch]]&lt;br /&gt;
* [[Calling party and Cisco Unified CCX do not have common codec]]&lt;br /&gt;
* [[Prompts with incorrect codec being played out]]&lt;br /&gt;
* [[Prompt Exception in Cisco Unified CCX Engine log file]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start]]&lt;br /&gt;
* [[Application subsystem in partial service and application running for an unexpectedly long time]]&lt;br /&gt;
* [[Cisco Unified CCX Server and Active Directory integration results in some services being unregistered]]&lt;br /&gt;
* [[Database Subsystem fails to connect to MS SQL server]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Real-Time Reporting =&lt;br /&gt;
* [[Attempting to run a real-time report causes an error]]&lt;br /&gt;
* [[After installing JRE, the user receives a message from real-time reporting saying to install JRE]]&lt;br /&gt;
* [[Contact entry is stuck in real-time reporting]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Historical Reporting =&lt;br /&gt;
* [[Exported PDF report does not print in landscape orientation]]&lt;br /&gt;
* [[User login missing in Windows XP after installing HR client]]&lt;br /&gt;
* [[Client and Server security policies do not match]]&lt;br /&gt;
* [[Charts do not appear properly in MS Excel format]]&lt;br /&gt;
* [[Columns of data missing in report in MS Excel format]]&lt;br /&gt;
* [[Records truncated in report in MS Excel format]]&lt;br /&gt;
* [[Agent names overwritten on charts]]&lt;br /&gt;
* [[RTF Report containing charts has tabular report headings]]&lt;br /&gt;
* [[Scheduler icon does not appear on Terminal Services client]]&lt;br /&gt;
* [[Reports do not execute at scheduled times]]&lt;br /&gt;
* [[Search dialog box and Preview tab appear in English on Windows system with locale set to German]]&lt;br /&gt;
* [[Dialog box does not appear as expected when report is exported]]&lt;br /&gt;
* [[Error when choosing an option from the Historical Reporting web page]]&lt;br /&gt;
* [[Truncated report description in Historical Reports client]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run]]&lt;br /&gt;
* [[The SQL Command Failed dialog box appears when you try to generate a historical report]]&lt;br /&gt;
* [[Some information appears in English on a German system]]&lt;br /&gt;
* [[The Historical Reports client computer cannot connect to the Cisco Unified CCX server]]&lt;br /&gt;
* [[A Database Connection Error 5051 error appears]]&lt;br /&gt;
* [[Export file name does not appear in Export dialog box]]&lt;br /&gt;
* [[Cannot point to local applications from the Database Server Configuration page]]&lt;br /&gt;
* [[Attempt to log in to the Cisco Unified CCX Server from the Historical Reporting client fails and an error message is returned]]&lt;br /&gt;
* [[Only three report templates are available for Cisco Unified CCX Standard]]&lt;br /&gt;
* [[Discrepancy in number of ACD calls shown on custom reports]]&lt;br /&gt;
* [[Priority Summary Activity Report chart prints only partly in color]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run and message appears in CiscoSch.log file]]&lt;br /&gt;
* [[Historical Reporting Client window shows nothing in the user drop-down menu]]&lt;br /&gt;
* [[Historical Reporting Client stops working; attempt to log in again results in error messages]]&lt;br /&gt;
* [[Scheduler DOS exception error received when running a custom report]]&lt;br /&gt;
* [[Columns displaced in Excel spreadsheet when exporting a report]]&lt;br /&gt;
* [[Scheduler icon does not appear in Windows status bar]]&lt;br /&gt;
* [[Error message appears indicating connection with database is broken]]&lt;br /&gt;
* [[Called Number Summary Report (CNSR) has more calls than the Traffic Analysis Report (TAR)]]&lt;br /&gt;
* [[Which reports should be used to determine BHCA and BHCC?]]&lt;br /&gt;
* [[Total logged in hours for agent very high after name change]]&lt;br /&gt;
* [[Filter by skill/team/resourcegroup not working]]&lt;br /&gt;
&lt;br /&gt;
= Automatic Speech Recognition =&lt;br /&gt;
* [[Names are not recognized]]&lt;br /&gt;
* [[Recognition never times out]]&lt;br /&gt;
* [[Alternate pronunciations and nicknames are not recognized]]&lt;br /&gt;
* [[Reduced call completion rate under heavy load while using an MRCP ASR Group]]&lt;br /&gt;
* [[MRCP ASR subsystem is out of service]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP ASR Providers, MRCP Servers, or Groups do not take effect]]&lt;br /&gt;
* [[Calling a route point with an MRCP ASR Dialog Group results in default treatment]]&lt;br /&gt;
&lt;br /&gt;
= Outbound =&lt;br /&gt;
* [[Agent does skip or skip-close but does not stay reserved]]&lt;br /&gt;
* [[Agent is not getting callbacks]]&lt;br /&gt;
* [[Agent is ready but does not get an Outbound call for up to two minutes]]&lt;br /&gt;
* [[Errors placing Outbound calls]]&lt;br /&gt;
* [[Not all contacts get imported]]&lt;br /&gt;
* [[On the Campaigns Configuration web page, the available CSQs list is empty even though there are CSQs configured under the RmCm subsystem]]&lt;br /&gt;
* [[Outbound buttons do not show up on CAD]]&lt;br /&gt;
* [[Outbound buttons show up but are disabled on CAD]]&lt;br /&gt;
* [[Outbound calls are not getting dialed]]&lt;br /&gt;
* [[Outbound call volume is low]]&lt;br /&gt;
* [[Outbound System Service is not in service]]&lt;br /&gt;
* [[RTR Outbound reports do not show all possible reclassification]]&lt;br /&gt;
&lt;br /&gt;
= Text-to-Speech =&lt;br /&gt;
* [[Provider becomes IN_SERVICE immediately]]&lt;br /&gt;
* [[TTS Prompt does not play]]&lt;br /&gt;
* [[TTS prompt is not recognizable]]&lt;br /&gt;
* [[MRCP TTS subsystem is out of service]]&lt;br /&gt;
* [[Long TTS prompts consume significant memory on Cisco Unified CCX Server]]&lt;br /&gt;
* [[Non-UTF-8 characters needed for some languages]]&lt;br /&gt;
* [[A .wav file prompt playback is garbled when played by a TTS server]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP TTS Providers, MRCP Servers, locales, or genders do not take effect]]&lt;br /&gt;
&lt;br /&gt;
= Serviceability =&lt;br /&gt;
* [[SNMP-based network management tools cannot monitor Cisco Unified CCX components]]&lt;br /&gt;
* [[File Manager in partial service]]&lt;br /&gt;
* [[SNMP traps do not arrive at the trap receiver]]&lt;br /&gt;
* [[Syslog messages not received by receiver]]&lt;br /&gt;
* [[The Alarm Service does not start]]&lt;br /&gt;
* [[Serviceability does not uninstall completely]]&lt;br /&gt;
* [[Updating Data with the Serviceability Tool on One Node does not Update Other Nodes]]&lt;br /&gt;
* [[Virus Scan software slows Call Completion Rate]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Internationalization =&lt;br /&gt;
* [[Results not as expected for first name and last name in Chinese, Japanese, and Korean]]&lt;br /&gt;
* [[Language specified is not accepted or played]]&lt;br /&gt;
&lt;br /&gt;
= VXML =&lt;br /&gt;
* [[Voice Browser Step troubleshooting steps]]&lt;br /&gt;
* [[Timeout attribute for non-input does not work]]&lt;br /&gt;
* [[Menu Choice DTMF does not work]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Bootstrap =&lt;br /&gt;
* [[Transaction Manager cannot start]]&lt;br /&gt;
* [[Have an exception on startup with a message like &amp;quot;unable to recover transaction&amp;quot; or an error message related to reading or modifying the &amp;quot;Tx.per&amp;quot; file]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Failover =&lt;br /&gt;
* [[Conflicts in Datastore Control Center history]]&lt;br /&gt;
* [[Cannot make configuration changes in HA cluster]]&lt;br /&gt;
* [[Cannot make configuration changes in RmCm Subsystem]]&lt;br /&gt;
* [[Service constantly shows Invalid]]&lt;br /&gt;
* [[Cisco Unified CCX server keeps rebooting due to Cisco Unified CCX Node Manager failure]]&lt;br /&gt;
* [[Cluster is in partial service]]&lt;br /&gt;
* [[Server is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX does not accept a call or function properly]]&lt;br /&gt;
* [[Service Master/Slave status is not shown on Cisco Unified CCX Administration Control Center]]&lt;br /&gt;
* [[Cluster time synch fails]]&lt;br /&gt;
* [[Cisco Unified CCX Servers respond slowly in a High Availability environment]]&lt;br /&gt;
* [[Multiple failovers with high CPU usage]]&lt;br /&gt;
&lt;br /&gt;
= VoIP Monitor =&lt;br /&gt;
* [[VoIP monitor does not work correctly]]&lt;br /&gt;
* [[Cisco Unified CCX fails to start]]&lt;br /&gt;
* [[VoIP Monitor tab of the CDA gives an error]]&lt;br /&gt;
* [[VoIP Monitor does not list some phone devices]]&lt;br /&gt;
&lt;br /&gt;
= CDP =&lt;br /&gt;
* [[CDP Protocol Driver missing in Device Manager]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Node2_config_and_historical_datastore_component_activation_fails_with_the_error_message:java.rmi.NoSuchObjectException:_no_such_object_in_table</id>
		<title>Node2 config and historical datastore component activation fails with the error message:java.rmi.NoSuchObjectException: no such object in table</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Node2_config_and_historical_datastore_component_activation_fails_with_the_error_message:java.rmi.NoSuchObjectException:_no_such_object_in_table"/>
				<updated>2010-05-04T17:56:16Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: New page: == Node2 config and historical datastore component activation fails with the error message:java.rmi.NoSuchObjectException: no such object in table ==  {| border=&amp;quot;1&amp;quot; |- ! '''Problem Summary...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Node2 config and historical datastore component activation fails with the error message:java.rmi.NoSuchObjectException: no such object in table ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| Node2 config and historical datastore component activation fails with the below error message:&lt;br /&gt;
java.rmi.NoSuchObjectException: no such object in table&lt;br /&gt;
21468: Feb 02 20:10:44.216 JST %MADM-ADM_CFG-3-EXCEPTION:com.cisco.cluster.ClusterException: Component Controller CRS Config Datastore on node 2 : Enable; nested exception is: &lt;br /&gt;
21469: Feb 02 20:10:44.216 JST %MADM-ADM_CFG-3-EXCEPTION: com.cisco.database.util.DBException: setupLinkedServers; nested exception is: &lt;br /&gt;
21470: Feb 02 20:10:44.216 JST %MADM-ADM_CFG-3-EXCEPTION: com.cisco.database.util.DBException: Setting up linked servers failed. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| java.rmi.NoSuchObjectException: no such object in table&lt;br /&gt;
21468: Feb 02 20:10:44.216 JST %MADM-ADM_CFG-3-EXCEPTION:com.cisco.cluster.ClusterException: Component Controller CRS Config Datastore on node 2 : Enable; nested exception is: &lt;br /&gt;
21469: Feb 02 20:10:44.216 JST %MADM-ADM_CFG-3-EXCEPTION: com.cisco.database.util.DBException: setupLinkedServers; nested exception is: &lt;br /&gt;
21470: Feb 02 20:10:44.216 JST %MADM-ADM_CFG-3-EXCEPTION: com.cisco.database.util.DBException: Setting up linked servers failed&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| DB Component during setting the LinkedServer seems to perform the activity on the remote node using RMI. DBManager during its startup exports an object to the RMI registry in CVD. Though it seems to be successful, the entry could be stale.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Restart Node1 Node manager and try the component activation again.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0, Release 5.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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0</id>
		<title>Troubleshooting Tips for Unified CCX 7.0</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0"/>
				<updated>2010-05-04T17:54:29Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Cisco Unified CCX Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Unified Contact Center Express]] &lt;br /&gt;
&lt;br /&gt;
'''See also:''' [[Additional troubleshooting information for Unified CCX 7.0]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation:&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* [[One node on a Cisco Unified CCX 7.0(1) two-node cluster crashes beyond repair]]&lt;br /&gt;
&lt;br /&gt;
= Backup, Restore, and Update =&lt;br /&gt;
* [[Backup, Restore, and Upgrade cannot be started from a client desktop]]&lt;br /&gt;
* [[During Backup, Restore, or Upgrade, an exception is seen in user interface]]&lt;br /&gt;
* [[Backup failed for a One or Two-Node system]]&lt;br /&gt;
* [[CRS 4.5 profile name is missing]]&lt;br /&gt;
* [[Page Not Found message is displayed during Restore or Upgrade]]&lt;br /&gt;
* [[Restore fails due to a file not being found]]&lt;br /&gt;
* [[Restore failed for a one-node system]]&lt;br /&gt;
* [[Restore failed on a two-node system that had run before the Restore]]&lt;br /&gt;
* [[Restore failed on a two-node system that was re-imaged]]&lt;br /&gt;
* [[Some RmCm configuration is missing after upgrade]]&lt;br /&gt;
* [[During the backup process, the backup window is accidentally closed]]&lt;br /&gt;
* [[Restore error in HA deployment when tape drive moved]]&lt;br /&gt;
* [[Restore error in HA deployment when backup and restore is performed on different nodes]]&lt;br /&gt;
* [[Failure when Updating Outbound Subsystem Configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Enterprise Telephony subsystem =&lt;br /&gt;
* [[A functional routing point stopped working or the Cisco Unified CME Telephony subsystem is in partial service]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Automated Attendant =&lt;br /&gt;
* [[ Dial by name does not find the specified server ]]&lt;br /&gt;
* [[ Automated Attendant prompt is not played ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Express =&lt;br /&gt;
* [[Agent cannot log in on shared line]]&lt;br /&gt;
* [[Agent cannot log in on restricted line]]&lt;br /&gt;
* [[When agent drops from conference, all parties on conference are dropped]]&lt;br /&gt;
* [[Cisco Unified CME triggers with 2811/CME router are not working]]&lt;br /&gt;
* [[Pressing hash character truncates the prompt and the prompts that follow are not played]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX =&lt;br /&gt;
* [[RmCm subsystem is out of service]]&lt;br /&gt;
* [[RmCm subsystem remains INITIALIZING]]&lt;br /&gt;
* [[RmCm remains in Initializing state]]&lt;br /&gt;
* [[Agents, Supervisors, or Teams are out of synch]]&lt;br /&gt;
* [[Agent or CSQ does not appear in CDA]]&lt;br /&gt;
* [[Agents do not appear in the Resources area in the Cisco Unified CCX Configuration web page]]&lt;br /&gt;
* [[You cannot select the order of agents]]&lt;br /&gt;
* [[Agent does not go to Work state after handling a call]]&lt;br /&gt;
* [[A media step causes a Could not create PlayPromptDialog Object exception]]&lt;br /&gt;
* [[Unable to make any Cisco Unified CCX configuration changes]]&lt;br /&gt;
* [[Some resource selection criteria are missing]]&lt;br /&gt;
* [[Unable to record an agent]]&lt;br /&gt;
* [[Sometimes the supervisor can monitor and record an agent and sometimes he cannot]]&lt;br /&gt;
* [[Calls to Cisco Unified CCX route points are disconnected]]&lt;br /&gt;
* [[Calls are not routed to agents]]&lt;br /&gt;
* [[Agents do not show in a CSQ]]&lt;br /&gt;
* [[Caller gets dropped when an attempt is made to recall a Cisco Unified CCX agent extension after the agent previously parked the call]]&lt;br /&gt;
* [[Updating a NIC driver disables silent monitoring and recording]]&lt;br /&gt;
* [[Agent alternates between Reserved and Ready state]]&lt;br /&gt;
* [[Agent in Reserved state but the consult transfer fails repeatedly]]&lt;br /&gt;
* [[Call fails if agent doesn’t pick the call in the first two rings]]&lt;br /&gt;
* [[Calls fail with CTIERR_TIMEOUT=0x8ccc0001::Cti request timed out]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified IP IVR =&lt;br /&gt;
* [[Cisco Unified IP IVR drops callers when transferring to an extension]]&lt;br /&gt;
* [[Prompts play in language]]&lt;br /&gt;
* [[Some prompts do not play]]&lt;br /&gt;
* [[Some prompts in a script play in the language specified and other prompts play in English]]&lt;br /&gt;
* [[A prompt plays phrases in the wrong order]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Administration =&lt;br /&gt;
* [[The Cisco Unified CCX Administration Authentication web page is not available]]&lt;br /&gt;
* [[Uploading a license file can result in a warning message]]&lt;br /&gt;
* [[User cannot log in to the Cisco Unified CCX web page]]&lt;br /&gt;
* [[Refreshing subflow script does not update parent scripts]]&lt;br /&gt;
* [[Cisco Unified CM users display in random order]]&lt;br /&gt;
* [[Cisco Unified CCX Supervisor web page cannot be viewed from Cisco Unified CCX Server]]&lt;br /&gt;
* [[Database table fields used by wallboard store data in milliseconds]]&lt;br /&gt;
* [[Management pages display error message when selected]]&lt;br /&gt;
* [[Zip file does not auto unzip on Document Management page]]&lt;br /&gt;
* [[Invalid files message displays while uploading a zip file of prompts]]&lt;br /&gt;
* [[A Component Manager goes into partial service when uploading a zip file]]&lt;br /&gt;
* [[High call rejection rate under heavy load]]&lt;br /&gt;
* [[Error in Cisco Unified CCX Administration when trying to upload a large prompt.wav file]]&lt;br /&gt;
* [[Callers hear a fast busy while calling the JTAPI triggers]]&lt;br /&gt;
* [[Override media termination group displayed twice]]&lt;br /&gt;
* [[SUPERVISE_CALL_REQ type barge in without AgentCallID]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Admin Utility =&lt;br /&gt;
* [[The cluster is not in synchronization]]&lt;br /&gt;
* [[Cisco Unified CCX Admin Utility exits or does not come up after login]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility fails due to data corruption]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run on a non bootstrap node]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run since the Node Manager hung]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Database =&lt;br /&gt;
* [[Cannot configure Application or System parameters from their pages in Cisco Unified CCX Administration]]&lt;br /&gt;
* [[HR client login error]]&lt;br /&gt;
* [[Cannot activate DB components on HA node]]&lt;br /&gt;
* [[Cisco Unified CCX Databases are not purged as expected]]&lt;br /&gt;
* [[Purge command did not purge data]]&lt;br /&gt;
* [[Historical Database db&amp;amp;#95;cra is full]]&lt;br /&gt;
* [[E-mail notification of database purging activities is not sent]]&lt;br /&gt;
* [[Syslog or SNMP trap notification of database purging activities is not sent]]&lt;br /&gt;
* [[After the replication between Primary/Secondary was created, the initial snapshot was successful but the merge agents would fail]]&lt;br /&gt;
* [[Uninstall SQL hotfix 2282 is failing]]&lt;br /&gt;
* [[The IPCC server is loosing the ODBC connection after running fine for some time]]&lt;br /&gt;
* [[SQL Agent crash with Red X Mark, and the Node Manager is down]]&lt;br /&gt;
* [[After the upgrade SQL Server got changed to MSDE]]&lt;br /&gt;
* [[From the log: Login failed for user '(null)'. Root cause: Not associated with a trusted SQL Server connection]]&lt;br /&gt;
* [[While doing some configuration change from the Appadmin gets the following error: &amp;quot;Error updating Database&amp;quot;]]&lt;br /&gt;
* [[Primary key violation exception in the MIVR logs while trying to insert a historical record to the Database table]]&lt;br /&gt;
* [[SQLException while uploading prompt, grammar, document using editor steps inside the workflow script]]&lt;br /&gt;
* [[Cannot configure Application or System parameters from the Cisco Unified CCX Administration]]&lt;br /&gt;
* [[Enterprise Database Subsystem is in out of service or in partial service]]&lt;br /&gt;
* [[Can't create a new Datasource from the Appadmin]]&lt;br /&gt;
* [[After creating the datasource and System DSN, it is not getting displayed in the editor step]]&lt;br /&gt;
* [[Not able to view/edit rmcm configurations from node2 appadmin in an HA setup]]&lt;br /&gt;
* [[DBAccessor errors while CVD start up]]&lt;br /&gt;
* [[When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists]]&lt;br /&gt;
* [[There is an error displayed in the appadmin while trying to modify the Datasource configuration]]&lt;br /&gt;
* [[Regarding Enterprise Database driver usage]]&lt;br /&gt;
* [[Datastore component activations fails when trying to activate node2 components]]&lt;br /&gt;
* [[Cannot activate datastores on second node in HA deployment. On node2 DB version in Bootstrap   8.00.2187 does not match actual Database Engine version 8.00.2282]]&lt;br /&gt;
* [[Replication Failure seen in the DB control center Appadmin page]]&lt;br /&gt;
* [[Config datastore activation failed.java.sql.SQLException: The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction]]&lt;br /&gt;
* [[Cannot activate Datastore components on HA node]]&lt;br /&gt;
* [[In the Appadmin DB control center node 2 data store is not present in an HA setup]]&lt;br /&gt;
* [[node2 datastore component activation is failing]]&lt;br /&gt;
* [[Not able to activate config datastore from node2 of a CCX HA setup]]&lt;br /&gt;
* [[Not able to activate config datastore from node2 of a CCX HA setup.Insert Error: Column name or number of supplied values does not match table definition.]]&lt;br /&gt;
* [[Replication broken between the two nodes ]]&lt;br /&gt;
* [[Node2 config and historical datastore component activation fails with the error message:java.rmi.NoSuchObjectException: no such object in table]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Editor =&lt;br /&gt;
* [[Change a string variable to an integer]]&lt;br /&gt;
* [[Accept step error during active debug]]&lt;br /&gt;
* [[Error occurs with Reactive Debugging Tool]]&lt;br /&gt;
* [[Agent automatically put into Ready state]]&lt;br /&gt;
* [[Agent has invalid state transition from Reserved to Available to Talking]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Engine =&lt;br /&gt;
* [[Agent cannot go Ready after logging in]]&lt;br /&gt;
* [[Voice Browser step throws an exception]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start and an RMI port in use error appears]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1067]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1069]]&lt;br /&gt;
* [[Application subsystem is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX Engine is running but calls are not answered]]&lt;br /&gt;
* [[Changing the time in Cisco Unified CCX machines results in agents getting logged off]]&lt;br /&gt;
* [[An error message plays when calling a CTI route point]]&lt;br /&gt;
* [[Changes to applications do not register]]&lt;br /&gt;
* [[Call drops during transfer over gateway]]&lt;br /&gt;
* [[H.323 client DTMF digits not detected]]&lt;br /&gt;
* [[Redirected call is disconnected]]&lt;br /&gt;
* [[The Cisco Unified CCX server runs out of disk space]]&lt;br /&gt;
* [[Cisco Unified CCX Server runs at 100% capacity or is slow]]&lt;br /&gt;
* [[Database Subsystem goes into partial service]]&lt;br /&gt;
* [[JTAPI subsystem is in partial service]]&lt;br /&gt;
* [[Unable to connect to JTAPI provider]]&lt;br /&gt;
* [[The Simple Recognition step takes the unsuccessful branch]]&lt;br /&gt;
* [[Calling party and Cisco Unified CCX do not have common codec]]&lt;br /&gt;
* [[Prompts with incorrect codec being played out]]&lt;br /&gt;
* [[Prompt Exception in Cisco Unified CCX Engine log file]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start]]&lt;br /&gt;
* [[Application subsystem in partial service and application running for an unexpectedly long time]]&lt;br /&gt;
* [[Cisco Unified CCX Server and Active Directory integration results in some services being unregistered]]&lt;br /&gt;
* [[Database Subsystem fails to connect to MS SQL server]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Real-Time Reporting =&lt;br /&gt;
* [[Attempting to run a real-time report causes an error]]&lt;br /&gt;
* [[After installing JRE, the user receives a message from real-time reporting saying to install JRE]]&lt;br /&gt;
* [[Contact entry is stuck in real-time reporting]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Historical Reporting =&lt;br /&gt;
* [[Exported PDF report does not print in landscape orientation]]&lt;br /&gt;
* [[User login missing in Windows XP after installing HR client]]&lt;br /&gt;
* [[Client and Server security policies do not match]]&lt;br /&gt;
* [[Charts do not appear properly in MS Excel format]]&lt;br /&gt;
* [[Columns of data missing in report in MS Excel format]]&lt;br /&gt;
* [[Records truncated in report in MS Excel format]]&lt;br /&gt;
* [[Agent names overwritten on charts]]&lt;br /&gt;
* [[RTF Report containing charts has tabular report headings]]&lt;br /&gt;
* [[Scheduler icon does not appear on Terminal Services client]]&lt;br /&gt;
* [[Reports do not execute at scheduled times]]&lt;br /&gt;
* [[Search dialog box and Preview tab appear in English on Windows system with locale set to German]]&lt;br /&gt;
* [[Dialog box does not appear as expected when report is exported]]&lt;br /&gt;
* [[Error when choosing an option from the Historical Reporting web page]]&lt;br /&gt;
* [[Truncated report description in Historical Reports client]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run]]&lt;br /&gt;
* [[The SQL Command Failed dialog box appears when you try to generate a historical report]]&lt;br /&gt;
* [[Some information appears in English on a German system]]&lt;br /&gt;
* [[The Historical Reports client computer cannot connect to the Cisco Unified CCX server]]&lt;br /&gt;
* [[A Database Connection Error 5051 error appears]]&lt;br /&gt;
* [[Export file name does not appear in Export dialog box]]&lt;br /&gt;
* [[Cannot point to local applications from the Database Server Configuration page]]&lt;br /&gt;
* [[Attempt to log in to the Cisco Unified CCX Server from the Historical Reporting client fails and an error message is returned]]&lt;br /&gt;
* [[Only three report templates are available for Cisco Unified CCX Standard]]&lt;br /&gt;
* [[Discrepancy in number of ACD calls shown on custom reports]]&lt;br /&gt;
* [[Priority Summary Activity Report chart prints only partly in color]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run and message appears in CiscoSch.log file]]&lt;br /&gt;
* [[Historical Reporting Client window shows nothing in the user drop-down menu]]&lt;br /&gt;
* [[Historical Reporting Client stops working; attempt to log in again results in error messages]]&lt;br /&gt;
* [[Scheduler DOS exception error received when running a custom report]]&lt;br /&gt;
* [[Columns displaced in Excel spreadsheet when exporting a report]]&lt;br /&gt;
* [[Scheduler icon does not appear in Windows status bar]]&lt;br /&gt;
* [[Error message appears indicating connection with database is broken]]&lt;br /&gt;
* [[Called Number Summary Report (CNSR) has more calls than the Traffic Analysis Report (TAR)]]&lt;br /&gt;
* [[Which reports should be used to determine BHCA and BHCC?]]&lt;br /&gt;
* [[Total logged in hours for agent very high after name change]]&lt;br /&gt;
* [[Filter by skill/team/resourcegroup not working]]&lt;br /&gt;
&lt;br /&gt;
= Automatic Speech Recognition =&lt;br /&gt;
* [[Names are not recognized]]&lt;br /&gt;
* [[Recognition never times out]]&lt;br /&gt;
* [[Alternate pronunciations and nicknames are not recognized]]&lt;br /&gt;
* [[Reduced call completion rate under heavy load while using an MRCP ASR Group]]&lt;br /&gt;
* [[MRCP ASR subsystem is out of service]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP ASR Providers, MRCP Servers, or Groups do not take effect]]&lt;br /&gt;
* [[Calling a route point with an MRCP ASR Dialog Group results in default treatment]]&lt;br /&gt;
&lt;br /&gt;
= Outbound =&lt;br /&gt;
* [[Agent does skip or skip-close but does not stay reserved]]&lt;br /&gt;
* [[Agent is not getting callbacks]]&lt;br /&gt;
* [[Agent is ready but does not get an Outbound call for up to two minutes]]&lt;br /&gt;
* [[Errors placing Outbound calls]]&lt;br /&gt;
* [[Not all contacts get imported]]&lt;br /&gt;
* [[On the Campaigns Configuration web page, the available CSQs list is empty even though there are CSQs configured under the RmCm subsystem]]&lt;br /&gt;
* [[Outbound buttons do not show up on CAD]]&lt;br /&gt;
* [[Outbound buttons show up but are disabled on CAD]]&lt;br /&gt;
* [[Outbound calls are not getting dialed]]&lt;br /&gt;
* [[Outbound call volume is low]]&lt;br /&gt;
* [[Outbound System Service is not in service]]&lt;br /&gt;
* [[RTR Outbound reports do not show all possible reclassification]]&lt;br /&gt;
&lt;br /&gt;
= Text-to-Speech =&lt;br /&gt;
* [[Provider becomes IN_SERVICE immediately]]&lt;br /&gt;
* [[TTS Prompt does not play]]&lt;br /&gt;
* [[TTS prompt is not recognizable]]&lt;br /&gt;
* [[MRCP TTS subsystem is out of service]]&lt;br /&gt;
* [[Long TTS prompts consume significant memory on Cisco Unified CCX Server]]&lt;br /&gt;
* [[Non-UTF-8 characters needed for some languages]]&lt;br /&gt;
* [[A .wav file prompt playback is garbled when played by a TTS server]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP TTS Providers, MRCP Servers, locales, or genders do not take effect]]&lt;br /&gt;
&lt;br /&gt;
= Serviceability =&lt;br /&gt;
* [[SNMP-based network management tools cannot monitor Cisco Unified CCX components]]&lt;br /&gt;
* [[File Manager in partial service]]&lt;br /&gt;
* [[SNMP traps do not arrive at the trap receiver]]&lt;br /&gt;
* [[Syslog messages not received by receiver]]&lt;br /&gt;
* [[The Alarm Service does not start]]&lt;br /&gt;
* [[Serviceability does not uninstall completely]]&lt;br /&gt;
* [[Updating Data with the Serviceability Tool on One Node does not Update Other Nodes]]&lt;br /&gt;
* [[Virus Scan software slows Call Completion Rate]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Internationalization =&lt;br /&gt;
* [[Results not as expected for first name and last name in Chinese, Japanese, and Korean]]&lt;br /&gt;
* [[Language specified is not accepted or played]]&lt;br /&gt;
&lt;br /&gt;
= VXML =&lt;br /&gt;
* [[Voice Browser Step troubleshooting steps]]&lt;br /&gt;
* [[Timeout attribute for non-input does not work]]&lt;br /&gt;
* [[Menu Choice DTMF does not work]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Bootstrap =&lt;br /&gt;
* [[Transaction Manager cannot start]]&lt;br /&gt;
* [[Have an exception on startup with a message like &amp;quot;unable to recover transaction&amp;quot; or an error message related to reading or modifying the &amp;quot;Tx.per&amp;quot; file]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Failover =&lt;br /&gt;
* [[Conflicts in Datastore Control Center history]]&lt;br /&gt;
* [[Cannot make configuration changes in HA cluster]]&lt;br /&gt;
* [[Cannot make configuration changes in RmCm Subsystem]]&lt;br /&gt;
* [[Service constantly shows Invalid]]&lt;br /&gt;
* [[Cisco Unified CCX server keeps rebooting due to Cisco Unified CCX Node Manager failure]]&lt;br /&gt;
* [[Cluster is in partial service]]&lt;br /&gt;
* [[Server is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX does not accept a call or function properly]]&lt;br /&gt;
* [[Service Master/Slave status is not shown on Cisco Unified CCX Administration Control Center]]&lt;br /&gt;
* [[Cluster time synch fails]]&lt;br /&gt;
* [[Cisco Unified CCX Servers respond slowly in a High Availability environment]]&lt;br /&gt;
* [[Multiple failovers with high CPU usage]]&lt;br /&gt;
&lt;br /&gt;
= VoIP Monitor =&lt;br /&gt;
* [[VoIP monitor does not work correctly]]&lt;br /&gt;
* [[Cisco Unified CCX fails to start]]&lt;br /&gt;
* [[VoIP Monitor tab of the CDA gives an error]]&lt;br /&gt;
* [[VoIP Monitor does not list some phone devices]]&lt;br /&gt;
&lt;br /&gt;
= CDP =&lt;br /&gt;
* [[CDP Protocol Driver missing in Device Manager]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Replication_broken_between_the_two_nodes</id>
		<title>Replication broken between the two nodes</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Replication_broken_between_the_two_nodes"/>
				<updated>2010-05-04T17:52:37Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: New page: == Replication broken between the two nodes of the HA setup ==  {| border=&amp;quot;1&amp;quot; |- ! '''Problem Summary''' | Replication broken between the two nodes OR not able to get data for a selected i...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Replication broken between the two nodes of the HA setup ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| Replication broken between the two nodes OR not able to get data for a selected interval while pulling reports OR the data in both the nodes are not identical.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| Replication broken between the two nodes&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| First step to fix the replication issue:&lt;br /&gt;
&lt;br /&gt;
a. Identify the datastore whose replication has been broken from Appadmin-&amp;gt;DB Control Center page.&lt;br /&gt;
b. Open appadmin-&amp;gt; control center -&amp;gt;Component Activation page.&lt;br /&gt;
c. Deactivate node2 datastore whose replication has been broken.&lt;br /&gt;
d. Activate it again.&lt;br /&gt;
e. This should setup fresh replication if there are no other issues.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0, Release 5.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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0</id>
		<title>Troubleshooting Tips for Unified CCX 7.0</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0"/>
				<updated>2010-05-04T17:50:53Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Cisco Unified CCX Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Unified Contact Center Express]] &lt;br /&gt;
&lt;br /&gt;
'''See also:''' [[Additional troubleshooting information for Unified CCX 7.0]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation:&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* [[One node on a Cisco Unified CCX 7.0(1) two-node cluster crashes beyond repair]]&lt;br /&gt;
&lt;br /&gt;
= Backup, Restore, and Update =&lt;br /&gt;
* [[Backup, Restore, and Upgrade cannot be started from a client desktop]]&lt;br /&gt;
* [[During Backup, Restore, or Upgrade, an exception is seen in user interface]]&lt;br /&gt;
* [[Backup failed for a One or Two-Node system]]&lt;br /&gt;
* [[CRS 4.5 profile name is missing]]&lt;br /&gt;
* [[Page Not Found message is displayed during Restore or Upgrade]]&lt;br /&gt;
* [[Restore fails due to a file not being found]]&lt;br /&gt;
* [[Restore failed for a one-node system]]&lt;br /&gt;
* [[Restore failed on a two-node system that had run before the Restore]]&lt;br /&gt;
* [[Restore failed on a two-node system that was re-imaged]]&lt;br /&gt;
* [[Some RmCm configuration is missing after upgrade]]&lt;br /&gt;
* [[During the backup process, the backup window is accidentally closed]]&lt;br /&gt;
* [[Restore error in HA deployment when tape drive moved]]&lt;br /&gt;
* [[Restore error in HA deployment when backup and restore is performed on different nodes]]&lt;br /&gt;
* [[Failure when Updating Outbound Subsystem Configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Enterprise Telephony subsystem =&lt;br /&gt;
* [[A functional routing point stopped working or the Cisco Unified CME Telephony subsystem is in partial service]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Automated Attendant =&lt;br /&gt;
* [[ Dial by name does not find the specified server ]]&lt;br /&gt;
* [[ Automated Attendant prompt is not played ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Express =&lt;br /&gt;
* [[Agent cannot log in on shared line]]&lt;br /&gt;
* [[Agent cannot log in on restricted line]]&lt;br /&gt;
* [[When agent drops from conference, all parties on conference are dropped]]&lt;br /&gt;
* [[Cisco Unified CME triggers with 2811/CME router are not working]]&lt;br /&gt;
* [[Pressing hash character truncates the prompt and the prompts that follow are not played]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX =&lt;br /&gt;
* [[RmCm subsystem is out of service]]&lt;br /&gt;
* [[RmCm subsystem remains INITIALIZING]]&lt;br /&gt;
* [[RmCm remains in Initializing state]]&lt;br /&gt;
* [[Agents, Supervisors, or Teams are out of synch]]&lt;br /&gt;
* [[Agent or CSQ does not appear in CDA]]&lt;br /&gt;
* [[Agents do not appear in the Resources area in the Cisco Unified CCX Configuration web page]]&lt;br /&gt;
* [[You cannot select the order of agents]]&lt;br /&gt;
* [[Agent does not go to Work state after handling a call]]&lt;br /&gt;
* [[A media step causes a Could not create PlayPromptDialog Object exception]]&lt;br /&gt;
* [[Unable to make any Cisco Unified CCX configuration changes]]&lt;br /&gt;
* [[Some resource selection criteria are missing]]&lt;br /&gt;
* [[Unable to record an agent]]&lt;br /&gt;
* [[Sometimes the supervisor can monitor and record an agent and sometimes he cannot]]&lt;br /&gt;
* [[Calls to Cisco Unified CCX route points are disconnected]]&lt;br /&gt;
* [[Calls are not routed to agents]]&lt;br /&gt;
* [[Agents do not show in a CSQ]]&lt;br /&gt;
* [[Caller gets dropped when an attempt is made to recall a Cisco Unified CCX agent extension after the agent previously parked the call]]&lt;br /&gt;
* [[Updating a NIC driver disables silent monitoring and recording]]&lt;br /&gt;
* [[Agent alternates between Reserved and Ready state]]&lt;br /&gt;
* [[Agent in Reserved state but the consult transfer fails repeatedly]]&lt;br /&gt;
* [[Call fails if agent doesn’t pick the call in the first two rings]]&lt;br /&gt;
* [[Calls fail with CTIERR_TIMEOUT=0x8ccc0001::Cti request timed out]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified IP IVR =&lt;br /&gt;
* [[Cisco Unified IP IVR drops callers when transferring to an extension]]&lt;br /&gt;
* [[Prompts play in language]]&lt;br /&gt;
* [[Some prompts do not play]]&lt;br /&gt;
* [[Some prompts in a script play in the language specified and other prompts play in English]]&lt;br /&gt;
* [[A prompt plays phrases in the wrong order]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Administration =&lt;br /&gt;
* [[The Cisco Unified CCX Administration Authentication web page is not available]]&lt;br /&gt;
* [[Uploading a license file can result in a warning message]]&lt;br /&gt;
* [[User cannot log in to the Cisco Unified CCX web page]]&lt;br /&gt;
* [[Refreshing subflow script does not update parent scripts]]&lt;br /&gt;
* [[Cisco Unified CM users display in random order]]&lt;br /&gt;
* [[Cisco Unified CCX Supervisor web page cannot be viewed from Cisco Unified CCX Server]]&lt;br /&gt;
* [[Database table fields used by wallboard store data in milliseconds]]&lt;br /&gt;
* [[Management pages display error message when selected]]&lt;br /&gt;
* [[Zip file does not auto unzip on Document Management page]]&lt;br /&gt;
* [[Invalid files message displays while uploading a zip file of prompts]]&lt;br /&gt;
* [[A Component Manager goes into partial service when uploading a zip file]]&lt;br /&gt;
* [[High call rejection rate under heavy load]]&lt;br /&gt;
* [[Error in Cisco Unified CCX Administration when trying to upload a large prompt.wav file]]&lt;br /&gt;
* [[Callers hear a fast busy while calling the JTAPI triggers]]&lt;br /&gt;
* [[Override media termination group displayed twice]]&lt;br /&gt;
* [[SUPERVISE_CALL_REQ type barge in without AgentCallID]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Admin Utility =&lt;br /&gt;
* [[The cluster is not in synchronization]]&lt;br /&gt;
* [[Cisco Unified CCX Admin Utility exits or does not come up after login]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility fails due to data corruption]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run on a non bootstrap node]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run since the Node Manager hung]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Database =&lt;br /&gt;
* [[Cannot configure Application or System parameters from their pages in Cisco Unified CCX Administration]]&lt;br /&gt;
* [[HR client login error]]&lt;br /&gt;
* [[Cannot activate DB components on HA node]]&lt;br /&gt;
* [[Cisco Unified CCX Databases are not purged as expected]]&lt;br /&gt;
* [[Purge command did not purge data]]&lt;br /&gt;
* [[Historical Database db&amp;amp;#95;cra is full]]&lt;br /&gt;
* [[E-mail notification of database purging activities is not sent]]&lt;br /&gt;
* [[Syslog or SNMP trap notification of database purging activities is not sent]]&lt;br /&gt;
* [[After the replication between Primary/Secondary was created, the initial snapshot was successful but the merge agents would fail]]&lt;br /&gt;
* [[Uninstall SQL hotfix 2282 is failing]]&lt;br /&gt;
* [[The IPCC server is loosing the ODBC connection after running fine for some time]]&lt;br /&gt;
* [[SQL Agent crash with Red X Mark, and the Node Manager is down]]&lt;br /&gt;
* [[After the upgrade SQL Server got changed to MSDE]]&lt;br /&gt;
* [[From the log: Login failed for user '(null)'. Root cause: Not associated with a trusted SQL Server connection]]&lt;br /&gt;
* [[While doing some configuration change from the Appadmin gets the following error: &amp;quot;Error updating Database&amp;quot;]]&lt;br /&gt;
* [[Primary key violation exception in the MIVR logs while trying to insert a historical record to the Database table]]&lt;br /&gt;
* [[SQLException while uploading prompt, grammar, document using editor steps inside the workflow script]]&lt;br /&gt;
* [[Cannot configure Application or System parameters from the Cisco Unified CCX Administration]]&lt;br /&gt;
* [[Enterprise Database Subsystem is in out of service or in partial service]]&lt;br /&gt;
* [[Can't create a new Datasource from the Appadmin]]&lt;br /&gt;
* [[After creating the datasource and System DSN, it is not getting displayed in the editor step]]&lt;br /&gt;
* [[Not able to view/edit rmcm configurations from node2 appadmin in an HA setup]]&lt;br /&gt;
* [[DBAccessor errors while CVD start up]]&lt;br /&gt;
* [[When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists]]&lt;br /&gt;
* [[There is an error displayed in the appadmin while trying to modify the Datasource configuration]]&lt;br /&gt;
* [[Regarding Enterprise Database driver usage]]&lt;br /&gt;
* [[Datastore component activations fails when trying to activate node2 components]]&lt;br /&gt;
* [[Cannot activate datastores on second node in HA deployment. On node2 DB version in Bootstrap   8.00.2187 does not match actual Database Engine version 8.00.2282]]&lt;br /&gt;
* [[Replication Failure seen in the DB control center Appadmin page]]&lt;br /&gt;
* [[Config datastore activation failed.java.sql.SQLException: The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction]]&lt;br /&gt;
* [[Cannot activate Datastore components on HA node]]&lt;br /&gt;
* [[In the Appadmin DB control center node 2 data store is not present in an HA setup]]&lt;br /&gt;
* [[node2 datastore component activation is failing]]&lt;br /&gt;
* [[Not able to activate config datastore from node2 of a CCX HA setup]]&lt;br /&gt;
* [[Not able to activate config datastore from node2 of a CCX HA setup.Insert Error: Column name or number of supplied values does not match table definition.]]&lt;br /&gt;
* [[Replication broken between the two nodes ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Editor =&lt;br /&gt;
* [[Change a string variable to an integer]]&lt;br /&gt;
* [[Accept step error during active debug]]&lt;br /&gt;
* [[Error occurs with Reactive Debugging Tool]]&lt;br /&gt;
* [[Agent automatically put into Ready state]]&lt;br /&gt;
* [[Agent has invalid state transition from Reserved to Available to Talking]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Engine =&lt;br /&gt;
* [[Agent cannot go Ready after logging in]]&lt;br /&gt;
* [[Voice Browser step throws an exception]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start and an RMI port in use error appears]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1067]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1069]]&lt;br /&gt;
* [[Application subsystem is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX Engine is running but calls are not answered]]&lt;br /&gt;
* [[Changing the time in Cisco Unified CCX machines results in agents getting logged off]]&lt;br /&gt;
* [[An error message plays when calling a CTI route point]]&lt;br /&gt;
* [[Changes to applications do not register]]&lt;br /&gt;
* [[Call drops during transfer over gateway]]&lt;br /&gt;
* [[H.323 client DTMF digits not detected]]&lt;br /&gt;
* [[Redirected call is disconnected]]&lt;br /&gt;
* [[The Cisco Unified CCX server runs out of disk space]]&lt;br /&gt;
* [[Cisco Unified CCX Server runs at 100% capacity or is slow]]&lt;br /&gt;
* [[Database Subsystem goes into partial service]]&lt;br /&gt;
* [[JTAPI subsystem is in partial service]]&lt;br /&gt;
* [[Unable to connect to JTAPI provider]]&lt;br /&gt;
* [[The Simple Recognition step takes the unsuccessful branch]]&lt;br /&gt;
* [[Calling party and Cisco Unified CCX do not have common codec]]&lt;br /&gt;
* [[Prompts with incorrect codec being played out]]&lt;br /&gt;
* [[Prompt Exception in Cisco Unified CCX Engine log file]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start]]&lt;br /&gt;
* [[Application subsystem in partial service and application running for an unexpectedly long time]]&lt;br /&gt;
* [[Cisco Unified CCX Server and Active Directory integration results in some services being unregistered]]&lt;br /&gt;
* [[Database Subsystem fails to connect to MS SQL server]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Real-Time Reporting =&lt;br /&gt;
* [[Attempting to run a real-time report causes an error]]&lt;br /&gt;
* [[After installing JRE, the user receives a message from real-time reporting saying to install JRE]]&lt;br /&gt;
* [[Contact entry is stuck in real-time reporting]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Historical Reporting =&lt;br /&gt;
* [[Exported PDF report does not print in landscape orientation]]&lt;br /&gt;
* [[User login missing in Windows XP after installing HR client]]&lt;br /&gt;
* [[Client and Server security policies do not match]]&lt;br /&gt;
* [[Charts do not appear properly in MS Excel format]]&lt;br /&gt;
* [[Columns of data missing in report in MS Excel format]]&lt;br /&gt;
* [[Records truncated in report in MS Excel format]]&lt;br /&gt;
* [[Agent names overwritten on charts]]&lt;br /&gt;
* [[RTF Report containing charts has tabular report headings]]&lt;br /&gt;
* [[Scheduler icon does not appear on Terminal Services client]]&lt;br /&gt;
* [[Reports do not execute at scheduled times]]&lt;br /&gt;
* [[Search dialog box and Preview tab appear in English on Windows system with locale set to German]]&lt;br /&gt;
* [[Dialog box does not appear as expected when report is exported]]&lt;br /&gt;
* [[Error when choosing an option from the Historical Reporting web page]]&lt;br /&gt;
* [[Truncated report description in Historical Reports client]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run]]&lt;br /&gt;
* [[The SQL Command Failed dialog box appears when you try to generate a historical report]]&lt;br /&gt;
* [[Some information appears in English on a German system]]&lt;br /&gt;
* [[The Historical Reports client computer cannot connect to the Cisco Unified CCX server]]&lt;br /&gt;
* [[A Database Connection Error 5051 error appears]]&lt;br /&gt;
* [[Export file name does not appear in Export dialog box]]&lt;br /&gt;
* [[Cannot point to local applications from the Database Server Configuration page]]&lt;br /&gt;
* [[Attempt to log in to the Cisco Unified CCX Server from the Historical Reporting client fails and an error message is returned]]&lt;br /&gt;
* [[Only three report templates are available for Cisco Unified CCX Standard]]&lt;br /&gt;
* [[Discrepancy in number of ACD calls shown on custom reports]]&lt;br /&gt;
* [[Priority Summary Activity Report chart prints only partly in color]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run and message appears in CiscoSch.log file]]&lt;br /&gt;
* [[Historical Reporting Client window shows nothing in the user drop-down menu]]&lt;br /&gt;
* [[Historical Reporting Client stops working; attempt to log in again results in error messages]]&lt;br /&gt;
* [[Scheduler DOS exception error received when running a custom report]]&lt;br /&gt;
* [[Columns displaced in Excel spreadsheet when exporting a report]]&lt;br /&gt;
* [[Scheduler icon does not appear in Windows status bar]]&lt;br /&gt;
* [[Error message appears indicating connection with database is broken]]&lt;br /&gt;
* [[Called Number Summary Report (CNSR) has more calls than the Traffic Analysis Report (TAR)]]&lt;br /&gt;
* [[Which reports should be used to determine BHCA and BHCC?]]&lt;br /&gt;
* [[Total logged in hours for agent very high after name change]]&lt;br /&gt;
* [[Filter by skill/team/resourcegroup not working]]&lt;br /&gt;
&lt;br /&gt;
= Automatic Speech Recognition =&lt;br /&gt;
* [[Names are not recognized]]&lt;br /&gt;
* [[Recognition never times out]]&lt;br /&gt;
* [[Alternate pronunciations and nicknames are not recognized]]&lt;br /&gt;
* [[Reduced call completion rate under heavy load while using an MRCP ASR Group]]&lt;br /&gt;
* [[MRCP ASR subsystem is out of service]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP ASR Providers, MRCP Servers, or Groups do not take effect]]&lt;br /&gt;
* [[Calling a route point with an MRCP ASR Dialog Group results in default treatment]]&lt;br /&gt;
&lt;br /&gt;
= Outbound =&lt;br /&gt;
* [[Agent does skip or skip-close but does not stay reserved]]&lt;br /&gt;
* [[Agent is not getting callbacks]]&lt;br /&gt;
* [[Agent is ready but does not get an Outbound call for up to two minutes]]&lt;br /&gt;
* [[Errors placing Outbound calls]]&lt;br /&gt;
* [[Not all contacts get imported]]&lt;br /&gt;
* [[On the Campaigns Configuration web page, the available CSQs list is empty even though there are CSQs configured under the RmCm subsystem]]&lt;br /&gt;
* [[Outbound buttons do not show up on CAD]]&lt;br /&gt;
* [[Outbound buttons show up but are disabled on CAD]]&lt;br /&gt;
* [[Outbound calls are not getting dialed]]&lt;br /&gt;
* [[Outbound call volume is low]]&lt;br /&gt;
* [[Outbound System Service is not in service]]&lt;br /&gt;
* [[RTR Outbound reports do not show all possible reclassification]]&lt;br /&gt;
&lt;br /&gt;
= Text-to-Speech =&lt;br /&gt;
* [[Provider becomes IN_SERVICE immediately]]&lt;br /&gt;
* [[TTS Prompt does not play]]&lt;br /&gt;
* [[TTS prompt is not recognizable]]&lt;br /&gt;
* [[MRCP TTS subsystem is out of service]]&lt;br /&gt;
* [[Long TTS prompts consume significant memory on Cisco Unified CCX Server]]&lt;br /&gt;
* [[Non-UTF-8 characters needed for some languages]]&lt;br /&gt;
* [[A .wav file prompt playback is garbled when played by a TTS server]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP TTS Providers, MRCP Servers, locales, or genders do not take effect]]&lt;br /&gt;
&lt;br /&gt;
= Serviceability =&lt;br /&gt;
* [[SNMP-based network management tools cannot monitor Cisco Unified CCX components]]&lt;br /&gt;
* [[File Manager in partial service]]&lt;br /&gt;
* [[SNMP traps do not arrive at the trap receiver]]&lt;br /&gt;
* [[Syslog messages not received by receiver]]&lt;br /&gt;
* [[The Alarm Service does not start]]&lt;br /&gt;
* [[Serviceability does not uninstall completely]]&lt;br /&gt;
* [[Updating Data with the Serviceability Tool on One Node does not Update Other Nodes]]&lt;br /&gt;
* [[Virus Scan software slows Call Completion Rate]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Internationalization =&lt;br /&gt;
* [[Results not as expected for first name and last name in Chinese, Japanese, and Korean]]&lt;br /&gt;
* [[Language specified is not accepted or played]]&lt;br /&gt;
&lt;br /&gt;
= VXML =&lt;br /&gt;
* [[Voice Browser Step troubleshooting steps]]&lt;br /&gt;
* [[Timeout attribute for non-input does not work]]&lt;br /&gt;
* [[Menu Choice DTMF does not work]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Bootstrap =&lt;br /&gt;
* [[Transaction Manager cannot start]]&lt;br /&gt;
* [[Have an exception on startup with a message like &amp;quot;unable to recover transaction&amp;quot; or an error message related to reading or modifying the &amp;quot;Tx.per&amp;quot; file]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Failover =&lt;br /&gt;
* [[Conflicts in Datastore Control Center history]]&lt;br /&gt;
* [[Cannot make configuration changes in HA cluster]]&lt;br /&gt;
* [[Cannot make configuration changes in RmCm Subsystem]]&lt;br /&gt;
* [[Service constantly shows Invalid]]&lt;br /&gt;
* [[Cisco Unified CCX server keeps rebooting due to Cisco Unified CCX Node Manager failure]]&lt;br /&gt;
* [[Cluster is in partial service]]&lt;br /&gt;
* [[Server is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX does not accept a call or function properly]]&lt;br /&gt;
* [[Service Master/Slave status is not shown on Cisco Unified CCX Administration Control Center]]&lt;br /&gt;
* [[Cluster time synch fails]]&lt;br /&gt;
* [[Cisco Unified CCX Servers respond slowly in a High Availability environment]]&lt;br /&gt;
* [[Multiple failovers with high CPU usage]]&lt;br /&gt;
&lt;br /&gt;
= VoIP Monitor =&lt;br /&gt;
* [[VoIP monitor does not work correctly]]&lt;br /&gt;
* [[Cisco Unified CCX fails to start]]&lt;br /&gt;
* [[VoIP Monitor tab of the CDA gives an error]]&lt;br /&gt;
* [[VoIP Monitor does not list some phone devices]]&lt;br /&gt;
&lt;br /&gt;
= CDP =&lt;br /&gt;
* [[CDP Protocol Driver missing in Device Manager]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Not_able_to_activate_config_datastore_from_node2_of_a_CCX_HA_setup.Insert_Error:_Column_name_or_number_of_supplied_values_does_not_match_table_definition.</id>
		<title>Not able to activate config datastore from node2 of a CCX HA setup.Insert Error: Column name or number of supplied values does not match table definition.</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Not_able_to_activate_config_datastore_from_node2_of_a_CCX_HA_setup.Insert_Error:_Column_name_or_number_of_supplied_values_does_not_match_table_definition."/>
				<updated>2010-05-04T17:49:30Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: New page: == Not able to activate config datastore from node2 of a CCX HA setup.Insert Error: Column name or number of supplied values does not match table definition ==  {| border=&amp;quot;1&amp;quot; |- ! '''Probl...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Not able to activate config datastore from node2 of a CCX HA setup.Insert Error: Column name or number of supplied values does not match table definition ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| When trying to active UCCX 5.0(2) SR02 Historical &amp;amp; Configuration Datastores the following error is received.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unable to activate the component(s).  Insert Error: Column name or number of supplied values does not match table definition.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| Insert Error: Column name or number of supplied values does not match table definition.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| There is some schema mismatch between the config tables between node1 and node2. Possibly there could be rowguid column present in some of the config tables. CDS activation will fail if there is schema mismatch in config tables between the primary and the secondary. If the CDS action fails, HDS activation also will fail. The reason for this issue is, customer might have setup custom replication for the db_cra database.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Remove custom replication. From the Enterprise Manager right click and select design table. Delete the additional column present [mostly rowguid column] from the config tables. Close the design and save the table. After removing the additional column from all the tables, activate config and historical datastore.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0, Release 5.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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0</id>
		<title>Troubleshooting Tips for Unified CCX 7.0</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0"/>
				<updated>2010-05-04T17:47:57Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Cisco Unified CCX Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Unified Contact Center Express]] &lt;br /&gt;
&lt;br /&gt;
'''See also:''' [[Additional troubleshooting information for Unified CCX 7.0]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation:&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* [[One node on a Cisco Unified CCX 7.0(1) two-node cluster crashes beyond repair]]&lt;br /&gt;
&lt;br /&gt;
= Backup, Restore, and Update =&lt;br /&gt;
* [[Backup, Restore, and Upgrade cannot be started from a client desktop]]&lt;br /&gt;
* [[During Backup, Restore, or Upgrade, an exception is seen in user interface]]&lt;br /&gt;
* [[Backup failed for a One or Two-Node system]]&lt;br /&gt;
* [[CRS 4.5 profile name is missing]]&lt;br /&gt;
* [[Page Not Found message is displayed during Restore or Upgrade]]&lt;br /&gt;
* [[Restore fails due to a file not being found]]&lt;br /&gt;
* [[Restore failed for a one-node system]]&lt;br /&gt;
* [[Restore failed on a two-node system that had run before the Restore]]&lt;br /&gt;
* [[Restore failed on a two-node system that was re-imaged]]&lt;br /&gt;
* [[Some RmCm configuration is missing after upgrade]]&lt;br /&gt;
* [[During the backup process, the backup window is accidentally closed]]&lt;br /&gt;
* [[Restore error in HA deployment when tape drive moved]]&lt;br /&gt;
* [[Restore error in HA deployment when backup and restore is performed on different nodes]]&lt;br /&gt;
* [[Failure when Updating Outbound Subsystem Configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Enterprise Telephony subsystem =&lt;br /&gt;
* [[A functional routing point stopped working or the Cisco Unified CME Telephony subsystem is in partial service]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Automated Attendant =&lt;br /&gt;
* [[ Dial by name does not find the specified server ]]&lt;br /&gt;
* [[ Automated Attendant prompt is not played ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Express =&lt;br /&gt;
* [[Agent cannot log in on shared line]]&lt;br /&gt;
* [[Agent cannot log in on restricted line]]&lt;br /&gt;
* [[When agent drops from conference, all parties on conference are dropped]]&lt;br /&gt;
* [[Cisco Unified CME triggers with 2811/CME router are not working]]&lt;br /&gt;
* [[Pressing hash character truncates the prompt and the prompts that follow are not played]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX =&lt;br /&gt;
* [[RmCm subsystem is out of service]]&lt;br /&gt;
* [[RmCm subsystem remains INITIALIZING]]&lt;br /&gt;
* [[RmCm remains in Initializing state]]&lt;br /&gt;
* [[Agents, Supervisors, or Teams are out of synch]]&lt;br /&gt;
* [[Agent or CSQ does not appear in CDA]]&lt;br /&gt;
* [[Agents do not appear in the Resources area in the Cisco Unified CCX Configuration web page]]&lt;br /&gt;
* [[You cannot select the order of agents]]&lt;br /&gt;
* [[Agent does not go to Work state after handling a call]]&lt;br /&gt;
* [[A media step causes a Could not create PlayPromptDialog Object exception]]&lt;br /&gt;
* [[Unable to make any Cisco Unified CCX configuration changes]]&lt;br /&gt;
* [[Some resource selection criteria are missing]]&lt;br /&gt;
* [[Unable to record an agent]]&lt;br /&gt;
* [[Sometimes the supervisor can monitor and record an agent and sometimes he cannot]]&lt;br /&gt;
* [[Calls to Cisco Unified CCX route points are disconnected]]&lt;br /&gt;
* [[Calls are not routed to agents]]&lt;br /&gt;
* [[Agents do not show in a CSQ]]&lt;br /&gt;
* [[Caller gets dropped when an attempt is made to recall a Cisco Unified CCX agent extension after the agent previously parked the call]]&lt;br /&gt;
* [[Updating a NIC driver disables silent monitoring and recording]]&lt;br /&gt;
* [[Agent alternates between Reserved and Ready state]]&lt;br /&gt;
* [[Agent in Reserved state but the consult transfer fails repeatedly]]&lt;br /&gt;
* [[Call fails if agent doesn’t pick the call in the first two rings]]&lt;br /&gt;
* [[Calls fail with CTIERR_TIMEOUT=0x8ccc0001::Cti request timed out]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified IP IVR =&lt;br /&gt;
* [[Cisco Unified IP IVR drops callers when transferring to an extension]]&lt;br /&gt;
* [[Prompts play in language]]&lt;br /&gt;
* [[Some prompts do not play]]&lt;br /&gt;
* [[Some prompts in a script play in the language specified and other prompts play in English]]&lt;br /&gt;
* [[A prompt plays phrases in the wrong order]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Administration =&lt;br /&gt;
* [[The Cisco Unified CCX Administration Authentication web page is not available]]&lt;br /&gt;
* [[Uploading a license file can result in a warning message]]&lt;br /&gt;
* [[User cannot log in to the Cisco Unified CCX web page]]&lt;br /&gt;
* [[Refreshing subflow script does not update parent scripts]]&lt;br /&gt;
* [[Cisco Unified CM users display in random order]]&lt;br /&gt;
* [[Cisco Unified CCX Supervisor web page cannot be viewed from Cisco Unified CCX Server]]&lt;br /&gt;
* [[Database table fields used by wallboard store data in milliseconds]]&lt;br /&gt;
* [[Management pages display error message when selected]]&lt;br /&gt;
* [[Zip file does not auto unzip on Document Management page]]&lt;br /&gt;
* [[Invalid files message displays while uploading a zip file of prompts]]&lt;br /&gt;
* [[A Component Manager goes into partial service when uploading a zip file]]&lt;br /&gt;
* [[High call rejection rate under heavy load]]&lt;br /&gt;
* [[Error in Cisco Unified CCX Administration when trying to upload a large prompt.wav file]]&lt;br /&gt;
* [[Callers hear a fast busy while calling the JTAPI triggers]]&lt;br /&gt;
* [[Override media termination group displayed twice]]&lt;br /&gt;
* [[SUPERVISE_CALL_REQ type barge in without AgentCallID]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Admin Utility =&lt;br /&gt;
* [[The cluster is not in synchronization]]&lt;br /&gt;
* [[Cisco Unified CCX Admin Utility exits or does not come up after login]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility fails due to data corruption]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run on a non bootstrap node]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run since the Node Manager hung]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Database =&lt;br /&gt;
* [[Cannot configure Application or System parameters from their pages in Cisco Unified CCX Administration]]&lt;br /&gt;
* [[HR client login error]]&lt;br /&gt;
* [[Cannot activate DB components on HA node]]&lt;br /&gt;
* [[Cisco Unified CCX Databases are not purged as expected]]&lt;br /&gt;
* [[Purge command did not purge data]]&lt;br /&gt;
* [[Historical Database db&amp;amp;#95;cra is full]]&lt;br /&gt;
* [[E-mail notification of database purging activities is not sent]]&lt;br /&gt;
* [[Syslog or SNMP trap notification of database purging activities is not sent]]&lt;br /&gt;
* [[After the replication between Primary/Secondary was created, the initial snapshot was successful but the merge agents would fail]]&lt;br /&gt;
* [[Uninstall SQL hotfix 2282 is failing]]&lt;br /&gt;
* [[The IPCC server is loosing the ODBC connection after running fine for some time]]&lt;br /&gt;
* [[SQL Agent crash with Red X Mark, and the Node Manager is down]]&lt;br /&gt;
* [[After the upgrade SQL Server got changed to MSDE]]&lt;br /&gt;
* [[From the log: Login failed for user '(null)'. Root cause: Not associated with a trusted SQL Server connection]]&lt;br /&gt;
* [[While doing some configuration change from the Appadmin gets the following error: &amp;quot;Error updating Database&amp;quot;]]&lt;br /&gt;
* [[Primary key violation exception in the MIVR logs while trying to insert a historical record to the Database table]]&lt;br /&gt;
* [[SQLException while uploading prompt, grammar, document using editor steps inside the workflow script]]&lt;br /&gt;
* [[Cannot configure Application or System parameters from the Cisco Unified CCX Administration]]&lt;br /&gt;
* [[Enterprise Database Subsystem is in out of service or in partial service]]&lt;br /&gt;
* [[Can't create a new Datasource from the Appadmin]]&lt;br /&gt;
* [[After creating the datasource and System DSN, it is not getting displayed in the editor step]]&lt;br /&gt;
* [[Not able to view/edit rmcm configurations from node2 appadmin in an HA setup]]&lt;br /&gt;
* [[DBAccessor errors while CVD start up]]&lt;br /&gt;
* [[When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists]]&lt;br /&gt;
* [[There is an error displayed in the appadmin while trying to modify the Datasource configuration]]&lt;br /&gt;
* [[Regarding Enterprise Database driver usage]]&lt;br /&gt;
* [[Datastore component activations fails when trying to activate node2 components]]&lt;br /&gt;
* [[Cannot activate datastores on second node in HA deployment. On node2 DB version in Bootstrap   8.00.2187 does not match actual Database Engine version 8.00.2282]]&lt;br /&gt;
* [[Replication Failure seen in the DB control center Appadmin page]]&lt;br /&gt;
* [[Config datastore activation failed.java.sql.SQLException: The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction]]&lt;br /&gt;
* [[Cannot activate Datastore components on HA node]]&lt;br /&gt;
* [[In the Appadmin DB control center node 2 data store is not present in an HA setup]]&lt;br /&gt;
* [[node2 datastore component activation is failing]]&lt;br /&gt;
* [[Not able to activate config datastore from node2 of a CCX HA setup]]&lt;br /&gt;
* [[Not able to activate config datastore from node2 of a CCX HA setup.Insert Error: Column name or number of supplied values does not match table definition.]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Editor =&lt;br /&gt;
* [[Change a string variable to an integer]]&lt;br /&gt;
* [[Accept step error during active debug]]&lt;br /&gt;
* [[Error occurs with Reactive Debugging Tool]]&lt;br /&gt;
* [[Agent automatically put into Ready state]]&lt;br /&gt;
* [[Agent has invalid state transition from Reserved to Available to Talking]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Engine =&lt;br /&gt;
* [[Agent cannot go Ready after logging in]]&lt;br /&gt;
* [[Voice Browser step throws an exception]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start and an RMI port in use error appears]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1067]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1069]]&lt;br /&gt;
* [[Application subsystem is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX Engine is running but calls are not answered]]&lt;br /&gt;
* [[Changing the time in Cisco Unified CCX machines results in agents getting logged off]]&lt;br /&gt;
* [[An error message plays when calling a CTI route point]]&lt;br /&gt;
* [[Changes to applications do not register]]&lt;br /&gt;
* [[Call drops during transfer over gateway]]&lt;br /&gt;
* [[H.323 client DTMF digits not detected]]&lt;br /&gt;
* [[Redirected call is disconnected]]&lt;br /&gt;
* [[The Cisco Unified CCX server runs out of disk space]]&lt;br /&gt;
* [[Cisco Unified CCX Server runs at 100% capacity or is slow]]&lt;br /&gt;
* [[Database Subsystem goes into partial service]]&lt;br /&gt;
* [[JTAPI subsystem is in partial service]]&lt;br /&gt;
* [[Unable to connect to JTAPI provider]]&lt;br /&gt;
* [[The Simple Recognition step takes the unsuccessful branch]]&lt;br /&gt;
* [[Calling party and Cisco Unified CCX do not have common codec]]&lt;br /&gt;
* [[Prompts with incorrect codec being played out]]&lt;br /&gt;
* [[Prompt Exception in Cisco Unified CCX Engine log file]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start]]&lt;br /&gt;
* [[Application subsystem in partial service and application running for an unexpectedly long time]]&lt;br /&gt;
* [[Cisco Unified CCX Server and Active Directory integration results in some services being unregistered]]&lt;br /&gt;
* [[Database Subsystem fails to connect to MS SQL server]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Real-Time Reporting =&lt;br /&gt;
* [[Attempting to run a real-time report causes an error]]&lt;br /&gt;
* [[After installing JRE, the user receives a message from real-time reporting saying to install JRE]]&lt;br /&gt;
* [[Contact entry is stuck in real-time reporting]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Historical Reporting =&lt;br /&gt;
* [[Exported PDF report does not print in landscape orientation]]&lt;br /&gt;
* [[User login missing in Windows XP after installing HR client]]&lt;br /&gt;
* [[Client and Server security policies do not match]]&lt;br /&gt;
* [[Charts do not appear properly in MS Excel format]]&lt;br /&gt;
* [[Columns of data missing in report in MS Excel format]]&lt;br /&gt;
* [[Records truncated in report in MS Excel format]]&lt;br /&gt;
* [[Agent names overwritten on charts]]&lt;br /&gt;
* [[RTF Report containing charts has tabular report headings]]&lt;br /&gt;
* [[Scheduler icon does not appear on Terminal Services client]]&lt;br /&gt;
* [[Reports do not execute at scheduled times]]&lt;br /&gt;
* [[Search dialog box and Preview tab appear in English on Windows system with locale set to German]]&lt;br /&gt;
* [[Dialog box does not appear as expected when report is exported]]&lt;br /&gt;
* [[Error when choosing an option from the Historical Reporting web page]]&lt;br /&gt;
* [[Truncated report description in Historical Reports client]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run]]&lt;br /&gt;
* [[The SQL Command Failed dialog box appears when you try to generate a historical report]]&lt;br /&gt;
* [[Some information appears in English on a German system]]&lt;br /&gt;
* [[The Historical Reports client computer cannot connect to the Cisco Unified CCX server]]&lt;br /&gt;
* [[A Database Connection Error 5051 error appears]]&lt;br /&gt;
* [[Export file name does not appear in Export dialog box]]&lt;br /&gt;
* [[Cannot point to local applications from the Database Server Configuration page]]&lt;br /&gt;
* [[Attempt to log in to the Cisco Unified CCX Server from the Historical Reporting client fails and an error message is returned]]&lt;br /&gt;
* [[Only three report templates are available for Cisco Unified CCX Standard]]&lt;br /&gt;
* [[Discrepancy in number of ACD calls shown on custom reports]]&lt;br /&gt;
* [[Priority Summary Activity Report chart prints only partly in color]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run and message appears in CiscoSch.log file]]&lt;br /&gt;
* [[Historical Reporting Client window shows nothing in the user drop-down menu]]&lt;br /&gt;
* [[Historical Reporting Client stops working; attempt to log in again results in error messages]]&lt;br /&gt;
* [[Scheduler DOS exception error received when running a custom report]]&lt;br /&gt;
* [[Columns displaced in Excel spreadsheet when exporting a report]]&lt;br /&gt;
* [[Scheduler icon does not appear in Windows status bar]]&lt;br /&gt;
* [[Error message appears indicating connection with database is broken]]&lt;br /&gt;
* [[Called Number Summary Report (CNSR) has more calls than the Traffic Analysis Report (TAR)]]&lt;br /&gt;
* [[Which reports should be used to determine BHCA and BHCC?]]&lt;br /&gt;
* [[Total logged in hours for agent very high after name change]]&lt;br /&gt;
* [[Filter by skill/team/resourcegroup not working]]&lt;br /&gt;
&lt;br /&gt;
= Automatic Speech Recognition =&lt;br /&gt;
* [[Names are not recognized]]&lt;br /&gt;
* [[Recognition never times out]]&lt;br /&gt;
* [[Alternate pronunciations and nicknames are not recognized]]&lt;br /&gt;
* [[Reduced call completion rate under heavy load while using an MRCP ASR Group]]&lt;br /&gt;
* [[MRCP ASR subsystem is out of service]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP ASR Providers, MRCP Servers, or Groups do not take effect]]&lt;br /&gt;
* [[Calling a route point with an MRCP ASR Dialog Group results in default treatment]]&lt;br /&gt;
&lt;br /&gt;
= Outbound =&lt;br /&gt;
* [[Agent does skip or skip-close but does not stay reserved]]&lt;br /&gt;
* [[Agent is not getting callbacks]]&lt;br /&gt;
* [[Agent is ready but does not get an Outbound call for up to two minutes]]&lt;br /&gt;
* [[Errors placing Outbound calls]]&lt;br /&gt;
* [[Not all contacts get imported]]&lt;br /&gt;
* [[On the Campaigns Configuration web page, the available CSQs list is empty even though there are CSQs configured under the RmCm subsystem]]&lt;br /&gt;
* [[Outbound buttons do not show up on CAD]]&lt;br /&gt;
* [[Outbound buttons show up but are disabled on CAD]]&lt;br /&gt;
* [[Outbound calls are not getting dialed]]&lt;br /&gt;
* [[Outbound call volume is low]]&lt;br /&gt;
* [[Outbound System Service is not in service]]&lt;br /&gt;
* [[RTR Outbound reports do not show all possible reclassification]]&lt;br /&gt;
&lt;br /&gt;
= Text-to-Speech =&lt;br /&gt;
* [[Provider becomes IN_SERVICE immediately]]&lt;br /&gt;
* [[TTS Prompt does not play]]&lt;br /&gt;
* [[TTS prompt is not recognizable]]&lt;br /&gt;
* [[MRCP TTS subsystem is out of service]]&lt;br /&gt;
* [[Long TTS prompts consume significant memory on Cisco Unified CCX Server]]&lt;br /&gt;
* [[Non-UTF-8 characters needed for some languages]]&lt;br /&gt;
* [[A .wav file prompt playback is garbled when played by a TTS server]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP TTS Providers, MRCP Servers, locales, or genders do not take effect]]&lt;br /&gt;
&lt;br /&gt;
= Serviceability =&lt;br /&gt;
* [[SNMP-based network management tools cannot monitor Cisco Unified CCX components]]&lt;br /&gt;
* [[File Manager in partial service]]&lt;br /&gt;
* [[SNMP traps do not arrive at the trap receiver]]&lt;br /&gt;
* [[Syslog messages not received by receiver]]&lt;br /&gt;
* [[The Alarm Service does not start]]&lt;br /&gt;
* [[Serviceability does not uninstall completely]]&lt;br /&gt;
* [[Updating Data with the Serviceability Tool on One Node does not Update Other Nodes]]&lt;br /&gt;
* [[Virus Scan software slows Call Completion Rate]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Internationalization =&lt;br /&gt;
* [[Results not as expected for first name and last name in Chinese, Japanese, and Korean]]&lt;br /&gt;
* [[Language specified is not accepted or played]]&lt;br /&gt;
&lt;br /&gt;
= VXML =&lt;br /&gt;
* [[Voice Browser Step troubleshooting steps]]&lt;br /&gt;
* [[Timeout attribute for non-input does not work]]&lt;br /&gt;
* [[Menu Choice DTMF does not work]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Bootstrap =&lt;br /&gt;
* [[Transaction Manager cannot start]]&lt;br /&gt;
* [[Have an exception on startup with a message like &amp;quot;unable to recover transaction&amp;quot; or an error message related to reading or modifying the &amp;quot;Tx.per&amp;quot; file]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Failover =&lt;br /&gt;
* [[Conflicts in Datastore Control Center history]]&lt;br /&gt;
* [[Cannot make configuration changes in HA cluster]]&lt;br /&gt;
* [[Cannot make configuration changes in RmCm Subsystem]]&lt;br /&gt;
* [[Service constantly shows Invalid]]&lt;br /&gt;
* [[Cisco Unified CCX server keeps rebooting due to Cisco Unified CCX Node Manager failure]]&lt;br /&gt;
* [[Cluster is in partial service]]&lt;br /&gt;
* [[Server is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX does not accept a call or function properly]]&lt;br /&gt;
* [[Service Master/Slave status is not shown on Cisco Unified CCX Administration Control Center]]&lt;br /&gt;
* [[Cluster time synch fails]]&lt;br /&gt;
* [[Cisco Unified CCX Servers respond slowly in a High Availability environment]]&lt;br /&gt;
* [[Multiple failovers with high CPU usage]]&lt;br /&gt;
&lt;br /&gt;
= VoIP Monitor =&lt;br /&gt;
* [[VoIP monitor does not work correctly]]&lt;br /&gt;
* [[Cisco Unified CCX fails to start]]&lt;br /&gt;
* [[VoIP Monitor tab of the CDA gives an error]]&lt;br /&gt;
* [[VoIP Monitor does not list some phone devices]]&lt;br /&gt;
&lt;br /&gt;
= CDP =&lt;br /&gt;
* [[CDP Protocol Driver missing in Device Manager]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Not_able_to_activate_config_datastore_from_node2_of_a_CCX_HA_setup</id>
		<title>Not able to activate config datastore from node2 of a CCX HA setup</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Not_able_to_activate_config_datastore_from_node2_of_a_CCX_HA_setup"/>
				<updated>2010-05-04T17:44:45Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: New page: == Not able to activate config datastore from node2 of a CCX HA setup ==  {| border=&amp;quot;1&amp;quot; |- ! '''Problem Summary''' | In the node2 MCVD log getting the following Exception: Error on setting...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Not able to activate config datastore from node2 of a CCX HA setup ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| In the node2 MCVD log getting the following Exception:&lt;br /&gt;
Error on setting up linked servers on 1 th attempt due to Login failed for user 'cdsrepluser'. Reason: Not associated with a trusted SQL Server connection.&lt;br /&gt;
&lt;br /&gt;
OR &lt;br /&gt;
&lt;br /&gt;
Error on setting up linked servers on 1 th attempt due to Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| Error on setting up linked servers on 1 th attempt due to Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| In 6.0 we support mixed mode authentication for SQL Server. Changing the mode of authentication to Windows Authentication will result into this issue.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Change the mode of authentication back to mixed mode in both the nodes and restart the SQL services. Try the config datastore activation again from the appadmin.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0, Release 5.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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0</id>
		<title>Troubleshooting Tips for Unified CCX 7.0</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0"/>
				<updated>2010-05-04T17:41:58Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Cisco Unified CCX Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Unified Contact Center Express]] &lt;br /&gt;
&lt;br /&gt;
'''See also:''' [[Additional troubleshooting information for Unified CCX 7.0]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation:&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* [[One node on a Cisco Unified CCX 7.0(1) two-node cluster crashes beyond repair]]&lt;br /&gt;
&lt;br /&gt;
= Backup, Restore, and Update =&lt;br /&gt;
* [[Backup, Restore, and Upgrade cannot be started from a client desktop]]&lt;br /&gt;
* [[During Backup, Restore, or Upgrade, an exception is seen in user interface]]&lt;br /&gt;
* [[Backup failed for a One or Two-Node system]]&lt;br /&gt;
* [[CRS 4.5 profile name is missing]]&lt;br /&gt;
* [[Page Not Found message is displayed during Restore or Upgrade]]&lt;br /&gt;
* [[Restore fails due to a file not being found]]&lt;br /&gt;
* [[Restore failed for a one-node system]]&lt;br /&gt;
* [[Restore failed on a two-node system that had run before the Restore]]&lt;br /&gt;
* [[Restore failed on a two-node system that was re-imaged]]&lt;br /&gt;
* [[Some RmCm configuration is missing after upgrade]]&lt;br /&gt;
* [[During the backup process, the backup window is accidentally closed]]&lt;br /&gt;
* [[Restore error in HA deployment when tape drive moved]]&lt;br /&gt;
* [[Restore error in HA deployment when backup and restore is performed on different nodes]]&lt;br /&gt;
* [[Failure when Updating Outbound Subsystem Configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Enterprise Telephony subsystem =&lt;br /&gt;
* [[A functional routing point stopped working or the Cisco Unified CME Telephony subsystem is in partial service]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Automated Attendant =&lt;br /&gt;
* [[ Dial by name does not find the specified server ]]&lt;br /&gt;
* [[ Automated Attendant prompt is not played ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Express =&lt;br /&gt;
* [[Agent cannot log in on shared line]]&lt;br /&gt;
* [[Agent cannot log in on restricted line]]&lt;br /&gt;
* [[When agent drops from conference, all parties on conference are dropped]]&lt;br /&gt;
* [[Cisco Unified CME triggers with 2811/CME router are not working]]&lt;br /&gt;
* [[Pressing hash character truncates the prompt and the prompts that follow are not played]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX =&lt;br /&gt;
* [[RmCm subsystem is out of service]]&lt;br /&gt;
* [[RmCm subsystem remains INITIALIZING]]&lt;br /&gt;
* [[RmCm remains in Initializing state]]&lt;br /&gt;
* [[Agents, Supervisors, or Teams are out of synch]]&lt;br /&gt;
* [[Agent or CSQ does not appear in CDA]]&lt;br /&gt;
* [[Agents do not appear in the Resources area in the Cisco Unified CCX Configuration web page]]&lt;br /&gt;
* [[You cannot select the order of agents]]&lt;br /&gt;
* [[Agent does not go to Work state after handling a call]]&lt;br /&gt;
* [[A media step causes a Could not create PlayPromptDialog Object exception]]&lt;br /&gt;
* [[Unable to make any Cisco Unified CCX configuration changes]]&lt;br /&gt;
* [[Some resource selection criteria are missing]]&lt;br /&gt;
* [[Unable to record an agent]]&lt;br /&gt;
* [[Sometimes the supervisor can monitor and record an agent and sometimes he cannot]]&lt;br /&gt;
* [[Calls to Cisco Unified CCX route points are disconnected]]&lt;br /&gt;
* [[Calls are not routed to agents]]&lt;br /&gt;
* [[Agents do not show in a CSQ]]&lt;br /&gt;
* [[Caller gets dropped when an attempt is made to recall a Cisco Unified CCX agent extension after the agent previously parked the call]]&lt;br /&gt;
* [[Updating a NIC driver disables silent monitoring and recording]]&lt;br /&gt;
* [[Agent alternates between Reserved and Ready state]]&lt;br /&gt;
* [[Agent in Reserved state but the consult transfer fails repeatedly]]&lt;br /&gt;
* [[Call fails if agent doesn’t pick the call in the first two rings]]&lt;br /&gt;
* [[Calls fail with CTIERR_TIMEOUT=0x8ccc0001::Cti request timed out]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified IP IVR =&lt;br /&gt;
* [[Cisco Unified IP IVR drops callers when transferring to an extension]]&lt;br /&gt;
* [[Prompts play in language]]&lt;br /&gt;
* [[Some prompts do not play]]&lt;br /&gt;
* [[Some prompts in a script play in the language specified and other prompts play in English]]&lt;br /&gt;
* [[A prompt plays phrases in the wrong order]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Administration =&lt;br /&gt;
* [[The Cisco Unified CCX Administration Authentication web page is not available]]&lt;br /&gt;
* [[Uploading a license file can result in a warning message]]&lt;br /&gt;
* [[User cannot log in to the Cisco Unified CCX web page]]&lt;br /&gt;
* [[Refreshing subflow script does not update parent scripts]]&lt;br /&gt;
* [[Cisco Unified CM users display in random order]]&lt;br /&gt;
* [[Cisco Unified CCX Supervisor web page cannot be viewed from Cisco Unified CCX Server]]&lt;br /&gt;
* [[Database table fields used by wallboard store data in milliseconds]]&lt;br /&gt;
* [[Management pages display error message when selected]]&lt;br /&gt;
* [[Zip file does not auto unzip on Document Management page]]&lt;br /&gt;
* [[Invalid files message displays while uploading a zip file of prompts]]&lt;br /&gt;
* [[A Component Manager goes into partial service when uploading a zip file]]&lt;br /&gt;
* [[High call rejection rate under heavy load]]&lt;br /&gt;
* [[Error in Cisco Unified CCX Administration when trying to upload a large prompt.wav file]]&lt;br /&gt;
* [[Callers hear a fast busy while calling the JTAPI triggers]]&lt;br /&gt;
* [[Override media termination group displayed twice]]&lt;br /&gt;
* [[SUPERVISE_CALL_REQ type barge in without AgentCallID]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Admin Utility =&lt;br /&gt;
* [[The cluster is not in synchronization]]&lt;br /&gt;
* [[Cisco Unified CCX Admin Utility exits or does not come up after login]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility fails due to data corruption]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run on a non bootstrap node]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run since the Node Manager hung]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Database =&lt;br /&gt;
* [[Cannot configure Application or System parameters from their pages in Cisco Unified CCX Administration]]&lt;br /&gt;
* [[HR client login error]]&lt;br /&gt;
* [[Cannot activate DB components on HA node]]&lt;br /&gt;
* [[Cisco Unified CCX Databases are not purged as expected]]&lt;br /&gt;
* [[Purge command did not purge data]]&lt;br /&gt;
* [[Historical Database db&amp;amp;#95;cra is full]]&lt;br /&gt;
* [[E-mail notification of database purging activities is not sent]]&lt;br /&gt;
* [[Syslog or SNMP trap notification of database purging activities is not sent]]&lt;br /&gt;
* [[After the replication between Primary/Secondary was created, the initial snapshot was successful but the merge agents would fail]]&lt;br /&gt;
* [[Uninstall SQL hotfix 2282 is failing]]&lt;br /&gt;
* [[The IPCC server is loosing the ODBC connection after running fine for some time]]&lt;br /&gt;
* [[SQL Agent crash with Red X Mark, and the Node Manager is down]]&lt;br /&gt;
* [[After the upgrade SQL Server got changed to MSDE]]&lt;br /&gt;
* [[From the log: Login failed for user '(null)'. Root cause: Not associated with a trusted SQL Server connection]]&lt;br /&gt;
* [[While doing some configuration change from the Appadmin gets the following error: &amp;quot;Error updating Database&amp;quot;]]&lt;br /&gt;
* [[Primary key violation exception in the MIVR logs while trying to insert a historical record to the Database table]]&lt;br /&gt;
* [[SQLException while uploading prompt, grammar, document using editor steps inside the workflow script]]&lt;br /&gt;
* [[Cannot configure Application or System parameters from the Cisco Unified CCX Administration]]&lt;br /&gt;
* [[Enterprise Database Subsystem is in out of service or in partial service]]&lt;br /&gt;
* [[Can't create a new Datasource from the Appadmin]]&lt;br /&gt;
* [[After creating the datasource and System DSN, it is not getting displayed in the editor step]]&lt;br /&gt;
* [[Not able to view/edit rmcm configurations from node2 appadmin in an HA setup]]&lt;br /&gt;
* [[DBAccessor errors while CVD start up]]&lt;br /&gt;
* [[When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists]]&lt;br /&gt;
* [[There is an error displayed in the appadmin while trying to modify the Datasource configuration]]&lt;br /&gt;
* [[Regarding Enterprise Database driver usage]]&lt;br /&gt;
* [[Datastore component activations fails when trying to activate node2 components]]&lt;br /&gt;
* [[Cannot activate datastores on second node in HA deployment. On node2 DB version in Bootstrap   8.00.2187 does not match actual Database Engine version 8.00.2282]]&lt;br /&gt;
* [[Replication Failure seen in the DB control center Appadmin page]]&lt;br /&gt;
* [[Config datastore activation failed.java.sql.SQLException: The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction]]&lt;br /&gt;
* [[Cannot activate Datastore components on HA node]]&lt;br /&gt;
* [[In the Appadmin DB control center node 2 data store is not present in an HA setup]]&lt;br /&gt;
* [[node2 datastore component activation is failing]]&lt;br /&gt;
* [[Not able to activate config datastore from node2 of a CCX HA setup]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Editor =&lt;br /&gt;
* [[Change a string variable to an integer]]&lt;br /&gt;
* [[Accept step error during active debug]]&lt;br /&gt;
* [[Error occurs with Reactive Debugging Tool]]&lt;br /&gt;
* [[Agent automatically put into Ready state]]&lt;br /&gt;
* [[Agent has invalid state transition from Reserved to Available to Talking]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Engine =&lt;br /&gt;
* [[Agent cannot go Ready after logging in]]&lt;br /&gt;
* [[Voice Browser step throws an exception]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start and an RMI port in use error appears]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1067]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1069]]&lt;br /&gt;
* [[Application subsystem is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX Engine is running but calls are not answered]]&lt;br /&gt;
* [[Changing the time in Cisco Unified CCX machines results in agents getting logged off]]&lt;br /&gt;
* [[An error message plays when calling a CTI route point]]&lt;br /&gt;
* [[Changes to applications do not register]]&lt;br /&gt;
* [[Call drops during transfer over gateway]]&lt;br /&gt;
* [[H.323 client DTMF digits not detected]]&lt;br /&gt;
* [[Redirected call is disconnected]]&lt;br /&gt;
* [[The Cisco Unified CCX server runs out of disk space]]&lt;br /&gt;
* [[Cisco Unified CCX Server runs at 100% capacity or is slow]]&lt;br /&gt;
* [[Database Subsystem goes into partial service]]&lt;br /&gt;
* [[JTAPI subsystem is in partial service]]&lt;br /&gt;
* [[Unable to connect to JTAPI provider]]&lt;br /&gt;
* [[The Simple Recognition step takes the unsuccessful branch]]&lt;br /&gt;
* [[Calling party and Cisco Unified CCX do not have common codec]]&lt;br /&gt;
* [[Prompts with incorrect codec being played out]]&lt;br /&gt;
* [[Prompt Exception in Cisco Unified CCX Engine log file]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start]]&lt;br /&gt;
* [[Application subsystem in partial service and application running for an unexpectedly long time]]&lt;br /&gt;
* [[Cisco Unified CCX Server and Active Directory integration results in some services being unregistered]]&lt;br /&gt;
* [[Database Subsystem fails to connect to MS SQL server]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Real-Time Reporting =&lt;br /&gt;
* [[Attempting to run a real-time report causes an error]]&lt;br /&gt;
* [[After installing JRE, the user receives a message from real-time reporting saying to install JRE]]&lt;br /&gt;
* [[Contact entry is stuck in real-time reporting]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Historical Reporting =&lt;br /&gt;
* [[Exported PDF report does not print in landscape orientation]]&lt;br /&gt;
* [[User login missing in Windows XP after installing HR client]]&lt;br /&gt;
* [[Client and Server security policies do not match]]&lt;br /&gt;
* [[Charts do not appear properly in MS Excel format]]&lt;br /&gt;
* [[Columns of data missing in report in MS Excel format]]&lt;br /&gt;
* [[Records truncated in report in MS Excel format]]&lt;br /&gt;
* [[Agent names overwritten on charts]]&lt;br /&gt;
* [[RTF Report containing charts has tabular report headings]]&lt;br /&gt;
* [[Scheduler icon does not appear on Terminal Services client]]&lt;br /&gt;
* [[Reports do not execute at scheduled times]]&lt;br /&gt;
* [[Search dialog box and Preview tab appear in English on Windows system with locale set to German]]&lt;br /&gt;
* [[Dialog box does not appear as expected when report is exported]]&lt;br /&gt;
* [[Error when choosing an option from the Historical Reporting web page]]&lt;br /&gt;
* [[Truncated report description in Historical Reports client]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run]]&lt;br /&gt;
* [[The SQL Command Failed dialog box appears when you try to generate a historical report]]&lt;br /&gt;
* [[Some information appears in English on a German system]]&lt;br /&gt;
* [[The Historical Reports client computer cannot connect to the Cisco Unified CCX server]]&lt;br /&gt;
* [[A Database Connection Error 5051 error appears]]&lt;br /&gt;
* [[Export file name does not appear in Export dialog box]]&lt;br /&gt;
* [[Cannot point to local applications from the Database Server Configuration page]]&lt;br /&gt;
* [[Attempt to log in to the Cisco Unified CCX Server from the Historical Reporting client fails and an error message is returned]]&lt;br /&gt;
* [[Only three report templates are available for Cisco Unified CCX Standard]]&lt;br /&gt;
* [[Discrepancy in number of ACD calls shown on custom reports]]&lt;br /&gt;
* [[Priority Summary Activity Report chart prints only partly in color]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run and message appears in CiscoSch.log file]]&lt;br /&gt;
* [[Historical Reporting Client window shows nothing in the user drop-down menu]]&lt;br /&gt;
* [[Historical Reporting Client stops working; attempt to log in again results in error messages]]&lt;br /&gt;
* [[Scheduler DOS exception error received when running a custom report]]&lt;br /&gt;
* [[Columns displaced in Excel spreadsheet when exporting a report]]&lt;br /&gt;
* [[Scheduler icon does not appear in Windows status bar]]&lt;br /&gt;
* [[Error message appears indicating connection with database is broken]]&lt;br /&gt;
* [[Called Number Summary Report (CNSR) has more calls than the Traffic Analysis Report (TAR)]]&lt;br /&gt;
* [[Which reports should be used to determine BHCA and BHCC?]]&lt;br /&gt;
* [[Total logged in hours for agent very high after name change]]&lt;br /&gt;
* [[Filter by skill/team/resourcegroup not working]]&lt;br /&gt;
&lt;br /&gt;
= Automatic Speech Recognition =&lt;br /&gt;
* [[Names are not recognized]]&lt;br /&gt;
* [[Recognition never times out]]&lt;br /&gt;
* [[Alternate pronunciations and nicknames are not recognized]]&lt;br /&gt;
* [[Reduced call completion rate under heavy load while using an MRCP ASR Group]]&lt;br /&gt;
* [[MRCP ASR subsystem is out of service]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP ASR Providers, MRCP Servers, or Groups do not take effect]]&lt;br /&gt;
* [[Calling a route point with an MRCP ASR Dialog Group results in default treatment]]&lt;br /&gt;
&lt;br /&gt;
= Outbound =&lt;br /&gt;
* [[Agent does skip or skip-close but does not stay reserved]]&lt;br /&gt;
* [[Agent is not getting callbacks]]&lt;br /&gt;
* [[Agent is ready but does not get an Outbound call for up to two minutes]]&lt;br /&gt;
* [[Errors placing Outbound calls]]&lt;br /&gt;
* [[Not all contacts get imported]]&lt;br /&gt;
* [[On the Campaigns Configuration web page, the available CSQs list is empty even though there are CSQs configured under the RmCm subsystem]]&lt;br /&gt;
* [[Outbound buttons do not show up on CAD]]&lt;br /&gt;
* [[Outbound buttons show up but are disabled on CAD]]&lt;br /&gt;
* [[Outbound calls are not getting dialed]]&lt;br /&gt;
* [[Outbound call volume is low]]&lt;br /&gt;
* [[Outbound System Service is not in service]]&lt;br /&gt;
* [[RTR Outbound reports do not show all possible reclassification]]&lt;br /&gt;
&lt;br /&gt;
= Text-to-Speech =&lt;br /&gt;
* [[Provider becomes IN_SERVICE immediately]]&lt;br /&gt;
* [[TTS Prompt does not play]]&lt;br /&gt;
* [[TTS prompt is not recognizable]]&lt;br /&gt;
* [[MRCP TTS subsystem is out of service]]&lt;br /&gt;
* [[Long TTS prompts consume significant memory on Cisco Unified CCX Server]]&lt;br /&gt;
* [[Non-UTF-8 characters needed for some languages]]&lt;br /&gt;
* [[A .wav file prompt playback is garbled when played by a TTS server]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP TTS Providers, MRCP Servers, locales, or genders do not take effect]]&lt;br /&gt;
&lt;br /&gt;
= Serviceability =&lt;br /&gt;
* [[SNMP-based network management tools cannot monitor Cisco Unified CCX components]]&lt;br /&gt;
* [[File Manager in partial service]]&lt;br /&gt;
* [[SNMP traps do not arrive at the trap receiver]]&lt;br /&gt;
* [[Syslog messages not received by receiver]]&lt;br /&gt;
* [[The Alarm Service does not start]]&lt;br /&gt;
* [[Serviceability does not uninstall completely]]&lt;br /&gt;
* [[Updating Data with the Serviceability Tool on One Node does not Update Other Nodes]]&lt;br /&gt;
* [[Virus Scan software slows Call Completion Rate]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Internationalization =&lt;br /&gt;
* [[Results not as expected for first name and last name in Chinese, Japanese, and Korean]]&lt;br /&gt;
* [[Language specified is not accepted or played]]&lt;br /&gt;
&lt;br /&gt;
= VXML =&lt;br /&gt;
* [[Voice Browser Step troubleshooting steps]]&lt;br /&gt;
* [[Timeout attribute for non-input does not work]]&lt;br /&gt;
* [[Menu Choice DTMF does not work]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Bootstrap =&lt;br /&gt;
* [[Transaction Manager cannot start]]&lt;br /&gt;
* [[Have an exception on startup with a message like &amp;quot;unable to recover transaction&amp;quot; or an error message related to reading or modifying the &amp;quot;Tx.per&amp;quot; file]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Failover =&lt;br /&gt;
* [[Conflicts in Datastore Control Center history]]&lt;br /&gt;
* [[Cannot make configuration changes in HA cluster]]&lt;br /&gt;
* [[Cannot make configuration changes in RmCm Subsystem]]&lt;br /&gt;
* [[Service constantly shows Invalid]]&lt;br /&gt;
* [[Cisco Unified CCX server keeps rebooting due to Cisco Unified CCX Node Manager failure]]&lt;br /&gt;
* [[Cluster is in partial service]]&lt;br /&gt;
* [[Server is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX does not accept a call or function properly]]&lt;br /&gt;
* [[Service Master/Slave status is not shown on Cisco Unified CCX Administration Control Center]]&lt;br /&gt;
* [[Cluster time synch fails]]&lt;br /&gt;
* [[Cisco Unified CCX Servers respond slowly in a High Availability environment]]&lt;br /&gt;
* [[Multiple failovers with high CPU usage]]&lt;br /&gt;
&lt;br /&gt;
= VoIP Monitor =&lt;br /&gt;
* [[VoIP monitor does not work correctly]]&lt;br /&gt;
* [[Cisco Unified CCX fails to start]]&lt;br /&gt;
* [[VoIP Monitor tab of the CDA gives an error]]&lt;br /&gt;
* [[VoIP Monitor does not list some phone devices]]&lt;br /&gt;
&lt;br /&gt;
= CDP =&lt;br /&gt;
* [[CDP Protocol Driver missing in Device Manager]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Node2_datastore_component_activation_is_failing</id>
		<title>Node2 datastore component activation is failing</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Node2_datastore_component_activation_is_failing"/>
				<updated>2010-05-04T11:08:23Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: New page: == Node2 datastore component activation is failing ==  {| border=&amp;quot;1&amp;quot; |- ! '''Problem Summary''' | When trying to activate node2 component activation from the Appadmin Control center the be...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Node2 datastore component activation is failing ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| When trying to activate node2 component activation from the Appadmin Control center the below error displayed in the screen:&lt;br /&gt;
&lt;br /&gt;
Unable to activate the component(s).&lt;br /&gt;
Primary controller for CRS agent datastore on node2: can not execute enable() because primary is not active.&lt;br /&gt;
&lt;br /&gt;
This error can happen for any of the four datastores.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| Primary controller for CRS agent datastore on node2: can not execute enable() because primary is not active.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| datastore primary is not activated in node1.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Open CET.&lt;br /&gt;
&lt;br /&gt;
Select ComponentConfig. Double click the entry corresponding to the node1 datastore from the right panel. It will open a dialog. &lt;br /&gt;
&lt;br /&gt;
Choose com.cisco.crs.cluster.config.DBComponentConfig. Check whether the primary datastore flag is true. If not edit it and change it to true. For all the datastores in the Publisher primary flag should be set to true.&lt;br /&gt;
&lt;br /&gt;
Restart node1and node2 node manager. &lt;br /&gt;
&lt;br /&gt;
Do node2 component activation for the datastore again from the Appadmin control center.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0, Release 5.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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0</id>
		<title>Troubleshooting Tips for Unified CCX 7.0</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0"/>
				<updated>2010-05-04T11:06:37Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Cisco Unified CCX Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Unified Contact Center Express]] &lt;br /&gt;
&lt;br /&gt;
'''See also:''' [[Additional troubleshooting information for Unified CCX 7.0]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation:&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* [[One node on a Cisco Unified CCX 7.0(1) two-node cluster crashes beyond repair]]&lt;br /&gt;
&lt;br /&gt;
= Backup, Restore, and Update =&lt;br /&gt;
* [[Backup, Restore, and Upgrade cannot be started from a client desktop]]&lt;br /&gt;
* [[During Backup, Restore, or Upgrade, an exception is seen in user interface]]&lt;br /&gt;
* [[Backup failed for a One or Two-Node system]]&lt;br /&gt;
* [[CRS 4.5 profile name is missing]]&lt;br /&gt;
* [[Page Not Found message is displayed during Restore or Upgrade]]&lt;br /&gt;
* [[Restore fails due to a file not being found]]&lt;br /&gt;
* [[Restore failed for a one-node system]]&lt;br /&gt;
* [[Restore failed on a two-node system that had run before the Restore]]&lt;br /&gt;
* [[Restore failed on a two-node system that was re-imaged]]&lt;br /&gt;
* [[Some RmCm configuration is missing after upgrade]]&lt;br /&gt;
* [[During the backup process, the backup window is accidentally closed]]&lt;br /&gt;
* [[Restore error in HA deployment when tape drive moved]]&lt;br /&gt;
* [[Restore error in HA deployment when backup and restore is performed on different nodes]]&lt;br /&gt;
* [[Failure when Updating Outbound Subsystem Configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Enterprise Telephony subsystem =&lt;br /&gt;
* [[A functional routing point stopped working or the Cisco Unified CME Telephony subsystem is in partial service]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Automated Attendant =&lt;br /&gt;
* [[ Dial by name does not find the specified server ]]&lt;br /&gt;
* [[ Automated Attendant prompt is not played ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Express =&lt;br /&gt;
* [[Agent cannot log in on shared line]]&lt;br /&gt;
* [[Agent cannot log in on restricted line]]&lt;br /&gt;
* [[When agent drops from conference, all parties on conference are dropped]]&lt;br /&gt;
* [[Cisco Unified CME triggers with 2811/CME router are not working]]&lt;br /&gt;
* [[Pressing hash character truncates the prompt and the prompts that follow are not played]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX =&lt;br /&gt;
* [[RmCm subsystem is out of service]]&lt;br /&gt;
* [[RmCm subsystem remains INITIALIZING]]&lt;br /&gt;
* [[RmCm remains in Initializing state]]&lt;br /&gt;
* [[Agents, Supervisors, or Teams are out of synch]]&lt;br /&gt;
* [[Agent or CSQ does not appear in CDA]]&lt;br /&gt;
* [[Agents do not appear in the Resources area in the Cisco Unified CCX Configuration web page]]&lt;br /&gt;
* [[You cannot select the order of agents]]&lt;br /&gt;
* [[Agent does not go to Work state after handling a call]]&lt;br /&gt;
* [[A media step causes a Could not create PlayPromptDialog Object exception]]&lt;br /&gt;
* [[Unable to make any Cisco Unified CCX configuration changes]]&lt;br /&gt;
* [[Some resource selection criteria are missing]]&lt;br /&gt;
* [[Unable to record an agent]]&lt;br /&gt;
* [[Sometimes the supervisor can monitor and record an agent and sometimes he cannot]]&lt;br /&gt;
* [[Calls to Cisco Unified CCX route points are disconnected]]&lt;br /&gt;
* [[Calls are not routed to agents]]&lt;br /&gt;
* [[Agents do not show in a CSQ]]&lt;br /&gt;
* [[Caller gets dropped when an attempt is made to recall a Cisco Unified CCX agent extension after the agent previously parked the call]]&lt;br /&gt;
* [[Updating a NIC driver disables silent monitoring and recording]]&lt;br /&gt;
* [[Agent alternates between Reserved and Ready state]]&lt;br /&gt;
* [[Agent in Reserved state but the consult transfer fails repeatedly]]&lt;br /&gt;
* [[Call fails if agent doesn’t pick the call in the first two rings]]&lt;br /&gt;
* [[Calls fail with CTIERR_TIMEOUT=0x8ccc0001::Cti request timed out]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified IP IVR =&lt;br /&gt;
* [[Cisco Unified IP IVR drops callers when transferring to an extension]]&lt;br /&gt;
* [[Prompts play in language]]&lt;br /&gt;
* [[Some prompts do not play]]&lt;br /&gt;
* [[Some prompts in a script play in the language specified and other prompts play in English]]&lt;br /&gt;
* [[A prompt plays phrases in the wrong order]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Administration =&lt;br /&gt;
* [[The Cisco Unified CCX Administration Authentication web page is not available]]&lt;br /&gt;
* [[Uploading a license file can result in a warning message]]&lt;br /&gt;
* [[User cannot log in to the Cisco Unified CCX web page]]&lt;br /&gt;
* [[Refreshing subflow script does not update parent scripts]]&lt;br /&gt;
* [[Cisco Unified CM users display in random order]]&lt;br /&gt;
* [[Cisco Unified CCX Supervisor web page cannot be viewed from Cisco Unified CCX Server]]&lt;br /&gt;
* [[Database table fields used by wallboard store data in milliseconds]]&lt;br /&gt;
* [[Management pages display error message when selected]]&lt;br /&gt;
* [[Zip file does not auto unzip on Document Management page]]&lt;br /&gt;
* [[Invalid files message displays while uploading a zip file of prompts]]&lt;br /&gt;
* [[A Component Manager goes into partial service when uploading a zip file]]&lt;br /&gt;
* [[High call rejection rate under heavy load]]&lt;br /&gt;
* [[Error in Cisco Unified CCX Administration when trying to upload a large prompt.wav file]]&lt;br /&gt;
* [[Callers hear a fast busy while calling the JTAPI triggers]]&lt;br /&gt;
* [[Override media termination group displayed twice]]&lt;br /&gt;
* [[SUPERVISE_CALL_REQ type barge in without AgentCallID]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Admin Utility =&lt;br /&gt;
* [[The cluster is not in synchronization]]&lt;br /&gt;
* [[Cisco Unified CCX Admin Utility exits or does not come up after login]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility fails due to data corruption]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run on a non bootstrap node]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run since the Node Manager hung]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Database =&lt;br /&gt;
* [[Cannot configure Application or System parameters from their pages in Cisco Unified CCX Administration]]&lt;br /&gt;
* [[HR client login error]]&lt;br /&gt;
* [[Cannot activate DB components on HA node]]&lt;br /&gt;
* [[Cisco Unified CCX Databases are not purged as expected]]&lt;br /&gt;
* [[Purge command did not purge data]]&lt;br /&gt;
* [[Historical Database db&amp;amp;#95;cra is full]]&lt;br /&gt;
* [[E-mail notification of database purging activities is not sent]]&lt;br /&gt;
* [[Syslog or SNMP trap notification of database purging activities is not sent]]&lt;br /&gt;
* [[After the replication between Primary/Secondary was created, the initial snapshot was successful but the merge agents would fail]]&lt;br /&gt;
* [[Uninstall SQL hotfix 2282 is failing]]&lt;br /&gt;
* [[The IPCC server is loosing the ODBC connection after running fine for some time]]&lt;br /&gt;
* [[SQL Agent crash with Red X Mark, and the Node Manager is down]]&lt;br /&gt;
* [[After the upgrade SQL Server got changed to MSDE]]&lt;br /&gt;
* [[From the log: Login failed for user '(null)'. Root cause: Not associated with a trusted SQL Server connection]]&lt;br /&gt;
* [[While doing some configuration change from the Appadmin gets the following error: &amp;quot;Error updating Database&amp;quot;]]&lt;br /&gt;
* [[Primary key violation exception in the MIVR logs while trying to insert a historical record to the Database table]]&lt;br /&gt;
* [[SQLException while uploading prompt, grammar, document using editor steps inside the workflow script]]&lt;br /&gt;
* [[Cannot configure Application or System parameters from the Cisco Unified CCX Administration]]&lt;br /&gt;
* [[Enterprise Database Subsystem is in out of service or in partial service]]&lt;br /&gt;
* [[Can't create a new Datasource from the Appadmin]]&lt;br /&gt;
* [[After creating the datasource and System DSN, it is not getting displayed in the editor step]]&lt;br /&gt;
* [[Not able to view/edit rmcm configurations from node2 appadmin in an HA setup]]&lt;br /&gt;
* [[DBAccessor errors while CVD start up]]&lt;br /&gt;
* [[When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists]]&lt;br /&gt;
* [[There is an error displayed in the appadmin while trying to modify the Datasource configuration]]&lt;br /&gt;
* [[Regarding Enterprise Database driver usage]]&lt;br /&gt;
* [[Datastore component activations fails when trying to activate node2 components]]&lt;br /&gt;
* [[Cannot activate datastores on second node in HA deployment. On node2 DB version in Bootstrap   8.00.2187 does not match actual Database Engine version 8.00.2282]]&lt;br /&gt;
* [[Replication Failure seen in the DB control center Appadmin page]]&lt;br /&gt;
* [[Config datastore activation failed.java.sql.SQLException: The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction]]&lt;br /&gt;
* [[Cannot activate Datastore components on HA node]]&lt;br /&gt;
* [[In the Appadmin DB control center node 2 data store is not present in an HA setup]]&lt;br /&gt;
* [[node2 datastore component activation is failing]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Editor =&lt;br /&gt;
* [[Change a string variable to an integer]]&lt;br /&gt;
* [[Accept step error during active debug]]&lt;br /&gt;
* [[Error occurs with Reactive Debugging Tool]]&lt;br /&gt;
* [[Agent automatically put into Ready state]]&lt;br /&gt;
* [[Agent has invalid state transition from Reserved to Available to Talking]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Engine =&lt;br /&gt;
* [[Agent cannot go Ready after logging in]]&lt;br /&gt;
* [[Voice Browser step throws an exception]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start and an RMI port in use error appears]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1067]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1069]]&lt;br /&gt;
* [[Application subsystem is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX Engine is running but calls are not answered]]&lt;br /&gt;
* [[Changing the time in Cisco Unified CCX machines results in agents getting logged off]]&lt;br /&gt;
* [[An error message plays when calling a CTI route point]]&lt;br /&gt;
* [[Changes to applications do not register]]&lt;br /&gt;
* [[Call drops during transfer over gateway]]&lt;br /&gt;
* [[H.323 client DTMF digits not detected]]&lt;br /&gt;
* [[Redirected call is disconnected]]&lt;br /&gt;
* [[The Cisco Unified CCX server runs out of disk space]]&lt;br /&gt;
* [[Cisco Unified CCX Server runs at 100% capacity or is slow]]&lt;br /&gt;
* [[Database Subsystem goes into partial service]]&lt;br /&gt;
* [[JTAPI subsystem is in partial service]]&lt;br /&gt;
* [[Unable to connect to JTAPI provider]]&lt;br /&gt;
* [[The Simple Recognition step takes the unsuccessful branch]]&lt;br /&gt;
* [[Calling party and Cisco Unified CCX do not have common codec]]&lt;br /&gt;
* [[Prompts with incorrect codec being played out]]&lt;br /&gt;
* [[Prompt Exception in Cisco Unified CCX Engine log file]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start]]&lt;br /&gt;
* [[Application subsystem in partial service and application running for an unexpectedly long time]]&lt;br /&gt;
* [[Cisco Unified CCX Server and Active Directory integration results in some services being unregistered]]&lt;br /&gt;
* [[Database Subsystem fails to connect to MS SQL server]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Real-Time Reporting =&lt;br /&gt;
* [[Attempting to run a real-time report causes an error]]&lt;br /&gt;
* [[After installing JRE, the user receives a message from real-time reporting saying to install JRE]]&lt;br /&gt;
* [[Contact entry is stuck in real-time reporting]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Historical Reporting =&lt;br /&gt;
* [[Exported PDF report does not print in landscape orientation]]&lt;br /&gt;
* [[User login missing in Windows XP after installing HR client]]&lt;br /&gt;
* [[Client and Server security policies do not match]]&lt;br /&gt;
* [[Charts do not appear properly in MS Excel format]]&lt;br /&gt;
* [[Columns of data missing in report in MS Excel format]]&lt;br /&gt;
* [[Records truncated in report in MS Excel format]]&lt;br /&gt;
* [[Agent names overwritten on charts]]&lt;br /&gt;
* [[RTF Report containing charts has tabular report headings]]&lt;br /&gt;
* [[Scheduler icon does not appear on Terminal Services client]]&lt;br /&gt;
* [[Reports do not execute at scheduled times]]&lt;br /&gt;
* [[Search dialog box and Preview tab appear in English on Windows system with locale set to German]]&lt;br /&gt;
* [[Dialog box does not appear as expected when report is exported]]&lt;br /&gt;
* [[Error when choosing an option from the Historical Reporting web page]]&lt;br /&gt;
* [[Truncated report description in Historical Reports client]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run]]&lt;br /&gt;
* [[The SQL Command Failed dialog box appears when you try to generate a historical report]]&lt;br /&gt;
* [[Some information appears in English on a German system]]&lt;br /&gt;
* [[The Historical Reports client computer cannot connect to the Cisco Unified CCX server]]&lt;br /&gt;
* [[A Database Connection Error 5051 error appears]]&lt;br /&gt;
* [[Export file name does not appear in Export dialog box]]&lt;br /&gt;
* [[Cannot point to local applications from the Database Server Configuration page]]&lt;br /&gt;
* [[Attempt to log in to the Cisco Unified CCX Server from the Historical Reporting client fails and an error message is returned]]&lt;br /&gt;
* [[Only three report templates are available for Cisco Unified CCX Standard]]&lt;br /&gt;
* [[Discrepancy in number of ACD calls shown on custom reports]]&lt;br /&gt;
* [[Priority Summary Activity Report chart prints only partly in color]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run and message appears in CiscoSch.log file]]&lt;br /&gt;
* [[Historical Reporting Client window shows nothing in the user drop-down menu]]&lt;br /&gt;
* [[Historical Reporting Client stops working; attempt to log in again results in error messages]]&lt;br /&gt;
* [[Scheduler DOS exception error received when running a custom report]]&lt;br /&gt;
* [[Columns displaced in Excel spreadsheet when exporting a report]]&lt;br /&gt;
* [[Scheduler icon does not appear in Windows status bar]]&lt;br /&gt;
* [[Error message appears indicating connection with database is broken]]&lt;br /&gt;
* [[Called Number Summary Report (CNSR) has more calls than the Traffic Analysis Report (TAR)]]&lt;br /&gt;
* [[Which reports should be used to determine BHCA and BHCC?]]&lt;br /&gt;
* [[Total logged in hours for agent very high after name change]]&lt;br /&gt;
* [[Filter by skill/team/resourcegroup not working]]&lt;br /&gt;
&lt;br /&gt;
= Automatic Speech Recognition =&lt;br /&gt;
* [[Names are not recognized]]&lt;br /&gt;
* [[Recognition never times out]]&lt;br /&gt;
* [[Alternate pronunciations and nicknames are not recognized]]&lt;br /&gt;
* [[Reduced call completion rate under heavy load while using an MRCP ASR Group]]&lt;br /&gt;
* [[MRCP ASR subsystem is out of service]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP ASR Providers, MRCP Servers, or Groups do not take effect]]&lt;br /&gt;
* [[Calling a route point with an MRCP ASR Dialog Group results in default treatment]]&lt;br /&gt;
&lt;br /&gt;
= Outbound =&lt;br /&gt;
* [[Agent does skip or skip-close but does not stay reserved]]&lt;br /&gt;
* [[Agent is not getting callbacks]]&lt;br /&gt;
* [[Agent is ready but does not get an Outbound call for up to two minutes]]&lt;br /&gt;
* [[Errors placing Outbound calls]]&lt;br /&gt;
* [[Not all contacts get imported]]&lt;br /&gt;
* [[On the Campaigns Configuration web page, the available CSQs list is empty even though there are CSQs configured under the RmCm subsystem]]&lt;br /&gt;
* [[Outbound buttons do not show up on CAD]]&lt;br /&gt;
* [[Outbound buttons show up but are disabled on CAD]]&lt;br /&gt;
* [[Outbound calls are not getting dialed]]&lt;br /&gt;
* [[Outbound call volume is low]]&lt;br /&gt;
* [[Outbound System Service is not in service]]&lt;br /&gt;
* [[RTR Outbound reports do not show all possible reclassification]]&lt;br /&gt;
&lt;br /&gt;
= Text-to-Speech =&lt;br /&gt;
* [[Provider becomes IN_SERVICE immediately]]&lt;br /&gt;
* [[TTS Prompt does not play]]&lt;br /&gt;
* [[TTS prompt is not recognizable]]&lt;br /&gt;
* [[MRCP TTS subsystem is out of service]]&lt;br /&gt;
* [[Long TTS prompts consume significant memory on Cisco Unified CCX Server]]&lt;br /&gt;
* [[Non-UTF-8 characters needed for some languages]]&lt;br /&gt;
* [[A .wav file prompt playback is garbled when played by a TTS server]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP TTS Providers, MRCP Servers, locales, or genders do not take effect]]&lt;br /&gt;
&lt;br /&gt;
= Serviceability =&lt;br /&gt;
* [[SNMP-based network management tools cannot monitor Cisco Unified CCX components]]&lt;br /&gt;
* [[File Manager in partial service]]&lt;br /&gt;
* [[SNMP traps do not arrive at the trap receiver]]&lt;br /&gt;
* [[Syslog messages not received by receiver]]&lt;br /&gt;
* [[The Alarm Service does not start]]&lt;br /&gt;
* [[Serviceability does not uninstall completely]]&lt;br /&gt;
* [[Updating Data with the Serviceability Tool on One Node does not Update Other Nodes]]&lt;br /&gt;
* [[Virus Scan software slows Call Completion Rate]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Internationalization =&lt;br /&gt;
* [[Results not as expected for first name and last name in Chinese, Japanese, and Korean]]&lt;br /&gt;
* [[Language specified is not accepted or played]]&lt;br /&gt;
&lt;br /&gt;
= VXML =&lt;br /&gt;
* [[Voice Browser Step troubleshooting steps]]&lt;br /&gt;
* [[Timeout attribute for non-input does not work]]&lt;br /&gt;
* [[Menu Choice DTMF does not work]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Bootstrap =&lt;br /&gt;
* [[Transaction Manager cannot start]]&lt;br /&gt;
* [[Have an exception on startup with a message like &amp;quot;unable to recover transaction&amp;quot; or an error message related to reading or modifying the &amp;quot;Tx.per&amp;quot; file]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Failover =&lt;br /&gt;
* [[Conflicts in Datastore Control Center history]]&lt;br /&gt;
* [[Cannot make configuration changes in HA cluster]]&lt;br /&gt;
* [[Cannot make configuration changes in RmCm Subsystem]]&lt;br /&gt;
* [[Service constantly shows Invalid]]&lt;br /&gt;
* [[Cisco Unified CCX server keeps rebooting due to Cisco Unified CCX Node Manager failure]]&lt;br /&gt;
* [[Cluster is in partial service]]&lt;br /&gt;
* [[Server is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX does not accept a call or function properly]]&lt;br /&gt;
* [[Service Master/Slave status is not shown on Cisco Unified CCX Administration Control Center]]&lt;br /&gt;
* [[Cluster time synch fails]]&lt;br /&gt;
* [[Cisco Unified CCX Servers respond slowly in a High Availability environment]]&lt;br /&gt;
* [[Multiple failovers with high CPU usage]]&lt;br /&gt;
&lt;br /&gt;
= VoIP Monitor =&lt;br /&gt;
* [[VoIP monitor does not work correctly]]&lt;br /&gt;
* [[Cisco Unified CCX fails to start]]&lt;br /&gt;
* [[VoIP Monitor tab of the CDA gives an error]]&lt;br /&gt;
* [[VoIP Monitor does not list some phone devices]]&lt;br /&gt;
&lt;br /&gt;
= CDP =&lt;br /&gt;
* [[CDP Protocol Driver missing in Device Manager]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/In_the_Appadmin_DB_control_center_node_2_data_store_is_not_present_in_an_HA_setup</id>
		<title>In the Appadmin DB control center node 2 data store is not present in an HA setup</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/In_the_Appadmin_DB_control_center_node_2_data_store_is_not_present_in_an_HA_setup"/>
				<updated>2010-05-04T10:47:57Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: New page: == In the Appadmin DB control center node 2 data store is not present in an HA setup ==  {| border=&amp;quot;1&amp;quot; |- ! '''Problem Summary''' | In the Appadmin- &amp;gt;DB control center node 2 data store is...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== In the Appadmin DB control center node 2 data store is not present in an HA setup ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| In the Appadmin- &amp;gt;DB control center node 2 data store is not present in an HA setup. &lt;br /&gt;
&lt;br /&gt;
It has the following error. &lt;br /&gt;
&amp;quot;Error occurred while performing the operation. The cluster information and subscriber configuration does not match. The subscriber might be dropped. (Please check SQL server logs for more details.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| java.sql.SQLException: The Subscriber information could not be obtained &lt;br /&gt;
from the Distributor., SQLException Details: &lt;br /&gt;
[SQLException] (ErrorMsg=The Subscriber information could not be &lt;br /&gt;
Obtained from the Distributor. SQLState=S1000, SQLErr#=14085)&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| Some subscription related entries are missing in the distribution database.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Deactivate node2 datastore components from Appadmin control center.&lt;br /&gt;
Clean all the system tables starting with sysmerge from the datastore whose replication has been broken.  Drop node1 distribution database. For that right click the node1\CRSQL from SQL Enterprise Manager and choose properties. Select replication tab. Click disable.  This will drop the distribution database in node1 database.&lt;br /&gt;
Create distribution database in node1 by executing exec craAddLocalDistributor 1 from SQL Query Analyzer by selecting db_cra database.&lt;br /&gt;
Activate node2 datastore components from node2 appadmin control center.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0, Release 5.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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0</id>
		<title>Troubleshooting Tips for Unified CCX 7.0</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0"/>
				<updated>2010-05-04T10:45:44Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Cisco Unified CCX Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Unified Contact Center Express]] &lt;br /&gt;
&lt;br /&gt;
'''See also:''' [[Additional troubleshooting information for Unified CCX 7.0]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation:&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* [[One node on a Cisco Unified CCX 7.0(1) two-node cluster crashes beyond repair]]&lt;br /&gt;
&lt;br /&gt;
= Backup, Restore, and Update =&lt;br /&gt;
* [[Backup, Restore, and Upgrade cannot be started from a client desktop]]&lt;br /&gt;
* [[During Backup, Restore, or Upgrade, an exception is seen in user interface]]&lt;br /&gt;
* [[Backup failed for a One or Two-Node system]]&lt;br /&gt;
* [[CRS 4.5 profile name is missing]]&lt;br /&gt;
* [[Page Not Found message is displayed during Restore or Upgrade]]&lt;br /&gt;
* [[Restore fails due to a file not being found]]&lt;br /&gt;
* [[Restore failed for a one-node system]]&lt;br /&gt;
* [[Restore failed on a two-node system that had run before the Restore]]&lt;br /&gt;
* [[Restore failed on a two-node system that was re-imaged]]&lt;br /&gt;
* [[Some RmCm configuration is missing after upgrade]]&lt;br /&gt;
* [[During the backup process, the backup window is accidentally closed]]&lt;br /&gt;
* [[Restore error in HA deployment when tape drive moved]]&lt;br /&gt;
* [[Restore error in HA deployment when backup and restore is performed on different nodes]]&lt;br /&gt;
* [[Failure when Updating Outbound Subsystem Configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Enterprise Telephony subsystem =&lt;br /&gt;
* [[A functional routing point stopped working or the Cisco Unified CME Telephony subsystem is in partial service]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Automated Attendant =&lt;br /&gt;
* [[ Dial by name does not find the specified server ]]&lt;br /&gt;
* [[ Automated Attendant prompt is not played ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Express =&lt;br /&gt;
* [[Agent cannot log in on shared line]]&lt;br /&gt;
* [[Agent cannot log in on restricted line]]&lt;br /&gt;
* [[When agent drops from conference, all parties on conference are dropped]]&lt;br /&gt;
* [[Cisco Unified CME triggers with 2811/CME router are not working]]&lt;br /&gt;
* [[Pressing hash character truncates the prompt and the prompts that follow are not played]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX =&lt;br /&gt;
* [[RmCm subsystem is out of service]]&lt;br /&gt;
* [[RmCm subsystem remains INITIALIZING]]&lt;br /&gt;
* [[RmCm remains in Initializing state]]&lt;br /&gt;
* [[Agents, Supervisors, or Teams are out of synch]]&lt;br /&gt;
* [[Agent or CSQ does not appear in CDA]]&lt;br /&gt;
* [[Agents do not appear in the Resources area in the Cisco Unified CCX Configuration web page]]&lt;br /&gt;
* [[You cannot select the order of agents]]&lt;br /&gt;
* [[Agent does not go to Work state after handling a call]]&lt;br /&gt;
* [[A media step causes a Could not create PlayPromptDialog Object exception]]&lt;br /&gt;
* [[Unable to make any Cisco Unified CCX configuration changes]]&lt;br /&gt;
* [[Some resource selection criteria are missing]]&lt;br /&gt;
* [[Unable to record an agent]]&lt;br /&gt;
* [[Sometimes the supervisor can monitor and record an agent and sometimes he cannot]]&lt;br /&gt;
* [[Calls to Cisco Unified CCX route points are disconnected]]&lt;br /&gt;
* [[Calls are not routed to agents]]&lt;br /&gt;
* [[Agents do not show in a CSQ]]&lt;br /&gt;
* [[Caller gets dropped when an attempt is made to recall a Cisco Unified CCX agent extension after the agent previously parked the call]]&lt;br /&gt;
* [[Updating a NIC driver disables silent monitoring and recording]]&lt;br /&gt;
* [[Agent alternates between Reserved and Ready state]]&lt;br /&gt;
* [[Agent in Reserved state but the consult transfer fails repeatedly]]&lt;br /&gt;
* [[Call fails if agent doesn’t pick the call in the first two rings]]&lt;br /&gt;
* [[Calls fail with CTIERR_TIMEOUT=0x8ccc0001::Cti request timed out]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified IP IVR =&lt;br /&gt;
* [[Cisco Unified IP IVR drops callers when transferring to an extension]]&lt;br /&gt;
* [[Prompts play in language]]&lt;br /&gt;
* [[Some prompts do not play]]&lt;br /&gt;
* [[Some prompts in a script play in the language specified and other prompts play in English]]&lt;br /&gt;
* [[A prompt plays phrases in the wrong order]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Administration =&lt;br /&gt;
* [[The Cisco Unified CCX Administration Authentication web page is not available]]&lt;br /&gt;
* [[Uploading a license file can result in a warning message]]&lt;br /&gt;
* [[User cannot log in to the Cisco Unified CCX web page]]&lt;br /&gt;
* [[Refreshing subflow script does not update parent scripts]]&lt;br /&gt;
* [[Cisco Unified CM users display in random order]]&lt;br /&gt;
* [[Cisco Unified CCX Supervisor web page cannot be viewed from Cisco Unified CCX Server]]&lt;br /&gt;
* [[Database table fields used by wallboard store data in milliseconds]]&lt;br /&gt;
* [[Management pages display error message when selected]]&lt;br /&gt;
* [[Zip file does not auto unzip on Document Management page]]&lt;br /&gt;
* [[Invalid files message displays while uploading a zip file of prompts]]&lt;br /&gt;
* [[A Component Manager goes into partial service when uploading a zip file]]&lt;br /&gt;
* [[High call rejection rate under heavy load]]&lt;br /&gt;
* [[Error in Cisco Unified CCX Administration when trying to upload a large prompt.wav file]]&lt;br /&gt;
* [[Callers hear a fast busy while calling the JTAPI triggers]]&lt;br /&gt;
* [[Override media termination group displayed twice]]&lt;br /&gt;
* [[SUPERVISE_CALL_REQ type barge in without AgentCallID]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Admin Utility =&lt;br /&gt;
* [[The cluster is not in synchronization]]&lt;br /&gt;
* [[Cisco Unified CCX Admin Utility exits or does not come up after login]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility fails due to data corruption]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run on a non bootstrap node]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run since the Node Manager hung]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Database =&lt;br /&gt;
* [[Cannot configure Application or System parameters from their pages in Cisco Unified CCX Administration]]&lt;br /&gt;
* [[HR client login error]]&lt;br /&gt;
* [[Cannot activate DB components on HA node]]&lt;br /&gt;
* [[Cisco Unified CCX Databases are not purged as expected]]&lt;br /&gt;
* [[Purge command did not purge data]]&lt;br /&gt;
* [[Historical Database db&amp;amp;#95;cra is full]]&lt;br /&gt;
* [[E-mail notification of database purging activities is not sent]]&lt;br /&gt;
* [[Syslog or SNMP trap notification of database purging activities is not sent]]&lt;br /&gt;
* [[After the replication between Primary/Secondary was created, the initial snapshot was successful but the merge agents would fail]]&lt;br /&gt;
* [[Uninstall SQL hotfix 2282 is failing]]&lt;br /&gt;
* [[The IPCC server is loosing the ODBC connection after running fine for some time]]&lt;br /&gt;
* [[SQL Agent crash with Red X Mark, and the Node Manager is down]]&lt;br /&gt;
* [[After the upgrade SQL Server got changed to MSDE]]&lt;br /&gt;
* [[From the log: Login failed for user '(null)'. Root cause: Not associated with a trusted SQL Server connection]]&lt;br /&gt;
* [[While doing some configuration change from the Appadmin gets the following error: &amp;quot;Error updating Database&amp;quot;]]&lt;br /&gt;
* [[Primary key violation exception in the MIVR logs while trying to insert a historical record to the Database table]]&lt;br /&gt;
* [[SQLException while uploading prompt, grammar, document using editor steps inside the workflow script]]&lt;br /&gt;
* [[Cannot configure Application or System parameters from the Cisco Unified CCX Administration]]&lt;br /&gt;
* [[Enterprise Database Subsystem is in out of service or in partial service]]&lt;br /&gt;
* [[Can't create a new Datasource from the Appadmin]]&lt;br /&gt;
* [[After creating the datasource and System DSN, it is not getting displayed in the editor step]]&lt;br /&gt;
* [[Not able to view/edit rmcm configurations from node2 appadmin in an HA setup]]&lt;br /&gt;
* [[DBAccessor errors while CVD start up]]&lt;br /&gt;
* [[When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists]]&lt;br /&gt;
* [[There is an error displayed in the appadmin while trying to modify the Datasource configuration]]&lt;br /&gt;
* [[Regarding Enterprise Database driver usage]]&lt;br /&gt;
* [[Datastore component activations fails when trying to activate node2 components]]&lt;br /&gt;
* [[Cannot activate datastores on second node in HA deployment. On node2 DB version in Bootstrap   8.00.2187 does not match actual Database Engine version 8.00.2282]]&lt;br /&gt;
* [[Replication Failure seen in the DB control center Appadmin page]]&lt;br /&gt;
* [[Config datastore activation failed.java.sql.SQLException: The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction]]&lt;br /&gt;
* [[Cannot activate Datastore components on HA node]]&lt;br /&gt;
* [[In the Appadmin DB control center node 2 data store is not present in an HA setup]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Editor =&lt;br /&gt;
* [[Change a string variable to an integer]]&lt;br /&gt;
* [[Accept step error during active debug]]&lt;br /&gt;
* [[Error occurs with Reactive Debugging Tool]]&lt;br /&gt;
* [[Agent automatically put into Ready state]]&lt;br /&gt;
* [[Agent has invalid state transition from Reserved to Available to Talking]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Engine =&lt;br /&gt;
* [[Agent cannot go Ready after logging in]]&lt;br /&gt;
* [[Voice Browser step throws an exception]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start and an RMI port in use error appears]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1067]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1069]]&lt;br /&gt;
* [[Application subsystem is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX Engine is running but calls are not answered]]&lt;br /&gt;
* [[Changing the time in Cisco Unified CCX machines results in agents getting logged off]]&lt;br /&gt;
* [[An error message plays when calling a CTI route point]]&lt;br /&gt;
* [[Changes to applications do not register]]&lt;br /&gt;
* [[Call drops during transfer over gateway]]&lt;br /&gt;
* [[H.323 client DTMF digits not detected]]&lt;br /&gt;
* [[Redirected call is disconnected]]&lt;br /&gt;
* [[The Cisco Unified CCX server runs out of disk space]]&lt;br /&gt;
* [[Cisco Unified CCX Server runs at 100% capacity or is slow]]&lt;br /&gt;
* [[Database Subsystem goes into partial service]]&lt;br /&gt;
* [[JTAPI subsystem is in partial service]]&lt;br /&gt;
* [[Unable to connect to JTAPI provider]]&lt;br /&gt;
* [[The Simple Recognition step takes the unsuccessful branch]]&lt;br /&gt;
* [[Calling party and Cisco Unified CCX do not have common codec]]&lt;br /&gt;
* [[Prompts with incorrect codec being played out]]&lt;br /&gt;
* [[Prompt Exception in Cisco Unified CCX Engine log file]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start]]&lt;br /&gt;
* [[Application subsystem in partial service and application running for an unexpectedly long time]]&lt;br /&gt;
* [[Cisco Unified CCX Server and Active Directory integration results in some services being unregistered]]&lt;br /&gt;
* [[Database Subsystem fails to connect to MS SQL server]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Real-Time Reporting =&lt;br /&gt;
* [[Attempting to run a real-time report causes an error]]&lt;br /&gt;
* [[After installing JRE, the user receives a message from real-time reporting saying to install JRE]]&lt;br /&gt;
* [[Contact entry is stuck in real-time reporting]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Historical Reporting =&lt;br /&gt;
* [[Exported PDF report does not print in landscape orientation]]&lt;br /&gt;
* [[User login missing in Windows XP after installing HR client]]&lt;br /&gt;
* [[Client and Server security policies do not match]]&lt;br /&gt;
* [[Charts do not appear properly in MS Excel format]]&lt;br /&gt;
* [[Columns of data missing in report in MS Excel format]]&lt;br /&gt;
* [[Records truncated in report in MS Excel format]]&lt;br /&gt;
* [[Agent names overwritten on charts]]&lt;br /&gt;
* [[RTF Report containing charts has tabular report headings]]&lt;br /&gt;
* [[Scheduler icon does not appear on Terminal Services client]]&lt;br /&gt;
* [[Reports do not execute at scheduled times]]&lt;br /&gt;
* [[Search dialog box and Preview tab appear in English on Windows system with locale set to German]]&lt;br /&gt;
* [[Dialog box does not appear as expected when report is exported]]&lt;br /&gt;
* [[Error when choosing an option from the Historical Reporting web page]]&lt;br /&gt;
* [[Truncated report description in Historical Reports client]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run]]&lt;br /&gt;
* [[The SQL Command Failed dialog box appears when you try to generate a historical report]]&lt;br /&gt;
* [[Some information appears in English on a German system]]&lt;br /&gt;
* [[The Historical Reports client computer cannot connect to the Cisco Unified CCX server]]&lt;br /&gt;
* [[A Database Connection Error 5051 error appears]]&lt;br /&gt;
* [[Export file name does not appear in Export dialog box]]&lt;br /&gt;
* [[Cannot point to local applications from the Database Server Configuration page]]&lt;br /&gt;
* [[Attempt to log in to the Cisco Unified CCX Server from the Historical Reporting client fails and an error message is returned]]&lt;br /&gt;
* [[Only three report templates are available for Cisco Unified CCX Standard]]&lt;br /&gt;
* [[Discrepancy in number of ACD calls shown on custom reports]]&lt;br /&gt;
* [[Priority Summary Activity Report chart prints only partly in color]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run and message appears in CiscoSch.log file]]&lt;br /&gt;
* [[Historical Reporting Client window shows nothing in the user drop-down menu]]&lt;br /&gt;
* [[Historical Reporting Client stops working; attempt to log in again results in error messages]]&lt;br /&gt;
* [[Scheduler DOS exception error received when running a custom report]]&lt;br /&gt;
* [[Columns displaced in Excel spreadsheet when exporting a report]]&lt;br /&gt;
* [[Scheduler icon does not appear in Windows status bar]]&lt;br /&gt;
* [[Error message appears indicating connection with database is broken]]&lt;br /&gt;
* [[Called Number Summary Report (CNSR) has more calls than the Traffic Analysis Report (TAR)]]&lt;br /&gt;
* [[Which reports should be used to determine BHCA and BHCC?]]&lt;br /&gt;
* [[Total logged in hours for agent very high after name change]]&lt;br /&gt;
* [[Filter by skill/team/resourcegroup not working]]&lt;br /&gt;
&lt;br /&gt;
= Automatic Speech Recognition =&lt;br /&gt;
* [[Names are not recognized]]&lt;br /&gt;
* [[Recognition never times out]]&lt;br /&gt;
* [[Alternate pronunciations and nicknames are not recognized]]&lt;br /&gt;
* [[Reduced call completion rate under heavy load while using an MRCP ASR Group]]&lt;br /&gt;
* [[MRCP ASR subsystem is out of service]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP ASR Providers, MRCP Servers, or Groups do not take effect]]&lt;br /&gt;
* [[Calling a route point with an MRCP ASR Dialog Group results in default treatment]]&lt;br /&gt;
&lt;br /&gt;
= Outbound =&lt;br /&gt;
* [[Agent does skip or skip-close but does not stay reserved]]&lt;br /&gt;
* [[Agent is not getting callbacks]]&lt;br /&gt;
* [[Agent is ready but does not get an Outbound call for up to two minutes]]&lt;br /&gt;
* [[Errors placing Outbound calls]]&lt;br /&gt;
* [[Not all contacts get imported]]&lt;br /&gt;
* [[On the Campaigns Configuration web page, the available CSQs list is empty even though there are CSQs configured under the RmCm subsystem]]&lt;br /&gt;
* [[Outbound buttons do not show up on CAD]]&lt;br /&gt;
* [[Outbound buttons show up but are disabled on CAD]]&lt;br /&gt;
* [[Outbound calls are not getting dialed]]&lt;br /&gt;
* [[Outbound call volume is low]]&lt;br /&gt;
* [[Outbound System Service is not in service]]&lt;br /&gt;
* [[RTR Outbound reports do not show all possible reclassification]]&lt;br /&gt;
&lt;br /&gt;
= Text-to-Speech =&lt;br /&gt;
* [[Provider becomes IN_SERVICE immediately]]&lt;br /&gt;
* [[TTS Prompt does not play]]&lt;br /&gt;
* [[TTS prompt is not recognizable]]&lt;br /&gt;
* [[MRCP TTS subsystem is out of service]]&lt;br /&gt;
* [[Long TTS prompts consume significant memory on Cisco Unified CCX Server]]&lt;br /&gt;
* [[Non-UTF-8 characters needed for some languages]]&lt;br /&gt;
* [[A .wav file prompt playback is garbled when played by a TTS server]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP TTS Providers, MRCP Servers, locales, or genders do not take effect]]&lt;br /&gt;
&lt;br /&gt;
= Serviceability =&lt;br /&gt;
* [[SNMP-based network management tools cannot monitor Cisco Unified CCX components]]&lt;br /&gt;
* [[File Manager in partial service]]&lt;br /&gt;
* [[SNMP traps do not arrive at the trap receiver]]&lt;br /&gt;
* [[Syslog messages not received by receiver]]&lt;br /&gt;
* [[The Alarm Service does not start]]&lt;br /&gt;
* [[Serviceability does not uninstall completely]]&lt;br /&gt;
* [[Updating Data with the Serviceability Tool on One Node does not Update Other Nodes]]&lt;br /&gt;
* [[Virus Scan software slows Call Completion Rate]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Internationalization =&lt;br /&gt;
* [[Results not as expected for first name and last name in Chinese, Japanese, and Korean]]&lt;br /&gt;
* [[Language specified is not accepted or played]]&lt;br /&gt;
&lt;br /&gt;
= VXML =&lt;br /&gt;
* [[Voice Browser Step troubleshooting steps]]&lt;br /&gt;
* [[Timeout attribute for non-input does not work]]&lt;br /&gt;
* [[Menu Choice DTMF does not work]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Bootstrap =&lt;br /&gt;
* [[Transaction Manager cannot start]]&lt;br /&gt;
* [[Have an exception on startup with a message like &amp;quot;unable to recover transaction&amp;quot; or an error message related to reading or modifying the &amp;quot;Tx.per&amp;quot; file]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Failover =&lt;br /&gt;
* [[Conflicts in Datastore Control Center history]]&lt;br /&gt;
* [[Cannot make configuration changes in HA cluster]]&lt;br /&gt;
* [[Cannot make configuration changes in RmCm Subsystem]]&lt;br /&gt;
* [[Service constantly shows Invalid]]&lt;br /&gt;
* [[Cisco Unified CCX server keeps rebooting due to Cisco Unified CCX Node Manager failure]]&lt;br /&gt;
* [[Cluster is in partial service]]&lt;br /&gt;
* [[Server is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX does not accept a call or function properly]]&lt;br /&gt;
* [[Service Master/Slave status is not shown on Cisco Unified CCX Administration Control Center]]&lt;br /&gt;
* [[Cluster time synch fails]]&lt;br /&gt;
* [[Cisco Unified CCX Servers respond slowly in a High Availability environment]]&lt;br /&gt;
* [[Multiple failovers with high CPU usage]]&lt;br /&gt;
&lt;br /&gt;
= VoIP Monitor =&lt;br /&gt;
* [[VoIP monitor does not work correctly]]&lt;br /&gt;
* [[Cisco Unified CCX fails to start]]&lt;br /&gt;
* [[VoIP Monitor tab of the CDA gives an error]]&lt;br /&gt;
* [[VoIP Monitor does not list some phone devices]]&lt;br /&gt;
&lt;br /&gt;
= CDP =&lt;br /&gt;
* [[CDP Protocol Driver missing in Device Manager]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0</id>
		<title>Troubleshooting Tips for Unified CCX 7.0</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0"/>
				<updated>2010-05-04T10:43:17Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Cisco Unified CCX Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Unified Contact Center Express]] &lt;br /&gt;
&lt;br /&gt;
'''See also:''' [[Additional troubleshooting information for Unified CCX 7.0]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation:&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* [[One node on a Cisco Unified CCX 7.0(1) two-node cluster crashes beyond repair]]&lt;br /&gt;
&lt;br /&gt;
= Backup, Restore, and Update =&lt;br /&gt;
* [[Backup, Restore, and Upgrade cannot be started from a client desktop]]&lt;br /&gt;
* [[During Backup, Restore, or Upgrade, an exception is seen in user interface]]&lt;br /&gt;
* [[Backup failed for a One or Two-Node system]]&lt;br /&gt;
* [[CRS 4.5 profile name is missing]]&lt;br /&gt;
* [[Page Not Found message is displayed during Restore or Upgrade]]&lt;br /&gt;
* [[Restore fails due to a file not being found]]&lt;br /&gt;
* [[Restore failed for a one-node system]]&lt;br /&gt;
* [[Restore failed on a two-node system that had run before the Restore]]&lt;br /&gt;
* [[Restore failed on a two-node system that was re-imaged]]&lt;br /&gt;
* [[Some RmCm configuration is missing after upgrade]]&lt;br /&gt;
* [[During the backup process, the backup window is accidentally closed]]&lt;br /&gt;
* [[Restore error in HA deployment when tape drive moved]]&lt;br /&gt;
* [[Restore error in HA deployment when backup and restore is performed on different nodes]]&lt;br /&gt;
* [[Failure when Updating Outbound Subsystem Configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Enterprise Telephony subsystem =&lt;br /&gt;
* [[A functional routing point stopped working or the Cisco Unified CME Telephony subsystem is in partial service]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Automated Attendant =&lt;br /&gt;
* [[ Dial by name does not find the specified server ]]&lt;br /&gt;
* [[ Automated Attendant prompt is not played ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Express =&lt;br /&gt;
* [[Agent cannot log in on shared line]]&lt;br /&gt;
* [[Agent cannot log in on restricted line]]&lt;br /&gt;
* [[When agent drops from conference, all parties on conference are dropped]]&lt;br /&gt;
* [[Cisco Unified CME triggers with 2811/CME router are not working]]&lt;br /&gt;
* [[Pressing hash character truncates the prompt and the prompts that follow are not played]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX =&lt;br /&gt;
* [[RmCm subsystem is out of service]]&lt;br /&gt;
* [[RmCm subsystem remains INITIALIZING]]&lt;br /&gt;
* [[RmCm remains in Initializing state]]&lt;br /&gt;
* [[Agents, Supervisors, or Teams are out of synch]]&lt;br /&gt;
* [[Agent or CSQ does not appear in CDA]]&lt;br /&gt;
* [[Agents do not appear in the Resources area in the Cisco Unified CCX Configuration web page]]&lt;br /&gt;
* [[You cannot select the order of agents]]&lt;br /&gt;
* [[Agent does not go to Work state after handling a call]]&lt;br /&gt;
* [[A media step causes a Could not create PlayPromptDialog Object exception]]&lt;br /&gt;
* [[Unable to make any Cisco Unified CCX configuration changes]]&lt;br /&gt;
* [[Some resource selection criteria are missing]]&lt;br /&gt;
* [[Unable to record an agent]]&lt;br /&gt;
* [[Sometimes the supervisor can monitor and record an agent and sometimes he cannot]]&lt;br /&gt;
* [[Calls to Cisco Unified CCX route points are disconnected]]&lt;br /&gt;
* [[Calls are not routed to agents]]&lt;br /&gt;
* [[Agents do not show in a CSQ]]&lt;br /&gt;
* [[Caller gets dropped when an attempt is made to recall a Cisco Unified CCX agent extension after the agent previously parked the call]]&lt;br /&gt;
* [[Updating a NIC driver disables silent monitoring and recording]]&lt;br /&gt;
* [[Agent alternates between Reserved and Ready state]]&lt;br /&gt;
* [[Agent in Reserved state but the consult transfer fails repeatedly]]&lt;br /&gt;
* [[Call fails if agent doesn’t pick the call in the first two rings]]&lt;br /&gt;
* [[Calls fail with CTIERR_TIMEOUT=0x8ccc0001::Cti request timed out]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified IP IVR =&lt;br /&gt;
* [[Cisco Unified IP IVR drops callers when transferring to an extension]]&lt;br /&gt;
* [[Prompts play in language]]&lt;br /&gt;
* [[Some prompts do not play]]&lt;br /&gt;
* [[Some prompts in a script play in the language specified and other prompts play in English]]&lt;br /&gt;
* [[A prompt plays phrases in the wrong order]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Administration =&lt;br /&gt;
* [[The Cisco Unified CCX Administration Authentication web page is not available]]&lt;br /&gt;
* [[Uploading a license file can result in a warning message]]&lt;br /&gt;
* [[User cannot log in to the Cisco Unified CCX web page]]&lt;br /&gt;
* [[Refreshing subflow script does not update parent scripts]]&lt;br /&gt;
* [[Cisco Unified CM users display in random order]]&lt;br /&gt;
* [[Cisco Unified CCX Supervisor web page cannot be viewed from Cisco Unified CCX Server]]&lt;br /&gt;
* [[Database table fields used by wallboard store data in milliseconds]]&lt;br /&gt;
* [[Management pages display error message when selected]]&lt;br /&gt;
* [[Zip file does not auto unzip on Document Management page]]&lt;br /&gt;
* [[Invalid files message displays while uploading a zip file of prompts]]&lt;br /&gt;
* [[A Component Manager goes into partial service when uploading a zip file]]&lt;br /&gt;
* [[High call rejection rate under heavy load]]&lt;br /&gt;
* [[Error in Cisco Unified CCX Administration when trying to upload a large prompt.wav file]]&lt;br /&gt;
* [[Callers hear a fast busy while calling the JTAPI triggers]]&lt;br /&gt;
* [[Override media termination group displayed twice]]&lt;br /&gt;
* [[SUPERVISE_CALL_REQ type barge in without AgentCallID]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Admin Utility =&lt;br /&gt;
* [[The cluster is not in synchronization]]&lt;br /&gt;
* [[Cisco Unified CCX Admin Utility exits or does not come up after login]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility fails due to data corruption]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run on a non bootstrap node]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run since the Node Manager hung]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Database =&lt;br /&gt;
* [[Cannot configure Application or System parameters from their pages in Cisco Unified CCX Administration]]&lt;br /&gt;
* [[HR client login error]]&lt;br /&gt;
* [[Cannot activate DB components on HA node]]&lt;br /&gt;
* [[Cisco Unified CCX Databases are not purged as expected]]&lt;br /&gt;
* [[Purge command did not purge data]]&lt;br /&gt;
* [[Historical Database db&amp;amp;#95;cra is full]]&lt;br /&gt;
* [[E-mail notification of database purging activities is not sent]]&lt;br /&gt;
* [[Syslog or SNMP trap notification of database purging activities is not sent]]&lt;br /&gt;
* [[After the replication between Primary/Secondary was created, the initial snapshot was successful but the merge agents would fail]]&lt;br /&gt;
* [[Uninstall SQL hotfix 2282 is failing]]&lt;br /&gt;
* [[The IPCC server is loosing the ODBC connection after running fine for some time]]&lt;br /&gt;
* [[SQL Agent crash with Red X Mark, and the Node Manager is down]]&lt;br /&gt;
* [[After the upgrade SQL Server got changed to MSDE]]&lt;br /&gt;
* [[From the log: Login failed for user '(null)'. Root cause: Not associated with a trusted SQL Server connection]]&lt;br /&gt;
* [[While doing some configuration change from the Appadmin gets the following error: &amp;quot;Error updating Database&amp;quot;]]&lt;br /&gt;
* [[Primary key violation exception in the MIVR logs while trying to insert a historical record to the Database table]]&lt;br /&gt;
* [[SQLException while uploading prompt, grammar, document using editor steps inside the workflow script]]&lt;br /&gt;
* [[Cannot configure Application or System parameters from the Cisco Unified CCX Administration]]&lt;br /&gt;
* [[Enterprise Database Subsystem is in out of service or in partial service]]&lt;br /&gt;
* [[Can't create a new Datasource from the Appadmin]]&lt;br /&gt;
* [[After creating the datasource and System DSN, it is not getting displayed in the editor step]]&lt;br /&gt;
* [[Not able to view/edit rmcm configurations from node2 appadmin in an HA setup]]&lt;br /&gt;
* [[DBAccessor errors while CVD start up]]&lt;br /&gt;
* [[When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists]]&lt;br /&gt;
* [[There is an error displayed in the appadmin while trying to modify the Datasource configuration]]&lt;br /&gt;
* [[Regarding Enterprise Database driver usage]]&lt;br /&gt;
* [[Datastore component activations fails when trying to activate node2 components]]&lt;br /&gt;
* [[Cannot activate datastores on second node in HA deployment. On node2 DB version in Bootstrap   8.00.2187 does not match actual Database Engine version 8.00.2282]]&lt;br /&gt;
* [[Replication Failure seen in the DB control center Appadmin page]]&lt;br /&gt;
* [[Config datastore activation failed.java.sql.SQLException: The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction]]&lt;br /&gt;
* [[Cannot activate Datastore components on HA node]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Editor =&lt;br /&gt;
* [[Change a string variable to an integer]]&lt;br /&gt;
* [[Accept step error during active debug]]&lt;br /&gt;
* [[Error occurs with Reactive Debugging Tool]]&lt;br /&gt;
* [[Agent automatically put into Ready state]]&lt;br /&gt;
* [[Agent has invalid state transition from Reserved to Available to Talking]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Engine =&lt;br /&gt;
* [[Agent cannot go Ready after logging in]]&lt;br /&gt;
* [[Voice Browser step throws an exception]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start and an RMI port in use error appears]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1067]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1069]]&lt;br /&gt;
* [[Application subsystem is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX Engine is running but calls are not answered]]&lt;br /&gt;
* [[Changing the time in Cisco Unified CCX machines results in agents getting logged off]]&lt;br /&gt;
* [[An error message plays when calling a CTI route point]]&lt;br /&gt;
* [[Changes to applications do not register]]&lt;br /&gt;
* [[Call drops during transfer over gateway]]&lt;br /&gt;
* [[H.323 client DTMF digits not detected]]&lt;br /&gt;
* [[Redirected call is disconnected]]&lt;br /&gt;
* [[The Cisco Unified CCX server runs out of disk space]]&lt;br /&gt;
* [[Cisco Unified CCX Server runs at 100% capacity or is slow]]&lt;br /&gt;
* [[Database Subsystem goes into partial service]]&lt;br /&gt;
* [[JTAPI subsystem is in partial service]]&lt;br /&gt;
* [[Unable to connect to JTAPI provider]]&lt;br /&gt;
* [[The Simple Recognition step takes the unsuccessful branch]]&lt;br /&gt;
* [[Calling party and Cisco Unified CCX do not have common codec]]&lt;br /&gt;
* [[Prompts with incorrect codec being played out]]&lt;br /&gt;
* [[Prompt Exception in Cisco Unified CCX Engine log file]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start]]&lt;br /&gt;
* [[Application subsystem in partial service and application running for an unexpectedly long time]]&lt;br /&gt;
* [[Cisco Unified CCX Server and Active Directory integration results in some services being unregistered]]&lt;br /&gt;
* [[Database Subsystem fails to connect to MS SQL server]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Real-Time Reporting =&lt;br /&gt;
* [[Attempting to run a real-time report causes an error]]&lt;br /&gt;
* [[After installing JRE, the user receives a message from real-time reporting saying to install JRE]]&lt;br /&gt;
* [[Contact entry is stuck in real-time reporting]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Historical Reporting =&lt;br /&gt;
* [[Exported PDF report does not print in landscape orientation]]&lt;br /&gt;
* [[User login missing in Windows XP after installing HR client]]&lt;br /&gt;
* [[Client and Server security policies do not match]]&lt;br /&gt;
* [[Charts do not appear properly in MS Excel format]]&lt;br /&gt;
* [[Columns of data missing in report in MS Excel format]]&lt;br /&gt;
* [[Records truncated in report in MS Excel format]]&lt;br /&gt;
* [[Agent names overwritten on charts]]&lt;br /&gt;
* [[RTF Report containing charts has tabular report headings]]&lt;br /&gt;
* [[Scheduler icon does not appear on Terminal Services client]]&lt;br /&gt;
* [[Reports do not execute at scheduled times]]&lt;br /&gt;
* [[Search dialog box and Preview tab appear in English on Windows system with locale set to German]]&lt;br /&gt;
* [[Dialog box does not appear as expected when report is exported]]&lt;br /&gt;
* [[Error when choosing an option from the Historical Reporting web page]]&lt;br /&gt;
* [[Truncated report description in Historical Reports client]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run]]&lt;br /&gt;
* [[The SQL Command Failed dialog box appears when you try to generate a historical report]]&lt;br /&gt;
* [[Some information appears in English on a German system]]&lt;br /&gt;
* [[The Historical Reports client computer cannot connect to the Cisco Unified CCX server]]&lt;br /&gt;
* [[A Database Connection Error 5051 error appears]]&lt;br /&gt;
* [[Export file name does not appear in Export dialog box]]&lt;br /&gt;
* [[Cannot point to local applications from the Database Server Configuration page]]&lt;br /&gt;
* [[Attempt to log in to the Cisco Unified CCX Server from the Historical Reporting client fails and an error message is returned]]&lt;br /&gt;
* [[Only three report templates are available for Cisco Unified CCX Standard]]&lt;br /&gt;
* [[Discrepancy in number of ACD calls shown on custom reports]]&lt;br /&gt;
* [[Priority Summary Activity Report chart prints only partly in color]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run and message appears in CiscoSch.log file]]&lt;br /&gt;
* [[Historical Reporting Client window shows nothing in the user drop-down menu]]&lt;br /&gt;
* [[Historical Reporting Client stops working; attempt to log in again results in error messages]]&lt;br /&gt;
* [[Scheduler DOS exception error received when running a custom report]]&lt;br /&gt;
* [[Columns displaced in Excel spreadsheet when exporting a report]]&lt;br /&gt;
* [[Scheduler icon does not appear in Windows status bar]]&lt;br /&gt;
* [[Error message appears indicating connection with database is broken]]&lt;br /&gt;
* [[Called Number Summary Report (CNSR) has more calls than the Traffic Analysis Report (TAR)]]&lt;br /&gt;
* [[Which reports should be used to determine BHCA and BHCC?]]&lt;br /&gt;
* [[Total logged in hours for agent very high after name change]]&lt;br /&gt;
* [[Filter by skill/team/resourcegroup not working]]&lt;br /&gt;
&lt;br /&gt;
= Automatic Speech Recognition =&lt;br /&gt;
* [[Names are not recognized]]&lt;br /&gt;
* [[Recognition never times out]]&lt;br /&gt;
* [[Alternate pronunciations and nicknames are not recognized]]&lt;br /&gt;
* [[Reduced call completion rate under heavy load while using an MRCP ASR Group]]&lt;br /&gt;
* [[MRCP ASR subsystem is out of service]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP ASR Providers, MRCP Servers, or Groups do not take effect]]&lt;br /&gt;
* [[Calling a route point with an MRCP ASR Dialog Group results in default treatment]]&lt;br /&gt;
&lt;br /&gt;
= Outbound =&lt;br /&gt;
* [[Agent does skip or skip-close but does not stay reserved]]&lt;br /&gt;
* [[Agent is not getting callbacks]]&lt;br /&gt;
* [[Agent is ready but does not get an Outbound call for up to two minutes]]&lt;br /&gt;
* [[Errors placing Outbound calls]]&lt;br /&gt;
* [[Not all contacts get imported]]&lt;br /&gt;
* [[On the Campaigns Configuration web page, the available CSQs list is empty even though there are CSQs configured under the RmCm subsystem]]&lt;br /&gt;
* [[Outbound buttons do not show up on CAD]]&lt;br /&gt;
* [[Outbound buttons show up but are disabled on CAD]]&lt;br /&gt;
* [[Outbound calls are not getting dialed]]&lt;br /&gt;
* [[Outbound call volume is low]]&lt;br /&gt;
* [[Outbound System Service is not in service]]&lt;br /&gt;
* [[RTR Outbound reports do not show all possible reclassification]]&lt;br /&gt;
&lt;br /&gt;
= Text-to-Speech =&lt;br /&gt;
* [[Provider becomes IN_SERVICE immediately]]&lt;br /&gt;
* [[TTS Prompt does not play]]&lt;br /&gt;
* [[TTS prompt is not recognizable]]&lt;br /&gt;
* [[MRCP TTS subsystem is out of service]]&lt;br /&gt;
* [[Long TTS prompts consume significant memory on Cisco Unified CCX Server]]&lt;br /&gt;
* [[Non-UTF-8 characters needed for some languages]]&lt;br /&gt;
* [[A .wav file prompt playback is garbled when played by a TTS server]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP TTS Providers, MRCP Servers, locales, or genders do not take effect]]&lt;br /&gt;
&lt;br /&gt;
= Serviceability =&lt;br /&gt;
* [[SNMP-based network management tools cannot monitor Cisco Unified CCX components]]&lt;br /&gt;
* [[File Manager in partial service]]&lt;br /&gt;
* [[SNMP traps do not arrive at the trap receiver]]&lt;br /&gt;
* [[Syslog messages not received by receiver]]&lt;br /&gt;
* [[The Alarm Service does not start]]&lt;br /&gt;
* [[Serviceability does not uninstall completely]]&lt;br /&gt;
* [[Updating Data with the Serviceability Tool on One Node does not Update Other Nodes]]&lt;br /&gt;
* [[Virus Scan software slows Call Completion Rate]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Internationalization =&lt;br /&gt;
* [[Results not as expected for first name and last name in Chinese, Japanese, and Korean]]&lt;br /&gt;
* [[Language specified is not accepted or played]]&lt;br /&gt;
&lt;br /&gt;
= VXML =&lt;br /&gt;
* [[Voice Browser Step troubleshooting steps]]&lt;br /&gt;
* [[Timeout attribute for non-input does not work]]&lt;br /&gt;
* [[Menu Choice DTMF does not work]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Bootstrap =&lt;br /&gt;
* [[Transaction Manager cannot start]]&lt;br /&gt;
* [[Have an exception on startup with a message like &amp;quot;unable to recover transaction&amp;quot; or an error message related to reading or modifying the &amp;quot;Tx.per&amp;quot; file]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Failover =&lt;br /&gt;
* [[Conflicts in Datastore Control Center history]]&lt;br /&gt;
* [[Cannot make configuration changes in HA cluster]]&lt;br /&gt;
* [[Cannot make configuration changes in RmCm Subsystem]]&lt;br /&gt;
* [[Service constantly shows Invalid]]&lt;br /&gt;
* [[Cisco Unified CCX server keeps rebooting due to Cisco Unified CCX Node Manager failure]]&lt;br /&gt;
* [[Cluster is in partial service]]&lt;br /&gt;
* [[Server is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX does not accept a call or function properly]]&lt;br /&gt;
* [[Service Master/Slave status is not shown on Cisco Unified CCX Administration Control Center]]&lt;br /&gt;
* [[Cluster time synch fails]]&lt;br /&gt;
* [[Cisco Unified CCX Servers respond slowly in a High Availability environment]]&lt;br /&gt;
* [[Multiple failovers with high CPU usage]]&lt;br /&gt;
&lt;br /&gt;
= VoIP Monitor =&lt;br /&gt;
* [[VoIP monitor does not work correctly]]&lt;br /&gt;
* [[Cisco Unified CCX fails to start]]&lt;br /&gt;
* [[VoIP Monitor tab of the CDA gives an error]]&lt;br /&gt;
* [[VoIP Monitor does not list some phone devices]]&lt;br /&gt;
&lt;br /&gt;
= CDP =&lt;br /&gt;
* [[CDP Protocol Driver missing in Device Manager]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0</id>
		<title>Troubleshooting Tips for Unified CCX 7.0</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0"/>
				<updated>2010-05-04T10:42:49Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Cisco Unified CCX Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Unified Contact Center Express]] &lt;br /&gt;
&lt;br /&gt;
'''See also:''' [[Additional troubleshooting information for Unified CCX 7.0]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation:&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* [[One node on a Cisco Unified CCX 7.0(1) two-node cluster crashes beyond repair]]&lt;br /&gt;
&lt;br /&gt;
= Backup, Restore, and Update =&lt;br /&gt;
* [[Backup, Restore, and Upgrade cannot be started from a client desktop]]&lt;br /&gt;
* [[During Backup, Restore, or Upgrade, an exception is seen in user interface]]&lt;br /&gt;
* [[Backup failed for a One or Two-Node system]]&lt;br /&gt;
* [[CRS 4.5 profile name is missing]]&lt;br /&gt;
* [[Page Not Found message is displayed during Restore or Upgrade]]&lt;br /&gt;
* [[Restore fails due to a file not being found]]&lt;br /&gt;
* [[Restore failed for a one-node system]]&lt;br /&gt;
* [[Restore failed on a two-node system that had run before the Restore]]&lt;br /&gt;
* [[Restore failed on a two-node system that was re-imaged]]&lt;br /&gt;
* [[Some RmCm configuration is missing after upgrade]]&lt;br /&gt;
* [[During the backup process, the backup window is accidentally closed]]&lt;br /&gt;
* [[Restore error in HA deployment when tape drive moved]]&lt;br /&gt;
* [[Restore error in HA deployment when backup and restore is performed on different nodes]]&lt;br /&gt;
* [[Failure when Updating Outbound Subsystem Configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Enterprise Telephony subsystem =&lt;br /&gt;
* [[A functional routing point stopped working or the Cisco Unified CME Telephony subsystem is in partial service]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Automated Attendant =&lt;br /&gt;
* [[ Dial by name does not find the specified server ]]&lt;br /&gt;
* [[ Automated Attendant prompt is not played ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Express =&lt;br /&gt;
* [[Agent cannot log in on shared line]]&lt;br /&gt;
* [[Agent cannot log in on restricted line]]&lt;br /&gt;
* [[When agent drops from conference, all parties on conference are dropped]]&lt;br /&gt;
* [[Cisco Unified CME triggers with 2811/CME router are not working]]&lt;br /&gt;
* [[Pressing hash character truncates the prompt and the prompts that follow are not played]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX =&lt;br /&gt;
* [[RmCm subsystem is out of service]]&lt;br /&gt;
* [[RmCm subsystem remains INITIALIZING]]&lt;br /&gt;
* [[RmCm remains in Initializing state]]&lt;br /&gt;
* [[Agents, Supervisors, or Teams are out of synch]]&lt;br /&gt;
* [[Agent or CSQ does not appear in CDA]]&lt;br /&gt;
* [[Agents do not appear in the Resources area in the Cisco Unified CCX Configuration web page]]&lt;br /&gt;
* [[You cannot select the order of agents]]&lt;br /&gt;
* [[Agent does not go to Work state after handling a call]]&lt;br /&gt;
* [[A media step causes a Could not create PlayPromptDialog Object exception]]&lt;br /&gt;
* [[Unable to make any Cisco Unified CCX configuration changes]]&lt;br /&gt;
* [[Some resource selection criteria are missing]]&lt;br /&gt;
* [[Unable to record an agent]]&lt;br /&gt;
* [[Sometimes the supervisor can monitor and record an agent and sometimes he cannot]]&lt;br /&gt;
* [[Calls to Cisco Unified CCX route points are disconnected]]&lt;br /&gt;
* [[Calls are not routed to agents]]&lt;br /&gt;
* [[Agents do not show in a CSQ]]&lt;br /&gt;
* [[Caller gets dropped when an attempt is made to recall a Cisco Unified CCX agent extension after the agent previously parked the call]]&lt;br /&gt;
* [[Updating a NIC driver disables silent monitoring and recording]]&lt;br /&gt;
* [[Agent alternates between Reserved and Ready state]]&lt;br /&gt;
* [[Agent in Reserved state but the consult transfer fails repeatedly]]&lt;br /&gt;
* [[Call fails if agent doesn’t pick the call in the first two rings]]&lt;br /&gt;
* [[Calls fail with CTIERR_TIMEOUT=0x8ccc0001::Cti request timed out]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified IP IVR =&lt;br /&gt;
* [[Cisco Unified IP IVR drops callers when transferring to an extension]]&lt;br /&gt;
* [[Prompts play in language]]&lt;br /&gt;
* [[Some prompts do not play]]&lt;br /&gt;
* [[Some prompts in a script play in the language specified and other prompts play in English]]&lt;br /&gt;
* [[A prompt plays phrases in the wrong order]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Administration =&lt;br /&gt;
* [[The Cisco Unified CCX Administration Authentication web page is not available]]&lt;br /&gt;
* [[Uploading a license file can result in a warning message]]&lt;br /&gt;
* [[User cannot log in to the Cisco Unified CCX web page]]&lt;br /&gt;
* [[Refreshing subflow script does not update parent scripts]]&lt;br /&gt;
* [[Cisco Unified CM users display in random order]]&lt;br /&gt;
* [[Cisco Unified CCX Supervisor web page cannot be viewed from Cisco Unified CCX Server]]&lt;br /&gt;
* [[Database table fields used by wallboard store data in milliseconds]]&lt;br /&gt;
* [[Management pages display error message when selected]]&lt;br /&gt;
* [[Zip file does not auto unzip on Document Management page]]&lt;br /&gt;
* [[Invalid files message displays while uploading a zip file of prompts]]&lt;br /&gt;
* [[A Component Manager goes into partial service when uploading a zip file]]&lt;br /&gt;
* [[High call rejection rate under heavy load]]&lt;br /&gt;
* [[Error in Cisco Unified CCX Administration when trying to upload a large prompt.wav file]]&lt;br /&gt;
* [[Callers hear a fast busy while calling the JTAPI triggers]]&lt;br /&gt;
* [[Override media termination group displayed twice]]&lt;br /&gt;
* [[SUPERVISE_CALL_REQ type barge in without AgentCallID]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Admin Utility =&lt;br /&gt;
* [[The cluster is not in synchronization]]&lt;br /&gt;
* [[Cisco Unified CCX Admin Utility exits or does not come up after login]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility fails due to data corruption]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run on a non bootstrap node]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run since the Node Manager hung]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Database =&lt;br /&gt;
* [[Cannot configure Application or System parameters from their pages in Cisco Unified CCX Administration]]&lt;br /&gt;
* [[HR client login error]]&lt;br /&gt;
* [[Cannot activate DB components on HA node]]&lt;br /&gt;
* [[Cisco Unified CCX Databases are not purged as expected]]&lt;br /&gt;
* [[Purge command did not purge data]]&lt;br /&gt;
* [[Historical Database db&amp;amp;#95;cra is full]]&lt;br /&gt;
* [[E-mail notification of database purging activities is not sent]]&lt;br /&gt;
* [[Syslog or SNMP trap notification of database purging activities is not sent]]&lt;br /&gt;
* [[After the replication between Primary/Secondary was created, the initial snapshot was successful but the merge agents would fail]]&lt;br /&gt;
* [[Uninstall SQL hotfix 2282 is failing]]&lt;br /&gt;
* [[The IPCC server is loosing the ODBC connection after running fine for some time]]&lt;br /&gt;
* [[SQL Agent crash with Red X Mark, and the Node Manager is down]]&lt;br /&gt;
* [[After the upgrade SQL Server got changed to MSDE]]&lt;br /&gt;
* [[From the log: Login failed for user '(null)'. Root cause: Not associated with a trusted SQL Server connection]]&lt;br /&gt;
* [[While doing some configuration change from the Appadmin gets the following error: &amp;quot;Error updating Database&amp;quot;]]&lt;br /&gt;
* [[Primary key violation exception in the MIVR logs while trying to insert a historical record to the Database table]]&lt;br /&gt;
* [[SQLException while uploading prompt, grammar, document using editor steps inside the workflow script]]&lt;br /&gt;
* [[Cannot configure Application or System parameters from the Cisco Unified CCX Administration]]&lt;br /&gt;
* [[Enterprise Database Subsystem is in out of service or in partial service]]&lt;br /&gt;
* [[Can't create a new Datasource from the Appadmin]]&lt;br /&gt;
* [[After creating the datasource and System DSN, it is not getting displayed in the editor step]]&lt;br /&gt;
* [[Not able to view/edit rmcm configurations from node2 appadmin in an HA setup]]&lt;br /&gt;
* [[DBAccessor errors while CVD start up]]&lt;br /&gt;
* [[When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists]]&lt;br /&gt;
* [[There is an error displayed in the appadmin while trying to modify the Datasource configuration]]&lt;br /&gt;
* [[Regarding Enterprise Database driver usage]]&lt;br /&gt;
* [[Datastore component activations fails when trying to activate node2 components]]&lt;br /&gt;
* [[Cannot activate datastores on second node in HA deployment. On node2 DB version in Bootstrap   8.00.2187 does not match actual Database Engine version 8.00.2282]]&lt;br /&gt;
* [[Replication Failure seen in the DB control center Appadmin page]]&lt;br /&gt;
* [[Config datastore activation failed.java.sql.SQLException: The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction]]&lt;br /&gt;
* [[Cannot activate Datastore components on HA node]]&lt;br /&gt;
* [[In the Appadmin-&amp;gt;DB control center node2 datastore is not present in an HA setup]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Editor =&lt;br /&gt;
* [[Change a string variable to an integer]]&lt;br /&gt;
* [[Accept step error during active debug]]&lt;br /&gt;
* [[Error occurs with Reactive Debugging Tool]]&lt;br /&gt;
* [[Agent automatically put into Ready state]]&lt;br /&gt;
* [[Agent has invalid state transition from Reserved to Available to Talking]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Engine =&lt;br /&gt;
* [[Agent cannot go Ready after logging in]]&lt;br /&gt;
* [[Voice Browser step throws an exception]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start and an RMI port in use error appears]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1067]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1069]]&lt;br /&gt;
* [[Application subsystem is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX Engine is running but calls are not answered]]&lt;br /&gt;
* [[Changing the time in Cisco Unified CCX machines results in agents getting logged off]]&lt;br /&gt;
* [[An error message plays when calling a CTI route point]]&lt;br /&gt;
* [[Changes to applications do not register]]&lt;br /&gt;
* [[Call drops during transfer over gateway]]&lt;br /&gt;
* [[H.323 client DTMF digits not detected]]&lt;br /&gt;
* [[Redirected call is disconnected]]&lt;br /&gt;
* [[The Cisco Unified CCX server runs out of disk space]]&lt;br /&gt;
* [[Cisco Unified CCX Server runs at 100% capacity or is slow]]&lt;br /&gt;
* [[Database Subsystem goes into partial service]]&lt;br /&gt;
* [[JTAPI subsystem is in partial service]]&lt;br /&gt;
* [[Unable to connect to JTAPI provider]]&lt;br /&gt;
* [[The Simple Recognition step takes the unsuccessful branch]]&lt;br /&gt;
* [[Calling party and Cisco Unified CCX do not have common codec]]&lt;br /&gt;
* [[Prompts with incorrect codec being played out]]&lt;br /&gt;
* [[Prompt Exception in Cisco Unified CCX Engine log file]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start]]&lt;br /&gt;
* [[Application subsystem in partial service and application running for an unexpectedly long time]]&lt;br /&gt;
* [[Cisco Unified CCX Server and Active Directory integration results in some services being unregistered]]&lt;br /&gt;
* [[Database Subsystem fails to connect to MS SQL server]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Real-Time Reporting =&lt;br /&gt;
* [[Attempting to run a real-time report causes an error]]&lt;br /&gt;
* [[After installing JRE, the user receives a message from real-time reporting saying to install JRE]]&lt;br /&gt;
* [[Contact entry is stuck in real-time reporting]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Historical Reporting =&lt;br /&gt;
* [[Exported PDF report does not print in landscape orientation]]&lt;br /&gt;
* [[User login missing in Windows XP after installing HR client]]&lt;br /&gt;
* [[Client and Server security policies do not match]]&lt;br /&gt;
* [[Charts do not appear properly in MS Excel format]]&lt;br /&gt;
* [[Columns of data missing in report in MS Excel format]]&lt;br /&gt;
* [[Records truncated in report in MS Excel format]]&lt;br /&gt;
* [[Agent names overwritten on charts]]&lt;br /&gt;
* [[RTF Report containing charts has tabular report headings]]&lt;br /&gt;
* [[Scheduler icon does not appear on Terminal Services client]]&lt;br /&gt;
* [[Reports do not execute at scheduled times]]&lt;br /&gt;
* [[Search dialog box and Preview tab appear in English on Windows system with locale set to German]]&lt;br /&gt;
* [[Dialog box does not appear as expected when report is exported]]&lt;br /&gt;
* [[Error when choosing an option from the Historical Reporting web page]]&lt;br /&gt;
* [[Truncated report description in Historical Reports client]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run]]&lt;br /&gt;
* [[The SQL Command Failed dialog box appears when you try to generate a historical report]]&lt;br /&gt;
* [[Some information appears in English on a German system]]&lt;br /&gt;
* [[The Historical Reports client computer cannot connect to the Cisco Unified CCX server]]&lt;br /&gt;
* [[A Database Connection Error 5051 error appears]]&lt;br /&gt;
* [[Export file name does not appear in Export dialog box]]&lt;br /&gt;
* [[Cannot point to local applications from the Database Server Configuration page]]&lt;br /&gt;
* [[Attempt to log in to the Cisco Unified CCX Server from the Historical Reporting client fails and an error message is returned]]&lt;br /&gt;
* [[Only three report templates are available for Cisco Unified CCX Standard]]&lt;br /&gt;
* [[Discrepancy in number of ACD calls shown on custom reports]]&lt;br /&gt;
* [[Priority Summary Activity Report chart prints only partly in color]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run and message appears in CiscoSch.log file]]&lt;br /&gt;
* [[Historical Reporting Client window shows nothing in the user drop-down menu]]&lt;br /&gt;
* [[Historical Reporting Client stops working; attempt to log in again results in error messages]]&lt;br /&gt;
* [[Scheduler DOS exception error received when running a custom report]]&lt;br /&gt;
* [[Columns displaced in Excel spreadsheet when exporting a report]]&lt;br /&gt;
* [[Scheduler icon does not appear in Windows status bar]]&lt;br /&gt;
* [[Error message appears indicating connection with database is broken]]&lt;br /&gt;
* [[Called Number Summary Report (CNSR) has more calls than the Traffic Analysis Report (TAR)]]&lt;br /&gt;
* [[Which reports should be used to determine BHCA and BHCC?]]&lt;br /&gt;
* [[Total logged in hours for agent very high after name change]]&lt;br /&gt;
* [[Filter by skill/team/resourcegroup not working]]&lt;br /&gt;
&lt;br /&gt;
= Automatic Speech Recognition =&lt;br /&gt;
* [[Names are not recognized]]&lt;br /&gt;
* [[Recognition never times out]]&lt;br /&gt;
* [[Alternate pronunciations and nicknames are not recognized]]&lt;br /&gt;
* [[Reduced call completion rate under heavy load while using an MRCP ASR Group]]&lt;br /&gt;
* [[MRCP ASR subsystem is out of service]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP ASR Providers, MRCP Servers, or Groups do not take effect]]&lt;br /&gt;
* [[Calling a route point with an MRCP ASR Dialog Group results in default treatment]]&lt;br /&gt;
&lt;br /&gt;
= Outbound =&lt;br /&gt;
* [[Agent does skip or skip-close but does not stay reserved]]&lt;br /&gt;
* [[Agent is not getting callbacks]]&lt;br /&gt;
* [[Agent is ready but does not get an Outbound call for up to two minutes]]&lt;br /&gt;
* [[Errors placing Outbound calls]]&lt;br /&gt;
* [[Not all contacts get imported]]&lt;br /&gt;
* [[On the Campaigns Configuration web page, the available CSQs list is empty even though there are CSQs configured under the RmCm subsystem]]&lt;br /&gt;
* [[Outbound buttons do not show up on CAD]]&lt;br /&gt;
* [[Outbound buttons show up but are disabled on CAD]]&lt;br /&gt;
* [[Outbound calls are not getting dialed]]&lt;br /&gt;
* [[Outbound call volume is low]]&lt;br /&gt;
* [[Outbound System Service is not in service]]&lt;br /&gt;
* [[RTR Outbound reports do not show all possible reclassification]]&lt;br /&gt;
&lt;br /&gt;
= Text-to-Speech =&lt;br /&gt;
* [[Provider becomes IN_SERVICE immediately]]&lt;br /&gt;
* [[TTS Prompt does not play]]&lt;br /&gt;
* [[TTS prompt is not recognizable]]&lt;br /&gt;
* [[MRCP TTS subsystem is out of service]]&lt;br /&gt;
* [[Long TTS prompts consume significant memory on Cisco Unified CCX Server]]&lt;br /&gt;
* [[Non-UTF-8 characters needed for some languages]]&lt;br /&gt;
* [[A .wav file prompt playback is garbled when played by a TTS server]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP TTS Providers, MRCP Servers, locales, or genders do not take effect]]&lt;br /&gt;
&lt;br /&gt;
= Serviceability =&lt;br /&gt;
* [[SNMP-based network management tools cannot monitor Cisco Unified CCX components]]&lt;br /&gt;
* [[File Manager in partial service]]&lt;br /&gt;
* [[SNMP traps do not arrive at the trap receiver]]&lt;br /&gt;
* [[Syslog messages not received by receiver]]&lt;br /&gt;
* [[The Alarm Service does not start]]&lt;br /&gt;
* [[Serviceability does not uninstall completely]]&lt;br /&gt;
* [[Updating Data with the Serviceability Tool on One Node does not Update Other Nodes]]&lt;br /&gt;
* [[Virus Scan software slows Call Completion Rate]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Internationalization =&lt;br /&gt;
* [[Results not as expected for first name and last name in Chinese, Japanese, and Korean]]&lt;br /&gt;
* [[Language specified is not accepted or played]]&lt;br /&gt;
&lt;br /&gt;
= VXML =&lt;br /&gt;
* [[Voice Browser Step troubleshooting steps]]&lt;br /&gt;
* [[Timeout attribute for non-input does not work]]&lt;br /&gt;
* [[Menu Choice DTMF does not work]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Bootstrap =&lt;br /&gt;
* [[Transaction Manager cannot start]]&lt;br /&gt;
* [[Have an exception on startup with a message like &amp;quot;unable to recover transaction&amp;quot; or an error message related to reading or modifying the &amp;quot;Tx.per&amp;quot; file]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Failover =&lt;br /&gt;
* [[Conflicts in Datastore Control Center history]]&lt;br /&gt;
* [[Cannot make configuration changes in HA cluster]]&lt;br /&gt;
* [[Cannot make configuration changes in RmCm Subsystem]]&lt;br /&gt;
* [[Service constantly shows Invalid]]&lt;br /&gt;
* [[Cisco Unified CCX server keeps rebooting due to Cisco Unified CCX Node Manager failure]]&lt;br /&gt;
* [[Cluster is in partial service]]&lt;br /&gt;
* [[Server is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX does not accept a call or function properly]]&lt;br /&gt;
* [[Service Master/Slave status is not shown on Cisco Unified CCX Administration Control Center]]&lt;br /&gt;
* [[Cluster time synch fails]]&lt;br /&gt;
* [[Cisco Unified CCX Servers respond slowly in a High Availability environment]]&lt;br /&gt;
* [[Multiple failovers with high CPU usage]]&lt;br /&gt;
&lt;br /&gt;
= VoIP Monitor =&lt;br /&gt;
* [[VoIP monitor does not work correctly]]&lt;br /&gt;
* [[Cisco Unified CCX fails to start]]&lt;br /&gt;
* [[VoIP Monitor tab of the CDA gives an error]]&lt;br /&gt;
* [[VoIP Monitor does not list some phone devices]]&lt;br /&gt;
&lt;br /&gt;
= CDP =&lt;br /&gt;
* [[CDP Protocol Driver missing in Device Manager]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0</id>
		<title>Troubleshooting Tips for Unified CCX 7.0</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0"/>
				<updated>2010-05-04T10:42:04Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Cisco Unified CCX Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Unified Contact Center Express]] &lt;br /&gt;
&lt;br /&gt;
'''See also:''' [[Additional troubleshooting information for Unified CCX 7.0]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation:&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* [[One node on a Cisco Unified CCX 7.0(1) two-node cluster crashes beyond repair]]&lt;br /&gt;
&lt;br /&gt;
= Backup, Restore, and Update =&lt;br /&gt;
* [[Backup, Restore, and Upgrade cannot be started from a client desktop]]&lt;br /&gt;
* [[During Backup, Restore, or Upgrade, an exception is seen in user interface]]&lt;br /&gt;
* [[Backup failed for a One or Two-Node system]]&lt;br /&gt;
* [[CRS 4.5 profile name is missing]]&lt;br /&gt;
* [[Page Not Found message is displayed during Restore or Upgrade]]&lt;br /&gt;
* [[Restore fails due to a file not being found]]&lt;br /&gt;
* [[Restore failed for a one-node system]]&lt;br /&gt;
* [[Restore failed on a two-node system that had run before the Restore]]&lt;br /&gt;
* [[Restore failed on a two-node system that was re-imaged]]&lt;br /&gt;
* [[Some RmCm configuration is missing after upgrade]]&lt;br /&gt;
* [[During the backup process, the backup window is accidentally closed]]&lt;br /&gt;
* [[Restore error in HA deployment when tape drive moved]]&lt;br /&gt;
* [[Restore error in HA deployment when backup and restore is performed on different nodes]]&lt;br /&gt;
* [[Failure when Updating Outbound Subsystem Configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Enterprise Telephony subsystem =&lt;br /&gt;
* [[A functional routing point stopped working or the Cisco Unified CME Telephony subsystem is in partial service]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Automated Attendant =&lt;br /&gt;
* [[ Dial by name does not find the specified server ]]&lt;br /&gt;
* [[ Automated Attendant prompt is not played ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Express =&lt;br /&gt;
* [[Agent cannot log in on shared line]]&lt;br /&gt;
* [[Agent cannot log in on restricted line]]&lt;br /&gt;
* [[When agent drops from conference, all parties on conference are dropped]]&lt;br /&gt;
* [[Cisco Unified CME triggers with 2811/CME router are not working]]&lt;br /&gt;
* [[Pressing hash character truncates the prompt and the prompts that follow are not played]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX =&lt;br /&gt;
* [[RmCm subsystem is out of service]]&lt;br /&gt;
* [[RmCm subsystem remains INITIALIZING]]&lt;br /&gt;
* [[RmCm remains in Initializing state]]&lt;br /&gt;
* [[Agents, Supervisors, or Teams are out of synch]]&lt;br /&gt;
* [[Agent or CSQ does not appear in CDA]]&lt;br /&gt;
* [[Agents do not appear in the Resources area in the Cisco Unified CCX Configuration web page]]&lt;br /&gt;
* [[You cannot select the order of agents]]&lt;br /&gt;
* [[Agent does not go to Work state after handling a call]]&lt;br /&gt;
* [[A media step causes a Could not create PlayPromptDialog Object exception]]&lt;br /&gt;
* [[Unable to make any Cisco Unified CCX configuration changes]]&lt;br /&gt;
* [[Some resource selection criteria are missing]]&lt;br /&gt;
* [[Unable to record an agent]]&lt;br /&gt;
* [[Sometimes the supervisor can monitor and record an agent and sometimes he cannot]]&lt;br /&gt;
* [[Calls to Cisco Unified CCX route points are disconnected]]&lt;br /&gt;
* [[Calls are not routed to agents]]&lt;br /&gt;
* [[Agents do not show in a CSQ]]&lt;br /&gt;
* [[Caller gets dropped when an attempt is made to recall a Cisco Unified CCX agent extension after the agent previously parked the call]]&lt;br /&gt;
* [[Updating a NIC driver disables silent monitoring and recording]]&lt;br /&gt;
* [[Agent alternates between Reserved and Ready state]]&lt;br /&gt;
* [[Agent in Reserved state but the consult transfer fails repeatedly]]&lt;br /&gt;
* [[Call fails if agent doesn’t pick the call in the first two rings]]&lt;br /&gt;
* [[Calls fail with CTIERR_TIMEOUT=0x8ccc0001::Cti request timed out]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified IP IVR =&lt;br /&gt;
* [[Cisco Unified IP IVR drops callers when transferring to an extension]]&lt;br /&gt;
* [[Prompts play in language]]&lt;br /&gt;
* [[Some prompts do not play]]&lt;br /&gt;
* [[Some prompts in a script play in the language specified and other prompts play in English]]&lt;br /&gt;
* [[A prompt plays phrases in the wrong order]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Administration =&lt;br /&gt;
* [[The Cisco Unified CCX Administration Authentication web page is not available]]&lt;br /&gt;
* [[Uploading a license file can result in a warning message]]&lt;br /&gt;
* [[User cannot log in to the Cisco Unified CCX web page]]&lt;br /&gt;
* [[Refreshing subflow script does not update parent scripts]]&lt;br /&gt;
* [[Cisco Unified CM users display in random order]]&lt;br /&gt;
* [[Cisco Unified CCX Supervisor web page cannot be viewed from Cisco Unified CCX Server]]&lt;br /&gt;
* [[Database table fields used by wallboard store data in milliseconds]]&lt;br /&gt;
* [[Management pages display error message when selected]]&lt;br /&gt;
* [[Zip file does not auto unzip on Document Management page]]&lt;br /&gt;
* [[Invalid files message displays while uploading a zip file of prompts]]&lt;br /&gt;
* [[A Component Manager goes into partial service when uploading a zip file]]&lt;br /&gt;
* [[High call rejection rate under heavy load]]&lt;br /&gt;
* [[Error in Cisco Unified CCX Administration when trying to upload a large prompt.wav file]]&lt;br /&gt;
* [[Callers hear a fast busy while calling the JTAPI triggers]]&lt;br /&gt;
* [[Override media termination group displayed twice]]&lt;br /&gt;
* [[SUPERVISE_CALL_REQ type barge in without AgentCallID]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Admin Utility =&lt;br /&gt;
* [[The cluster is not in synchronization]]&lt;br /&gt;
* [[Cisco Unified CCX Admin Utility exits or does not come up after login]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility fails due to data corruption]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run on a non bootstrap node]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run since the Node Manager hung]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Database =&lt;br /&gt;
* [[Cannot configure Application or System parameters from their pages in Cisco Unified CCX Administration]]&lt;br /&gt;
* [[HR client login error]]&lt;br /&gt;
* [[Cannot activate DB components on HA node]]&lt;br /&gt;
* [[Cisco Unified CCX Databases are not purged as expected]]&lt;br /&gt;
* [[Purge command did not purge data]]&lt;br /&gt;
* [[Historical Database db&amp;amp;#95;cra is full]]&lt;br /&gt;
* [[E-mail notification of database purging activities is not sent]]&lt;br /&gt;
* [[Syslog or SNMP trap notification of database purging activities is not sent]]&lt;br /&gt;
* [[After the replication between Primary/Secondary was created, the initial snapshot was successful but the merge agents would fail]]&lt;br /&gt;
* [[Uninstall SQL hotfix 2282 is failing]]&lt;br /&gt;
* [[The IPCC server is loosing the ODBC connection after running fine for some time]]&lt;br /&gt;
* [[SQL Agent crash with Red X Mark, and the Node Manager is down]]&lt;br /&gt;
* [[After the upgrade SQL Server got changed to MSDE]]&lt;br /&gt;
* [[From the log: Login failed for user '(null)'. Root cause: Not associated with a trusted SQL Server connection]]&lt;br /&gt;
* [[While doing some configuration change from the Appadmin gets the following error: &amp;quot;Error updating Database&amp;quot;]]&lt;br /&gt;
* [[Primary key violation exception in the MIVR logs while trying to insert a historical record to the Database table]]&lt;br /&gt;
* [[SQLException while uploading prompt, grammar, document using editor steps inside the workflow script]]&lt;br /&gt;
* [[Cannot configure Application or System parameters from the Cisco Unified CCX Administration]]&lt;br /&gt;
* [[Enterprise Database Subsystem is in out of service or in partial service]]&lt;br /&gt;
* [[Can't create a new Datasource from the Appadmin]]&lt;br /&gt;
* [[After creating the datasource and System DSN, it is not getting displayed in the editor step]]&lt;br /&gt;
* [[Not able to view/edit rmcm configurations from node2 appadmin in an HA setup]]&lt;br /&gt;
* [[DBAccessor errors while CVD start up]]&lt;br /&gt;
* [[When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists]]&lt;br /&gt;
* [[There is an error displayed in the appadmin while trying to modify the Datasource configuration]]&lt;br /&gt;
* [[Regarding Enterprise Database driver usage]]&lt;br /&gt;
* [[Datastore component activations fails when trying to activate node2 components]]&lt;br /&gt;
* [[Cannot activate datastores on second node in HA deployment. On node2 DB version in Bootstrap   8.00.2187 does not match actual Database Engine version 8.00.2282]]&lt;br /&gt;
* [[Replication Failure seen in the DB control center Appadmin page]]&lt;br /&gt;
* [[Config datastore activation failed.java.sql.SQLException: The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction]]&lt;br /&gt;
* [[Cannot activate Datastore components on HA node]]&lt;br /&gt;
* [[In the Appadmin- &amp;gt;DB control center node 2 data store is not present in an HA setup]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Editor =&lt;br /&gt;
* [[Change a string variable to an integer]]&lt;br /&gt;
* [[Accept step error during active debug]]&lt;br /&gt;
* [[Error occurs with Reactive Debugging Tool]]&lt;br /&gt;
* [[Agent automatically put into Ready state]]&lt;br /&gt;
* [[Agent has invalid state transition from Reserved to Available to Talking]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Engine =&lt;br /&gt;
* [[Agent cannot go Ready after logging in]]&lt;br /&gt;
* [[Voice Browser step throws an exception]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start and an RMI port in use error appears]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1067]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1069]]&lt;br /&gt;
* [[Application subsystem is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX Engine is running but calls are not answered]]&lt;br /&gt;
* [[Changing the time in Cisco Unified CCX machines results in agents getting logged off]]&lt;br /&gt;
* [[An error message plays when calling a CTI route point]]&lt;br /&gt;
* [[Changes to applications do not register]]&lt;br /&gt;
* [[Call drops during transfer over gateway]]&lt;br /&gt;
* [[H.323 client DTMF digits not detected]]&lt;br /&gt;
* [[Redirected call is disconnected]]&lt;br /&gt;
* [[The Cisco Unified CCX server runs out of disk space]]&lt;br /&gt;
* [[Cisco Unified CCX Server runs at 100% capacity or is slow]]&lt;br /&gt;
* [[Database Subsystem goes into partial service]]&lt;br /&gt;
* [[JTAPI subsystem is in partial service]]&lt;br /&gt;
* [[Unable to connect to JTAPI provider]]&lt;br /&gt;
* [[The Simple Recognition step takes the unsuccessful branch]]&lt;br /&gt;
* [[Calling party and Cisco Unified CCX do not have common codec]]&lt;br /&gt;
* [[Prompts with incorrect codec being played out]]&lt;br /&gt;
* [[Prompt Exception in Cisco Unified CCX Engine log file]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start]]&lt;br /&gt;
* [[Application subsystem in partial service and application running for an unexpectedly long time]]&lt;br /&gt;
* [[Cisco Unified CCX Server and Active Directory integration results in some services being unregistered]]&lt;br /&gt;
* [[Database Subsystem fails to connect to MS SQL server]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Real-Time Reporting =&lt;br /&gt;
* [[Attempting to run a real-time report causes an error]]&lt;br /&gt;
* [[After installing JRE, the user receives a message from real-time reporting saying to install JRE]]&lt;br /&gt;
* [[Contact entry is stuck in real-time reporting]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Historical Reporting =&lt;br /&gt;
* [[Exported PDF report does not print in landscape orientation]]&lt;br /&gt;
* [[User login missing in Windows XP after installing HR client]]&lt;br /&gt;
* [[Client and Server security policies do not match]]&lt;br /&gt;
* [[Charts do not appear properly in MS Excel format]]&lt;br /&gt;
* [[Columns of data missing in report in MS Excel format]]&lt;br /&gt;
* [[Records truncated in report in MS Excel format]]&lt;br /&gt;
* [[Agent names overwritten on charts]]&lt;br /&gt;
* [[RTF Report containing charts has tabular report headings]]&lt;br /&gt;
* [[Scheduler icon does not appear on Terminal Services client]]&lt;br /&gt;
* [[Reports do not execute at scheduled times]]&lt;br /&gt;
* [[Search dialog box and Preview tab appear in English on Windows system with locale set to German]]&lt;br /&gt;
* [[Dialog box does not appear as expected when report is exported]]&lt;br /&gt;
* [[Error when choosing an option from the Historical Reporting web page]]&lt;br /&gt;
* [[Truncated report description in Historical Reports client]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run]]&lt;br /&gt;
* [[The SQL Command Failed dialog box appears when you try to generate a historical report]]&lt;br /&gt;
* [[Some information appears in English on a German system]]&lt;br /&gt;
* [[The Historical Reports client computer cannot connect to the Cisco Unified CCX server]]&lt;br /&gt;
* [[A Database Connection Error 5051 error appears]]&lt;br /&gt;
* [[Export file name does not appear in Export dialog box]]&lt;br /&gt;
* [[Cannot point to local applications from the Database Server Configuration page]]&lt;br /&gt;
* [[Attempt to log in to the Cisco Unified CCX Server from the Historical Reporting client fails and an error message is returned]]&lt;br /&gt;
* [[Only three report templates are available for Cisco Unified CCX Standard]]&lt;br /&gt;
* [[Discrepancy in number of ACD calls shown on custom reports]]&lt;br /&gt;
* [[Priority Summary Activity Report chart prints only partly in color]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run and message appears in CiscoSch.log file]]&lt;br /&gt;
* [[Historical Reporting Client window shows nothing in the user drop-down menu]]&lt;br /&gt;
* [[Historical Reporting Client stops working; attempt to log in again results in error messages]]&lt;br /&gt;
* [[Scheduler DOS exception error received when running a custom report]]&lt;br /&gt;
* [[Columns displaced in Excel spreadsheet when exporting a report]]&lt;br /&gt;
* [[Scheduler icon does not appear in Windows status bar]]&lt;br /&gt;
* [[Error message appears indicating connection with database is broken]]&lt;br /&gt;
* [[Called Number Summary Report (CNSR) has more calls than the Traffic Analysis Report (TAR)]]&lt;br /&gt;
* [[Which reports should be used to determine BHCA and BHCC?]]&lt;br /&gt;
* [[Total logged in hours for agent very high after name change]]&lt;br /&gt;
* [[Filter by skill/team/resourcegroup not working]]&lt;br /&gt;
&lt;br /&gt;
= Automatic Speech Recognition =&lt;br /&gt;
* [[Names are not recognized]]&lt;br /&gt;
* [[Recognition never times out]]&lt;br /&gt;
* [[Alternate pronunciations and nicknames are not recognized]]&lt;br /&gt;
* [[Reduced call completion rate under heavy load while using an MRCP ASR Group]]&lt;br /&gt;
* [[MRCP ASR subsystem is out of service]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP ASR Providers, MRCP Servers, or Groups do not take effect]]&lt;br /&gt;
* [[Calling a route point with an MRCP ASR Dialog Group results in default treatment]]&lt;br /&gt;
&lt;br /&gt;
= Outbound =&lt;br /&gt;
* [[Agent does skip or skip-close but does not stay reserved]]&lt;br /&gt;
* [[Agent is not getting callbacks]]&lt;br /&gt;
* [[Agent is ready but does not get an Outbound call for up to two minutes]]&lt;br /&gt;
* [[Errors placing Outbound calls]]&lt;br /&gt;
* [[Not all contacts get imported]]&lt;br /&gt;
* [[On the Campaigns Configuration web page, the available CSQs list is empty even though there are CSQs configured under the RmCm subsystem]]&lt;br /&gt;
* [[Outbound buttons do not show up on CAD]]&lt;br /&gt;
* [[Outbound buttons show up but are disabled on CAD]]&lt;br /&gt;
* [[Outbound calls are not getting dialed]]&lt;br /&gt;
* [[Outbound call volume is low]]&lt;br /&gt;
* [[Outbound System Service is not in service]]&lt;br /&gt;
* [[RTR Outbound reports do not show all possible reclassification]]&lt;br /&gt;
&lt;br /&gt;
= Text-to-Speech =&lt;br /&gt;
* [[Provider becomes IN_SERVICE immediately]]&lt;br /&gt;
* [[TTS Prompt does not play]]&lt;br /&gt;
* [[TTS prompt is not recognizable]]&lt;br /&gt;
* [[MRCP TTS subsystem is out of service]]&lt;br /&gt;
* [[Long TTS prompts consume significant memory on Cisco Unified CCX Server]]&lt;br /&gt;
* [[Non-UTF-8 characters needed for some languages]]&lt;br /&gt;
* [[A .wav file prompt playback is garbled when played by a TTS server]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP TTS Providers, MRCP Servers, locales, or genders do not take effect]]&lt;br /&gt;
&lt;br /&gt;
= Serviceability =&lt;br /&gt;
* [[SNMP-based network management tools cannot monitor Cisco Unified CCX components]]&lt;br /&gt;
* [[File Manager in partial service]]&lt;br /&gt;
* [[SNMP traps do not arrive at the trap receiver]]&lt;br /&gt;
* [[Syslog messages not received by receiver]]&lt;br /&gt;
* [[The Alarm Service does not start]]&lt;br /&gt;
* [[Serviceability does not uninstall completely]]&lt;br /&gt;
* [[Updating Data with the Serviceability Tool on One Node does not Update Other Nodes]]&lt;br /&gt;
* [[Virus Scan software slows Call Completion Rate]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Internationalization =&lt;br /&gt;
* [[Results not as expected for first name and last name in Chinese, Japanese, and Korean]]&lt;br /&gt;
* [[Language specified is not accepted or played]]&lt;br /&gt;
&lt;br /&gt;
= VXML =&lt;br /&gt;
* [[Voice Browser Step troubleshooting steps]]&lt;br /&gt;
* [[Timeout attribute for non-input does not work]]&lt;br /&gt;
* [[Menu Choice DTMF does not work]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Bootstrap =&lt;br /&gt;
* [[Transaction Manager cannot start]]&lt;br /&gt;
* [[Have an exception on startup with a message like &amp;quot;unable to recover transaction&amp;quot; or an error message related to reading or modifying the &amp;quot;Tx.per&amp;quot; file]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Failover =&lt;br /&gt;
* [[Conflicts in Datastore Control Center history]]&lt;br /&gt;
* [[Cannot make configuration changes in HA cluster]]&lt;br /&gt;
* [[Cannot make configuration changes in RmCm Subsystem]]&lt;br /&gt;
* [[Service constantly shows Invalid]]&lt;br /&gt;
* [[Cisco Unified CCX server keeps rebooting due to Cisco Unified CCX Node Manager failure]]&lt;br /&gt;
* [[Cluster is in partial service]]&lt;br /&gt;
* [[Server is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX does not accept a call or function properly]]&lt;br /&gt;
* [[Service Master/Slave status is not shown on Cisco Unified CCX Administration Control Center]]&lt;br /&gt;
* [[Cluster time synch fails]]&lt;br /&gt;
* [[Cisco Unified CCX Servers respond slowly in a High Availability environment]]&lt;br /&gt;
* [[Multiple failovers with high CPU usage]]&lt;br /&gt;
&lt;br /&gt;
= VoIP Monitor =&lt;br /&gt;
* [[VoIP monitor does not work correctly]]&lt;br /&gt;
* [[Cisco Unified CCX fails to start]]&lt;br /&gt;
* [[VoIP Monitor tab of the CDA gives an error]]&lt;br /&gt;
* [[VoIP Monitor does not list some phone devices]]&lt;br /&gt;
&lt;br /&gt;
= CDP =&lt;br /&gt;
* [[CDP Protocol Driver missing in Device Manager]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Cannot_activate_Datastore_components_on_HA_node</id>
		<title>Cannot activate Datastore components on HA node</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Cannot_activate_Datastore_components_on_HA_node"/>
				<updated>2010-05-04T10:40:49Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: New page: == Cannot activate Datastore components on HA node ==  {| border=&amp;quot;1&amp;quot; |- ! '''Problem Summary''' | Cannot activate Datastore components on HA node.Error related DB Edition mismatch during a...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Cannot activate Datastore components on HA node ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| Cannot activate Datastore components on HA node.Error related DB Edition mismatch during activation of Datastore components.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| HA requires both the nodes to have SQL 2K installed and the SQL 2K should be of same version on both nodes.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Ensure both nodes have SQL 2K installed. If there is mismatch, open CET-&amp;gt;ClusterDependantConfig and edit the DB Edition field.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0, Release 5.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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0</id>
		<title>Troubleshooting Tips for Unified CCX 7.0</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0"/>
				<updated>2010-05-04T10:38:36Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Cisco Unified CCX Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Unified Contact Center Express]] &lt;br /&gt;
&lt;br /&gt;
'''See also:''' [[Additional troubleshooting information for Unified CCX 7.0]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation:&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* [[One node on a Cisco Unified CCX 7.0(1) two-node cluster crashes beyond repair]]&lt;br /&gt;
&lt;br /&gt;
= Backup, Restore, and Update =&lt;br /&gt;
* [[Backup, Restore, and Upgrade cannot be started from a client desktop]]&lt;br /&gt;
* [[During Backup, Restore, or Upgrade, an exception is seen in user interface]]&lt;br /&gt;
* [[Backup failed for a One or Two-Node system]]&lt;br /&gt;
* [[CRS 4.5 profile name is missing]]&lt;br /&gt;
* [[Page Not Found message is displayed during Restore or Upgrade]]&lt;br /&gt;
* [[Restore fails due to a file not being found]]&lt;br /&gt;
* [[Restore failed for a one-node system]]&lt;br /&gt;
* [[Restore failed on a two-node system that had run before the Restore]]&lt;br /&gt;
* [[Restore failed on a two-node system that was re-imaged]]&lt;br /&gt;
* [[Some RmCm configuration is missing after upgrade]]&lt;br /&gt;
* [[During the backup process, the backup window is accidentally closed]]&lt;br /&gt;
* [[Restore error in HA deployment when tape drive moved]]&lt;br /&gt;
* [[Restore error in HA deployment when backup and restore is performed on different nodes]]&lt;br /&gt;
* [[Failure when Updating Outbound Subsystem Configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Enterprise Telephony subsystem =&lt;br /&gt;
* [[A functional routing point stopped working or the Cisco Unified CME Telephony subsystem is in partial service]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Automated Attendant =&lt;br /&gt;
* [[ Dial by name does not find the specified server ]]&lt;br /&gt;
* [[ Automated Attendant prompt is not played ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Express =&lt;br /&gt;
* [[Agent cannot log in on shared line]]&lt;br /&gt;
* [[Agent cannot log in on restricted line]]&lt;br /&gt;
* [[When agent drops from conference, all parties on conference are dropped]]&lt;br /&gt;
* [[Cisco Unified CME triggers with 2811/CME router are not working]]&lt;br /&gt;
* [[Pressing hash character truncates the prompt and the prompts that follow are not played]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX =&lt;br /&gt;
* [[RmCm subsystem is out of service]]&lt;br /&gt;
* [[RmCm subsystem remains INITIALIZING]]&lt;br /&gt;
* [[RmCm remains in Initializing state]]&lt;br /&gt;
* [[Agents, Supervisors, or Teams are out of synch]]&lt;br /&gt;
* [[Agent or CSQ does not appear in CDA]]&lt;br /&gt;
* [[Agents do not appear in the Resources area in the Cisco Unified CCX Configuration web page]]&lt;br /&gt;
* [[You cannot select the order of agents]]&lt;br /&gt;
* [[Agent does not go to Work state after handling a call]]&lt;br /&gt;
* [[A media step causes a Could not create PlayPromptDialog Object exception]]&lt;br /&gt;
* [[Unable to make any Cisco Unified CCX configuration changes]]&lt;br /&gt;
* [[Some resource selection criteria are missing]]&lt;br /&gt;
* [[Unable to record an agent]]&lt;br /&gt;
* [[Sometimes the supervisor can monitor and record an agent and sometimes he cannot]]&lt;br /&gt;
* [[Calls to Cisco Unified CCX route points are disconnected]]&lt;br /&gt;
* [[Calls are not routed to agents]]&lt;br /&gt;
* [[Agents do not show in a CSQ]]&lt;br /&gt;
* [[Caller gets dropped when an attempt is made to recall a Cisco Unified CCX agent extension after the agent previously parked the call]]&lt;br /&gt;
* [[Updating a NIC driver disables silent monitoring and recording]]&lt;br /&gt;
* [[Agent alternates between Reserved and Ready state]]&lt;br /&gt;
* [[Agent in Reserved state but the consult transfer fails repeatedly]]&lt;br /&gt;
* [[Call fails if agent doesn’t pick the call in the first two rings]]&lt;br /&gt;
* [[Calls fail with CTIERR_TIMEOUT=0x8ccc0001::Cti request timed out]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified IP IVR =&lt;br /&gt;
* [[Cisco Unified IP IVR drops callers when transferring to an extension]]&lt;br /&gt;
* [[Prompts play in language]]&lt;br /&gt;
* [[Some prompts do not play]]&lt;br /&gt;
* [[Some prompts in a script play in the language specified and other prompts play in English]]&lt;br /&gt;
* [[A prompt plays phrases in the wrong order]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Administration =&lt;br /&gt;
* [[The Cisco Unified CCX Administration Authentication web page is not available]]&lt;br /&gt;
* [[Uploading a license file can result in a warning message]]&lt;br /&gt;
* [[User cannot log in to the Cisco Unified CCX web page]]&lt;br /&gt;
* [[Refreshing subflow script does not update parent scripts]]&lt;br /&gt;
* [[Cisco Unified CM users display in random order]]&lt;br /&gt;
* [[Cisco Unified CCX Supervisor web page cannot be viewed from Cisco Unified CCX Server]]&lt;br /&gt;
* [[Database table fields used by wallboard store data in milliseconds]]&lt;br /&gt;
* [[Management pages display error message when selected]]&lt;br /&gt;
* [[Zip file does not auto unzip on Document Management page]]&lt;br /&gt;
* [[Invalid files message displays while uploading a zip file of prompts]]&lt;br /&gt;
* [[A Component Manager goes into partial service when uploading a zip file]]&lt;br /&gt;
* [[High call rejection rate under heavy load]]&lt;br /&gt;
* [[Error in Cisco Unified CCX Administration when trying to upload a large prompt.wav file]]&lt;br /&gt;
* [[Callers hear a fast busy while calling the JTAPI triggers]]&lt;br /&gt;
* [[Override media termination group displayed twice]]&lt;br /&gt;
* [[SUPERVISE_CALL_REQ type barge in without AgentCallID]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Admin Utility =&lt;br /&gt;
* [[The cluster is not in synchronization]]&lt;br /&gt;
* [[Cisco Unified CCX Admin Utility exits or does not come up after login]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility fails due to data corruption]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run on a non bootstrap node]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run since the Node Manager hung]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Database =&lt;br /&gt;
* [[Cannot configure Application or System parameters from their pages in Cisco Unified CCX Administration]]&lt;br /&gt;
* [[HR client login error]]&lt;br /&gt;
* [[Cannot activate DB components on HA node]]&lt;br /&gt;
* [[Cisco Unified CCX Databases are not purged as expected]]&lt;br /&gt;
* [[Purge command did not purge data]]&lt;br /&gt;
* [[Historical Database db&amp;amp;#95;cra is full]]&lt;br /&gt;
* [[E-mail notification of database purging activities is not sent]]&lt;br /&gt;
* [[Syslog or SNMP trap notification of database purging activities is not sent]]&lt;br /&gt;
* [[After the replication between Primary/Secondary was created, the initial snapshot was successful but the merge agents would fail]]&lt;br /&gt;
* [[Uninstall SQL hotfix 2282 is failing]]&lt;br /&gt;
* [[The IPCC server is loosing the ODBC connection after running fine for some time]]&lt;br /&gt;
* [[SQL Agent crash with Red X Mark, and the Node Manager is down]]&lt;br /&gt;
* [[After the upgrade SQL Server got changed to MSDE]]&lt;br /&gt;
* [[From the log: Login failed for user '(null)'. Root cause: Not associated with a trusted SQL Server connection]]&lt;br /&gt;
* [[While doing some configuration change from the Appadmin gets the following error: &amp;quot;Error updating Database&amp;quot;]]&lt;br /&gt;
* [[Primary key violation exception in the MIVR logs while trying to insert a historical record to the Database table]]&lt;br /&gt;
* [[SQLException while uploading prompt, grammar, document using editor steps inside the workflow script]]&lt;br /&gt;
* [[Cannot configure Application or System parameters from the Cisco Unified CCX Administration]]&lt;br /&gt;
* [[Enterprise Database Subsystem is in out of service or in partial service]]&lt;br /&gt;
* [[Can't create a new Datasource from the Appadmin]]&lt;br /&gt;
* [[After creating the datasource and System DSN, it is not getting displayed in the editor step]]&lt;br /&gt;
* [[Not able to view/edit rmcm configurations from node2 appadmin in an HA setup]]&lt;br /&gt;
* [[DBAccessor errors while CVD start up]]&lt;br /&gt;
* [[When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists]]&lt;br /&gt;
* [[There is an error displayed in the appadmin while trying to modify the Datasource configuration]]&lt;br /&gt;
* [[Regarding Enterprise Database driver usage]]&lt;br /&gt;
* [[Datastore component activations fails when trying to activate node2 components]]&lt;br /&gt;
* [[Cannot activate datastores on second node in HA deployment. On node2 DB version in Bootstrap   8.00.2187 does not match actual Database Engine version 8.00.2282]]&lt;br /&gt;
* [[Replication Failure seen in the DB control center Appadmin page]]&lt;br /&gt;
* [[Config datastore activation failed.java.sql.SQLException: The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction]]&lt;br /&gt;
* [[Cannot activate Datastore components on HA node]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Editor =&lt;br /&gt;
* [[Change a string variable to an integer]]&lt;br /&gt;
* [[Accept step error during active debug]]&lt;br /&gt;
* [[Error occurs with Reactive Debugging Tool]]&lt;br /&gt;
* [[Agent automatically put into Ready state]]&lt;br /&gt;
* [[Agent has invalid state transition from Reserved to Available to Talking]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Engine =&lt;br /&gt;
* [[Agent cannot go Ready after logging in]]&lt;br /&gt;
* [[Voice Browser step throws an exception]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start and an RMI port in use error appears]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1067]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1069]]&lt;br /&gt;
* [[Application subsystem is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX Engine is running but calls are not answered]]&lt;br /&gt;
* [[Changing the time in Cisco Unified CCX machines results in agents getting logged off]]&lt;br /&gt;
* [[An error message plays when calling a CTI route point]]&lt;br /&gt;
* [[Changes to applications do not register]]&lt;br /&gt;
* [[Call drops during transfer over gateway]]&lt;br /&gt;
* [[H.323 client DTMF digits not detected]]&lt;br /&gt;
* [[Redirected call is disconnected]]&lt;br /&gt;
* [[The Cisco Unified CCX server runs out of disk space]]&lt;br /&gt;
* [[Cisco Unified CCX Server runs at 100% capacity or is slow]]&lt;br /&gt;
* [[Database Subsystem goes into partial service]]&lt;br /&gt;
* [[JTAPI subsystem is in partial service]]&lt;br /&gt;
* [[Unable to connect to JTAPI provider]]&lt;br /&gt;
* [[The Simple Recognition step takes the unsuccessful branch]]&lt;br /&gt;
* [[Calling party and Cisco Unified CCX do not have common codec]]&lt;br /&gt;
* [[Prompts with incorrect codec being played out]]&lt;br /&gt;
* [[Prompt Exception in Cisco Unified CCX Engine log file]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start]]&lt;br /&gt;
* [[Application subsystem in partial service and application running for an unexpectedly long time]]&lt;br /&gt;
* [[Cisco Unified CCX Server and Active Directory integration results in some services being unregistered]]&lt;br /&gt;
* [[Database Subsystem fails to connect to MS SQL server]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Real-Time Reporting =&lt;br /&gt;
* [[Attempting to run a real-time report causes an error]]&lt;br /&gt;
* [[After installing JRE, the user receives a message from real-time reporting saying to install JRE]]&lt;br /&gt;
* [[Contact entry is stuck in real-time reporting]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Historical Reporting =&lt;br /&gt;
* [[Exported PDF report does not print in landscape orientation]]&lt;br /&gt;
* [[User login missing in Windows XP after installing HR client]]&lt;br /&gt;
* [[Client and Server security policies do not match]]&lt;br /&gt;
* [[Charts do not appear properly in MS Excel format]]&lt;br /&gt;
* [[Columns of data missing in report in MS Excel format]]&lt;br /&gt;
* [[Records truncated in report in MS Excel format]]&lt;br /&gt;
* [[Agent names overwritten on charts]]&lt;br /&gt;
* [[RTF Report containing charts has tabular report headings]]&lt;br /&gt;
* [[Scheduler icon does not appear on Terminal Services client]]&lt;br /&gt;
* [[Reports do not execute at scheduled times]]&lt;br /&gt;
* [[Search dialog box and Preview tab appear in English on Windows system with locale set to German]]&lt;br /&gt;
* [[Dialog box does not appear as expected when report is exported]]&lt;br /&gt;
* [[Error when choosing an option from the Historical Reporting web page]]&lt;br /&gt;
* [[Truncated report description in Historical Reports client]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run]]&lt;br /&gt;
* [[The SQL Command Failed dialog box appears when you try to generate a historical report]]&lt;br /&gt;
* [[Some information appears in English on a German system]]&lt;br /&gt;
* [[The Historical Reports client computer cannot connect to the Cisco Unified CCX server]]&lt;br /&gt;
* [[A Database Connection Error 5051 error appears]]&lt;br /&gt;
* [[Export file name does not appear in Export dialog box]]&lt;br /&gt;
* [[Cannot point to local applications from the Database Server Configuration page]]&lt;br /&gt;
* [[Attempt to log in to the Cisco Unified CCX Server from the Historical Reporting client fails and an error message is returned]]&lt;br /&gt;
* [[Only three report templates are available for Cisco Unified CCX Standard]]&lt;br /&gt;
* [[Discrepancy in number of ACD calls shown on custom reports]]&lt;br /&gt;
* [[Priority Summary Activity Report chart prints only partly in color]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run and message appears in CiscoSch.log file]]&lt;br /&gt;
* [[Historical Reporting Client window shows nothing in the user drop-down menu]]&lt;br /&gt;
* [[Historical Reporting Client stops working; attempt to log in again results in error messages]]&lt;br /&gt;
* [[Scheduler DOS exception error received when running a custom report]]&lt;br /&gt;
* [[Columns displaced in Excel spreadsheet when exporting a report]]&lt;br /&gt;
* [[Scheduler icon does not appear in Windows status bar]]&lt;br /&gt;
* [[Error message appears indicating connection with database is broken]]&lt;br /&gt;
* [[Called Number Summary Report (CNSR) has more calls than the Traffic Analysis Report (TAR)]]&lt;br /&gt;
* [[Which reports should be used to determine BHCA and BHCC?]]&lt;br /&gt;
* [[Total logged in hours for agent very high after name change]]&lt;br /&gt;
* [[Filter by skill/team/resourcegroup not working]]&lt;br /&gt;
&lt;br /&gt;
= Automatic Speech Recognition =&lt;br /&gt;
* [[Names are not recognized]]&lt;br /&gt;
* [[Recognition never times out]]&lt;br /&gt;
* [[Alternate pronunciations and nicknames are not recognized]]&lt;br /&gt;
* [[Reduced call completion rate under heavy load while using an MRCP ASR Group]]&lt;br /&gt;
* [[MRCP ASR subsystem is out of service]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP ASR Providers, MRCP Servers, or Groups do not take effect]]&lt;br /&gt;
* [[Calling a route point with an MRCP ASR Dialog Group results in default treatment]]&lt;br /&gt;
&lt;br /&gt;
= Outbound =&lt;br /&gt;
* [[Agent does skip or skip-close but does not stay reserved]]&lt;br /&gt;
* [[Agent is not getting callbacks]]&lt;br /&gt;
* [[Agent is ready but does not get an Outbound call for up to two minutes]]&lt;br /&gt;
* [[Errors placing Outbound calls]]&lt;br /&gt;
* [[Not all contacts get imported]]&lt;br /&gt;
* [[On the Campaigns Configuration web page, the available CSQs list is empty even though there are CSQs configured under the RmCm subsystem]]&lt;br /&gt;
* [[Outbound buttons do not show up on CAD]]&lt;br /&gt;
* [[Outbound buttons show up but are disabled on CAD]]&lt;br /&gt;
* [[Outbound calls are not getting dialed]]&lt;br /&gt;
* [[Outbound call volume is low]]&lt;br /&gt;
* [[Outbound System Service is not in service]]&lt;br /&gt;
* [[RTR Outbound reports do not show all possible reclassification]]&lt;br /&gt;
&lt;br /&gt;
= Text-to-Speech =&lt;br /&gt;
* [[Provider becomes IN_SERVICE immediately]]&lt;br /&gt;
* [[TTS Prompt does not play]]&lt;br /&gt;
* [[TTS prompt is not recognizable]]&lt;br /&gt;
* [[MRCP TTS subsystem is out of service]]&lt;br /&gt;
* [[Long TTS prompts consume significant memory on Cisco Unified CCX Server]]&lt;br /&gt;
* [[Non-UTF-8 characters needed for some languages]]&lt;br /&gt;
* [[A .wav file prompt playback is garbled when played by a TTS server]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP TTS Providers, MRCP Servers, locales, or genders do not take effect]]&lt;br /&gt;
&lt;br /&gt;
= Serviceability =&lt;br /&gt;
* [[SNMP-based network management tools cannot monitor Cisco Unified CCX components]]&lt;br /&gt;
* [[File Manager in partial service]]&lt;br /&gt;
* [[SNMP traps do not arrive at the trap receiver]]&lt;br /&gt;
* [[Syslog messages not received by receiver]]&lt;br /&gt;
* [[The Alarm Service does not start]]&lt;br /&gt;
* [[Serviceability does not uninstall completely]]&lt;br /&gt;
* [[Updating Data with the Serviceability Tool on One Node does not Update Other Nodes]]&lt;br /&gt;
* [[Virus Scan software slows Call Completion Rate]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Internationalization =&lt;br /&gt;
* [[Results not as expected for first name and last name in Chinese, Japanese, and Korean]]&lt;br /&gt;
* [[Language specified is not accepted or played]]&lt;br /&gt;
&lt;br /&gt;
= VXML =&lt;br /&gt;
* [[Voice Browser Step troubleshooting steps]]&lt;br /&gt;
* [[Timeout attribute for non-input does not work]]&lt;br /&gt;
* [[Menu Choice DTMF does not work]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Bootstrap =&lt;br /&gt;
* [[Transaction Manager cannot start]]&lt;br /&gt;
* [[Have an exception on startup with a message like &amp;quot;unable to recover transaction&amp;quot; or an error message related to reading or modifying the &amp;quot;Tx.per&amp;quot; file]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Failover =&lt;br /&gt;
* [[Conflicts in Datastore Control Center history]]&lt;br /&gt;
* [[Cannot make configuration changes in HA cluster]]&lt;br /&gt;
* [[Cannot make configuration changes in RmCm Subsystem]]&lt;br /&gt;
* [[Service constantly shows Invalid]]&lt;br /&gt;
* [[Cisco Unified CCX server keeps rebooting due to Cisco Unified CCX Node Manager failure]]&lt;br /&gt;
* [[Cluster is in partial service]]&lt;br /&gt;
* [[Server is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX does not accept a call or function properly]]&lt;br /&gt;
* [[Service Master/Slave status is not shown on Cisco Unified CCX Administration Control Center]]&lt;br /&gt;
* [[Cluster time synch fails]]&lt;br /&gt;
* [[Cisco Unified CCX Servers respond slowly in a High Availability environment]]&lt;br /&gt;
* [[Multiple failovers with high CPU usage]]&lt;br /&gt;
&lt;br /&gt;
= VoIP Monitor =&lt;br /&gt;
* [[VoIP monitor does not work correctly]]&lt;br /&gt;
* [[Cisco Unified CCX fails to start]]&lt;br /&gt;
* [[VoIP Monitor tab of the CDA gives an error]]&lt;br /&gt;
* [[VoIP Monitor does not list some phone devices]]&lt;br /&gt;
&lt;br /&gt;
= CDP =&lt;br /&gt;
* [[CDP Protocol Driver missing in Device Manager]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Config_datastore_activation_failed.java.sql.SQLException:_The_operation_could_not_be_performed_because_the_OLE_DB_provider_%27SQLOLEDB%27_was_unable_to_begin_a_distributed_transaction</id>
		<title>Config datastore activation failed.java.sql.SQLException: The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Config_datastore_activation_failed.java.sql.SQLException:_The_operation_could_not_be_performed_because_the_OLE_DB_provider_%27SQLOLEDB%27_was_unable_to_begin_a_distributed_transaction"/>
				<updated>2010-05-04T09:06:11Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Config datastore activation failed.java.sql.SQLException: The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Config datastore activation failed.java.sql.SQLException: The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| %MCVD-CVD-3-COMPONENT_SET_CDS_ERROR: Component ConfigDataLinker.setCds error: type=CRS Config Datastore, nodeId=2, Exception=com.cisco.database.util.DBException:&lt;br /&gt;
SyncConfigData; nested exception is:  java.sql.SQLException: The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction&lt;br /&gt;
&lt;br /&gt;
Getting the above mentioned error while activating config and historical datastore on the second node of the HA cluster.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| java.sql.SQLException: The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| Verify whether the host file has been updated and whether both nodes can ping each other using host name. Looks like the customer has used the same image of Windows for both nodes. You can confirm this by running MSDTCPing on both nodes. If that is the case then they have to reimage node 2 and install Windows from DVD.&lt;br /&gt;
&lt;br /&gt;
To run MS DTC ping:&lt;br /&gt;
1.       Download MS DTC Ping from Microsoft Download Center http://download.microsoft.com/download/d/0/0/d00c8f6b-135d-4441-a97b-9de16a1935c1/dtcping.exe&lt;br /&gt;
2.       Extract it to some dir on both nodes&lt;br /&gt;
3.       Double click on exe file, on both nodes&lt;br /&gt;
4.       Now enter the host name of other node and try to ping&lt;br /&gt;
5.       The ping should work in both directions for MS DTC to work fine&lt;br /&gt;
&lt;br /&gt;
The log file will have the reason why the ping fails; it will also have the Machine CID which should be different for both nodes. If it is the same they have used the same windows image for both the servers.&lt;br /&gt;
&lt;br /&gt;
 If there is some other problem to establish the distributed connection the logs will have the details.  This can happen because of firewall blocking the ports or due to 3rd party software or incompatible network adapter driver.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Remove the second node from the cluster using Appadmin control center -&amp;gt; component activation page. Install fresh OS using disk in the second node and install CRS.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0, Release 5.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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Config_datastore_activation_failed.java.sql.SQLException:_The_operation_could_not_be_performed_because_the_OLE_DB_provider_%27SQLOLEDB%27_was_unable_to_begin_a_distributed_transaction</id>
		<title>Config datastore activation failed.java.sql.SQLException: The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Config_datastore_activation_failed.java.sql.SQLException:_The_operation_could_not_be_performed_because_the_OLE_DB_provider_%27SQLOLEDB%27_was_unable_to_begin_a_distributed_transaction"/>
				<updated>2010-05-04T09:04:37Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: New page: == Config datastore activation failed.java.sql.SQLException: The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction ==  {...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Config datastore activation failed.java.sql.SQLException: The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| %MCVD-CVD-3-COMPONENT_SET_CDS_ERROR: Component ConfigDataLinker.setCds error: type=CRS Config Datastore, nodeId=2, Exception=com.cisco.database.util.DBException:&lt;br /&gt;
SyncConfigData; nested exception is:  java.sql.SQLException: The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction&lt;br /&gt;
&lt;br /&gt;
Getting the above mentioned error while activating config and historical datastore on the second node of the HA cluster.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| java.sql.SQLException: The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| Verify whether the host file has been updated and whether both nodes can ping each other using host name. Looks like the customer has used the same image of Windows for both nodes. You can confirm this by running MSDTCPing on both nodes. If that is the case then they have to reimage node 2 and install Windows from DVD.&lt;br /&gt;
&lt;br /&gt;
To run MS DTC ping:&lt;br /&gt;
1.       Download MS DTC Ping from Microsoft Download Center http://download.microsoft.com/download/d/0/0/d00c8f6b-135d-4441-a97b-9de16a1935c1/dtcping.exe&lt;br /&gt;
2.       Extract it to some dir on both nodes&lt;br /&gt;
3.       Double click on exe file, on both nodes&lt;br /&gt;
4.       Now enter the host name of other node and try to ping&lt;br /&gt;
5.       The ping should work in both directions for MS DTC to work fine&lt;br /&gt;
&lt;br /&gt;
The log file will have the reason why the ping fails; it will also have the Machine CID which should be different for both nodes. If it is the same they have used the same windows image for both the servers.&lt;br /&gt;
&lt;br /&gt;
 If there is some other problem to establish the distributed connection the logs will have the details.  This can happen because of firewall blocking the ports or due to 3rd party software or incompatible network adapter driver.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| : Remove the second node from the cluster using Appadmin control center -&amp;gt; component activation page. Install fresh OS using disk in the second node and install CRS.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0, Release 5.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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0</id>
		<title>Troubleshooting Tips for Unified CCX 7.0</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0"/>
				<updated>2010-05-04T09:02:53Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Cisco Unified CCX Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Unified Contact Center Express]] &lt;br /&gt;
&lt;br /&gt;
'''See also:''' [[Additional troubleshooting information for Unified CCX 7.0]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation:&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* [[One node on a Cisco Unified CCX 7.0(1) two-node cluster crashes beyond repair]]&lt;br /&gt;
&lt;br /&gt;
= Backup, Restore, and Update =&lt;br /&gt;
* [[Backup, Restore, and Upgrade cannot be started from a client desktop]]&lt;br /&gt;
* [[During Backup, Restore, or Upgrade, an exception is seen in user interface]]&lt;br /&gt;
* [[Backup failed for a One or Two-Node system]]&lt;br /&gt;
* [[CRS 4.5 profile name is missing]]&lt;br /&gt;
* [[Page Not Found message is displayed during Restore or Upgrade]]&lt;br /&gt;
* [[Restore fails due to a file not being found]]&lt;br /&gt;
* [[Restore failed for a one-node system]]&lt;br /&gt;
* [[Restore failed on a two-node system that had run before the Restore]]&lt;br /&gt;
* [[Restore failed on a two-node system that was re-imaged]]&lt;br /&gt;
* [[Some RmCm configuration is missing after upgrade]]&lt;br /&gt;
* [[During the backup process, the backup window is accidentally closed]]&lt;br /&gt;
* [[Restore error in HA deployment when tape drive moved]]&lt;br /&gt;
* [[Restore error in HA deployment when backup and restore is performed on different nodes]]&lt;br /&gt;
* [[Failure when Updating Outbound Subsystem Configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Enterprise Telephony subsystem =&lt;br /&gt;
* [[A functional routing point stopped working or the Cisco Unified CME Telephony subsystem is in partial service]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Automated Attendant =&lt;br /&gt;
* [[ Dial by name does not find the specified server ]]&lt;br /&gt;
* [[ Automated Attendant prompt is not played ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Express =&lt;br /&gt;
* [[Agent cannot log in on shared line]]&lt;br /&gt;
* [[Agent cannot log in on restricted line]]&lt;br /&gt;
* [[When agent drops from conference, all parties on conference are dropped]]&lt;br /&gt;
* [[Cisco Unified CME triggers with 2811/CME router are not working]]&lt;br /&gt;
* [[Pressing hash character truncates the prompt and the prompts that follow are not played]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX =&lt;br /&gt;
* [[RmCm subsystem is out of service]]&lt;br /&gt;
* [[RmCm subsystem remains INITIALIZING]]&lt;br /&gt;
* [[RmCm remains in Initializing state]]&lt;br /&gt;
* [[Agents, Supervisors, or Teams are out of synch]]&lt;br /&gt;
* [[Agent or CSQ does not appear in CDA]]&lt;br /&gt;
* [[Agents do not appear in the Resources area in the Cisco Unified CCX Configuration web page]]&lt;br /&gt;
* [[You cannot select the order of agents]]&lt;br /&gt;
* [[Agent does not go to Work state after handling a call]]&lt;br /&gt;
* [[A media step causes a Could not create PlayPromptDialog Object exception]]&lt;br /&gt;
* [[Unable to make any Cisco Unified CCX configuration changes]]&lt;br /&gt;
* [[Some resource selection criteria are missing]]&lt;br /&gt;
* [[Unable to record an agent]]&lt;br /&gt;
* [[Sometimes the supervisor can monitor and record an agent and sometimes he cannot]]&lt;br /&gt;
* [[Calls to Cisco Unified CCX route points are disconnected]]&lt;br /&gt;
* [[Calls are not routed to agents]]&lt;br /&gt;
* [[Agents do not show in a CSQ]]&lt;br /&gt;
* [[Caller gets dropped when an attempt is made to recall a Cisco Unified CCX agent extension after the agent previously parked the call]]&lt;br /&gt;
* [[Updating a NIC driver disables silent monitoring and recording]]&lt;br /&gt;
* [[Agent alternates between Reserved and Ready state]]&lt;br /&gt;
* [[Agent in Reserved state but the consult transfer fails repeatedly]]&lt;br /&gt;
* [[Call fails if agent doesn’t pick the call in the first two rings]]&lt;br /&gt;
* [[Calls fail with CTIERR_TIMEOUT=0x8ccc0001::Cti request timed out]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified IP IVR =&lt;br /&gt;
* [[Cisco Unified IP IVR drops callers when transferring to an extension]]&lt;br /&gt;
* [[Prompts play in language]]&lt;br /&gt;
* [[Some prompts do not play]]&lt;br /&gt;
* [[Some prompts in a script play in the language specified and other prompts play in English]]&lt;br /&gt;
* [[A prompt plays phrases in the wrong order]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Administration =&lt;br /&gt;
* [[The Cisco Unified CCX Administration Authentication web page is not available]]&lt;br /&gt;
* [[Uploading a license file can result in a warning message]]&lt;br /&gt;
* [[User cannot log in to the Cisco Unified CCX web page]]&lt;br /&gt;
* [[Refreshing subflow script does not update parent scripts]]&lt;br /&gt;
* [[Cisco Unified CM users display in random order]]&lt;br /&gt;
* [[Cisco Unified CCX Supervisor web page cannot be viewed from Cisco Unified CCX Server]]&lt;br /&gt;
* [[Database table fields used by wallboard store data in milliseconds]]&lt;br /&gt;
* [[Management pages display error message when selected]]&lt;br /&gt;
* [[Zip file does not auto unzip on Document Management page]]&lt;br /&gt;
* [[Invalid files message displays while uploading a zip file of prompts]]&lt;br /&gt;
* [[A Component Manager goes into partial service when uploading a zip file]]&lt;br /&gt;
* [[High call rejection rate under heavy load]]&lt;br /&gt;
* [[Error in Cisco Unified CCX Administration when trying to upload a large prompt.wav file]]&lt;br /&gt;
* [[Callers hear a fast busy while calling the JTAPI triggers]]&lt;br /&gt;
* [[Override media termination group displayed twice]]&lt;br /&gt;
* [[SUPERVISE_CALL_REQ type barge in without AgentCallID]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Admin Utility =&lt;br /&gt;
* [[The cluster is not in synchronization]]&lt;br /&gt;
* [[Cisco Unified CCX Admin Utility exits or does not come up after login]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility fails due to data corruption]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run on a non bootstrap node]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run since the Node Manager hung]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Database =&lt;br /&gt;
* [[Cannot configure Application or System parameters from their pages in Cisco Unified CCX Administration]]&lt;br /&gt;
* [[HR client login error]]&lt;br /&gt;
* [[Cannot activate DB components on HA node]]&lt;br /&gt;
* [[Cisco Unified CCX Databases are not purged as expected]]&lt;br /&gt;
* [[Purge command did not purge data]]&lt;br /&gt;
* [[Historical Database db&amp;amp;#95;cra is full]]&lt;br /&gt;
* [[E-mail notification of database purging activities is not sent]]&lt;br /&gt;
* [[Syslog or SNMP trap notification of database purging activities is not sent]]&lt;br /&gt;
* [[After the replication between Primary/Secondary was created, the initial snapshot was successful but the merge agents would fail]]&lt;br /&gt;
* [[Uninstall SQL hotfix 2282 is failing]]&lt;br /&gt;
* [[The IPCC server is loosing the ODBC connection after running fine for some time]]&lt;br /&gt;
* [[SQL Agent crash with Red X Mark, and the Node Manager is down]]&lt;br /&gt;
* [[After the upgrade SQL Server got changed to MSDE]]&lt;br /&gt;
* [[From the log: Login failed for user '(null)'. Root cause: Not associated with a trusted SQL Server connection]]&lt;br /&gt;
* [[While doing some configuration change from the Appadmin gets the following error: &amp;quot;Error updating Database&amp;quot;]]&lt;br /&gt;
* [[Primary key violation exception in the MIVR logs while trying to insert a historical record to the Database table]]&lt;br /&gt;
* [[SQLException while uploading prompt, grammar, document using editor steps inside the workflow script]]&lt;br /&gt;
* [[Cannot configure Application or System parameters from the Cisco Unified CCX Administration]]&lt;br /&gt;
* [[Enterprise Database Subsystem is in out of service or in partial service]]&lt;br /&gt;
* [[Can't create a new Datasource from the Appadmin]]&lt;br /&gt;
* [[After creating the datasource and System DSN, it is not getting displayed in the editor step]]&lt;br /&gt;
* [[Not able to view/edit rmcm configurations from node2 appadmin in an HA setup]]&lt;br /&gt;
* [[DBAccessor errors while CVD start up]]&lt;br /&gt;
* [[When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists]]&lt;br /&gt;
* [[There is an error displayed in the appadmin while trying to modify the Datasource configuration]]&lt;br /&gt;
* [[Regarding Enterprise Database driver usage]]&lt;br /&gt;
* [[Datastore component activations fails when trying to activate node2 components]]&lt;br /&gt;
* [[Cannot activate datastores on second node in HA deployment. On node2 DB version in Bootstrap   8.00.2187 does not match actual Database Engine version 8.00.2282]]&lt;br /&gt;
* [[Replication Failure seen in the DB control center Appadmin page]]&lt;br /&gt;
* [[Config datastore activation failed.java.sql.SQLException: The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Editor =&lt;br /&gt;
* [[Change a string variable to an integer]]&lt;br /&gt;
* [[Accept step error during active debug]]&lt;br /&gt;
* [[Error occurs with Reactive Debugging Tool]]&lt;br /&gt;
* [[Agent automatically put into Ready state]]&lt;br /&gt;
* [[Agent has invalid state transition from Reserved to Available to Talking]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Engine =&lt;br /&gt;
* [[Agent cannot go Ready after logging in]]&lt;br /&gt;
* [[Voice Browser step throws an exception]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start and an RMI port in use error appears]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1067]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1069]]&lt;br /&gt;
* [[Application subsystem is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX Engine is running but calls are not answered]]&lt;br /&gt;
* [[Changing the time in Cisco Unified CCX machines results in agents getting logged off]]&lt;br /&gt;
* [[An error message plays when calling a CTI route point]]&lt;br /&gt;
* [[Changes to applications do not register]]&lt;br /&gt;
* [[Call drops during transfer over gateway]]&lt;br /&gt;
* [[H.323 client DTMF digits not detected]]&lt;br /&gt;
* [[Redirected call is disconnected]]&lt;br /&gt;
* [[The Cisco Unified CCX server runs out of disk space]]&lt;br /&gt;
* [[Cisco Unified CCX Server runs at 100% capacity or is slow]]&lt;br /&gt;
* [[Database Subsystem goes into partial service]]&lt;br /&gt;
* [[JTAPI subsystem is in partial service]]&lt;br /&gt;
* [[Unable to connect to JTAPI provider]]&lt;br /&gt;
* [[The Simple Recognition step takes the unsuccessful branch]]&lt;br /&gt;
* [[Calling party and Cisco Unified CCX do not have common codec]]&lt;br /&gt;
* [[Prompts with incorrect codec being played out]]&lt;br /&gt;
* [[Prompt Exception in Cisco Unified CCX Engine log file]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start]]&lt;br /&gt;
* [[Application subsystem in partial service and application running for an unexpectedly long time]]&lt;br /&gt;
* [[Cisco Unified CCX Server and Active Directory integration results in some services being unregistered]]&lt;br /&gt;
* [[Database Subsystem fails to connect to MS SQL server]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Real-Time Reporting =&lt;br /&gt;
* [[Attempting to run a real-time report causes an error]]&lt;br /&gt;
* [[After installing JRE, the user receives a message from real-time reporting saying to install JRE]]&lt;br /&gt;
* [[Contact entry is stuck in real-time reporting]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Historical Reporting =&lt;br /&gt;
* [[Exported PDF report does not print in landscape orientation]]&lt;br /&gt;
* [[User login missing in Windows XP after installing HR client]]&lt;br /&gt;
* [[Client and Server security policies do not match]]&lt;br /&gt;
* [[Charts do not appear properly in MS Excel format]]&lt;br /&gt;
* [[Columns of data missing in report in MS Excel format]]&lt;br /&gt;
* [[Records truncated in report in MS Excel format]]&lt;br /&gt;
* [[Agent names overwritten on charts]]&lt;br /&gt;
* [[RTF Report containing charts has tabular report headings]]&lt;br /&gt;
* [[Scheduler icon does not appear on Terminal Services client]]&lt;br /&gt;
* [[Reports do not execute at scheduled times]]&lt;br /&gt;
* [[Search dialog box and Preview tab appear in English on Windows system with locale set to German]]&lt;br /&gt;
* [[Dialog box does not appear as expected when report is exported]]&lt;br /&gt;
* [[Error when choosing an option from the Historical Reporting web page]]&lt;br /&gt;
* [[Truncated report description in Historical Reports client]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run]]&lt;br /&gt;
* [[The SQL Command Failed dialog box appears when you try to generate a historical report]]&lt;br /&gt;
* [[Some information appears in English on a German system]]&lt;br /&gt;
* [[The Historical Reports client computer cannot connect to the Cisco Unified CCX server]]&lt;br /&gt;
* [[A Database Connection Error 5051 error appears]]&lt;br /&gt;
* [[Export file name does not appear in Export dialog box]]&lt;br /&gt;
* [[Cannot point to local applications from the Database Server Configuration page]]&lt;br /&gt;
* [[Attempt to log in to the Cisco Unified CCX Server from the Historical Reporting client fails and an error message is returned]]&lt;br /&gt;
* [[Only three report templates are available for Cisco Unified CCX Standard]]&lt;br /&gt;
* [[Discrepancy in number of ACD calls shown on custom reports]]&lt;br /&gt;
* [[Priority Summary Activity Report chart prints only partly in color]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run and message appears in CiscoSch.log file]]&lt;br /&gt;
* [[Historical Reporting Client window shows nothing in the user drop-down menu]]&lt;br /&gt;
* [[Historical Reporting Client stops working; attempt to log in again results in error messages]]&lt;br /&gt;
* [[Scheduler DOS exception error received when running a custom report]]&lt;br /&gt;
* [[Columns displaced in Excel spreadsheet when exporting a report]]&lt;br /&gt;
* [[Scheduler icon does not appear in Windows status bar]]&lt;br /&gt;
* [[Error message appears indicating connection with database is broken]]&lt;br /&gt;
* [[Called Number Summary Report (CNSR) has more calls than the Traffic Analysis Report (TAR)]]&lt;br /&gt;
* [[Which reports should be used to determine BHCA and BHCC?]]&lt;br /&gt;
* [[Total logged in hours for agent very high after name change]]&lt;br /&gt;
* [[Filter by skill/team/resourcegroup not working]]&lt;br /&gt;
&lt;br /&gt;
= Automatic Speech Recognition =&lt;br /&gt;
* [[Names are not recognized]]&lt;br /&gt;
* [[Recognition never times out]]&lt;br /&gt;
* [[Alternate pronunciations and nicknames are not recognized]]&lt;br /&gt;
* [[Reduced call completion rate under heavy load while using an MRCP ASR Group]]&lt;br /&gt;
* [[MRCP ASR subsystem is out of service]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP ASR Providers, MRCP Servers, or Groups do not take effect]]&lt;br /&gt;
* [[Calling a route point with an MRCP ASR Dialog Group results in default treatment]]&lt;br /&gt;
&lt;br /&gt;
= Outbound =&lt;br /&gt;
* [[Agent does skip or skip-close but does not stay reserved]]&lt;br /&gt;
* [[Agent is not getting callbacks]]&lt;br /&gt;
* [[Agent is ready but does not get an Outbound call for up to two minutes]]&lt;br /&gt;
* [[Errors placing Outbound calls]]&lt;br /&gt;
* [[Not all contacts get imported]]&lt;br /&gt;
* [[On the Campaigns Configuration web page, the available CSQs list is empty even though there are CSQs configured under the RmCm subsystem]]&lt;br /&gt;
* [[Outbound buttons do not show up on CAD]]&lt;br /&gt;
* [[Outbound buttons show up but are disabled on CAD]]&lt;br /&gt;
* [[Outbound calls are not getting dialed]]&lt;br /&gt;
* [[Outbound call volume is low]]&lt;br /&gt;
* [[Outbound System Service is not in service]]&lt;br /&gt;
* [[RTR Outbound reports do not show all possible reclassification]]&lt;br /&gt;
&lt;br /&gt;
= Text-to-Speech =&lt;br /&gt;
* [[Provider becomes IN_SERVICE immediately]]&lt;br /&gt;
* [[TTS Prompt does not play]]&lt;br /&gt;
* [[TTS prompt is not recognizable]]&lt;br /&gt;
* [[MRCP TTS subsystem is out of service]]&lt;br /&gt;
* [[Long TTS prompts consume significant memory on Cisco Unified CCX Server]]&lt;br /&gt;
* [[Non-UTF-8 characters needed for some languages]]&lt;br /&gt;
* [[A .wav file prompt playback is garbled when played by a TTS server]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP TTS Providers, MRCP Servers, locales, or genders do not take effect]]&lt;br /&gt;
&lt;br /&gt;
= Serviceability =&lt;br /&gt;
* [[SNMP-based network management tools cannot monitor Cisco Unified CCX components]]&lt;br /&gt;
* [[File Manager in partial service]]&lt;br /&gt;
* [[SNMP traps do not arrive at the trap receiver]]&lt;br /&gt;
* [[Syslog messages not received by receiver]]&lt;br /&gt;
* [[The Alarm Service does not start]]&lt;br /&gt;
* [[Serviceability does not uninstall completely]]&lt;br /&gt;
* [[Updating Data with the Serviceability Tool on One Node does not Update Other Nodes]]&lt;br /&gt;
* [[Virus Scan software slows Call Completion Rate]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Internationalization =&lt;br /&gt;
* [[Results not as expected for first name and last name in Chinese, Japanese, and Korean]]&lt;br /&gt;
* [[Language specified is not accepted or played]]&lt;br /&gt;
&lt;br /&gt;
= VXML =&lt;br /&gt;
* [[Voice Browser Step troubleshooting steps]]&lt;br /&gt;
* [[Timeout attribute for non-input does not work]]&lt;br /&gt;
* [[Menu Choice DTMF does not work]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Bootstrap =&lt;br /&gt;
* [[Transaction Manager cannot start]]&lt;br /&gt;
* [[Have an exception on startup with a message like &amp;quot;unable to recover transaction&amp;quot; or an error message related to reading or modifying the &amp;quot;Tx.per&amp;quot; file]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Failover =&lt;br /&gt;
* [[Conflicts in Datastore Control Center history]]&lt;br /&gt;
* [[Cannot make configuration changes in HA cluster]]&lt;br /&gt;
* [[Cannot make configuration changes in RmCm Subsystem]]&lt;br /&gt;
* [[Service constantly shows Invalid]]&lt;br /&gt;
* [[Cisco Unified CCX server keeps rebooting due to Cisco Unified CCX Node Manager failure]]&lt;br /&gt;
* [[Cluster is in partial service]]&lt;br /&gt;
* [[Server is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX does not accept a call or function properly]]&lt;br /&gt;
* [[Service Master/Slave status is not shown on Cisco Unified CCX Administration Control Center]]&lt;br /&gt;
* [[Cluster time synch fails]]&lt;br /&gt;
* [[Cisco Unified CCX Servers respond slowly in a High Availability environment]]&lt;br /&gt;
* [[Multiple failovers with high CPU usage]]&lt;br /&gt;
&lt;br /&gt;
= VoIP Monitor =&lt;br /&gt;
* [[VoIP monitor does not work correctly]]&lt;br /&gt;
* [[Cisco Unified CCX fails to start]]&lt;br /&gt;
* [[VoIP Monitor tab of the CDA gives an error]]&lt;br /&gt;
* [[VoIP Monitor does not list some phone devices]]&lt;br /&gt;
&lt;br /&gt;
= CDP =&lt;br /&gt;
* [[CDP Protocol Driver missing in Device Manager]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Replication_Failure_seen_in_the_DB_control_center_Appadmin_page</id>
		<title>Replication Failure seen in the DB control center Appadmin page</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Replication_Failure_seen_in_the_DB_control_center_Appadmin_page"/>
				<updated>2010-05-04T09:00:51Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: New page: == Replication Failure seen in the DB control center Appadmin page ==  {| border=&amp;quot;1&amp;quot; |- ! '''Problem Summary''' | Replication Failure seen in the DB control center Appadmin page. OR else t...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Replication Failure seen in the DB control center Appadmin page ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| Replication Failure seen in the DB control center Appadmin page. OR else there is only publication snapshot agent present for any of the datastore component in the DB Control Center Page.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| 1. Go to DB control Center-&amp;gt;Publisher Activation page from the Appadmin.&lt;br /&gt;
2. Select the Publication Snapshot Agent of the datastore whose replication has been failed.&lt;br /&gt;
3. Click Reset Publication.&lt;br /&gt;
&lt;br /&gt;
If it does not work:&lt;br /&gt;
&lt;br /&gt;
Open Appadmin control Center-&amp;gt;Component Activation and deactivate the node2 datastore component whose replication has been broken. Try component activation again.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0, Release 5.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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0</id>
		<title>Troubleshooting Tips for Unified CCX 7.0</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0"/>
				<updated>2010-05-04T08:54:22Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Cisco Unified CCX Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Unified Contact Center Express]] &lt;br /&gt;
&lt;br /&gt;
'''See also:''' [[Additional troubleshooting information for Unified CCX 7.0]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation:&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* [[One node on a Cisco Unified CCX 7.0(1) two-node cluster crashes beyond repair]]&lt;br /&gt;
&lt;br /&gt;
= Backup, Restore, and Update =&lt;br /&gt;
* [[Backup, Restore, and Upgrade cannot be started from a client desktop]]&lt;br /&gt;
* [[During Backup, Restore, or Upgrade, an exception is seen in user interface]]&lt;br /&gt;
* [[Backup failed for a One or Two-Node system]]&lt;br /&gt;
* [[CRS 4.5 profile name is missing]]&lt;br /&gt;
* [[Page Not Found message is displayed during Restore or Upgrade]]&lt;br /&gt;
* [[Restore fails due to a file not being found]]&lt;br /&gt;
* [[Restore failed for a one-node system]]&lt;br /&gt;
* [[Restore failed on a two-node system that had run before the Restore]]&lt;br /&gt;
* [[Restore failed on a two-node system that was re-imaged]]&lt;br /&gt;
* [[Some RmCm configuration is missing after upgrade]]&lt;br /&gt;
* [[During the backup process, the backup window is accidentally closed]]&lt;br /&gt;
* [[Restore error in HA deployment when tape drive moved]]&lt;br /&gt;
* [[Restore error in HA deployment when backup and restore is performed on different nodes]]&lt;br /&gt;
* [[Failure when Updating Outbound Subsystem Configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Enterprise Telephony subsystem =&lt;br /&gt;
* [[A functional routing point stopped working or the Cisco Unified CME Telephony subsystem is in partial service]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Automated Attendant =&lt;br /&gt;
* [[ Dial by name does not find the specified server ]]&lt;br /&gt;
* [[ Automated Attendant prompt is not played ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Express =&lt;br /&gt;
* [[Agent cannot log in on shared line]]&lt;br /&gt;
* [[Agent cannot log in on restricted line]]&lt;br /&gt;
* [[When agent drops from conference, all parties on conference are dropped]]&lt;br /&gt;
* [[Cisco Unified CME triggers with 2811/CME router are not working]]&lt;br /&gt;
* [[Pressing hash character truncates the prompt and the prompts that follow are not played]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX =&lt;br /&gt;
* [[RmCm subsystem is out of service]]&lt;br /&gt;
* [[RmCm subsystem remains INITIALIZING]]&lt;br /&gt;
* [[RmCm remains in Initializing state]]&lt;br /&gt;
* [[Agents, Supervisors, or Teams are out of synch]]&lt;br /&gt;
* [[Agent or CSQ does not appear in CDA]]&lt;br /&gt;
* [[Agents do not appear in the Resources area in the Cisco Unified CCX Configuration web page]]&lt;br /&gt;
* [[You cannot select the order of agents]]&lt;br /&gt;
* [[Agent does not go to Work state after handling a call]]&lt;br /&gt;
* [[A media step causes a Could not create PlayPromptDialog Object exception]]&lt;br /&gt;
* [[Unable to make any Cisco Unified CCX configuration changes]]&lt;br /&gt;
* [[Some resource selection criteria are missing]]&lt;br /&gt;
* [[Unable to record an agent]]&lt;br /&gt;
* [[Sometimes the supervisor can monitor and record an agent and sometimes he cannot]]&lt;br /&gt;
* [[Calls to Cisco Unified CCX route points are disconnected]]&lt;br /&gt;
* [[Calls are not routed to agents]]&lt;br /&gt;
* [[Agents do not show in a CSQ]]&lt;br /&gt;
* [[Caller gets dropped when an attempt is made to recall a Cisco Unified CCX agent extension after the agent previously parked the call]]&lt;br /&gt;
* [[Updating a NIC driver disables silent monitoring and recording]]&lt;br /&gt;
* [[Agent alternates between Reserved and Ready state]]&lt;br /&gt;
* [[Agent in Reserved state but the consult transfer fails repeatedly]]&lt;br /&gt;
* [[Call fails if agent doesn’t pick the call in the first two rings]]&lt;br /&gt;
* [[Calls fail with CTIERR_TIMEOUT=0x8ccc0001::Cti request timed out]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified IP IVR =&lt;br /&gt;
* [[Cisco Unified IP IVR drops callers when transferring to an extension]]&lt;br /&gt;
* [[Prompts play in language]]&lt;br /&gt;
* [[Some prompts do not play]]&lt;br /&gt;
* [[Some prompts in a script play in the language specified and other prompts play in English]]&lt;br /&gt;
* [[A prompt plays phrases in the wrong order]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Administration =&lt;br /&gt;
* [[The Cisco Unified CCX Administration Authentication web page is not available]]&lt;br /&gt;
* [[Uploading a license file can result in a warning message]]&lt;br /&gt;
* [[User cannot log in to the Cisco Unified CCX web page]]&lt;br /&gt;
* [[Refreshing subflow script does not update parent scripts]]&lt;br /&gt;
* [[Cisco Unified CM users display in random order]]&lt;br /&gt;
* [[Cisco Unified CCX Supervisor web page cannot be viewed from Cisco Unified CCX Server]]&lt;br /&gt;
* [[Database table fields used by wallboard store data in milliseconds]]&lt;br /&gt;
* [[Management pages display error message when selected]]&lt;br /&gt;
* [[Zip file does not auto unzip on Document Management page]]&lt;br /&gt;
* [[Invalid files message displays while uploading a zip file of prompts]]&lt;br /&gt;
* [[A Component Manager goes into partial service when uploading a zip file]]&lt;br /&gt;
* [[High call rejection rate under heavy load]]&lt;br /&gt;
* [[Error in Cisco Unified CCX Administration when trying to upload a large prompt.wav file]]&lt;br /&gt;
* [[Callers hear a fast busy while calling the JTAPI triggers]]&lt;br /&gt;
* [[Override media termination group displayed twice]]&lt;br /&gt;
* [[SUPERVISE_CALL_REQ type barge in without AgentCallID]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Admin Utility =&lt;br /&gt;
* [[The cluster is not in synchronization]]&lt;br /&gt;
* [[Cisco Unified CCX Admin Utility exits or does not come up after login]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility fails due to data corruption]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run on a non bootstrap node]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run since the Node Manager hung]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Database =&lt;br /&gt;
* [[Cannot configure Application or System parameters from their pages in Cisco Unified CCX Administration]]&lt;br /&gt;
* [[HR client login error]]&lt;br /&gt;
* [[Cannot activate DB components on HA node]]&lt;br /&gt;
* [[Cisco Unified CCX Databases are not purged as expected]]&lt;br /&gt;
* [[Purge command did not purge data]]&lt;br /&gt;
* [[Historical Database db&amp;amp;#95;cra is full]]&lt;br /&gt;
* [[E-mail notification of database purging activities is not sent]]&lt;br /&gt;
* [[Syslog or SNMP trap notification of database purging activities is not sent]]&lt;br /&gt;
* [[After the replication between Primary/Secondary was created, the initial snapshot was successful but the merge agents would fail]]&lt;br /&gt;
* [[Uninstall SQL hotfix 2282 is failing]]&lt;br /&gt;
* [[The IPCC server is loosing the ODBC connection after running fine for some time]]&lt;br /&gt;
* [[SQL Agent crash with Red X Mark, and the Node Manager is down]]&lt;br /&gt;
* [[After the upgrade SQL Server got changed to MSDE]]&lt;br /&gt;
* [[From the log: Login failed for user '(null)'. Root cause: Not associated with a trusted SQL Server connection]]&lt;br /&gt;
* [[While doing some configuration change from the Appadmin gets the following error: &amp;quot;Error updating Database&amp;quot;]]&lt;br /&gt;
* [[Primary key violation exception in the MIVR logs while trying to insert a historical record to the Database table]]&lt;br /&gt;
* [[SQLException while uploading prompt, grammar, document using editor steps inside the workflow script]]&lt;br /&gt;
* [[Cannot configure Application or System parameters from the Cisco Unified CCX Administration]]&lt;br /&gt;
* [[Enterprise Database Subsystem is in out of service or in partial service]]&lt;br /&gt;
* [[Can't create a new Datasource from the Appadmin]]&lt;br /&gt;
* [[After creating the datasource and System DSN, it is not getting displayed in the editor step]]&lt;br /&gt;
* [[Not able to view/edit rmcm configurations from node2 appadmin in an HA setup]]&lt;br /&gt;
* [[DBAccessor errors while CVD start up]]&lt;br /&gt;
* [[When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists]]&lt;br /&gt;
* [[There is an error displayed in the appadmin while trying to modify the Datasource configuration]]&lt;br /&gt;
* [[Regarding Enterprise Database driver usage]]&lt;br /&gt;
* [[Datastore component activations fails when trying to activate node2 components]]&lt;br /&gt;
* [[Cannot activate datastores on second node in HA deployment. On node2 DB version in Bootstrap   8.00.2187 does not match actual Database Engine version 8.00.2282]]&lt;br /&gt;
* [[Replication Failure seen in the DB control center Appadmin page]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Editor =&lt;br /&gt;
* [[Change a string variable to an integer]]&lt;br /&gt;
* [[Accept step error during active debug]]&lt;br /&gt;
* [[Error occurs with Reactive Debugging Tool]]&lt;br /&gt;
* [[Agent automatically put into Ready state]]&lt;br /&gt;
* [[Agent has invalid state transition from Reserved to Available to Talking]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Engine =&lt;br /&gt;
* [[Agent cannot go Ready after logging in]]&lt;br /&gt;
* [[Voice Browser step throws an exception]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start and an RMI port in use error appears]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1067]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1069]]&lt;br /&gt;
* [[Application subsystem is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX Engine is running but calls are not answered]]&lt;br /&gt;
* [[Changing the time in Cisco Unified CCX machines results in agents getting logged off]]&lt;br /&gt;
* [[An error message plays when calling a CTI route point]]&lt;br /&gt;
* [[Changes to applications do not register]]&lt;br /&gt;
* [[Call drops during transfer over gateway]]&lt;br /&gt;
* [[H.323 client DTMF digits not detected]]&lt;br /&gt;
* [[Redirected call is disconnected]]&lt;br /&gt;
* [[The Cisco Unified CCX server runs out of disk space]]&lt;br /&gt;
* [[Cisco Unified CCX Server runs at 100% capacity or is slow]]&lt;br /&gt;
* [[Database Subsystem goes into partial service]]&lt;br /&gt;
* [[JTAPI subsystem is in partial service]]&lt;br /&gt;
* [[Unable to connect to JTAPI provider]]&lt;br /&gt;
* [[The Simple Recognition step takes the unsuccessful branch]]&lt;br /&gt;
* [[Calling party and Cisco Unified CCX do not have common codec]]&lt;br /&gt;
* [[Prompts with incorrect codec being played out]]&lt;br /&gt;
* [[Prompt Exception in Cisco Unified CCX Engine log file]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start]]&lt;br /&gt;
* [[Application subsystem in partial service and application running for an unexpectedly long time]]&lt;br /&gt;
* [[Cisco Unified CCX Server and Active Directory integration results in some services being unregistered]]&lt;br /&gt;
* [[Database Subsystem fails to connect to MS SQL server]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Real-Time Reporting =&lt;br /&gt;
* [[Attempting to run a real-time report causes an error]]&lt;br /&gt;
* [[After installing JRE, the user receives a message from real-time reporting saying to install JRE]]&lt;br /&gt;
* [[Contact entry is stuck in real-time reporting]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Historical Reporting =&lt;br /&gt;
* [[Exported PDF report does not print in landscape orientation]]&lt;br /&gt;
* [[User login missing in Windows XP after installing HR client]]&lt;br /&gt;
* [[Client and Server security policies do not match]]&lt;br /&gt;
* [[Charts do not appear properly in MS Excel format]]&lt;br /&gt;
* [[Columns of data missing in report in MS Excel format]]&lt;br /&gt;
* [[Records truncated in report in MS Excel format]]&lt;br /&gt;
* [[Agent names overwritten on charts]]&lt;br /&gt;
* [[RTF Report containing charts has tabular report headings]]&lt;br /&gt;
* [[Scheduler icon does not appear on Terminal Services client]]&lt;br /&gt;
* [[Reports do not execute at scheduled times]]&lt;br /&gt;
* [[Search dialog box and Preview tab appear in English on Windows system with locale set to German]]&lt;br /&gt;
* [[Dialog box does not appear as expected when report is exported]]&lt;br /&gt;
* [[Error when choosing an option from the Historical Reporting web page]]&lt;br /&gt;
* [[Truncated report description in Historical Reports client]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run]]&lt;br /&gt;
* [[The SQL Command Failed dialog box appears when you try to generate a historical report]]&lt;br /&gt;
* [[Some information appears in English on a German system]]&lt;br /&gt;
* [[The Historical Reports client computer cannot connect to the Cisco Unified CCX server]]&lt;br /&gt;
* [[A Database Connection Error 5051 error appears]]&lt;br /&gt;
* [[Export file name does not appear in Export dialog box]]&lt;br /&gt;
* [[Cannot point to local applications from the Database Server Configuration page]]&lt;br /&gt;
* [[Attempt to log in to the Cisco Unified CCX Server from the Historical Reporting client fails and an error message is returned]]&lt;br /&gt;
* [[Only three report templates are available for Cisco Unified CCX Standard]]&lt;br /&gt;
* [[Discrepancy in number of ACD calls shown on custom reports]]&lt;br /&gt;
* [[Priority Summary Activity Report chart prints only partly in color]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run and message appears in CiscoSch.log file]]&lt;br /&gt;
* [[Historical Reporting Client window shows nothing in the user drop-down menu]]&lt;br /&gt;
* [[Historical Reporting Client stops working; attempt to log in again results in error messages]]&lt;br /&gt;
* [[Scheduler DOS exception error received when running a custom report]]&lt;br /&gt;
* [[Columns displaced in Excel spreadsheet when exporting a report]]&lt;br /&gt;
* [[Scheduler icon does not appear in Windows status bar]]&lt;br /&gt;
* [[Error message appears indicating connection with database is broken]]&lt;br /&gt;
* [[Called Number Summary Report (CNSR) has more calls than the Traffic Analysis Report (TAR)]]&lt;br /&gt;
* [[Which reports should be used to determine BHCA and BHCC?]]&lt;br /&gt;
* [[Total logged in hours for agent very high after name change]]&lt;br /&gt;
* [[Filter by skill/team/resourcegroup not working]]&lt;br /&gt;
&lt;br /&gt;
= Automatic Speech Recognition =&lt;br /&gt;
* [[Names are not recognized]]&lt;br /&gt;
* [[Recognition never times out]]&lt;br /&gt;
* [[Alternate pronunciations and nicknames are not recognized]]&lt;br /&gt;
* [[Reduced call completion rate under heavy load while using an MRCP ASR Group]]&lt;br /&gt;
* [[MRCP ASR subsystem is out of service]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP ASR Providers, MRCP Servers, or Groups do not take effect]]&lt;br /&gt;
* [[Calling a route point with an MRCP ASR Dialog Group results in default treatment]]&lt;br /&gt;
&lt;br /&gt;
= Outbound =&lt;br /&gt;
* [[Agent does skip or skip-close but does not stay reserved]]&lt;br /&gt;
* [[Agent is not getting callbacks]]&lt;br /&gt;
* [[Agent is ready but does not get an Outbound call for up to two minutes]]&lt;br /&gt;
* [[Errors placing Outbound calls]]&lt;br /&gt;
* [[Not all contacts get imported]]&lt;br /&gt;
* [[On the Campaigns Configuration web page, the available CSQs list is empty even though there are CSQs configured under the RmCm subsystem]]&lt;br /&gt;
* [[Outbound buttons do not show up on CAD]]&lt;br /&gt;
* [[Outbound buttons show up but are disabled on CAD]]&lt;br /&gt;
* [[Outbound calls are not getting dialed]]&lt;br /&gt;
* [[Outbound call volume is low]]&lt;br /&gt;
* [[Outbound System Service is not in service]]&lt;br /&gt;
* [[RTR Outbound reports do not show all possible reclassification]]&lt;br /&gt;
&lt;br /&gt;
= Text-to-Speech =&lt;br /&gt;
* [[Provider becomes IN_SERVICE immediately]]&lt;br /&gt;
* [[TTS Prompt does not play]]&lt;br /&gt;
* [[TTS prompt is not recognizable]]&lt;br /&gt;
* [[MRCP TTS subsystem is out of service]]&lt;br /&gt;
* [[Long TTS prompts consume significant memory on Cisco Unified CCX Server]]&lt;br /&gt;
* [[Non-UTF-8 characters needed for some languages]]&lt;br /&gt;
* [[A .wav file prompt playback is garbled when played by a TTS server]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP TTS Providers, MRCP Servers, locales, or genders do not take effect]]&lt;br /&gt;
&lt;br /&gt;
= Serviceability =&lt;br /&gt;
* [[SNMP-based network management tools cannot monitor Cisco Unified CCX components]]&lt;br /&gt;
* [[File Manager in partial service]]&lt;br /&gt;
* [[SNMP traps do not arrive at the trap receiver]]&lt;br /&gt;
* [[Syslog messages not received by receiver]]&lt;br /&gt;
* [[The Alarm Service does not start]]&lt;br /&gt;
* [[Serviceability does not uninstall completely]]&lt;br /&gt;
* [[Updating Data with the Serviceability Tool on One Node does not Update Other Nodes]]&lt;br /&gt;
* [[Virus Scan software slows Call Completion Rate]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Internationalization =&lt;br /&gt;
* [[Results not as expected for first name and last name in Chinese, Japanese, and Korean]]&lt;br /&gt;
* [[Language specified is not accepted or played]]&lt;br /&gt;
&lt;br /&gt;
= VXML =&lt;br /&gt;
* [[Voice Browser Step troubleshooting steps]]&lt;br /&gt;
* [[Timeout attribute for non-input does not work]]&lt;br /&gt;
* [[Menu Choice DTMF does not work]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Bootstrap =&lt;br /&gt;
* [[Transaction Manager cannot start]]&lt;br /&gt;
* [[Have an exception on startup with a message like &amp;quot;unable to recover transaction&amp;quot; or an error message related to reading or modifying the &amp;quot;Tx.per&amp;quot; file]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Failover =&lt;br /&gt;
* [[Conflicts in Datastore Control Center history]]&lt;br /&gt;
* [[Cannot make configuration changes in HA cluster]]&lt;br /&gt;
* [[Cannot make configuration changes in RmCm Subsystem]]&lt;br /&gt;
* [[Service constantly shows Invalid]]&lt;br /&gt;
* [[Cisco Unified CCX server keeps rebooting due to Cisco Unified CCX Node Manager failure]]&lt;br /&gt;
* [[Cluster is in partial service]]&lt;br /&gt;
* [[Server is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX does not accept a call or function properly]]&lt;br /&gt;
* [[Service Master/Slave status is not shown on Cisco Unified CCX Administration Control Center]]&lt;br /&gt;
* [[Cluster time synch fails]]&lt;br /&gt;
* [[Cisco Unified CCX Servers respond slowly in a High Availability environment]]&lt;br /&gt;
* [[Multiple failovers with high CPU usage]]&lt;br /&gt;
&lt;br /&gt;
= VoIP Monitor =&lt;br /&gt;
* [[VoIP monitor does not work correctly]]&lt;br /&gt;
* [[Cisco Unified CCX fails to start]]&lt;br /&gt;
* [[VoIP Monitor tab of the CDA gives an error]]&lt;br /&gt;
* [[VoIP Monitor does not list some phone devices]]&lt;br /&gt;
&lt;br /&gt;
= CDP =&lt;br /&gt;
* [[CDP Protocol Driver missing in Device Manager]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Cannot_activate_datastores_on_second_node_in_HA_deployment._On_node2_DB_version_in_Bootstrap_8.00.2187_does_not_match_actual_Database_Engine_version_8.00.2282</id>
		<title>Cannot activate datastores on second node in HA deployment. On node2 DB version in Bootstrap 8.00.2187 does not match actual Database Engine version 8.00.2282</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Cannot_activate_datastores_on_second_node_in_HA_deployment._On_node2_DB_version_in_Bootstrap_8.00.2187_does_not_match_actual_Database_Engine_version_8.00.2282"/>
				<updated>2010-05-04T08:52:28Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: New page: == Cannot activate datastores on second node in HA deployment. On node2 DB version in Bootstrap 8.00.2187 does not match actual Database Engine version 8.00.2282 ==  {| border=&amp;quot;1&amp;quot; |- ! '''...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Cannot activate datastores on second node in HA deployment. On node2 DB version in Bootstrap 8.00.2187 does not match actual Database Engine version 8.00.2282 ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| Cannot activate datastores on second node in HA deployment. On node2 DB version in Bootstrap [8.00.2187] does not match actual Database Engine version [8.00.2282]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| SQL version mismatch.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| From node2 find the SQL Engine version by running the query using SQL Query Analyzer. Open CET from node2. Open ClusterDependentConfig and change the SQL Version same as the result of the query. Verify and make sure that both the nodes have same SQL version installed and it is matching with the CET entry.&lt;br /&gt;
After doing the changes, restart node2 Node Manager and do component activation.  &lt;br /&gt;
&lt;br /&gt;
After that if they face any replication issues, there is a defect CSCta89444 [SQL -replication issues when OS SR is applied before SQL install] for that.Workaround is to Stop node manager. Uninstall SQL Hotfix &amp;quot;SQL2000-KB960083-v8.00.2282-x86x64-ENU&amp;quot; and reinstall in both the nodes. Restart both the nodes after that.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0, Release 5.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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0</id>
		<title>Troubleshooting Tips for Unified CCX 7.0</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0"/>
				<updated>2010-05-04T08:50:37Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Cisco Unified CCX Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Unified Contact Center Express]] &lt;br /&gt;
&lt;br /&gt;
'''See also:''' [[Additional troubleshooting information for Unified CCX 7.0]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation:&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* [[One node on a Cisco Unified CCX 7.0(1) two-node cluster crashes beyond repair]]&lt;br /&gt;
&lt;br /&gt;
= Backup, Restore, and Update =&lt;br /&gt;
* [[Backup, Restore, and Upgrade cannot be started from a client desktop]]&lt;br /&gt;
* [[During Backup, Restore, or Upgrade, an exception is seen in user interface]]&lt;br /&gt;
* [[Backup failed for a One or Two-Node system]]&lt;br /&gt;
* [[CRS 4.5 profile name is missing]]&lt;br /&gt;
* [[Page Not Found message is displayed during Restore or Upgrade]]&lt;br /&gt;
* [[Restore fails due to a file not being found]]&lt;br /&gt;
* [[Restore failed for a one-node system]]&lt;br /&gt;
* [[Restore failed on a two-node system that had run before the Restore]]&lt;br /&gt;
* [[Restore failed on a two-node system that was re-imaged]]&lt;br /&gt;
* [[Some RmCm configuration is missing after upgrade]]&lt;br /&gt;
* [[During the backup process, the backup window is accidentally closed]]&lt;br /&gt;
* [[Restore error in HA deployment when tape drive moved]]&lt;br /&gt;
* [[Restore error in HA deployment when backup and restore is performed on different nodes]]&lt;br /&gt;
* [[Failure when Updating Outbound Subsystem Configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Enterprise Telephony subsystem =&lt;br /&gt;
* [[A functional routing point stopped working or the Cisco Unified CME Telephony subsystem is in partial service]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Automated Attendant =&lt;br /&gt;
* [[ Dial by name does not find the specified server ]]&lt;br /&gt;
* [[ Automated Attendant prompt is not played ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Express =&lt;br /&gt;
* [[Agent cannot log in on shared line]]&lt;br /&gt;
* [[Agent cannot log in on restricted line]]&lt;br /&gt;
* [[When agent drops from conference, all parties on conference are dropped]]&lt;br /&gt;
* [[Cisco Unified CME triggers with 2811/CME router are not working]]&lt;br /&gt;
* [[Pressing hash character truncates the prompt and the prompts that follow are not played]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX =&lt;br /&gt;
* [[RmCm subsystem is out of service]]&lt;br /&gt;
* [[RmCm subsystem remains INITIALIZING]]&lt;br /&gt;
* [[RmCm remains in Initializing state]]&lt;br /&gt;
* [[Agents, Supervisors, or Teams are out of synch]]&lt;br /&gt;
* [[Agent or CSQ does not appear in CDA]]&lt;br /&gt;
* [[Agents do not appear in the Resources area in the Cisco Unified CCX Configuration web page]]&lt;br /&gt;
* [[You cannot select the order of agents]]&lt;br /&gt;
* [[Agent does not go to Work state after handling a call]]&lt;br /&gt;
* [[A media step causes a Could not create PlayPromptDialog Object exception]]&lt;br /&gt;
* [[Unable to make any Cisco Unified CCX configuration changes]]&lt;br /&gt;
* [[Some resource selection criteria are missing]]&lt;br /&gt;
* [[Unable to record an agent]]&lt;br /&gt;
* [[Sometimes the supervisor can monitor and record an agent and sometimes he cannot]]&lt;br /&gt;
* [[Calls to Cisco Unified CCX route points are disconnected]]&lt;br /&gt;
* [[Calls are not routed to agents]]&lt;br /&gt;
* [[Agents do not show in a CSQ]]&lt;br /&gt;
* [[Caller gets dropped when an attempt is made to recall a Cisco Unified CCX agent extension after the agent previously parked the call]]&lt;br /&gt;
* [[Updating a NIC driver disables silent monitoring and recording]]&lt;br /&gt;
* [[Agent alternates between Reserved and Ready state]]&lt;br /&gt;
* [[Agent in Reserved state but the consult transfer fails repeatedly]]&lt;br /&gt;
* [[Call fails if agent doesn’t pick the call in the first two rings]]&lt;br /&gt;
* [[Calls fail with CTIERR_TIMEOUT=0x8ccc0001::Cti request timed out]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified IP IVR =&lt;br /&gt;
* [[Cisco Unified IP IVR drops callers when transferring to an extension]]&lt;br /&gt;
* [[Prompts play in language]]&lt;br /&gt;
* [[Some prompts do not play]]&lt;br /&gt;
* [[Some prompts in a script play in the language specified and other prompts play in English]]&lt;br /&gt;
* [[A prompt plays phrases in the wrong order]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Administration =&lt;br /&gt;
* [[The Cisco Unified CCX Administration Authentication web page is not available]]&lt;br /&gt;
* [[Uploading a license file can result in a warning message]]&lt;br /&gt;
* [[User cannot log in to the Cisco Unified CCX web page]]&lt;br /&gt;
* [[Refreshing subflow script does not update parent scripts]]&lt;br /&gt;
* [[Cisco Unified CM users display in random order]]&lt;br /&gt;
* [[Cisco Unified CCX Supervisor web page cannot be viewed from Cisco Unified CCX Server]]&lt;br /&gt;
* [[Database table fields used by wallboard store data in milliseconds]]&lt;br /&gt;
* [[Management pages display error message when selected]]&lt;br /&gt;
* [[Zip file does not auto unzip on Document Management page]]&lt;br /&gt;
* [[Invalid files message displays while uploading a zip file of prompts]]&lt;br /&gt;
* [[A Component Manager goes into partial service when uploading a zip file]]&lt;br /&gt;
* [[High call rejection rate under heavy load]]&lt;br /&gt;
* [[Error in Cisco Unified CCX Administration when trying to upload a large prompt.wav file]]&lt;br /&gt;
* [[Callers hear a fast busy while calling the JTAPI triggers]]&lt;br /&gt;
* [[Override media termination group displayed twice]]&lt;br /&gt;
* [[SUPERVISE_CALL_REQ type barge in without AgentCallID]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Admin Utility =&lt;br /&gt;
* [[The cluster is not in synchronization]]&lt;br /&gt;
* [[Cisco Unified CCX Admin Utility exits or does not come up after login]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility fails due to data corruption]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run on a non bootstrap node]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run since the Node Manager hung]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Database =&lt;br /&gt;
* [[Cannot configure Application or System parameters from their pages in Cisco Unified CCX Administration]]&lt;br /&gt;
* [[HR client login error]]&lt;br /&gt;
* [[Cannot activate DB components on HA node]]&lt;br /&gt;
* [[Cisco Unified CCX Databases are not purged as expected]]&lt;br /&gt;
* [[Purge command did not purge data]]&lt;br /&gt;
* [[Historical Database db&amp;amp;#95;cra is full]]&lt;br /&gt;
* [[E-mail notification of database purging activities is not sent]]&lt;br /&gt;
* [[Syslog or SNMP trap notification of database purging activities is not sent]]&lt;br /&gt;
* [[After the replication between Primary/Secondary was created, the initial snapshot was successful but the merge agents would fail]]&lt;br /&gt;
* [[Uninstall SQL hotfix 2282 is failing]]&lt;br /&gt;
* [[The IPCC server is loosing the ODBC connection after running fine for some time]]&lt;br /&gt;
* [[SQL Agent crash with Red X Mark, and the Node Manager is down]]&lt;br /&gt;
* [[After the upgrade SQL Server got changed to MSDE]]&lt;br /&gt;
* [[From the log: Login failed for user '(null)'. Root cause: Not associated with a trusted SQL Server connection]]&lt;br /&gt;
* [[While doing some configuration change from the Appadmin gets the following error: &amp;quot;Error updating Database&amp;quot;]]&lt;br /&gt;
* [[Primary key violation exception in the MIVR logs while trying to insert a historical record to the Database table]]&lt;br /&gt;
* [[SQLException while uploading prompt, grammar, document using editor steps inside the workflow script]]&lt;br /&gt;
* [[Cannot configure Application or System parameters from the Cisco Unified CCX Administration]]&lt;br /&gt;
* [[Enterprise Database Subsystem is in out of service or in partial service]]&lt;br /&gt;
* [[Can't create a new Datasource from the Appadmin]]&lt;br /&gt;
* [[After creating the datasource and System DSN, it is not getting displayed in the editor step]]&lt;br /&gt;
* [[Not able to view/edit rmcm configurations from node2 appadmin in an HA setup]]&lt;br /&gt;
* [[DBAccessor errors while CVD start up]]&lt;br /&gt;
* [[When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists]]&lt;br /&gt;
* [[There is an error displayed in the appadmin while trying to modify the Datasource configuration]]&lt;br /&gt;
* [[Regarding Enterprise Database driver usage]]&lt;br /&gt;
* [[Datastore component activations fails when trying to activate node2 components]]&lt;br /&gt;
* [[Cannot activate datastores on second node in HA deployment. On node2 DB version in Bootstrap   8.00.2187 does not match actual Database Engine version 8.00.2282]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Editor =&lt;br /&gt;
* [[Change a string variable to an integer]]&lt;br /&gt;
* [[Accept step error during active debug]]&lt;br /&gt;
* [[Error occurs with Reactive Debugging Tool]]&lt;br /&gt;
* [[Agent automatically put into Ready state]]&lt;br /&gt;
* [[Agent has invalid state transition from Reserved to Available to Talking]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Engine =&lt;br /&gt;
* [[Agent cannot go Ready after logging in]]&lt;br /&gt;
* [[Voice Browser step throws an exception]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start and an RMI port in use error appears]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1067]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1069]]&lt;br /&gt;
* [[Application subsystem is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX Engine is running but calls are not answered]]&lt;br /&gt;
* [[Changing the time in Cisco Unified CCX machines results in agents getting logged off]]&lt;br /&gt;
* [[An error message plays when calling a CTI route point]]&lt;br /&gt;
* [[Changes to applications do not register]]&lt;br /&gt;
* [[Call drops during transfer over gateway]]&lt;br /&gt;
* [[H.323 client DTMF digits not detected]]&lt;br /&gt;
* [[Redirected call is disconnected]]&lt;br /&gt;
* [[The Cisco Unified CCX server runs out of disk space]]&lt;br /&gt;
* [[Cisco Unified CCX Server runs at 100% capacity or is slow]]&lt;br /&gt;
* [[Database Subsystem goes into partial service]]&lt;br /&gt;
* [[JTAPI subsystem is in partial service]]&lt;br /&gt;
* [[Unable to connect to JTAPI provider]]&lt;br /&gt;
* [[The Simple Recognition step takes the unsuccessful branch]]&lt;br /&gt;
* [[Calling party and Cisco Unified CCX do not have common codec]]&lt;br /&gt;
* [[Prompts with incorrect codec being played out]]&lt;br /&gt;
* [[Prompt Exception in Cisco Unified CCX Engine log file]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start]]&lt;br /&gt;
* [[Application subsystem in partial service and application running for an unexpectedly long time]]&lt;br /&gt;
* [[Cisco Unified CCX Server and Active Directory integration results in some services being unregistered]]&lt;br /&gt;
* [[Database Subsystem fails to connect to MS SQL server]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Real-Time Reporting =&lt;br /&gt;
* [[Attempting to run a real-time report causes an error]]&lt;br /&gt;
* [[After installing JRE, the user receives a message from real-time reporting saying to install JRE]]&lt;br /&gt;
* [[Contact entry is stuck in real-time reporting]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Historical Reporting =&lt;br /&gt;
* [[Exported PDF report does not print in landscape orientation]]&lt;br /&gt;
* [[User login missing in Windows XP after installing HR client]]&lt;br /&gt;
* [[Client and Server security policies do not match]]&lt;br /&gt;
* [[Charts do not appear properly in MS Excel format]]&lt;br /&gt;
* [[Columns of data missing in report in MS Excel format]]&lt;br /&gt;
* [[Records truncated in report in MS Excel format]]&lt;br /&gt;
* [[Agent names overwritten on charts]]&lt;br /&gt;
* [[RTF Report containing charts has tabular report headings]]&lt;br /&gt;
* [[Scheduler icon does not appear on Terminal Services client]]&lt;br /&gt;
* [[Reports do not execute at scheduled times]]&lt;br /&gt;
* [[Search dialog box and Preview tab appear in English on Windows system with locale set to German]]&lt;br /&gt;
* [[Dialog box does not appear as expected when report is exported]]&lt;br /&gt;
* [[Error when choosing an option from the Historical Reporting web page]]&lt;br /&gt;
* [[Truncated report description in Historical Reports client]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run]]&lt;br /&gt;
* [[The SQL Command Failed dialog box appears when you try to generate a historical report]]&lt;br /&gt;
* [[Some information appears in English on a German system]]&lt;br /&gt;
* [[The Historical Reports client computer cannot connect to the Cisco Unified CCX server]]&lt;br /&gt;
* [[A Database Connection Error 5051 error appears]]&lt;br /&gt;
* [[Export file name does not appear in Export dialog box]]&lt;br /&gt;
* [[Cannot point to local applications from the Database Server Configuration page]]&lt;br /&gt;
* [[Attempt to log in to the Cisco Unified CCX Server from the Historical Reporting client fails and an error message is returned]]&lt;br /&gt;
* [[Only three report templates are available for Cisco Unified CCX Standard]]&lt;br /&gt;
* [[Discrepancy in number of ACD calls shown on custom reports]]&lt;br /&gt;
* [[Priority Summary Activity Report chart prints only partly in color]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run and message appears in CiscoSch.log file]]&lt;br /&gt;
* [[Historical Reporting Client window shows nothing in the user drop-down menu]]&lt;br /&gt;
* [[Historical Reporting Client stops working; attempt to log in again results in error messages]]&lt;br /&gt;
* [[Scheduler DOS exception error received when running a custom report]]&lt;br /&gt;
* [[Columns displaced in Excel spreadsheet when exporting a report]]&lt;br /&gt;
* [[Scheduler icon does not appear in Windows status bar]]&lt;br /&gt;
* [[Error message appears indicating connection with database is broken]]&lt;br /&gt;
* [[Called Number Summary Report (CNSR) has more calls than the Traffic Analysis Report (TAR)]]&lt;br /&gt;
* [[Which reports should be used to determine BHCA and BHCC?]]&lt;br /&gt;
* [[Total logged in hours for agent very high after name change]]&lt;br /&gt;
* [[Filter by skill/team/resourcegroup not working]]&lt;br /&gt;
&lt;br /&gt;
= Automatic Speech Recognition =&lt;br /&gt;
* [[Names are not recognized]]&lt;br /&gt;
* [[Recognition never times out]]&lt;br /&gt;
* [[Alternate pronunciations and nicknames are not recognized]]&lt;br /&gt;
* [[Reduced call completion rate under heavy load while using an MRCP ASR Group]]&lt;br /&gt;
* [[MRCP ASR subsystem is out of service]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP ASR Providers, MRCP Servers, or Groups do not take effect]]&lt;br /&gt;
* [[Calling a route point with an MRCP ASR Dialog Group results in default treatment]]&lt;br /&gt;
&lt;br /&gt;
= Outbound =&lt;br /&gt;
* [[Agent does skip or skip-close but does not stay reserved]]&lt;br /&gt;
* [[Agent is not getting callbacks]]&lt;br /&gt;
* [[Agent is ready but does not get an Outbound call for up to two minutes]]&lt;br /&gt;
* [[Errors placing Outbound calls]]&lt;br /&gt;
* [[Not all contacts get imported]]&lt;br /&gt;
* [[On the Campaigns Configuration web page, the available CSQs list is empty even though there are CSQs configured under the RmCm subsystem]]&lt;br /&gt;
* [[Outbound buttons do not show up on CAD]]&lt;br /&gt;
* [[Outbound buttons show up but are disabled on CAD]]&lt;br /&gt;
* [[Outbound calls are not getting dialed]]&lt;br /&gt;
* [[Outbound call volume is low]]&lt;br /&gt;
* [[Outbound System Service is not in service]]&lt;br /&gt;
* [[RTR Outbound reports do not show all possible reclassification]]&lt;br /&gt;
&lt;br /&gt;
= Text-to-Speech =&lt;br /&gt;
* [[Provider becomes IN_SERVICE immediately]]&lt;br /&gt;
* [[TTS Prompt does not play]]&lt;br /&gt;
* [[TTS prompt is not recognizable]]&lt;br /&gt;
* [[MRCP TTS subsystem is out of service]]&lt;br /&gt;
* [[Long TTS prompts consume significant memory on Cisco Unified CCX Server]]&lt;br /&gt;
* [[Non-UTF-8 characters needed for some languages]]&lt;br /&gt;
* [[A .wav file prompt playback is garbled when played by a TTS server]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP TTS Providers, MRCP Servers, locales, or genders do not take effect]]&lt;br /&gt;
&lt;br /&gt;
= Serviceability =&lt;br /&gt;
* [[SNMP-based network management tools cannot monitor Cisco Unified CCX components]]&lt;br /&gt;
* [[File Manager in partial service]]&lt;br /&gt;
* [[SNMP traps do not arrive at the trap receiver]]&lt;br /&gt;
* [[Syslog messages not received by receiver]]&lt;br /&gt;
* [[The Alarm Service does not start]]&lt;br /&gt;
* [[Serviceability does not uninstall completely]]&lt;br /&gt;
* [[Updating Data with the Serviceability Tool on One Node does not Update Other Nodes]]&lt;br /&gt;
* [[Virus Scan software slows Call Completion Rate]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Internationalization =&lt;br /&gt;
* [[Results not as expected for first name and last name in Chinese, Japanese, and Korean]]&lt;br /&gt;
* [[Language specified is not accepted or played]]&lt;br /&gt;
&lt;br /&gt;
= VXML =&lt;br /&gt;
* [[Voice Browser Step troubleshooting steps]]&lt;br /&gt;
* [[Timeout attribute for non-input does not work]]&lt;br /&gt;
* [[Menu Choice DTMF does not work]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Bootstrap =&lt;br /&gt;
* [[Transaction Manager cannot start]]&lt;br /&gt;
* [[Have an exception on startup with a message like &amp;quot;unable to recover transaction&amp;quot; or an error message related to reading or modifying the &amp;quot;Tx.per&amp;quot; file]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Failover =&lt;br /&gt;
* [[Conflicts in Datastore Control Center history]]&lt;br /&gt;
* [[Cannot make configuration changes in HA cluster]]&lt;br /&gt;
* [[Cannot make configuration changes in RmCm Subsystem]]&lt;br /&gt;
* [[Service constantly shows Invalid]]&lt;br /&gt;
* [[Cisco Unified CCX server keeps rebooting due to Cisco Unified CCX Node Manager failure]]&lt;br /&gt;
* [[Cluster is in partial service]]&lt;br /&gt;
* [[Server is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX does not accept a call or function properly]]&lt;br /&gt;
* [[Service Master/Slave status is not shown on Cisco Unified CCX Administration Control Center]]&lt;br /&gt;
* [[Cluster time synch fails]]&lt;br /&gt;
* [[Cisco Unified CCX Servers respond slowly in a High Availability environment]]&lt;br /&gt;
* [[Multiple failovers with high CPU usage]]&lt;br /&gt;
&lt;br /&gt;
= VoIP Monitor =&lt;br /&gt;
* [[VoIP monitor does not work correctly]]&lt;br /&gt;
* [[Cisco Unified CCX fails to start]]&lt;br /&gt;
* [[VoIP Monitor tab of the CDA gives an error]]&lt;br /&gt;
* [[VoIP Monitor does not list some phone devices]]&lt;br /&gt;
&lt;br /&gt;
= CDP =&lt;br /&gt;
* [[CDP Protocol Driver missing in Device Manager]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0</id>
		<title>Troubleshooting Tips for Unified CCX 7.0</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0"/>
				<updated>2010-05-04T08:50:07Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Cisco Unified CCX Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Unified Contact Center Express]] &lt;br /&gt;
&lt;br /&gt;
'''See also:''' [[Additional troubleshooting information for Unified CCX 7.0]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation:&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* [[One node on a Cisco Unified CCX 7.0(1) two-node cluster crashes beyond repair]]&lt;br /&gt;
&lt;br /&gt;
= Backup, Restore, and Update =&lt;br /&gt;
* [[Backup, Restore, and Upgrade cannot be started from a client desktop]]&lt;br /&gt;
* [[During Backup, Restore, or Upgrade, an exception is seen in user interface]]&lt;br /&gt;
* [[Backup failed for a One or Two-Node system]]&lt;br /&gt;
* [[CRS 4.5 profile name is missing]]&lt;br /&gt;
* [[Page Not Found message is displayed during Restore or Upgrade]]&lt;br /&gt;
* [[Restore fails due to a file not being found]]&lt;br /&gt;
* [[Restore failed for a one-node system]]&lt;br /&gt;
* [[Restore failed on a two-node system that had run before the Restore]]&lt;br /&gt;
* [[Restore failed on a two-node system that was re-imaged]]&lt;br /&gt;
* [[Some RmCm configuration is missing after upgrade]]&lt;br /&gt;
* [[During the backup process, the backup window is accidentally closed]]&lt;br /&gt;
* [[Restore error in HA deployment when tape drive moved]]&lt;br /&gt;
* [[Restore error in HA deployment when backup and restore is performed on different nodes]]&lt;br /&gt;
* [[Failure when Updating Outbound Subsystem Configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Enterprise Telephony subsystem =&lt;br /&gt;
* [[A functional routing point stopped working or the Cisco Unified CME Telephony subsystem is in partial service]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Automated Attendant =&lt;br /&gt;
* [[ Dial by name does not find the specified server ]]&lt;br /&gt;
* [[ Automated Attendant prompt is not played ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Express =&lt;br /&gt;
* [[Agent cannot log in on shared line]]&lt;br /&gt;
* [[Agent cannot log in on restricted line]]&lt;br /&gt;
* [[When agent drops from conference, all parties on conference are dropped]]&lt;br /&gt;
* [[Cisco Unified CME triggers with 2811/CME router are not working]]&lt;br /&gt;
* [[Pressing hash character truncates the prompt and the prompts that follow are not played]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX =&lt;br /&gt;
* [[RmCm subsystem is out of service]]&lt;br /&gt;
* [[RmCm subsystem remains INITIALIZING]]&lt;br /&gt;
* [[RmCm remains in Initializing state]]&lt;br /&gt;
* [[Agents, Supervisors, or Teams are out of synch]]&lt;br /&gt;
* [[Agent or CSQ does not appear in CDA]]&lt;br /&gt;
* [[Agents do not appear in the Resources area in the Cisco Unified CCX Configuration web page]]&lt;br /&gt;
* [[You cannot select the order of agents]]&lt;br /&gt;
* [[Agent does not go to Work state after handling a call]]&lt;br /&gt;
* [[A media step causes a Could not create PlayPromptDialog Object exception]]&lt;br /&gt;
* [[Unable to make any Cisco Unified CCX configuration changes]]&lt;br /&gt;
* [[Some resource selection criteria are missing]]&lt;br /&gt;
* [[Unable to record an agent]]&lt;br /&gt;
* [[Sometimes the supervisor can monitor and record an agent and sometimes he cannot]]&lt;br /&gt;
* [[Calls to Cisco Unified CCX route points are disconnected]]&lt;br /&gt;
* [[Calls are not routed to agents]]&lt;br /&gt;
* [[Agents do not show in a CSQ]]&lt;br /&gt;
* [[Caller gets dropped when an attempt is made to recall a Cisco Unified CCX agent extension after the agent previously parked the call]]&lt;br /&gt;
* [[Updating a NIC driver disables silent monitoring and recording]]&lt;br /&gt;
* [[Agent alternates between Reserved and Ready state]]&lt;br /&gt;
* [[Agent in Reserved state but the consult transfer fails repeatedly]]&lt;br /&gt;
* [[Call fails if agent doesn’t pick the call in the first two rings]]&lt;br /&gt;
* [[Calls fail with CTIERR_TIMEOUT=0x8ccc0001::Cti request timed out]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified IP IVR =&lt;br /&gt;
* [[Cisco Unified IP IVR drops callers when transferring to an extension]]&lt;br /&gt;
* [[Prompts play in language]]&lt;br /&gt;
* [[Some prompts do not play]]&lt;br /&gt;
* [[Some prompts in a script play in the language specified and other prompts play in English]]&lt;br /&gt;
* [[A prompt plays phrases in the wrong order]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Administration =&lt;br /&gt;
* [[The Cisco Unified CCX Administration Authentication web page is not available]]&lt;br /&gt;
* [[Uploading a license file can result in a warning message]]&lt;br /&gt;
* [[User cannot log in to the Cisco Unified CCX web page]]&lt;br /&gt;
* [[Refreshing subflow script does not update parent scripts]]&lt;br /&gt;
* [[Cisco Unified CM users display in random order]]&lt;br /&gt;
* [[Cisco Unified CCX Supervisor web page cannot be viewed from Cisco Unified CCX Server]]&lt;br /&gt;
* [[Database table fields used by wallboard store data in milliseconds]]&lt;br /&gt;
* [[Management pages display error message when selected]]&lt;br /&gt;
* [[Zip file does not auto unzip on Document Management page]]&lt;br /&gt;
* [[Invalid files message displays while uploading a zip file of prompts]]&lt;br /&gt;
* [[A Component Manager goes into partial service when uploading a zip file]]&lt;br /&gt;
* [[High call rejection rate under heavy load]]&lt;br /&gt;
* [[Error in Cisco Unified CCX Administration when trying to upload a large prompt.wav file]]&lt;br /&gt;
* [[Callers hear a fast busy while calling the JTAPI triggers]]&lt;br /&gt;
* [[Override media termination group displayed twice]]&lt;br /&gt;
* [[SUPERVISE_CALL_REQ type barge in without AgentCallID]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Admin Utility =&lt;br /&gt;
* [[The cluster is not in synchronization]]&lt;br /&gt;
* [[Cisco Unified CCX Admin Utility exits or does not come up after login]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility fails due to data corruption]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run on a non bootstrap node]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run since the Node Manager hung]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Database =&lt;br /&gt;
* [[Cannot configure Application or System parameters from their pages in Cisco Unified CCX Administration]]&lt;br /&gt;
* [[HR client login error]]&lt;br /&gt;
* [[Cannot activate DB components on HA node]]&lt;br /&gt;
* [[Cisco Unified CCX Databases are not purged as expected]]&lt;br /&gt;
* [[Purge command did not purge data]]&lt;br /&gt;
* [[Historical Database db&amp;amp;#95;cra is full]]&lt;br /&gt;
* [[E-mail notification of database purging activities is not sent]]&lt;br /&gt;
* [[Syslog or SNMP trap notification of database purging activities is not sent]]&lt;br /&gt;
* [[After the replication between Primary/Secondary was created, the initial snapshot was successful but the merge agents would fail]]&lt;br /&gt;
* [[Uninstall SQL hotfix 2282 is failing]]&lt;br /&gt;
* [[The IPCC server is loosing the ODBC connection after running fine for some time]]&lt;br /&gt;
* [[SQL Agent crash with Red X Mark, and the Node Manager is down]]&lt;br /&gt;
* [[After the upgrade SQL Server got changed to MSDE]]&lt;br /&gt;
* [[From the log: Login failed for user '(null)'. Root cause: Not associated with a trusted SQL Server connection]]&lt;br /&gt;
* [[While doing some configuration change from the Appadmin gets the following error: &amp;quot;Error updating Database&amp;quot;]]&lt;br /&gt;
* [[Primary key violation exception in the MIVR logs while trying to insert a historical record to the Database table]]&lt;br /&gt;
* [[SQLException while uploading prompt, grammar, document using editor steps inside the workflow script]]&lt;br /&gt;
* [[Cannot configure Application or System parameters from the Cisco Unified CCX Administration]]&lt;br /&gt;
* [[Enterprise Database Subsystem is in out of service or in partial service]]&lt;br /&gt;
* [[Can't create a new Datasource from the Appadmin]]&lt;br /&gt;
* [[After creating the datasource and System DSN, it is not getting displayed in the editor step]]&lt;br /&gt;
* [[Not able to view/edit rmcm configurations from node2 appadmin in an HA setup]]&lt;br /&gt;
* [[DBAccessor errors while CVD start up]]&lt;br /&gt;
* [[When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists]]&lt;br /&gt;
* [[There is an error displayed in the appadmin while trying to modify the Datasource configuration]]&lt;br /&gt;
* [[Regarding Enterprise Database driver usage]]&lt;br /&gt;
* [[Datastore component activations fails when trying to activate node2 components]]&lt;br /&gt;
* [[Cannot activate datastores on second node in HA deployment. On node2 DB version in Bootstrap [8.00.2187] does not match actual Database Engine version 8.00.2282]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Editor =&lt;br /&gt;
* [[Change a string variable to an integer]]&lt;br /&gt;
* [[Accept step error during active debug]]&lt;br /&gt;
* [[Error occurs with Reactive Debugging Tool]]&lt;br /&gt;
* [[Agent automatically put into Ready state]]&lt;br /&gt;
* [[Agent has invalid state transition from Reserved to Available to Talking]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Engine =&lt;br /&gt;
* [[Agent cannot go Ready after logging in]]&lt;br /&gt;
* [[Voice Browser step throws an exception]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start and an RMI port in use error appears]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1067]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1069]]&lt;br /&gt;
* [[Application subsystem is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX Engine is running but calls are not answered]]&lt;br /&gt;
* [[Changing the time in Cisco Unified CCX machines results in agents getting logged off]]&lt;br /&gt;
* [[An error message plays when calling a CTI route point]]&lt;br /&gt;
* [[Changes to applications do not register]]&lt;br /&gt;
* [[Call drops during transfer over gateway]]&lt;br /&gt;
* [[H.323 client DTMF digits not detected]]&lt;br /&gt;
* [[Redirected call is disconnected]]&lt;br /&gt;
* [[The Cisco Unified CCX server runs out of disk space]]&lt;br /&gt;
* [[Cisco Unified CCX Server runs at 100% capacity or is slow]]&lt;br /&gt;
* [[Database Subsystem goes into partial service]]&lt;br /&gt;
* [[JTAPI subsystem is in partial service]]&lt;br /&gt;
* [[Unable to connect to JTAPI provider]]&lt;br /&gt;
* [[The Simple Recognition step takes the unsuccessful branch]]&lt;br /&gt;
* [[Calling party and Cisco Unified CCX do not have common codec]]&lt;br /&gt;
* [[Prompts with incorrect codec being played out]]&lt;br /&gt;
* [[Prompt Exception in Cisco Unified CCX Engine log file]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start]]&lt;br /&gt;
* [[Application subsystem in partial service and application running for an unexpectedly long time]]&lt;br /&gt;
* [[Cisco Unified CCX Server and Active Directory integration results in some services being unregistered]]&lt;br /&gt;
* [[Database Subsystem fails to connect to MS SQL server]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Real-Time Reporting =&lt;br /&gt;
* [[Attempting to run a real-time report causes an error]]&lt;br /&gt;
* [[After installing JRE, the user receives a message from real-time reporting saying to install JRE]]&lt;br /&gt;
* [[Contact entry is stuck in real-time reporting]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Historical Reporting =&lt;br /&gt;
* [[Exported PDF report does not print in landscape orientation]]&lt;br /&gt;
* [[User login missing in Windows XP after installing HR client]]&lt;br /&gt;
* [[Client and Server security policies do not match]]&lt;br /&gt;
* [[Charts do not appear properly in MS Excel format]]&lt;br /&gt;
* [[Columns of data missing in report in MS Excel format]]&lt;br /&gt;
* [[Records truncated in report in MS Excel format]]&lt;br /&gt;
* [[Agent names overwritten on charts]]&lt;br /&gt;
* [[RTF Report containing charts has tabular report headings]]&lt;br /&gt;
* [[Scheduler icon does not appear on Terminal Services client]]&lt;br /&gt;
* [[Reports do not execute at scheduled times]]&lt;br /&gt;
* [[Search dialog box and Preview tab appear in English on Windows system with locale set to German]]&lt;br /&gt;
* [[Dialog box does not appear as expected when report is exported]]&lt;br /&gt;
* [[Error when choosing an option from the Historical Reporting web page]]&lt;br /&gt;
* [[Truncated report description in Historical Reports client]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run]]&lt;br /&gt;
* [[The SQL Command Failed dialog box appears when you try to generate a historical report]]&lt;br /&gt;
* [[Some information appears in English on a German system]]&lt;br /&gt;
* [[The Historical Reports client computer cannot connect to the Cisco Unified CCX server]]&lt;br /&gt;
* [[A Database Connection Error 5051 error appears]]&lt;br /&gt;
* [[Export file name does not appear in Export dialog box]]&lt;br /&gt;
* [[Cannot point to local applications from the Database Server Configuration page]]&lt;br /&gt;
* [[Attempt to log in to the Cisco Unified CCX Server from the Historical Reporting client fails and an error message is returned]]&lt;br /&gt;
* [[Only three report templates are available for Cisco Unified CCX Standard]]&lt;br /&gt;
* [[Discrepancy in number of ACD calls shown on custom reports]]&lt;br /&gt;
* [[Priority Summary Activity Report chart prints only partly in color]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run and message appears in CiscoSch.log file]]&lt;br /&gt;
* [[Historical Reporting Client window shows nothing in the user drop-down menu]]&lt;br /&gt;
* [[Historical Reporting Client stops working; attempt to log in again results in error messages]]&lt;br /&gt;
* [[Scheduler DOS exception error received when running a custom report]]&lt;br /&gt;
* [[Columns displaced in Excel spreadsheet when exporting a report]]&lt;br /&gt;
* [[Scheduler icon does not appear in Windows status bar]]&lt;br /&gt;
* [[Error message appears indicating connection with database is broken]]&lt;br /&gt;
* [[Called Number Summary Report (CNSR) has more calls than the Traffic Analysis Report (TAR)]]&lt;br /&gt;
* [[Which reports should be used to determine BHCA and BHCC?]]&lt;br /&gt;
* [[Total logged in hours for agent very high after name change]]&lt;br /&gt;
* [[Filter by skill/team/resourcegroup not working]]&lt;br /&gt;
&lt;br /&gt;
= Automatic Speech Recognition =&lt;br /&gt;
* [[Names are not recognized]]&lt;br /&gt;
* [[Recognition never times out]]&lt;br /&gt;
* [[Alternate pronunciations and nicknames are not recognized]]&lt;br /&gt;
* [[Reduced call completion rate under heavy load while using an MRCP ASR Group]]&lt;br /&gt;
* [[MRCP ASR subsystem is out of service]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP ASR Providers, MRCP Servers, or Groups do not take effect]]&lt;br /&gt;
* [[Calling a route point with an MRCP ASR Dialog Group results in default treatment]]&lt;br /&gt;
&lt;br /&gt;
= Outbound =&lt;br /&gt;
* [[Agent does skip or skip-close but does not stay reserved]]&lt;br /&gt;
* [[Agent is not getting callbacks]]&lt;br /&gt;
* [[Agent is ready but does not get an Outbound call for up to two minutes]]&lt;br /&gt;
* [[Errors placing Outbound calls]]&lt;br /&gt;
* [[Not all contacts get imported]]&lt;br /&gt;
* [[On the Campaigns Configuration web page, the available CSQs list is empty even though there are CSQs configured under the RmCm subsystem]]&lt;br /&gt;
* [[Outbound buttons do not show up on CAD]]&lt;br /&gt;
* [[Outbound buttons show up but are disabled on CAD]]&lt;br /&gt;
* [[Outbound calls are not getting dialed]]&lt;br /&gt;
* [[Outbound call volume is low]]&lt;br /&gt;
* [[Outbound System Service is not in service]]&lt;br /&gt;
* [[RTR Outbound reports do not show all possible reclassification]]&lt;br /&gt;
&lt;br /&gt;
= Text-to-Speech =&lt;br /&gt;
* [[Provider becomes IN_SERVICE immediately]]&lt;br /&gt;
* [[TTS Prompt does not play]]&lt;br /&gt;
* [[TTS prompt is not recognizable]]&lt;br /&gt;
* [[MRCP TTS subsystem is out of service]]&lt;br /&gt;
* [[Long TTS prompts consume significant memory on Cisco Unified CCX Server]]&lt;br /&gt;
* [[Non-UTF-8 characters needed for some languages]]&lt;br /&gt;
* [[A .wav file prompt playback is garbled when played by a TTS server]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP TTS Providers, MRCP Servers, locales, or genders do not take effect]]&lt;br /&gt;
&lt;br /&gt;
= Serviceability =&lt;br /&gt;
* [[SNMP-based network management tools cannot monitor Cisco Unified CCX components]]&lt;br /&gt;
* [[File Manager in partial service]]&lt;br /&gt;
* [[SNMP traps do not arrive at the trap receiver]]&lt;br /&gt;
* [[Syslog messages not received by receiver]]&lt;br /&gt;
* [[The Alarm Service does not start]]&lt;br /&gt;
* [[Serviceability does not uninstall completely]]&lt;br /&gt;
* [[Updating Data with the Serviceability Tool on One Node does not Update Other Nodes]]&lt;br /&gt;
* [[Virus Scan software slows Call Completion Rate]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Internationalization =&lt;br /&gt;
* [[Results not as expected for first name and last name in Chinese, Japanese, and Korean]]&lt;br /&gt;
* [[Language specified is not accepted or played]]&lt;br /&gt;
&lt;br /&gt;
= VXML =&lt;br /&gt;
* [[Voice Browser Step troubleshooting steps]]&lt;br /&gt;
* [[Timeout attribute for non-input does not work]]&lt;br /&gt;
* [[Menu Choice DTMF does not work]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Bootstrap =&lt;br /&gt;
* [[Transaction Manager cannot start]]&lt;br /&gt;
* [[Have an exception on startup with a message like &amp;quot;unable to recover transaction&amp;quot; or an error message related to reading or modifying the &amp;quot;Tx.per&amp;quot; file]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Failover =&lt;br /&gt;
* [[Conflicts in Datastore Control Center history]]&lt;br /&gt;
* [[Cannot make configuration changes in HA cluster]]&lt;br /&gt;
* [[Cannot make configuration changes in RmCm Subsystem]]&lt;br /&gt;
* [[Service constantly shows Invalid]]&lt;br /&gt;
* [[Cisco Unified CCX server keeps rebooting due to Cisco Unified CCX Node Manager failure]]&lt;br /&gt;
* [[Cluster is in partial service]]&lt;br /&gt;
* [[Server is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX does not accept a call or function properly]]&lt;br /&gt;
* [[Service Master/Slave status is not shown on Cisco Unified CCX Administration Control Center]]&lt;br /&gt;
* [[Cluster time synch fails]]&lt;br /&gt;
* [[Cisco Unified CCX Servers respond slowly in a High Availability environment]]&lt;br /&gt;
* [[Multiple failovers with high CPU usage]]&lt;br /&gt;
&lt;br /&gt;
= VoIP Monitor =&lt;br /&gt;
* [[VoIP monitor does not work correctly]]&lt;br /&gt;
* [[Cisco Unified CCX fails to start]]&lt;br /&gt;
* [[VoIP Monitor tab of the CDA gives an error]]&lt;br /&gt;
* [[VoIP Monitor does not list some phone devices]]&lt;br /&gt;
&lt;br /&gt;
= CDP =&lt;br /&gt;
* [[CDP Protocol Driver missing in Device Manager]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0</id>
		<title>Troubleshooting Tips for Unified CCX 7.0</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0"/>
				<updated>2010-05-04T08:49:32Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Cisco Unified CCX Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Unified Contact Center Express]] &lt;br /&gt;
&lt;br /&gt;
'''See also:''' [[Additional troubleshooting information for Unified CCX 7.0]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation:&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* [[One node on a Cisco Unified CCX 7.0(1) two-node cluster crashes beyond repair]]&lt;br /&gt;
&lt;br /&gt;
= Backup, Restore, and Update =&lt;br /&gt;
* [[Backup, Restore, and Upgrade cannot be started from a client desktop]]&lt;br /&gt;
* [[During Backup, Restore, or Upgrade, an exception is seen in user interface]]&lt;br /&gt;
* [[Backup failed for a One or Two-Node system]]&lt;br /&gt;
* [[CRS 4.5 profile name is missing]]&lt;br /&gt;
* [[Page Not Found message is displayed during Restore or Upgrade]]&lt;br /&gt;
* [[Restore fails due to a file not being found]]&lt;br /&gt;
* [[Restore failed for a one-node system]]&lt;br /&gt;
* [[Restore failed on a two-node system that had run before the Restore]]&lt;br /&gt;
* [[Restore failed on a two-node system that was re-imaged]]&lt;br /&gt;
* [[Some RmCm configuration is missing after upgrade]]&lt;br /&gt;
* [[During the backup process, the backup window is accidentally closed]]&lt;br /&gt;
* [[Restore error in HA deployment when tape drive moved]]&lt;br /&gt;
* [[Restore error in HA deployment when backup and restore is performed on different nodes]]&lt;br /&gt;
* [[Failure when Updating Outbound Subsystem Configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Enterprise Telephony subsystem =&lt;br /&gt;
* [[A functional routing point stopped working or the Cisco Unified CME Telephony subsystem is in partial service]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Automated Attendant =&lt;br /&gt;
* [[ Dial by name does not find the specified server ]]&lt;br /&gt;
* [[ Automated Attendant prompt is not played ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Express =&lt;br /&gt;
* [[Agent cannot log in on shared line]]&lt;br /&gt;
* [[Agent cannot log in on restricted line]]&lt;br /&gt;
* [[When agent drops from conference, all parties on conference are dropped]]&lt;br /&gt;
* [[Cisco Unified CME triggers with 2811/CME router are not working]]&lt;br /&gt;
* [[Pressing hash character truncates the prompt and the prompts that follow are not played]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX =&lt;br /&gt;
* [[RmCm subsystem is out of service]]&lt;br /&gt;
* [[RmCm subsystem remains INITIALIZING]]&lt;br /&gt;
* [[RmCm remains in Initializing state]]&lt;br /&gt;
* [[Agents, Supervisors, or Teams are out of synch]]&lt;br /&gt;
* [[Agent or CSQ does not appear in CDA]]&lt;br /&gt;
* [[Agents do not appear in the Resources area in the Cisco Unified CCX Configuration web page]]&lt;br /&gt;
* [[You cannot select the order of agents]]&lt;br /&gt;
* [[Agent does not go to Work state after handling a call]]&lt;br /&gt;
* [[A media step causes a Could not create PlayPromptDialog Object exception]]&lt;br /&gt;
* [[Unable to make any Cisco Unified CCX configuration changes]]&lt;br /&gt;
* [[Some resource selection criteria are missing]]&lt;br /&gt;
* [[Unable to record an agent]]&lt;br /&gt;
* [[Sometimes the supervisor can monitor and record an agent and sometimes he cannot]]&lt;br /&gt;
* [[Calls to Cisco Unified CCX route points are disconnected]]&lt;br /&gt;
* [[Calls are not routed to agents]]&lt;br /&gt;
* [[Agents do not show in a CSQ]]&lt;br /&gt;
* [[Caller gets dropped when an attempt is made to recall a Cisco Unified CCX agent extension after the agent previously parked the call]]&lt;br /&gt;
* [[Updating a NIC driver disables silent monitoring and recording]]&lt;br /&gt;
* [[Agent alternates between Reserved and Ready state]]&lt;br /&gt;
* [[Agent in Reserved state but the consult transfer fails repeatedly]]&lt;br /&gt;
* [[Call fails if agent doesn’t pick the call in the first two rings]]&lt;br /&gt;
* [[Calls fail with CTIERR_TIMEOUT=0x8ccc0001::Cti request timed out]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified IP IVR =&lt;br /&gt;
* [[Cisco Unified IP IVR drops callers when transferring to an extension]]&lt;br /&gt;
* [[Prompts play in language]]&lt;br /&gt;
* [[Some prompts do not play]]&lt;br /&gt;
* [[Some prompts in a script play in the language specified and other prompts play in English]]&lt;br /&gt;
* [[A prompt plays phrases in the wrong order]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Administration =&lt;br /&gt;
* [[The Cisco Unified CCX Administration Authentication web page is not available]]&lt;br /&gt;
* [[Uploading a license file can result in a warning message]]&lt;br /&gt;
* [[User cannot log in to the Cisco Unified CCX web page]]&lt;br /&gt;
* [[Refreshing subflow script does not update parent scripts]]&lt;br /&gt;
* [[Cisco Unified CM users display in random order]]&lt;br /&gt;
* [[Cisco Unified CCX Supervisor web page cannot be viewed from Cisco Unified CCX Server]]&lt;br /&gt;
* [[Database table fields used by wallboard store data in milliseconds]]&lt;br /&gt;
* [[Management pages display error message when selected]]&lt;br /&gt;
* [[Zip file does not auto unzip on Document Management page]]&lt;br /&gt;
* [[Invalid files message displays while uploading a zip file of prompts]]&lt;br /&gt;
* [[A Component Manager goes into partial service when uploading a zip file]]&lt;br /&gt;
* [[High call rejection rate under heavy load]]&lt;br /&gt;
* [[Error in Cisco Unified CCX Administration when trying to upload a large prompt.wav file]]&lt;br /&gt;
* [[Callers hear a fast busy while calling the JTAPI triggers]]&lt;br /&gt;
* [[Override media termination group displayed twice]]&lt;br /&gt;
* [[SUPERVISE_CALL_REQ type barge in without AgentCallID]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Admin Utility =&lt;br /&gt;
* [[The cluster is not in synchronization]]&lt;br /&gt;
* [[Cisco Unified CCX Admin Utility exits or does not come up after login]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility fails due to data corruption]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run on a non bootstrap node]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run since the Node Manager hung]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Database =&lt;br /&gt;
* [[Cannot configure Application or System parameters from their pages in Cisco Unified CCX Administration]]&lt;br /&gt;
* [[HR client login error]]&lt;br /&gt;
* [[Cannot activate DB components on HA node]]&lt;br /&gt;
* [[Cisco Unified CCX Databases are not purged as expected]]&lt;br /&gt;
* [[Purge command did not purge data]]&lt;br /&gt;
* [[Historical Database db&amp;amp;#95;cra is full]]&lt;br /&gt;
* [[E-mail notification of database purging activities is not sent]]&lt;br /&gt;
* [[Syslog or SNMP trap notification of database purging activities is not sent]]&lt;br /&gt;
* [[After the replication between Primary/Secondary was created, the initial snapshot was successful but the merge agents would fail]]&lt;br /&gt;
* [[Uninstall SQL hotfix 2282 is failing]]&lt;br /&gt;
* [[The IPCC server is loosing the ODBC connection after running fine for some time]]&lt;br /&gt;
* [[SQL Agent crash with Red X Mark, and the Node Manager is down]]&lt;br /&gt;
* [[After the upgrade SQL Server got changed to MSDE]]&lt;br /&gt;
* [[From the log: Login failed for user '(null)'. Root cause: Not associated with a trusted SQL Server connection]]&lt;br /&gt;
* [[While doing some configuration change from the Appadmin gets the following error: &amp;quot;Error updating Database&amp;quot;]]&lt;br /&gt;
* [[Primary key violation exception in the MIVR logs while trying to insert a historical record to the Database table]]&lt;br /&gt;
* [[SQLException while uploading prompt, grammar, document using editor steps inside the workflow script]]&lt;br /&gt;
* [[Cannot configure Application or System parameters from the Cisco Unified CCX Administration]]&lt;br /&gt;
* [[Enterprise Database Subsystem is in out of service or in partial service]]&lt;br /&gt;
* [[Can't create a new Datasource from the Appadmin]]&lt;br /&gt;
* [[After creating the datasource and System DSN, it is not getting displayed in the editor step]]&lt;br /&gt;
* [[Not able to view/edit rmcm configurations from node2 appadmin in an HA setup]]&lt;br /&gt;
* [[DBAccessor errors while CVD start up]]&lt;br /&gt;
* [[When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists]]&lt;br /&gt;
* [[There is an error displayed in the appadmin while trying to modify the Datasource configuration]]&lt;br /&gt;
* [[Regarding Enterprise Database driver usage]]&lt;br /&gt;
* [[Datastore component activations fails when trying to activate node2 components]]&lt;br /&gt;
* [[Cannot activate datastores on second node in HA deployment. On node2 DB version in Bootstrap [8.00.2187] does not match actual Database Engine version [8.00.2282]]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Editor =&lt;br /&gt;
* [[Change a string variable to an integer]]&lt;br /&gt;
* [[Accept step error during active debug]]&lt;br /&gt;
* [[Error occurs with Reactive Debugging Tool]]&lt;br /&gt;
* [[Agent automatically put into Ready state]]&lt;br /&gt;
* [[Agent has invalid state transition from Reserved to Available to Talking]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Engine =&lt;br /&gt;
* [[Agent cannot go Ready after logging in]]&lt;br /&gt;
* [[Voice Browser step throws an exception]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start and an RMI port in use error appears]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1067]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1069]]&lt;br /&gt;
* [[Application subsystem is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX Engine is running but calls are not answered]]&lt;br /&gt;
* [[Changing the time in Cisco Unified CCX machines results in agents getting logged off]]&lt;br /&gt;
* [[An error message plays when calling a CTI route point]]&lt;br /&gt;
* [[Changes to applications do not register]]&lt;br /&gt;
* [[Call drops during transfer over gateway]]&lt;br /&gt;
* [[H.323 client DTMF digits not detected]]&lt;br /&gt;
* [[Redirected call is disconnected]]&lt;br /&gt;
* [[The Cisco Unified CCX server runs out of disk space]]&lt;br /&gt;
* [[Cisco Unified CCX Server runs at 100% capacity or is slow]]&lt;br /&gt;
* [[Database Subsystem goes into partial service]]&lt;br /&gt;
* [[JTAPI subsystem is in partial service]]&lt;br /&gt;
* [[Unable to connect to JTAPI provider]]&lt;br /&gt;
* [[The Simple Recognition step takes the unsuccessful branch]]&lt;br /&gt;
* [[Calling party and Cisco Unified CCX do not have common codec]]&lt;br /&gt;
* [[Prompts with incorrect codec being played out]]&lt;br /&gt;
* [[Prompt Exception in Cisco Unified CCX Engine log file]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start]]&lt;br /&gt;
* [[Application subsystem in partial service and application running for an unexpectedly long time]]&lt;br /&gt;
* [[Cisco Unified CCX Server and Active Directory integration results in some services being unregistered]]&lt;br /&gt;
* [[Database Subsystem fails to connect to MS SQL server]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Real-Time Reporting =&lt;br /&gt;
* [[Attempting to run a real-time report causes an error]]&lt;br /&gt;
* [[After installing JRE, the user receives a message from real-time reporting saying to install JRE]]&lt;br /&gt;
* [[Contact entry is stuck in real-time reporting]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Historical Reporting =&lt;br /&gt;
* [[Exported PDF report does not print in landscape orientation]]&lt;br /&gt;
* [[User login missing in Windows XP after installing HR client]]&lt;br /&gt;
* [[Client and Server security policies do not match]]&lt;br /&gt;
* [[Charts do not appear properly in MS Excel format]]&lt;br /&gt;
* [[Columns of data missing in report in MS Excel format]]&lt;br /&gt;
* [[Records truncated in report in MS Excel format]]&lt;br /&gt;
* [[Agent names overwritten on charts]]&lt;br /&gt;
* [[RTF Report containing charts has tabular report headings]]&lt;br /&gt;
* [[Scheduler icon does not appear on Terminal Services client]]&lt;br /&gt;
* [[Reports do not execute at scheduled times]]&lt;br /&gt;
* [[Search dialog box and Preview tab appear in English on Windows system with locale set to German]]&lt;br /&gt;
* [[Dialog box does not appear as expected when report is exported]]&lt;br /&gt;
* [[Error when choosing an option from the Historical Reporting web page]]&lt;br /&gt;
* [[Truncated report description in Historical Reports client]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run]]&lt;br /&gt;
* [[The SQL Command Failed dialog box appears when you try to generate a historical report]]&lt;br /&gt;
* [[Some information appears in English on a German system]]&lt;br /&gt;
* [[The Historical Reports client computer cannot connect to the Cisco Unified CCX server]]&lt;br /&gt;
* [[A Database Connection Error 5051 error appears]]&lt;br /&gt;
* [[Export file name does not appear in Export dialog box]]&lt;br /&gt;
* [[Cannot point to local applications from the Database Server Configuration page]]&lt;br /&gt;
* [[Attempt to log in to the Cisco Unified CCX Server from the Historical Reporting client fails and an error message is returned]]&lt;br /&gt;
* [[Only three report templates are available for Cisco Unified CCX Standard]]&lt;br /&gt;
* [[Discrepancy in number of ACD calls shown on custom reports]]&lt;br /&gt;
* [[Priority Summary Activity Report chart prints only partly in color]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run and message appears in CiscoSch.log file]]&lt;br /&gt;
* [[Historical Reporting Client window shows nothing in the user drop-down menu]]&lt;br /&gt;
* [[Historical Reporting Client stops working; attempt to log in again results in error messages]]&lt;br /&gt;
* [[Scheduler DOS exception error received when running a custom report]]&lt;br /&gt;
* [[Columns displaced in Excel spreadsheet when exporting a report]]&lt;br /&gt;
* [[Scheduler icon does not appear in Windows status bar]]&lt;br /&gt;
* [[Error message appears indicating connection with database is broken]]&lt;br /&gt;
* [[Called Number Summary Report (CNSR) has more calls than the Traffic Analysis Report (TAR)]]&lt;br /&gt;
* [[Which reports should be used to determine BHCA and BHCC?]]&lt;br /&gt;
* [[Total logged in hours for agent very high after name change]]&lt;br /&gt;
* [[Filter by skill/team/resourcegroup not working]]&lt;br /&gt;
&lt;br /&gt;
= Automatic Speech Recognition =&lt;br /&gt;
* [[Names are not recognized]]&lt;br /&gt;
* [[Recognition never times out]]&lt;br /&gt;
* [[Alternate pronunciations and nicknames are not recognized]]&lt;br /&gt;
* [[Reduced call completion rate under heavy load while using an MRCP ASR Group]]&lt;br /&gt;
* [[MRCP ASR subsystem is out of service]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP ASR Providers, MRCP Servers, or Groups do not take effect]]&lt;br /&gt;
* [[Calling a route point with an MRCP ASR Dialog Group results in default treatment]]&lt;br /&gt;
&lt;br /&gt;
= Outbound =&lt;br /&gt;
* [[Agent does skip or skip-close but does not stay reserved]]&lt;br /&gt;
* [[Agent is not getting callbacks]]&lt;br /&gt;
* [[Agent is ready but does not get an Outbound call for up to two minutes]]&lt;br /&gt;
* [[Errors placing Outbound calls]]&lt;br /&gt;
* [[Not all contacts get imported]]&lt;br /&gt;
* [[On the Campaigns Configuration web page, the available CSQs list is empty even though there are CSQs configured under the RmCm subsystem]]&lt;br /&gt;
* [[Outbound buttons do not show up on CAD]]&lt;br /&gt;
* [[Outbound buttons show up but are disabled on CAD]]&lt;br /&gt;
* [[Outbound calls are not getting dialed]]&lt;br /&gt;
* [[Outbound call volume is low]]&lt;br /&gt;
* [[Outbound System Service is not in service]]&lt;br /&gt;
* [[RTR Outbound reports do not show all possible reclassification]]&lt;br /&gt;
&lt;br /&gt;
= Text-to-Speech =&lt;br /&gt;
* [[Provider becomes IN_SERVICE immediately]]&lt;br /&gt;
* [[TTS Prompt does not play]]&lt;br /&gt;
* [[TTS prompt is not recognizable]]&lt;br /&gt;
* [[MRCP TTS subsystem is out of service]]&lt;br /&gt;
* [[Long TTS prompts consume significant memory on Cisco Unified CCX Server]]&lt;br /&gt;
* [[Non-UTF-8 characters needed for some languages]]&lt;br /&gt;
* [[A .wav file prompt playback is garbled when played by a TTS server]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP TTS Providers, MRCP Servers, locales, or genders do not take effect]]&lt;br /&gt;
&lt;br /&gt;
= Serviceability =&lt;br /&gt;
* [[SNMP-based network management tools cannot monitor Cisco Unified CCX components]]&lt;br /&gt;
* [[File Manager in partial service]]&lt;br /&gt;
* [[SNMP traps do not arrive at the trap receiver]]&lt;br /&gt;
* [[Syslog messages not received by receiver]]&lt;br /&gt;
* [[The Alarm Service does not start]]&lt;br /&gt;
* [[Serviceability does not uninstall completely]]&lt;br /&gt;
* [[Updating Data with the Serviceability Tool on One Node does not Update Other Nodes]]&lt;br /&gt;
* [[Virus Scan software slows Call Completion Rate]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Internationalization =&lt;br /&gt;
* [[Results not as expected for first name and last name in Chinese, Japanese, and Korean]]&lt;br /&gt;
* [[Language specified is not accepted or played]]&lt;br /&gt;
&lt;br /&gt;
= VXML =&lt;br /&gt;
* [[Voice Browser Step troubleshooting steps]]&lt;br /&gt;
* [[Timeout attribute for non-input does not work]]&lt;br /&gt;
* [[Menu Choice DTMF does not work]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Bootstrap =&lt;br /&gt;
* [[Transaction Manager cannot start]]&lt;br /&gt;
* [[Have an exception on startup with a message like &amp;quot;unable to recover transaction&amp;quot; or an error message related to reading or modifying the &amp;quot;Tx.per&amp;quot; file]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Failover =&lt;br /&gt;
* [[Conflicts in Datastore Control Center history]]&lt;br /&gt;
* [[Cannot make configuration changes in HA cluster]]&lt;br /&gt;
* [[Cannot make configuration changes in RmCm Subsystem]]&lt;br /&gt;
* [[Service constantly shows Invalid]]&lt;br /&gt;
* [[Cisco Unified CCX server keeps rebooting due to Cisco Unified CCX Node Manager failure]]&lt;br /&gt;
* [[Cluster is in partial service]]&lt;br /&gt;
* [[Server is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX does not accept a call or function properly]]&lt;br /&gt;
* [[Service Master/Slave status is not shown on Cisco Unified CCX Administration Control Center]]&lt;br /&gt;
* [[Cluster time synch fails]]&lt;br /&gt;
* [[Cisco Unified CCX Servers respond slowly in a High Availability environment]]&lt;br /&gt;
* [[Multiple failovers with high CPU usage]]&lt;br /&gt;
&lt;br /&gt;
= VoIP Monitor =&lt;br /&gt;
* [[VoIP monitor does not work correctly]]&lt;br /&gt;
* [[Cisco Unified CCX fails to start]]&lt;br /&gt;
* [[VoIP Monitor tab of the CDA gives an error]]&lt;br /&gt;
* [[VoIP Monitor does not list some phone devices]]&lt;br /&gt;
&lt;br /&gt;
= CDP =&lt;br /&gt;
* [[CDP Protocol Driver missing in Device Manager]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Datastore_component_activations_fails_when_trying_to_activate_node2_components</id>
		<title>Datastore component activations fails when trying to activate node2 components</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Datastore_component_activations_fails_when_trying_to_activate_node2_components"/>
				<updated>2010-05-04T07:50:06Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Datastore component activations fails when trying to activate node2 components */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Datastore component activations fails when trying to activate node2 components ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| Datastore component activations fails when trying to activate node2 components.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| This can be due to database size mismatch in both the nodes.&lt;br /&gt;
Check the database size from SQL Enterprise Manager-&amp;gt;Select the database, right click and select properties and find the size. Check the size from CET ClusterDependentConfig and the Serviceability tool. The size should be same in all the places. This size should be same in both the nodes as well.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| If there is a size mismatch between the actual size and the CET-&amp;gt;Cluster Dependent Config entry, correct the size same as in node1 using node2 CET and restart Node Manager in both the nodes. Do node2 component activation again.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0, Release 5.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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Datastore_component_activations_fails_when_trying_to_activate_node2_components</id>
		<title>Datastore component activations fails when trying to activate node2 components</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Datastore_component_activations_fails_when_trying_to_activate_node2_components"/>
				<updated>2010-05-04T07:49:31Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: New page: == Datastore component activations fails when trying to activate node2 components ==  {| border=&amp;quot;1&amp;quot; |- ! '''Problem Summary''' | Datastore component activations fails when trying to activa...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Datastore component activations fails when trying to activate node2 components ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| Datastore component activations fails when trying to activate node2 components.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| This can be due to database size mismatch in both the nodes.&lt;br /&gt;
Check the database size from SQL Enterprise Manager-&amp;gt;Select the database, right click and select properties and find the size. Check the size from CET ClusterDependentConfig and the Serviceability tool. The size should be same in all the places. This size should be same in both the nodes as well.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| : If there is a size mismatch between the actual size and the CET-&amp;gt;Cluster Dependent Config entry, correct the size same as in node1 using node2 CET and restart Node Manager in both the nodes. Do node2 component activation again.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0, Release 5.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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0</id>
		<title>Troubleshooting Tips for Unified CCX 7.0</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0"/>
				<updated>2010-05-04T07:48:07Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Cisco Unified CCX Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Unified Contact Center Express]] &lt;br /&gt;
&lt;br /&gt;
'''See also:''' [[Additional troubleshooting information for Unified CCX 7.0]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation:&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* [[One node on a Cisco Unified CCX 7.0(1) two-node cluster crashes beyond repair]]&lt;br /&gt;
&lt;br /&gt;
= Backup, Restore, and Update =&lt;br /&gt;
* [[Backup, Restore, and Upgrade cannot be started from a client desktop]]&lt;br /&gt;
* [[During Backup, Restore, or Upgrade, an exception is seen in user interface]]&lt;br /&gt;
* [[Backup failed for a One or Two-Node system]]&lt;br /&gt;
* [[CRS 4.5 profile name is missing]]&lt;br /&gt;
* [[Page Not Found message is displayed during Restore or Upgrade]]&lt;br /&gt;
* [[Restore fails due to a file not being found]]&lt;br /&gt;
* [[Restore failed for a one-node system]]&lt;br /&gt;
* [[Restore failed on a two-node system that had run before the Restore]]&lt;br /&gt;
* [[Restore failed on a two-node system that was re-imaged]]&lt;br /&gt;
* [[Some RmCm configuration is missing after upgrade]]&lt;br /&gt;
* [[During the backup process, the backup window is accidentally closed]]&lt;br /&gt;
* [[Restore error in HA deployment when tape drive moved]]&lt;br /&gt;
* [[Restore error in HA deployment when backup and restore is performed on different nodes]]&lt;br /&gt;
* [[Failure when Updating Outbound Subsystem Configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Enterprise Telephony subsystem =&lt;br /&gt;
* [[A functional routing point stopped working or the Cisco Unified CME Telephony subsystem is in partial service]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Automated Attendant =&lt;br /&gt;
* [[ Dial by name does not find the specified server ]]&lt;br /&gt;
* [[ Automated Attendant prompt is not played ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Express =&lt;br /&gt;
* [[Agent cannot log in on shared line]]&lt;br /&gt;
* [[Agent cannot log in on restricted line]]&lt;br /&gt;
* [[When agent drops from conference, all parties on conference are dropped]]&lt;br /&gt;
* [[Cisco Unified CME triggers with 2811/CME router are not working]]&lt;br /&gt;
* [[Pressing hash character truncates the prompt and the prompts that follow are not played]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX =&lt;br /&gt;
* [[RmCm subsystem is out of service]]&lt;br /&gt;
* [[RmCm subsystem remains INITIALIZING]]&lt;br /&gt;
* [[RmCm remains in Initializing state]]&lt;br /&gt;
* [[Agents, Supervisors, or Teams are out of synch]]&lt;br /&gt;
* [[Agent or CSQ does not appear in CDA]]&lt;br /&gt;
* [[Agents do not appear in the Resources area in the Cisco Unified CCX Configuration web page]]&lt;br /&gt;
* [[You cannot select the order of agents]]&lt;br /&gt;
* [[Agent does not go to Work state after handling a call]]&lt;br /&gt;
* [[A media step causes a Could not create PlayPromptDialog Object exception]]&lt;br /&gt;
* [[Unable to make any Cisco Unified CCX configuration changes]]&lt;br /&gt;
* [[Some resource selection criteria are missing]]&lt;br /&gt;
* [[Unable to record an agent]]&lt;br /&gt;
* [[Sometimes the supervisor can monitor and record an agent and sometimes he cannot]]&lt;br /&gt;
* [[Calls to Cisco Unified CCX route points are disconnected]]&lt;br /&gt;
* [[Calls are not routed to agents]]&lt;br /&gt;
* [[Agents do not show in a CSQ]]&lt;br /&gt;
* [[Caller gets dropped when an attempt is made to recall a Cisco Unified CCX agent extension after the agent previously parked the call]]&lt;br /&gt;
* [[Updating a NIC driver disables silent monitoring and recording]]&lt;br /&gt;
* [[Agent alternates between Reserved and Ready state]]&lt;br /&gt;
* [[Agent in Reserved state but the consult transfer fails repeatedly]]&lt;br /&gt;
* [[Call fails if agent doesn’t pick the call in the first two rings]]&lt;br /&gt;
* [[Calls fail with CTIERR_TIMEOUT=0x8ccc0001::Cti request timed out]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified IP IVR =&lt;br /&gt;
* [[Cisco Unified IP IVR drops callers when transferring to an extension]]&lt;br /&gt;
* [[Prompts play in language]]&lt;br /&gt;
* [[Some prompts do not play]]&lt;br /&gt;
* [[Some prompts in a script play in the language specified and other prompts play in English]]&lt;br /&gt;
* [[A prompt plays phrases in the wrong order]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Administration =&lt;br /&gt;
* [[The Cisco Unified CCX Administration Authentication web page is not available]]&lt;br /&gt;
* [[Uploading a license file can result in a warning message]]&lt;br /&gt;
* [[User cannot log in to the Cisco Unified CCX web page]]&lt;br /&gt;
* [[Refreshing subflow script does not update parent scripts]]&lt;br /&gt;
* [[Cisco Unified CM users display in random order]]&lt;br /&gt;
* [[Cisco Unified CCX Supervisor web page cannot be viewed from Cisco Unified CCX Server]]&lt;br /&gt;
* [[Database table fields used by wallboard store data in milliseconds]]&lt;br /&gt;
* [[Management pages display error message when selected]]&lt;br /&gt;
* [[Zip file does not auto unzip on Document Management page]]&lt;br /&gt;
* [[Invalid files message displays while uploading a zip file of prompts]]&lt;br /&gt;
* [[A Component Manager goes into partial service when uploading a zip file]]&lt;br /&gt;
* [[High call rejection rate under heavy load]]&lt;br /&gt;
* [[Error in Cisco Unified CCX Administration when trying to upload a large prompt.wav file]]&lt;br /&gt;
* [[Callers hear a fast busy while calling the JTAPI triggers]]&lt;br /&gt;
* [[Override media termination group displayed twice]]&lt;br /&gt;
* [[SUPERVISE_CALL_REQ type barge in without AgentCallID]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Admin Utility =&lt;br /&gt;
* [[The cluster is not in synchronization]]&lt;br /&gt;
* [[Cisco Unified CCX Admin Utility exits or does not come up after login]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility fails due to data corruption]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run on a non bootstrap node]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run since the Node Manager hung]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Database =&lt;br /&gt;
* [[Cannot configure Application or System parameters from their pages in Cisco Unified CCX Administration]]&lt;br /&gt;
* [[HR client login error]]&lt;br /&gt;
* [[Cannot activate DB components on HA node]]&lt;br /&gt;
* [[Cisco Unified CCX Databases are not purged as expected]]&lt;br /&gt;
* [[Historical Database db&amp;amp;#95;cra is full]]&lt;br /&gt;
* [[E-mail notification of database purging activities is not sent]]&lt;br /&gt;
* [[Syslog or SNMP trap notification of database purging activities is not sent]]&lt;br /&gt;
* [[After the replication between Primary/Secondary was created, the initial snapshot was successful but the merge agents would fail]]&lt;br /&gt;
* [[Uninstall SQL hotfix 2282 is failing]]&lt;br /&gt;
* [[The IPCC server is loosing the ODBC connection after running fine for some time]]&lt;br /&gt;
* [[SQL Agent crash with Red X Mark, and the Node Manager is down]]&lt;br /&gt;
* [[After the upgrade SQL Server got changed to MSDE]]&lt;br /&gt;
* [[From the log: Login failed for user '(null)'. Root cause: Not associated with a trusted SQL Server connection]]&lt;br /&gt;
* [[While doing some configuration change from the Appadmin gets the following error: &amp;quot;Error updating Database&amp;quot;]]&lt;br /&gt;
* [[Primary key violation exception in the MIVR logs while trying to insert a historical record to the Database table]]&lt;br /&gt;
* [[SQLException while uploading prompt, grammar, document using editor steps inside the workflow script]]&lt;br /&gt;
* [[Cannot configure Application or System parameters from the Cisco Unified CCX Administration]]&lt;br /&gt;
* [[Enterprise Database Subsystem is in out of service or in partial service]]&lt;br /&gt;
* [[Can't create a new Datasource from the Appadmin]]&lt;br /&gt;
* [[After creating the datasource and System DSN, it is not getting displayed in the editor step]]&lt;br /&gt;
* [[Not able to view/edit rmcm configurations from node2 appadmin in an HA setup]]&lt;br /&gt;
* [[DBAccessor errors while CVD start up]]&lt;br /&gt;
* [[When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists]]&lt;br /&gt;
* [[There is an error displayed in the appadmin while trying to modify the Datasource configuration]]&lt;br /&gt;
* [[Regarding Enterprise Database driver usage]]&lt;br /&gt;
* [[Datastore component activations fails when trying to activate node2 components]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Editor =&lt;br /&gt;
* [[Change a string variable to an integer]]&lt;br /&gt;
* [[Accept step error during active debug]]&lt;br /&gt;
* [[Error occurs with Reactive Debugging Tool]]&lt;br /&gt;
* [[Agent automatically put into Ready state]]&lt;br /&gt;
* [[Agent has invalid state transition from Reserved to Available to Talking]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Engine =&lt;br /&gt;
* [[Agent cannot go Ready after logging in]]&lt;br /&gt;
* [[Voice Browser step throws an exception]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start and an RMI port in use error appears]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1067]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1069]]&lt;br /&gt;
* [[Application subsystem is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX Engine is running but calls are not answered]]&lt;br /&gt;
* [[Changing the time in Cisco Unified CCX machines results in agents getting logged off]]&lt;br /&gt;
* [[An error message plays when calling a CTI route point]]&lt;br /&gt;
* [[Changes to applications do not register]]&lt;br /&gt;
* [[Call drops during transfer over gateway]]&lt;br /&gt;
* [[H.323 client DTMF digits not detected]]&lt;br /&gt;
* [[Redirected call is disconnected]]&lt;br /&gt;
* [[The Cisco Unified CCX server runs out of disk space]]&lt;br /&gt;
* [[Cisco Unified CCX Server runs at 100% capacity or is slow]]&lt;br /&gt;
* [[Database Subsystem goes into partial service]]&lt;br /&gt;
* [[JTAPI subsystem is in partial service]]&lt;br /&gt;
* [[Unable to connect to JTAPI provider]]&lt;br /&gt;
* [[The Simple Recognition step takes the unsuccessful branch]]&lt;br /&gt;
* [[Calling party and Cisco Unified CCX do not have common codec]]&lt;br /&gt;
* [[Prompts with incorrect codec being played out]]&lt;br /&gt;
* [[Prompt Exception in Cisco Unified CCX Engine log file]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start]]&lt;br /&gt;
* [[Application subsystem in partial service and application running for an unexpectedly long time]]&lt;br /&gt;
* [[Cisco Unified CCX Server and Active Directory integration results in some services being unregistered]]&lt;br /&gt;
* [[Database Subsystem fails to connect to MS SQL server]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Real-Time Reporting =&lt;br /&gt;
* [[Attempting to run a real-time report causes an error]]&lt;br /&gt;
* [[After installing JRE, the user receives a message from real-time reporting saying to install JRE]]&lt;br /&gt;
* [[Contact entry is stuck in real-time reporting]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Historical Reporting =&lt;br /&gt;
* [[Exported PDF report does not print in landscape orientation]]&lt;br /&gt;
* [[User login missing in Windows XP after installing HR client]]&lt;br /&gt;
* [[Client and Server security policies do not match]]&lt;br /&gt;
* [[Charts do not appear properly in MS Excel format]]&lt;br /&gt;
* [[Columns of data missing in report in MS Excel format]]&lt;br /&gt;
* [[Records truncated in report in MS Excel format]]&lt;br /&gt;
* [[Agent names overwritten on charts]]&lt;br /&gt;
* [[RTF Report containing charts has tabular report headings]]&lt;br /&gt;
* [[Scheduler icon does not appear on Terminal Services client]]&lt;br /&gt;
* [[Reports do not execute at scheduled times]]&lt;br /&gt;
* [[Search dialog box and Preview tab appear in English on Windows system with locale set to German]]&lt;br /&gt;
* [[Dialog box does not appear as expected when report is exported]]&lt;br /&gt;
* [[Error when choosing an option from the Historical Reporting web page]]&lt;br /&gt;
* [[Truncated report description in Historical Reports client]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run]]&lt;br /&gt;
* [[The SQL Command Failed dialog box appears when you try to generate a historical report]]&lt;br /&gt;
* [[Some information appears in English on a German system]]&lt;br /&gt;
* [[The Historical Reports client computer cannot connect to the Cisco Unified CCX server]]&lt;br /&gt;
* [[A Database Connection Error 5051 error appears]]&lt;br /&gt;
* [[Export file name does not appear in Export dialog box]]&lt;br /&gt;
* [[Cannot point to local applications from the Database Server Configuration page]]&lt;br /&gt;
* [[Attempt to log in to the Cisco Unified CCX Server from the Historical Reporting client fails and an error message is returned]]&lt;br /&gt;
* [[Only three report templates are available for Cisco Unified CCX Standard]]&lt;br /&gt;
* [[Discrepancy in number of ACD calls shown on custom reports]]&lt;br /&gt;
* [[Priority Summary Activity Report chart prints only partly in color]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run and message appears in CiscoSch.log file]]&lt;br /&gt;
* [[Historical Reporting Client window shows nothing in the user drop-down menu]]&lt;br /&gt;
* [[Historical Reporting Client stops working; attempt to log in again results in error messages]]&lt;br /&gt;
* [[Scheduler DOS exception error received when running a custom report]]&lt;br /&gt;
* [[Columns displaced in Excel spreadsheet when exporting a report]]&lt;br /&gt;
* [[Scheduler icon does not appear in Windows status bar]]&lt;br /&gt;
* [[Error message appears indicating connection with database is broken]]&lt;br /&gt;
* [[Called Number Summary Report (CNSR) has more calls than the Traffic Analysis Report (TAR)]]&lt;br /&gt;
* [[Which reports should be used to determine BHCA and BHCC?]]&lt;br /&gt;
* [[Total logged in hours for agent very high after name change]]&lt;br /&gt;
&lt;br /&gt;
= Automatic Speech Recognition =&lt;br /&gt;
* [[Names are not recognized]]&lt;br /&gt;
* [[Recognition never times out]]&lt;br /&gt;
* [[Alternate pronunciations and nicknames are not recognized]]&lt;br /&gt;
* [[Reduced call completion rate under heavy load while using an MRCP ASR Group]]&lt;br /&gt;
* [[MRCP ASR subsystem is out of service]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP ASR Providers, MRCP Servers, or Groups do not take effect]]&lt;br /&gt;
* [[Calling a route point with an MRCP ASR Dialog Group results in default treatment]]&lt;br /&gt;
&lt;br /&gt;
= Outbound =&lt;br /&gt;
* [[Agent does skip or skip-close but does not stay reserved]]&lt;br /&gt;
* [[Agent is not getting callbacks]]&lt;br /&gt;
* [[Agent is ready but does not get an Outbound call for up to two minutes]]&lt;br /&gt;
* [[Errors placing Outbound calls]]&lt;br /&gt;
* [[Not all contacts get imported]]&lt;br /&gt;
* [[On the Campaigns Configuration web page, the available CSQs list is empty even though there are CSQs configured under the RmCm subsystem]]&lt;br /&gt;
* [[Outbound buttons do not show up on CAD]]&lt;br /&gt;
* [[Outbound buttons show up but are disabled on CAD]]&lt;br /&gt;
* [[Outbound calls are not getting dialed]]&lt;br /&gt;
* [[Outbound call volume is low]]&lt;br /&gt;
* [[Outbound System Service is not in service]]&lt;br /&gt;
* [[RTR Outbound reports do not show all possible reclassification]]&lt;br /&gt;
&lt;br /&gt;
= Text-to-Speech =&lt;br /&gt;
* [[Provider becomes IN_SERVICE immediately]]&lt;br /&gt;
* [[TTS Prompt does not play]]&lt;br /&gt;
* [[TTS prompt is not recognizable]]&lt;br /&gt;
* [[MRCP TTS subsystem is out of service]]&lt;br /&gt;
* [[Long TTS prompts consume significant memory on Cisco Unified CCX Server]]&lt;br /&gt;
* [[Non-UTF-8 characters needed for some languages]]&lt;br /&gt;
* [[A .wav file prompt playback is garbled when played by a TTS server]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP TTS Providers, MRCP Servers, locales, or genders do not take effect]]&lt;br /&gt;
&lt;br /&gt;
= Serviceability =&lt;br /&gt;
* [[SNMP-based network management tools cannot monitor Cisco Unified CCX components]]&lt;br /&gt;
* [[File Manager in partial service]]&lt;br /&gt;
* [[SNMP traps do not arrive at the trap receiver]]&lt;br /&gt;
* [[Syslog messages not received by receiver]]&lt;br /&gt;
* [[The Alarm Service does not start]]&lt;br /&gt;
* [[Serviceability does not uninstall completely]]&lt;br /&gt;
* [[Updating Data with the Serviceability Tool on One Node does not Update Other Nodes]]&lt;br /&gt;
* [[Virus Scan software slows Call Completion Rate]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Internationalization =&lt;br /&gt;
* [[Results not as expected for first name and last name in Chinese, Japanese, and Korean]]&lt;br /&gt;
* [[Language specified is not accepted or played]]&lt;br /&gt;
&lt;br /&gt;
= VXML =&lt;br /&gt;
* [[Voice Browser Step troubleshooting steps]]&lt;br /&gt;
* [[Timeout attribute for non-input does not work]]&lt;br /&gt;
* [[Menu Choice DTMF does not work]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Bootstrap =&lt;br /&gt;
* [[Transaction Manager cannot start]]&lt;br /&gt;
* [[Have an exception on startup with a message like &amp;quot;unable to recover transaction&amp;quot; or an error message related to reading or modifying the &amp;quot;Tx.per&amp;quot; file]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Failover =&lt;br /&gt;
* [[Conflicts in Datastore Control Center history]]&lt;br /&gt;
* [[Cannot make configuration changes in HA cluster]]&lt;br /&gt;
* [[Cannot make configuration changes in RmCm Subsystem]]&lt;br /&gt;
* [[Service constantly shows Invalid]]&lt;br /&gt;
* [[Cisco Unified CCX server keeps rebooting due to Cisco Unified CCX Node Manager failure]]&lt;br /&gt;
* [[Cluster is in partial service]]&lt;br /&gt;
* [[Server is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX does not accept a call or function properly]]&lt;br /&gt;
* [[Service Master/Slave status is not shown on Cisco Unified CCX Administration Control Center]]&lt;br /&gt;
* [[Cluster time synch fails]]&lt;br /&gt;
* [[Cisco Unified CCX Servers respond slowly in a High Availability environment]]&lt;br /&gt;
* [[Multiple failovers with high CPU usage]]&lt;br /&gt;
&lt;br /&gt;
= VoIP Monitor =&lt;br /&gt;
* [[VoIP monitor does not work correctly]]&lt;br /&gt;
* [[Cisco Unified CCX fails to start]]&lt;br /&gt;
* [[VoIP Monitor tab of the CDA gives an error]]&lt;br /&gt;
* [[VoIP Monitor does not list some phone devices]]&lt;br /&gt;
&lt;br /&gt;
= CDP =&lt;br /&gt;
* [[CDP Protocol Driver missing in Device Manager]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Regarding_Enterprise_Database_driver_usage</id>
		<title>Regarding Enterprise Database driver usage</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Regarding_Enterprise_Database_driver_usage"/>
				<updated>2010-05-04T07:38:56Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: New page: == Regarding Enterprise Database driver usage ==  {| border=&amp;quot;1&amp;quot; |- ! '''Problem Summary''' | Which is the most suitable driver which needs to be used while configuring the Enterprise Datab...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Regarding Enterprise Database driver usage ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| Which is the most suitable driver which needs to be used while configuring the Enterprise Database&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| For each major release we qualify the Enterprise database for each of the supported databases. We use the latest driver available for that particular version of the database for qualifying. There is no guideline regarding the usage of Enterprise database driver. We do not publish the details of the driver we have tested and qualified as the driver may not be available after some time when the new version gets released. It is not possible for us to qualify all the driver versions for all the supported databases when it gets released.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Customer needs to find the details regarding which driver to be used from the Third party database vendor or from the web. &lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0, Release 5.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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0</id>
		<title>Troubleshooting Tips for Unified CCX 7.0</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0"/>
				<updated>2010-05-04T07:37:44Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Cisco Unified CCX Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Unified Contact Center Express]] &lt;br /&gt;
&lt;br /&gt;
'''See also:''' [[Additional troubleshooting information for Unified CCX 7.0]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation:&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* [[One node on a Cisco Unified CCX 7.0(1) two-node cluster crashes beyond repair]]&lt;br /&gt;
&lt;br /&gt;
= Backup, Restore, and Update =&lt;br /&gt;
* [[Backup, Restore, and Upgrade cannot be started from a client desktop]]&lt;br /&gt;
* [[During Backup, Restore, or Upgrade, an exception is seen in user interface]]&lt;br /&gt;
* [[Backup failed for a One or Two-Node system]]&lt;br /&gt;
* [[CRS 4.5 profile name is missing]]&lt;br /&gt;
* [[Page Not Found message is displayed during Restore or Upgrade]]&lt;br /&gt;
* [[Restore fails due to a file not being found]]&lt;br /&gt;
* [[Restore failed for a one-node system]]&lt;br /&gt;
* [[Restore failed on a two-node system that had run before the Restore]]&lt;br /&gt;
* [[Restore failed on a two-node system that was re-imaged]]&lt;br /&gt;
* [[Some RmCm configuration is missing after upgrade]]&lt;br /&gt;
* [[During the backup process, the backup window is accidentally closed]]&lt;br /&gt;
* [[Restore error in HA deployment when tape drive moved]]&lt;br /&gt;
* [[Restore error in HA deployment when backup and restore is performed on different nodes]]&lt;br /&gt;
* [[Failure when Updating Outbound Subsystem Configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Enterprise Telephony subsystem =&lt;br /&gt;
* [[A functional routing point stopped working or the Cisco Unified CME Telephony subsystem is in partial service]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Automated Attendant =&lt;br /&gt;
* [[ Dial by name does not find the specified server ]]&lt;br /&gt;
* [[ Automated Attendant prompt is not played ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Express =&lt;br /&gt;
* [[Agent cannot log in on shared line]]&lt;br /&gt;
* [[Agent cannot log in on restricted line]]&lt;br /&gt;
* [[When agent drops from conference, all parties on conference are dropped]]&lt;br /&gt;
* [[Cisco Unified CME triggers with 2811/CME router are not working]]&lt;br /&gt;
* [[Pressing hash character truncates the prompt and the prompts that follow are not played]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX =&lt;br /&gt;
* [[RmCm subsystem is out of service]]&lt;br /&gt;
* [[RmCm subsystem remains INITIALIZING]]&lt;br /&gt;
* [[RmCm remains in Initializing state]]&lt;br /&gt;
* [[Agents, Supervisors, or Teams are out of synch]]&lt;br /&gt;
* [[Agent or CSQ does not appear in CDA]]&lt;br /&gt;
* [[Agents do not appear in the Resources area in the Cisco Unified CCX Configuration web page]]&lt;br /&gt;
* [[You cannot select the order of agents]]&lt;br /&gt;
* [[Agent does not go to Work state after handling a call]]&lt;br /&gt;
* [[A media step causes a Could not create PlayPromptDialog Object exception]]&lt;br /&gt;
* [[Unable to make any Cisco Unified CCX configuration changes]]&lt;br /&gt;
* [[Some resource selection criteria are missing]]&lt;br /&gt;
* [[Unable to record an agent]]&lt;br /&gt;
* [[Sometimes the supervisor can monitor and record an agent and sometimes he cannot]]&lt;br /&gt;
* [[Calls to Cisco Unified CCX route points are disconnected]]&lt;br /&gt;
* [[Calls are not routed to agents]]&lt;br /&gt;
* [[Agents do not show in a CSQ]]&lt;br /&gt;
* [[Caller gets dropped when an attempt is made to recall a Cisco Unified CCX agent extension after the agent previously parked the call]]&lt;br /&gt;
* [[Updating a NIC driver disables silent monitoring and recording]]&lt;br /&gt;
* [[Agent alternates between Reserved and Ready state]]&lt;br /&gt;
* [[Agent in Reserved state but the consult transfer fails repeatedly]]&lt;br /&gt;
* [[Call fails if agent doesn’t pick the call in the first two rings]]&lt;br /&gt;
* [[Calls fail with CTIERR_TIMEOUT=0x8ccc0001::Cti request timed out]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified IP IVR =&lt;br /&gt;
* [[Cisco Unified IP IVR drops callers when transferring to an extension]]&lt;br /&gt;
* [[Prompts play in language]]&lt;br /&gt;
* [[Some prompts do not play]]&lt;br /&gt;
* [[Some prompts in a script play in the language specified and other prompts play in English]]&lt;br /&gt;
* [[A prompt plays phrases in the wrong order]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Administration =&lt;br /&gt;
* [[The Cisco Unified CCX Administration Authentication web page is not available]]&lt;br /&gt;
* [[Uploading a license file can result in a warning message]]&lt;br /&gt;
* [[User cannot log in to the Cisco Unified CCX web page]]&lt;br /&gt;
* [[Refreshing subflow script does not update parent scripts]]&lt;br /&gt;
* [[Cisco Unified CM users display in random order]]&lt;br /&gt;
* [[Cisco Unified CCX Supervisor web page cannot be viewed from Cisco Unified CCX Server]]&lt;br /&gt;
* [[Database table fields used by wallboard store data in milliseconds]]&lt;br /&gt;
* [[Management pages display error message when selected]]&lt;br /&gt;
* [[Zip file does not auto unzip on Document Management page]]&lt;br /&gt;
* [[Invalid files message displays while uploading a zip file of prompts]]&lt;br /&gt;
* [[A Component Manager goes into partial service when uploading a zip file]]&lt;br /&gt;
* [[High call rejection rate under heavy load]]&lt;br /&gt;
* [[Error in Cisco Unified CCX Administration when trying to upload a large prompt.wav file]]&lt;br /&gt;
* [[Callers hear a fast busy while calling the JTAPI triggers]]&lt;br /&gt;
* [[Override media termination group displayed twice]]&lt;br /&gt;
* [[SUPERVISE_CALL_REQ type barge in without AgentCallID]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Admin Utility =&lt;br /&gt;
* [[The cluster is not in synchronization]]&lt;br /&gt;
* [[Cisco Unified CCX Admin Utility exits or does not come up after login]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility fails due to data corruption]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run on a non bootstrap node]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run since the Node Manager hung]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Database =&lt;br /&gt;
* [[Cannot configure Application or System parameters from their pages in Cisco Unified CCX Administration]]&lt;br /&gt;
* [[HR client login error]]&lt;br /&gt;
* [[Cannot activate DB components on HA node]]&lt;br /&gt;
* [[Cisco Unified CCX Databases are not purged as expected]]&lt;br /&gt;
* [[Historical Database db&amp;amp;#95;cra is full]]&lt;br /&gt;
* [[E-mail notification of database purging activities is not sent]]&lt;br /&gt;
* [[Syslog or SNMP trap notification of database purging activities is not sent]]&lt;br /&gt;
* [[After the replication between Primary/Secondary was created, the initial snapshot was successful but the merge agents would fail]]&lt;br /&gt;
* [[Uninstall SQL hotfix 2282 is failing]]&lt;br /&gt;
* [[The IPCC server is loosing the ODBC connection after running fine for some time]]&lt;br /&gt;
* [[SQL Agent crash with Red X Mark, and the Node Manager is down]]&lt;br /&gt;
* [[After the upgrade SQL Server got changed to MSDE]]&lt;br /&gt;
* [[From the log: Login failed for user '(null)'. Root cause: Not associated with a trusted SQL Server connection]]&lt;br /&gt;
* [[While doing some configuration change from the Appadmin gets the following error: &amp;quot;Error updating Database&amp;quot;]]&lt;br /&gt;
* [[Primary key violation exception in the MIVR logs while trying to insert a historical record to the Database table]]&lt;br /&gt;
* [[SQLException while uploading prompt, grammar, document using editor steps inside the workflow script]]&lt;br /&gt;
* [[Cannot configure Application or System parameters from the Cisco Unified CCX Administration]]&lt;br /&gt;
* [[Enterprise Database Subsystem is in out of service or in partial service]]&lt;br /&gt;
* [[Can't create a new Datasource from the Appadmin]]&lt;br /&gt;
* [[After creating the datasource and System DSN, it is not getting displayed in the editor step]]&lt;br /&gt;
* [[Not able to view/edit rmcm configurations from node2 appadmin in an HA setup]]&lt;br /&gt;
* [[DBAccessor errors while CVD start up]]&lt;br /&gt;
* [[When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists]]&lt;br /&gt;
* [[There is an error displayed in the appadmin while trying to modify the Datasource configuration]]&lt;br /&gt;
* [[Regarding Enterprise Database driver usage]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Editor =&lt;br /&gt;
* [[Change a string variable to an integer]]&lt;br /&gt;
* [[Accept step error during active debug]]&lt;br /&gt;
* [[Error occurs with Reactive Debugging Tool]]&lt;br /&gt;
* [[Agent automatically put into Ready state]]&lt;br /&gt;
* [[Agent has invalid state transition from Reserved to Available to Talking]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Engine =&lt;br /&gt;
* [[Agent cannot go Ready after logging in]]&lt;br /&gt;
* [[Voice Browser step throws an exception]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start and an RMI port in use error appears]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1067]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1069]]&lt;br /&gt;
* [[Application subsystem is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX Engine is running but calls are not answered]]&lt;br /&gt;
* [[Changing the time in Cisco Unified CCX machines results in agents getting logged off]]&lt;br /&gt;
* [[An error message plays when calling a CTI route point]]&lt;br /&gt;
* [[Changes to applications do not register]]&lt;br /&gt;
* [[Call drops during transfer over gateway]]&lt;br /&gt;
* [[H.323 client DTMF digits not detected]]&lt;br /&gt;
* [[Redirected call is disconnected]]&lt;br /&gt;
* [[The Cisco Unified CCX server runs out of disk space]]&lt;br /&gt;
* [[Cisco Unified CCX Server runs at 100% capacity or is slow]]&lt;br /&gt;
* [[Database Subsystem goes into partial service]]&lt;br /&gt;
* [[JTAPI subsystem is in partial service]]&lt;br /&gt;
* [[Unable to connect to JTAPI provider]]&lt;br /&gt;
* [[The Simple Recognition step takes the unsuccessful branch]]&lt;br /&gt;
* [[Calling party and Cisco Unified CCX do not have common codec]]&lt;br /&gt;
* [[Prompts with incorrect codec being played out]]&lt;br /&gt;
* [[Prompt Exception in Cisco Unified CCX Engine log file]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start]]&lt;br /&gt;
* [[Application subsystem in partial service and application running for an unexpectedly long time]]&lt;br /&gt;
* [[Cisco Unified CCX Server and Active Directory integration results in some services being unregistered]]&lt;br /&gt;
* [[Database Subsystem fails to connect to MS SQL server]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Real-Time Reporting =&lt;br /&gt;
* [[Attempting to run a real-time report causes an error]]&lt;br /&gt;
* [[After installing JRE, the user receives a message from real-time reporting saying to install JRE]]&lt;br /&gt;
* [[Contact entry is stuck in real-time reporting]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Historical Reporting =&lt;br /&gt;
* [[Exported PDF report does not print in landscape orientation]]&lt;br /&gt;
* [[User login missing in Windows XP after installing HR client]]&lt;br /&gt;
* [[Client and Server security policies do not match]]&lt;br /&gt;
* [[Charts do not appear properly in MS Excel format]]&lt;br /&gt;
* [[Columns of data missing in report in MS Excel format]]&lt;br /&gt;
* [[Records truncated in report in MS Excel format]]&lt;br /&gt;
* [[Agent names overwritten on charts]]&lt;br /&gt;
* [[RTF Report containing charts has tabular report headings]]&lt;br /&gt;
* [[Scheduler icon does not appear on Terminal Services client]]&lt;br /&gt;
* [[Reports do not execute at scheduled times]]&lt;br /&gt;
* [[Search dialog box and Preview tab appear in English on Windows system with locale set to German]]&lt;br /&gt;
* [[Dialog box does not appear as expected when report is exported]]&lt;br /&gt;
* [[Error when choosing an option from the Historical Reporting web page]]&lt;br /&gt;
* [[Truncated report description in Historical Reports client]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run]]&lt;br /&gt;
* [[The SQL Command Failed dialog box appears when you try to generate a historical report]]&lt;br /&gt;
* [[Some information appears in English on a German system]]&lt;br /&gt;
* [[The Historical Reports client computer cannot connect to the Cisco Unified CCX server]]&lt;br /&gt;
* [[A Database Connection Error 5051 error appears]]&lt;br /&gt;
* [[Export file name does not appear in Export dialog box]]&lt;br /&gt;
* [[Cannot point to local applications from the Database Server Configuration page]]&lt;br /&gt;
* [[Attempt to log in to the Cisco Unified CCX Server from the Historical Reporting client fails and an error message is returned]]&lt;br /&gt;
* [[Only three report templates are available for Cisco Unified CCX Standard]]&lt;br /&gt;
* [[Discrepancy in number of ACD calls shown on custom reports]]&lt;br /&gt;
* [[Priority Summary Activity Report chart prints only partly in color]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run and message appears in CiscoSch.log file]]&lt;br /&gt;
* [[Historical Reporting Client window shows nothing in the user drop-down menu]]&lt;br /&gt;
* [[Historical Reporting Client stops working; attempt to log in again results in error messages]]&lt;br /&gt;
* [[Scheduler DOS exception error received when running a custom report]]&lt;br /&gt;
* [[Columns displaced in Excel spreadsheet when exporting a report]]&lt;br /&gt;
* [[Scheduler icon does not appear in Windows status bar]]&lt;br /&gt;
* [[Error message appears indicating connection with database is broken]]&lt;br /&gt;
* [[Called Number Summary Report (CNSR) has more calls than the Traffic Analysis Report (TAR)]]&lt;br /&gt;
* [[Which reports should be used to determine BHCA and BHCC?]]&lt;br /&gt;
* [[Total logged in hours for agent very high after name change]]&lt;br /&gt;
&lt;br /&gt;
= Automatic Speech Recognition =&lt;br /&gt;
* [[Names are not recognized]]&lt;br /&gt;
* [[Recognition never times out]]&lt;br /&gt;
* [[Alternate pronunciations and nicknames are not recognized]]&lt;br /&gt;
* [[Reduced call completion rate under heavy load while using an MRCP ASR Group]]&lt;br /&gt;
* [[MRCP ASR subsystem is out of service]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP ASR Providers, MRCP Servers, or Groups do not take effect]]&lt;br /&gt;
* [[Calling a route point with an MRCP ASR Dialog Group results in default treatment]]&lt;br /&gt;
&lt;br /&gt;
= Outbound =&lt;br /&gt;
* [[Agent does skip or skip-close but does not stay reserved]]&lt;br /&gt;
* [[Agent is not getting callbacks]]&lt;br /&gt;
* [[Agent is ready but does not get an Outbound call for up to two minutes]]&lt;br /&gt;
* [[Errors placing Outbound calls]]&lt;br /&gt;
* [[Not all contacts get imported]]&lt;br /&gt;
* [[On the Campaigns Configuration web page, the available CSQs list is empty even though there are CSQs configured under the RmCm subsystem]]&lt;br /&gt;
* [[Outbound buttons do not show up on CAD]]&lt;br /&gt;
* [[Outbound buttons show up but are disabled on CAD]]&lt;br /&gt;
* [[Outbound calls are not getting dialed]]&lt;br /&gt;
* [[Outbound call volume is low]]&lt;br /&gt;
* [[Outbound System Service is not in service]]&lt;br /&gt;
* [[RTR Outbound reports do not show all possible reclassification]]&lt;br /&gt;
&lt;br /&gt;
= Text-to-Speech =&lt;br /&gt;
* [[Provider becomes IN_SERVICE immediately]]&lt;br /&gt;
* [[TTS Prompt does not play]]&lt;br /&gt;
* [[TTS prompt is not recognizable]]&lt;br /&gt;
* [[MRCP TTS subsystem is out of service]]&lt;br /&gt;
* [[Long TTS prompts consume significant memory on Cisco Unified CCX Server]]&lt;br /&gt;
* [[Non-UTF-8 characters needed for some languages]]&lt;br /&gt;
* [[A .wav file prompt playback is garbled when played by a TTS server]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP TTS Providers, MRCP Servers, locales, or genders do not take effect]]&lt;br /&gt;
&lt;br /&gt;
= Serviceability =&lt;br /&gt;
* [[SNMP-based network management tools cannot monitor Cisco Unified CCX components]]&lt;br /&gt;
* [[File Manager in partial service]]&lt;br /&gt;
* [[SNMP traps do not arrive at the trap receiver]]&lt;br /&gt;
* [[Syslog messages not received by receiver]]&lt;br /&gt;
* [[The Alarm Service does not start]]&lt;br /&gt;
* [[Serviceability does not uninstall completely]]&lt;br /&gt;
* [[Updating Data with the Serviceability Tool on One Node does not Update Other Nodes]]&lt;br /&gt;
* [[Virus Scan software slows Call Completion Rate]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Internationalization =&lt;br /&gt;
* [[Results not as expected for first name and last name in Chinese, Japanese, and Korean]]&lt;br /&gt;
* [[Language specified is not accepted or played]]&lt;br /&gt;
&lt;br /&gt;
= VXML =&lt;br /&gt;
* [[Voice Browser Step troubleshooting steps]]&lt;br /&gt;
* [[Timeout attribute for non-input does not work]]&lt;br /&gt;
* [[Menu Choice DTMF does not work]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Bootstrap =&lt;br /&gt;
* [[Transaction Manager cannot start]]&lt;br /&gt;
* [[Have an exception on startup with a message like &amp;quot;unable to recover transaction&amp;quot; or an error message related to reading or modifying the &amp;quot;Tx.per&amp;quot; file]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Failover =&lt;br /&gt;
* [[Conflicts in Datastore Control Center history]]&lt;br /&gt;
* [[Cannot make configuration changes in HA cluster]]&lt;br /&gt;
* [[Cannot make configuration changes in RmCm Subsystem]]&lt;br /&gt;
* [[Service constantly shows Invalid]]&lt;br /&gt;
* [[Cisco Unified CCX server keeps rebooting due to Cisco Unified CCX Node Manager failure]]&lt;br /&gt;
* [[Cluster is in partial service]]&lt;br /&gt;
* [[Server is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX does not accept a call or function properly]]&lt;br /&gt;
* [[Service Master/Slave status is not shown on Cisco Unified CCX Administration Control Center]]&lt;br /&gt;
* [[Cluster time synch fails]]&lt;br /&gt;
* [[Cisco Unified CCX Servers respond slowly in a High Availability environment]]&lt;br /&gt;
* [[Multiple failovers with high CPU usage]]&lt;br /&gt;
&lt;br /&gt;
= VoIP Monitor =&lt;br /&gt;
* [[VoIP monitor does not work correctly]]&lt;br /&gt;
* [[Cisco Unified CCX fails to start]]&lt;br /&gt;
* [[VoIP Monitor tab of the CDA gives an error]]&lt;br /&gt;
* [[VoIP Monitor does not list some phone devices]]&lt;br /&gt;
&lt;br /&gt;
= CDP =&lt;br /&gt;
* [[CDP Protocol Driver missing in Device Manager]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0</id>
		<title>Troubleshooting Tips for Unified CCX 7.0</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0"/>
				<updated>2010-05-04T07:36:52Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Cisco Unified CCX Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Unified Contact Center Express]] &lt;br /&gt;
&lt;br /&gt;
'''See also:''' [[Additional troubleshooting information for Unified CCX 7.0]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation:&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* [[One node on a Cisco Unified CCX 7.0(1) two-node cluster crashes beyond repair]]&lt;br /&gt;
&lt;br /&gt;
= Backup, Restore, and Update =&lt;br /&gt;
* [[Backup, Restore, and Upgrade cannot be started from a client desktop]]&lt;br /&gt;
* [[During Backup, Restore, or Upgrade, an exception is seen in user interface]]&lt;br /&gt;
* [[Backup failed for a One or Two-Node system]]&lt;br /&gt;
* [[CRS 4.5 profile name is missing]]&lt;br /&gt;
* [[Page Not Found message is displayed during Restore or Upgrade]]&lt;br /&gt;
* [[Restore fails due to a file not being found]]&lt;br /&gt;
* [[Restore failed for a one-node system]]&lt;br /&gt;
* [[Restore failed on a two-node system that had run before the Restore]]&lt;br /&gt;
* [[Restore failed on a two-node system that was re-imaged]]&lt;br /&gt;
* [[Some RmCm configuration is missing after upgrade]]&lt;br /&gt;
* [[During the backup process, the backup window is accidentally closed]]&lt;br /&gt;
* [[Restore error in HA deployment when tape drive moved]]&lt;br /&gt;
* [[Restore error in HA deployment when backup and restore is performed on different nodes]]&lt;br /&gt;
* [[Failure when Updating Outbound Subsystem Configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Enterprise Telephony subsystem =&lt;br /&gt;
* [[A functional routing point stopped working or the Cisco Unified CME Telephony subsystem is in partial service]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Automated Attendant =&lt;br /&gt;
* [[ Dial by name does not find the specified server ]]&lt;br /&gt;
* [[ Automated Attendant prompt is not played ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Express =&lt;br /&gt;
* [[Agent cannot log in on shared line]]&lt;br /&gt;
* [[Agent cannot log in on restricted line]]&lt;br /&gt;
* [[When agent drops from conference, all parties on conference are dropped]]&lt;br /&gt;
* [[Cisco Unified CME triggers with 2811/CME router are not working]]&lt;br /&gt;
* [[Pressing hash character truncates the prompt and the prompts that follow are not played]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX =&lt;br /&gt;
* [[RmCm subsystem is out of service]]&lt;br /&gt;
* [[RmCm subsystem remains INITIALIZING]]&lt;br /&gt;
* [[RmCm remains in Initializing state]]&lt;br /&gt;
* [[Agents, Supervisors, or Teams are out of synch]]&lt;br /&gt;
* [[Agent or CSQ does not appear in CDA]]&lt;br /&gt;
* [[Agents do not appear in the Resources area in the Cisco Unified CCX Configuration web page]]&lt;br /&gt;
* [[You cannot select the order of agents]]&lt;br /&gt;
* [[Agent does not go to Work state after handling a call]]&lt;br /&gt;
* [[A media step causes a Could not create PlayPromptDialog Object exception]]&lt;br /&gt;
* [[Unable to make any Cisco Unified CCX configuration changes]]&lt;br /&gt;
* [[Some resource selection criteria are missing]]&lt;br /&gt;
* [[Unable to record an agent]]&lt;br /&gt;
* [[Sometimes the supervisor can monitor and record an agent and sometimes he cannot]]&lt;br /&gt;
* [[Calls to Cisco Unified CCX route points are disconnected]]&lt;br /&gt;
* [[Calls are not routed to agents]]&lt;br /&gt;
* [[Agents do not show in a CSQ]]&lt;br /&gt;
* [[Caller gets dropped when an attempt is made to recall a Cisco Unified CCX agent extension after the agent previously parked the call]]&lt;br /&gt;
* [[Updating a NIC driver disables silent monitoring and recording]]&lt;br /&gt;
* [[Agent alternates between Reserved and Ready state]]&lt;br /&gt;
* [[Agent in Reserved state but the consult transfer fails repeatedly]]&lt;br /&gt;
* [[Call fails if agent doesn’t pick the call in the first two rings]]&lt;br /&gt;
* [[Calls fail with CTIERR_TIMEOUT=0x8ccc0001::Cti request timed out]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified IP IVR =&lt;br /&gt;
* [[Cisco Unified IP IVR drops callers when transferring to an extension]]&lt;br /&gt;
* [[Prompts play in language]]&lt;br /&gt;
* [[Some prompts do not play]]&lt;br /&gt;
* [[Some prompts in a script play in the language specified and other prompts play in English]]&lt;br /&gt;
* [[A prompt plays phrases in the wrong order]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Administration =&lt;br /&gt;
* [[The Cisco Unified CCX Administration Authentication web page is not available]]&lt;br /&gt;
* [[Uploading a license file can result in a warning message]]&lt;br /&gt;
* [[User cannot log in to the Cisco Unified CCX web page]]&lt;br /&gt;
* [[Refreshing subflow script does not update parent scripts]]&lt;br /&gt;
* [[Cisco Unified CM users display in random order]]&lt;br /&gt;
* [[Cisco Unified CCX Supervisor web page cannot be viewed from Cisco Unified CCX Server]]&lt;br /&gt;
* [[Database table fields used by wallboard store data in milliseconds]]&lt;br /&gt;
* [[Management pages display error message when selected]]&lt;br /&gt;
* [[Zip file does not auto unzip on Document Management page]]&lt;br /&gt;
* [[Invalid files message displays while uploading a zip file of prompts]]&lt;br /&gt;
* [[A Component Manager goes into partial service when uploading a zip file]]&lt;br /&gt;
* [[High call rejection rate under heavy load]]&lt;br /&gt;
* [[Error in Cisco Unified CCX Administration when trying to upload a large prompt.wav file]]&lt;br /&gt;
* [[Callers hear a fast busy while calling the JTAPI triggers]]&lt;br /&gt;
* [[Override media termination group displayed twice]]&lt;br /&gt;
* [[SUPERVISE_CALL_REQ type barge in without AgentCallID]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Admin Utility =&lt;br /&gt;
* [[The cluster is not in synchronization]]&lt;br /&gt;
* [[Cisco Unified CCX Admin Utility exits or does not come up after login]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility fails due to data corruption]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run on a non bootstrap node]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run since the Node Manager hung]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Database =&lt;br /&gt;
* [[Cannot configure Application or System parameters from their pages in Cisco Unified CCX Administration]]&lt;br /&gt;
* [[HR client login error]]&lt;br /&gt;
* [[Cannot activate DB components on HA node]]&lt;br /&gt;
* [[Cisco Unified CCX Databases are not purged as expected]]&lt;br /&gt;
* [[Historical Database db&amp;amp;#95;cra is full]]&lt;br /&gt;
* [[E-mail notification of database purging activities is not sent]]&lt;br /&gt;
* [[Syslog or SNMP trap notification of database purging activities is not sent]]&lt;br /&gt;
* [[After the replication between Primary/Secondary was created, the initial snapshot was successful but the merge agents would fail]]&lt;br /&gt;
* [[Uninstall SQL hotfix 2282 is failing]]&lt;br /&gt;
* [[The IPCC server is loosing the ODBC connection after running fine for some time]]&lt;br /&gt;
* [[SQL Agent crash with Red X Mark, and the Node Manager is down]]&lt;br /&gt;
* [[After the upgrade SQL Server got changed to MSDE]]&lt;br /&gt;
* [[From the log: Login failed for user '(null)'. Root cause: Not associated with a trusted SQL Server connection]]&lt;br /&gt;
* [[While doing some configuration change from the Appadmin gets the following error: &amp;quot;Error updating Database&amp;quot;]]&lt;br /&gt;
* [[Primary key violation exception in the MIVR logs while trying to insert a historical record to the Database table]]&lt;br /&gt;
* [[SQLException while uploading prompt, grammar, document using editor steps inside the workflow script]]&lt;br /&gt;
* [[Cannot configure Application or System parameters from the Cisco Unified CCX Administration]]&lt;br /&gt;
* [[Enterprise Database Subsystem is in out of service or in partial service]]&lt;br /&gt;
* [[Can't create a new Datasource from the Appadmin]]&lt;br /&gt;
* [[Regarding Enterprise Database driver usage]]&lt;br /&gt;
* [[After creating the datasource and System DSN, it is not getting displayed in the editor step]]&lt;br /&gt;
* [[Not able to view/edit rmcm configurations from node2 appadmin in an HA setup]]&lt;br /&gt;
* [[DBAccessor errors while CVD start up]]&lt;br /&gt;
* [[When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists]]&lt;br /&gt;
* [[There is an error displayed in the appadmin while trying to modify the Datasource configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Editor =&lt;br /&gt;
* [[Change a string variable to an integer]]&lt;br /&gt;
* [[Accept step error during active debug]]&lt;br /&gt;
* [[Error occurs with Reactive Debugging Tool]]&lt;br /&gt;
* [[Agent automatically put into Ready state]]&lt;br /&gt;
* [[Agent has invalid state transition from Reserved to Available to Talking]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Engine =&lt;br /&gt;
* [[Agent cannot go Ready after logging in]]&lt;br /&gt;
* [[Voice Browser step throws an exception]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start and an RMI port in use error appears]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1067]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1069]]&lt;br /&gt;
* [[Application subsystem is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX Engine is running but calls are not answered]]&lt;br /&gt;
* [[Changing the time in Cisco Unified CCX machines results in agents getting logged off]]&lt;br /&gt;
* [[An error message plays when calling a CTI route point]]&lt;br /&gt;
* [[Changes to applications do not register]]&lt;br /&gt;
* [[Call drops during transfer over gateway]]&lt;br /&gt;
* [[H.323 client DTMF digits not detected]]&lt;br /&gt;
* [[Redirected call is disconnected]]&lt;br /&gt;
* [[The Cisco Unified CCX server runs out of disk space]]&lt;br /&gt;
* [[Cisco Unified CCX Server runs at 100% capacity or is slow]]&lt;br /&gt;
* [[Database Subsystem goes into partial service]]&lt;br /&gt;
* [[JTAPI subsystem is in partial service]]&lt;br /&gt;
* [[Unable to connect to JTAPI provider]]&lt;br /&gt;
* [[The Simple Recognition step takes the unsuccessful branch]]&lt;br /&gt;
* [[Calling party and Cisco Unified CCX do not have common codec]]&lt;br /&gt;
* [[Prompts with incorrect codec being played out]]&lt;br /&gt;
* [[Prompt Exception in Cisco Unified CCX Engine log file]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start]]&lt;br /&gt;
* [[Application subsystem in partial service and application running for an unexpectedly long time]]&lt;br /&gt;
* [[Cisco Unified CCX Server and Active Directory integration results in some services being unregistered]]&lt;br /&gt;
* [[Database Subsystem fails to connect to MS SQL server]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Real-Time Reporting =&lt;br /&gt;
* [[Attempting to run a real-time report causes an error]]&lt;br /&gt;
* [[After installing JRE, the user receives a message from real-time reporting saying to install JRE]]&lt;br /&gt;
* [[Contact entry is stuck in real-time reporting]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Historical Reporting =&lt;br /&gt;
* [[Exported PDF report does not print in landscape orientation]]&lt;br /&gt;
* [[User login missing in Windows XP after installing HR client]]&lt;br /&gt;
* [[Client and Server security policies do not match]]&lt;br /&gt;
* [[Charts do not appear properly in MS Excel format]]&lt;br /&gt;
* [[Columns of data missing in report in MS Excel format]]&lt;br /&gt;
* [[Records truncated in report in MS Excel format]]&lt;br /&gt;
* [[Agent names overwritten on charts]]&lt;br /&gt;
* [[RTF Report containing charts has tabular report headings]]&lt;br /&gt;
* [[Scheduler icon does not appear on Terminal Services client]]&lt;br /&gt;
* [[Reports do not execute at scheduled times]]&lt;br /&gt;
* [[Search dialog box and Preview tab appear in English on Windows system with locale set to German]]&lt;br /&gt;
* [[Dialog box does not appear as expected when report is exported]]&lt;br /&gt;
* [[Error when choosing an option from the Historical Reporting web page]]&lt;br /&gt;
* [[Truncated report description in Historical Reports client]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run]]&lt;br /&gt;
* [[The SQL Command Failed dialog box appears when you try to generate a historical report]]&lt;br /&gt;
* [[Some information appears in English on a German system]]&lt;br /&gt;
* [[The Historical Reports client computer cannot connect to the Cisco Unified CCX server]]&lt;br /&gt;
* [[A Database Connection Error 5051 error appears]]&lt;br /&gt;
* [[Export file name does not appear in Export dialog box]]&lt;br /&gt;
* [[Cannot point to local applications from the Database Server Configuration page]]&lt;br /&gt;
* [[Attempt to log in to the Cisco Unified CCX Server from the Historical Reporting client fails and an error message is returned]]&lt;br /&gt;
* [[Only three report templates are available for Cisco Unified CCX Standard]]&lt;br /&gt;
* [[Discrepancy in number of ACD calls shown on custom reports]]&lt;br /&gt;
* [[Priority Summary Activity Report chart prints only partly in color]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run and message appears in CiscoSch.log file]]&lt;br /&gt;
* [[Historical Reporting Client window shows nothing in the user drop-down menu]]&lt;br /&gt;
* [[Historical Reporting Client stops working; attempt to log in again results in error messages]]&lt;br /&gt;
* [[Scheduler DOS exception error received when running a custom report]]&lt;br /&gt;
* [[Columns displaced in Excel spreadsheet when exporting a report]]&lt;br /&gt;
* [[Scheduler icon does not appear in Windows status bar]]&lt;br /&gt;
* [[Error message appears indicating connection with database is broken]]&lt;br /&gt;
* [[Called Number Summary Report (CNSR) has more calls than the Traffic Analysis Report (TAR)]]&lt;br /&gt;
* [[Which reports should be used to determine BHCA and BHCC?]]&lt;br /&gt;
* [[Total logged in hours for agent very high after name change]]&lt;br /&gt;
&lt;br /&gt;
= Automatic Speech Recognition =&lt;br /&gt;
* [[Names are not recognized]]&lt;br /&gt;
* [[Recognition never times out]]&lt;br /&gt;
* [[Alternate pronunciations and nicknames are not recognized]]&lt;br /&gt;
* [[Reduced call completion rate under heavy load while using an MRCP ASR Group]]&lt;br /&gt;
* [[MRCP ASR subsystem is out of service]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP ASR Providers, MRCP Servers, or Groups do not take effect]]&lt;br /&gt;
* [[Calling a route point with an MRCP ASR Dialog Group results in default treatment]]&lt;br /&gt;
&lt;br /&gt;
= Outbound =&lt;br /&gt;
* [[Agent does skip or skip-close but does not stay reserved]]&lt;br /&gt;
* [[Agent is not getting callbacks]]&lt;br /&gt;
* [[Agent is ready but does not get an Outbound call for up to two minutes]]&lt;br /&gt;
* [[Errors placing Outbound calls]]&lt;br /&gt;
* [[Not all contacts get imported]]&lt;br /&gt;
* [[On the Campaigns Configuration web page, the available CSQs list is empty even though there are CSQs configured under the RmCm subsystem]]&lt;br /&gt;
* [[Outbound buttons do not show up on CAD]]&lt;br /&gt;
* [[Outbound buttons show up but are disabled on CAD]]&lt;br /&gt;
* [[Outbound calls are not getting dialed]]&lt;br /&gt;
* [[Outbound call volume is low]]&lt;br /&gt;
* [[Outbound System Service is not in service]]&lt;br /&gt;
* [[RTR Outbound reports do not show all possible reclassification]]&lt;br /&gt;
&lt;br /&gt;
= Text-to-Speech =&lt;br /&gt;
* [[Provider becomes IN_SERVICE immediately]]&lt;br /&gt;
* [[TTS Prompt does not play]]&lt;br /&gt;
* [[TTS prompt is not recognizable]]&lt;br /&gt;
* [[MRCP TTS subsystem is out of service]]&lt;br /&gt;
* [[Long TTS prompts consume significant memory on Cisco Unified CCX Server]]&lt;br /&gt;
* [[Non-UTF-8 characters needed for some languages]]&lt;br /&gt;
* [[A .wav file prompt playback is garbled when played by a TTS server]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP TTS Providers, MRCP Servers, locales, or genders do not take effect]]&lt;br /&gt;
&lt;br /&gt;
= Serviceability =&lt;br /&gt;
* [[SNMP-based network management tools cannot monitor Cisco Unified CCX components]]&lt;br /&gt;
* [[File Manager in partial service]]&lt;br /&gt;
* [[SNMP traps do not arrive at the trap receiver]]&lt;br /&gt;
* [[Syslog messages not received by receiver]]&lt;br /&gt;
* [[The Alarm Service does not start]]&lt;br /&gt;
* [[Serviceability does not uninstall completely]]&lt;br /&gt;
* [[Updating Data with the Serviceability Tool on One Node does not Update Other Nodes]]&lt;br /&gt;
* [[Virus Scan software slows Call Completion Rate]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Internationalization =&lt;br /&gt;
* [[Results not as expected for first name and last name in Chinese, Japanese, and Korean]]&lt;br /&gt;
* [[Language specified is not accepted or played]]&lt;br /&gt;
&lt;br /&gt;
= VXML =&lt;br /&gt;
* [[Voice Browser Step troubleshooting steps]]&lt;br /&gt;
* [[Timeout attribute for non-input does not work]]&lt;br /&gt;
* [[Menu Choice DTMF does not work]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Bootstrap =&lt;br /&gt;
* [[Transaction Manager cannot start]]&lt;br /&gt;
* [[Have an exception on startup with a message like &amp;quot;unable to recover transaction&amp;quot; or an error message related to reading or modifying the &amp;quot;Tx.per&amp;quot; file]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Failover =&lt;br /&gt;
* [[Conflicts in Datastore Control Center history]]&lt;br /&gt;
* [[Cannot make configuration changes in HA cluster]]&lt;br /&gt;
* [[Cannot make configuration changes in RmCm Subsystem]]&lt;br /&gt;
* [[Service constantly shows Invalid]]&lt;br /&gt;
* [[Cisco Unified CCX server keeps rebooting due to Cisco Unified CCX Node Manager failure]]&lt;br /&gt;
* [[Cluster is in partial service]]&lt;br /&gt;
* [[Server is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX does not accept a call or function properly]]&lt;br /&gt;
* [[Service Master/Slave status is not shown on Cisco Unified CCX Administration Control Center]]&lt;br /&gt;
* [[Cluster time synch fails]]&lt;br /&gt;
* [[Cisco Unified CCX Servers respond slowly in a High Availability environment]]&lt;br /&gt;
* [[Multiple failovers with high CPU usage]]&lt;br /&gt;
&lt;br /&gt;
= VoIP Monitor =&lt;br /&gt;
* [[VoIP monitor does not work correctly]]&lt;br /&gt;
* [[Cisco Unified CCX fails to start]]&lt;br /&gt;
* [[VoIP Monitor tab of the CDA gives an error]]&lt;br /&gt;
* [[VoIP Monitor does not list some phone devices]]&lt;br /&gt;
&lt;br /&gt;
= CDP =&lt;br /&gt;
* [[CDP Protocol Driver missing in Device Manager]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/There_is_an_error_displayed_in_the_appadmin_while_trying_to_modify_the_Datasource_configuration</id>
		<title>There is an error displayed in the appadmin while trying to modify the Datasource configuration</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/There_is_an_error_displayed_in_the_appadmin_while_trying_to_modify_the_Datasource_configuration"/>
				<updated>2010-05-04T07:35:29Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* There is an error displayed in the appadmin while trying to modify the Datasource configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== There is an error displayed in the appadmin while trying to modify the Datasource configuration ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| There is an error displayed in the appadmin while trying to modify the Datasource configuration. &lt;br /&gt;
Error message is : Config Error occured creating the DataSource&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| &amp;quot;Config Error occured creating the DataSource&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| There are duplicate entries in the ConfigSchema table in the db_cra database corresponding to com.cisco.crs.edbs.DataSourceConfig. There can not have more than one entry in the ConfigSchema and ConfigSchema table corresponding to DatasourceConfig.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| If there are more than one entry for com.cisco.crs.edbs.DataSourceConfig present in the ConfigSchema table, then  find the highest configClassID. First delete the record from the ConfigSchemaColumn and then from the ConfigSchema table with the same configClassID. There should be only entry corresponding to com.cisco.crs.edbs.DataSourceConfig in the ConfigSchema and ConfigSchemaColumn tables. If there are more than one entries, those needs to be deleted.&lt;br /&gt;
Run the following query from the SQL Query analyzer selecting db_cra database in node1.&lt;br /&gt;
&lt;br /&gt;
Select configClassID from configSchema where className = ‘com.cisco.crs.edbs.DataSourceConfig’&lt;br /&gt;
&lt;br /&gt;
From the above query find the configClassID which is having higher value. Suppose higher configClassID is 9. Then run the following queries:&lt;br /&gt;
&lt;br /&gt;
delete from configSchemaColumn where configClassID = 9&lt;br /&gt;
&lt;br /&gt;
delete from ConfigSchema where configClassID = 9&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0, Release 5.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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/There_is_an_error_displayed_in_the_appadmin_while_trying_to_modify_the_Datasource_configuration</id>
		<title>There is an error displayed in the appadmin while trying to modify the Datasource configuration</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/There_is_an_error_displayed_in_the_appadmin_while_trying_to_modify_the_Datasource_configuration"/>
				<updated>2010-05-04T07:34:27Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== There is an error displayed in the appadmin while trying to modify the Datasource configuration ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| There is an error displayed in the appadmin while trying to modify the Datasource configuration. &lt;br /&gt;
Error message is : Config Error occured creating the DataSource&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| &amp;quot;Config Error occured creating the DataSource&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| There are duplicate entries in the ConfigSchema table in the db_cra database corresponding to com.cisco.crs.edbs.DataSourceConfig. There can not have more than one entry in the ConfigSchema and ConfigSchema table corresponding to DatasourceConfig.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| If there are more than one entry for com.cisco.crs.edbs.DataSourceConfig present in the ConfigSchema table, then  find the highest configClassID. First delete the record from the ConfigSchemaColumn and then from the ConfigSchema table with the same configClassID. There should be only entry corresponding to com.cisco.crs.edbs.DataSourceConfig in the ConfigSchema and ConfigSchemaColumn tables. If there are more than one entries, those needs to be deleted.&lt;br /&gt;
Run the following query from the SQL Query analyzer in node1.&lt;br /&gt;
&lt;br /&gt;
Select configClassID from configSchema where className = ‘com.cisco.crs.edbs.DataSourceConfig’&lt;br /&gt;
&lt;br /&gt;
From the above query find the configClassID which is having higher value. Suppose higher configClassID is 9. Then run the following queries:&lt;br /&gt;
&lt;br /&gt;
delete from configSchemaColumn where configClassID = 9&lt;br /&gt;
&lt;br /&gt;
delete from ConfigSchema where configClassID = 9&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0, Release 5.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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/There_is_an_error_displayed_in_the_appadmin_while_trying_to_modify_the_Datasource_configuration</id>
		<title>There is an error displayed in the appadmin while trying to modify the Datasource configuration</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/There_is_an_error_displayed_in_the_appadmin_while_trying_to_modify_the_Datasource_configuration"/>
				<updated>2010-05-04T07:33:23Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: New page: == There is an error displayed in the appadmin while trying to modify the Datasource configuration ==  {| border=&amp;quot;1&amp;quot; |- ! '''Problem Summary''' | There is an error displayed in the appadmi...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== There is an error displayed in the appadmin while trying to modify the Datasource configuration ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| There is an error displayed in the appadmin while trying to modify the Datasource configuration. &lt;br /&gt;
Error message is : Config Error occured creating the DataSource&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| &amp;quot;Config Error occured creating the DataSource&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| There are duplicate entries in the ConfigSchema table in the db_cra database corresponding to com.cisco.crs.edbs.DataSourceConfig. There can not have more than one entry in the ConfigSchema and ConfigSchema table corresponding to DatasourceConfig.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| If there are more than one entry for com.cisco.crs.edbs.DataSourceConfig present in the ConfigSchema table, then  find the highest configClassID. First delete the record from the ConfigSchemaColumn and then from the ConfigSchema table with the same configClassID. There should be only entry corresponding to com.cisco.crs.edbs.DataSourceConfig in the ConfigSchema and ConfigSchemaColumn tables. If there are more than one entries, those needs to be deleted.&lt;br /&gt;
Run the following query from the SQL Query analyzer in node1.&lt;br /&gt;
Select configClassID from configSchema where className = ‘com.cisco.crs.edbs.DataSourceConfig’&lt;br /&gt;
From the above query find the configClassID which is having higher value. Suppose higher configClassID is 9. Then run the following queries:&lt;br /&gt;
&lt;br /&gt;
delete from configSchemaColumn where configClassID = 9&lt;br /&gt;
delete from ConfigSchema where configClassID = 9&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0, Release 5.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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0</id>
		<title>Troubleshooting Tips for Unified CCX 7.0</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0"/>
				<updated>2010-05-04T07:31:26Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Cisco Unified CCX Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Unified Contact Center Express]] &lt;br /&gt;
&lt;br /&gt;
'''See also:''' [[Additional troubleshooting information for Unified CCX 7.0]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation:&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* [[One node on a Cisco Unified CCX 7.0(1) two-node cluster crashes beyond repair]]&lt;br /&gt;
&lt;br /&gt;
= Backup, Restore, and Update =&lt;br /&gt;
* [[Backup, Restore, and Upgrade cannot be started from a client desktop]]&lt;br /&gt;
* [[During Backup, Restore, or Upgrade, an exception is seen in user interface]]&lt;br /&gt;
* [[Backup failed for a One or Two-Node system]]&lt;br /&gt;
* [[CRS 4.5 profile name is missing]]&lt;br /&gt;
* [[Page Not Found message is displayed during Restore or Upgrade]]&lt;br /&gt;
* [[Restore fails due to a file not being found]]&lt;br /&gt;
* [[Restore failed for a one-node system]]&lt;br /&gt;
* [[Restore failed on a two-node system that had run before the Restore]]&lt;br /&gt;
* [[Restore failed on a two-node system that was re-imaged]]&lt;br /&gt;
* [[Some RmCm configuration is missing after upgrade]]&lt;br /&gt;
* [[During the backup process, the backup window is accidentally closed]]&lt;br /&gt;
* [[Restore error in HA deployment when tape drive moved]]&lt;br /&gt;
* [[Restore error in HA deployment when backup and restore is performed on different nodes]]&lt;br /&gt;
* [[Failure when Updating Outbound Subsystem Configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Enterprise Telephony subsystem =&lt;br /&gt;
* [[A functional routing point stopped working or the Cisco Unified CME Telephony subsystem is in partial service]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Automated Attendant =&lt;br /&gt;
* [[ Dial by name does not find the specified server ]]&lt;br /&gt;
* [[ Automated Attendant prompt is not played ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Express =&lt;br /&gt;
* [[Agent cannot log in on shared line]]&lt;br /&gt;
* [[Agent cannot log in on restricted line]]&lt;br /&gt;
* [[When agent drops from conference, all parties on conference are dropped]]&lt;br /&gt;
* [[Cisco Unified CME triggers with 2811/CME router are not working]]&lt;br /&gt;
* [[Pressing hash character truncates the prompt and the prompts that follow are not played]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX =&lt;br /&gt;
* [[RmCm subsystem is out of service]]&lt;br /&gt;
* [[RmCm subsystem remains INITIALIZING]]&lt;br /&gt;
* [[RmCm remains in Initializing state]]&lt;br /&gt;
* [[Agents, Supervisors, or Teams are out of synch]]&lt;br /&gt;
* [[Agent or CSQ does not appear in CDA]]&lt;br /&gt;
* [[Agents do not appear in the Resources area in the Cisco Unified CCX Configuration web page]]&lt;br /&gt;
* [[You cannot select the order of agents]]&lt;br /&gt;
* [[Agent does not go to Work state after handling a call]]&lt;br /&gt;
* [[A media step causes a Could not create PlayPromptDialog Object exception]]&lt;br /&gt;
* [[Unable to make any Cisco Unified CCX configuration changes]]&lt;br /&gt;
* [[Some resource selection criteria are missing]]&lt;br /&gt;
* [[Unable to record an agent]]&lt;br /&gt;
* [[Sometimes the supervisor can monitor and record an agent and sometimes he cannot]]&lt;br /&gt;
* [[Calls to Cisco Unified CCX route points are disconnected]]&lt;br /&gt;
* [[Calls are not routed to agents]]&lt;br /&gt;
* [[Agents do not show in a CSQ]]&lt;br /&gt;
* [[Caller gets dropped when an attempt is made to recall a Cisco Unified CCX agent extension after the agent previously parked the call]]&lt;br /&gt;
* [[Updating a NIC driver disables silent monitoring and recording]]&lt;br /&gt;
* [[Agent alternates between Reserved and Ready state]]&lt;br /&gt;
* [[Agent in Reserved state but the consult transfer fails repeatedly]]&lt;br /&gt;
* [[Call fails if agent doesn’t pick the call in the first two rings]]&lt;br /&gt;
* [[Calls fail with CTIERR_TIMEOUT=0x8ccc0001::Cti request timed out]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified IP IVR =&lt;br /&gt;
* [[Cisco Unified IP IVR drops callers when transferring to an extension]]&lt;br /&gt;
* [[Prompts play in language]]&lt;br /&gt;
* [[Some prompts do not play]]&lt;br /&gt;
* [[Some prompts in a script play in the language specified and other prompts play in English]]&lt;br /&gt;
* [[A prompt plays phrases in the wrong order]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Administration =&lt;br /&gt;
* [[The Cisco Unified CCX Administration Authentication web page is not available]]&lt;br /&gt;
* [[Uploading a license file can result in a warning message]]&lt;br /&gt;
* [[User cannot log in to the Cisco Unified CCX web page]]&lt;br /&gt;
* [[Refreshing subflow script does not update parent scripts]]&lt;br /&gt;
* [[Cisco Unified CM users display in random order]]&lt;br /&gt;
* [[Cisco Unified CCX Supervisor web page cannot be viewed from Cisco Unified CCX Server]]&lt;br /&gt;
* [[Database table fields used by wallboard store data in milliseconds]]&lt;br /&gt;
* [[Management pages display error message when selected]]&lt;br /&gt;
* [[Zip file does not auto unzip on Document Management page]]&lt;br /&gt;
* [[Invalid files message displays while uploading a zip file of prompts]]&lt;br /&gt;
* [[A Component Manager goes into partial service when uploading a zip file]]&lt;br /&gt;
* [[High call rejection rate under heavy load]]&lt;br /&gt;
* [[Error in Cisco Unified CCX Administration when trying to upload a large prompt.wav file]]&lt;br /&gt;
* [[Callers hear a fast busy while calling the JTAPI triggers]]&lt;br /&gt;
* [[Override media termination group displayed twice]]&lt;br /&gt;
* [[SUPERVISE_CALL_REQ type barge in without AgentCallID]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Admin Utility =&lt;br /&gt;
* [[The cluster is not in synchronization]]&lt;br /&gt;
* [[Cisco Unified CCX Admin Utility exits or does not come up after login]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility fails due to data corruption]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run on a non bootstrap node]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run since the Node Manager hung]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Database =&lt;br /&gt;
* [[Cannot configure Application or System parameters from their pages in Cisco Unified CCX Administration]]&lt;br /&gt;
* [[HR client login error]]&lt;br /&gt;
* [[Cannot activate DB components on HA node]]&lt;br /&gt;
* [[Cisco Unified CCX Databases are not purged as expected]]&lt;br /&gt;
* [[Historical Database db&amp;amp;#95;cra is full]]&lt;br /&gt;
* [[E-mail notification of database purging activities is not sent]]&lt;br /&gt;
* [[Syslog or SNMP trap notification of database purging activities is not sent]]&lt;br /&gt;
* [[After the replication between Primary/Secondary was created, the initial snapshot was successful but the merge agents would fail]]&lt;br /&gt;
* [[Uninstall SQL hotfix 2282 is failing]]&lt;br /&gt;
* [[The IPCC server is loosing the ODBC connection after running fine for some time]]&lt;br /&gt;
* [[SQL Agent crash with Red X Mark, and the Node Manager is down]]&lt;br /&gt;
* [[After the upgrade SQL Server got changed to MSDE]]&lt;br /&gt;
* [[From the log: Login failed for user '(null)'. Root cause: Not associated with a trusted SQL Server connection]]&lt;br /&gt;
* [[While doing some configuration change from the Appadmin gets the following error: &amp;quot;Error updating Database&amp;quot;]]&lt;br /&gt;
* [[Primary key violation exception in the MIVR logs while trying to insert a historical record to the Database table]]&lt;br /&gt;
* [[SQLException while uploading prompt, grammar, document using editor steps inside the workflow script]]&lt;br /&gt;
* [[Cannot configure Application or System parameters from the Cisco Unified CCX Administration]]&lt;br /&gt;
* [[Enterprise Database Subsystem is in out of service or in partial service]]&lt;br /&gt;
* [[Can't create a new Datasource from the Appadmin]]&lt;br /&gt;
* [[After creating the datasource and System DSN, it is not getting displayed in the editor step]]&lt;br /&gt;
* [[Not able to view/edit rmcm configurations from node2 appadmin in an HA setup]]&lt;br /&gt;
* [[DBAccessor errors while CVD start up]]&lt;br /&gt;
* [[When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists]]&lt;br /&gt;
* [[There is an error displayed in the appadmin while trying to modify the Datasource configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Editor =&lt;br /&gt;
* [[Change a string variable to an integer]]&lt;br /&gt;
* [[Accept step error during active debug]]&lt;br /&gt;
* [[Error occurs with Reactive Debugging Tool]]&lt;br /&gt;
* [[Agent automatically put into Ready state]]&lt;br /&gt;
* [[Agent has invalid state transition from Reserved to Available to Talking]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Engine =&lt;br /&gt;
* [[Agent cannot go Ready after logging in]]&lt;br /&gt;
* [[Voice Browser step throws an exception]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start and an RMI port in use error appears]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1067]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1069]]&lt;br /&gt;
* [[Application subsystem is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX Engine is running but calls are not answered]]&lt;br /&gt;
* [[Changing the time in Cisco Unified CCX machines results in agents getting logged off]]&lt;br /&gt;
* [[An error message plays when calling a CTI route point]]&lt;br /&gt;
* [[Changes to applications do not register]]&lt;br /&gt;
* [[Call drops during transfer over gateway]]&lt;br /&gt;
* [[H.323 client DTMF digits not detected]]&lt;br /&gt;
* [[Redirected call is disconnected]]&lt;br /&gt;
* [[The Cisco Unified CCX server runs out of disk space]]&lt;br /&gt;
* [[Cisco Unified CCX Server runs at 100% capacity or is slow]]&lt;br /&gt;
* [[Database Subsystem goes into partial service]]&lt;br /&gt;
* [[JTAPI subsystem is in partial service]]&lt;br /&gt;
* [[Unable to connect to JTAPI provider]]&lt;br /&gt;
* [[The Simple Recognition step takes the unsuccessful branch]]&lt;br /&gt;
* [[Calling party and Cisco Unified CCX do not have common codec]]&lt;br /&gt;
* [[Prompts with incorrect codec being played out]]&lt;br /&gt;
* [[Prompt Exception in Cisco Unified CCX Engine log file]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start]]&lt;br /&gt;
* [[Application subsystem in partial service and application running for an unexpectedly long time]]&lt;br /&gt;
* [[Cisco Unified CCX Server and Active Directory integration results in some services being unregistered]]&lt;br /&gt;
* [[Database Subsystem fails to connect to MS SQL server]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Real-Time Reporting =&lt;br /&gt;
* [[Attempting to run a real-time report causes an error]]&lt;br /&gt;
* [[After installing JRE, the user receives a message from real-time reporting saying to install JRE]]&lt;br /&gt;
* [[Contact entry is stuck in real-time reporting]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Historical Reporting =&lt;br /&gt;
* [[Exported PDF report does not print in landscape orientation]]&lt;br /&gt;
* [[User login missing in Windows XP after installing HR client]]&lt;br /&gt;
* [[Client and Server security policies do not match]]&lt;br /&gt;
* [[Charts do not appear properly in MS Excel format]]&lt;br /&gt;
* [[Columns of data missing in report in MS Excel format]]&lt;br /&gt;
* [[Records truncated in report in MS Excel format]]&lt;br /&gt;
* [[Agent names overwritten on charts]]&lt;br /&gt;
* [[RTF Report containing charts has tabular report headings]]&lt;br /&gt;
* [[Scheduler icon does not appear on Terminal Services client]]&lt;br /&gt;
* [[Reports do not execute at scheduled times]]&lt;br /&gt;
* [[Search dialog box and Preview tab appear in English on Windows system with locale set to German]]&lt;br /&gt;
* [[Dialog box does not appear as expected when report is exported]]&lt;br /&gt;
* [[Error when choosing an option from the Historical Reporting web page]]&lt;br /&gt;
* [[Truncated report description in Historical Reports client]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run]]&lt;br /&gt;
* [[The SQL Command Failed dialog box appears when you try to generate a historical report]]&lt;br /&gt;
* [[Some information appears in English on a German system]]&lt;br /&gt;
* [[The Historical Reports client computer cannot connect to the Cisco Unified CCX server]]&lt;br /&gt;
* [[A Database Connection Error 5051 error appears]]&lt;br /&gt;
* [[Export file name does not appear in Export dialog box]]&lt;br /&gt;
* [[Cannot point to local applications from the Database Server Configuration page]]&lt;br /&gt;
* [[Attempt to log in to the Cisco Unified CCX Server from the Historical Reporting client fails and an error message is returned]]&lt;br /&gt;
* [[Only three report templates are available for Cisco Unified CCX Standard]]&lt;br /&gt;
* [[Discrepancy in number of ACD calls shown on custom reports]]&lt;br /&gt;
* [[Priority Summary Activity Report chart prints only partly in color]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run and message appears in CiscoSch.log file]]&lt;br /&gt;
* [[Historical Reporting Client window shows nothing in the user drop-down menu]]&lt;br /&gt;
* [[Historical Reporting Client stops working; attempt to log in again results in error messages]]&lt;br /&gt;
* [[Scheduler DOS exception error received when running a custom report]]&lt;br /&gt;
* [[Columns displaced in Excel spreadsheet when exporting a report]]&lt;br /&gt;
* [[Scheduler icon does not appear in Windows status bar]]&lt;br /&gt;
* [[Error message appears indicating connection with database is broken]]&lt;br /&gt;
* [[Called Number Summary Report (CNSR) has more calls than the Traffic Analysis Report (TAR)]]&lt;br /&gt;
* [[Which reports should be used to determine BHCA and BHCC?]]&lt;br /&gt;
* [[Total logged in hours for agent very high after name change]]&lt;br /&gt;
&lt;br /&gt;
= Automatic Speech Recognition =&lt;br /&gt;
* [[Names are not recognized]]&lt;br /&gt;
* [[Recognition never times out]]&lt;br /&gt;
* [[Alternate pronunciations and nicknames are not recognized]]&lt;br /&gt;
* [[Reduced call completion rate under heavy load while using an MRCP ASR Group]]&lt;br /&gt;
* [[MRCP ASR subsystem is out of service]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP ASR Providers, MRCP Servers, or Groups do not take effect]]&lt;br /&gt;
* [[Calling a route point with an MRCP ASR Dialog Group results in default treatment]]&lt;br /&gt;
&lt;br /&gt;
= Outbound =&lt;br /&gt;
* [[Agent does skip or skip-close but does not stay reserved]]&lt;br /&gt;
* [[Agent is not getting callbacks]]&lt;br /&gt;
* [[Agent is ready but does not get an Outbound call for up to two minutes]]&lt;br /&gt;
* [[Errors placing Outbound calls]]&lt;br /&gt;
* [[Not all contacts get imported]]&lt;br /&gt;
* [[On the Campaigns Configuration web page, the available CSQs list is empty even though there are CSQs configured under the RmCm subsystem]]&lt;br /&gt;
* [[Outbound buttons do not show up on CAD]]&lt;br /&gt;
* [[Outbound buttons show up but are disabled on CAD]]&lt;br /&gt;
* [[Outbound calls are not getting dialed]]&lt;br /&gt;
* [[Outbound call volume is low]]&lt;br /&gt;
* [[Outbound System Service is not in service]]&lt;br /&gt;
* [[RTR Outbound reports do not show all possible reclassification]]&lt;br /&gt;
&lt;br /&gt;
= Text-to-Speech =&lt;br /&gt;
* [[Provider becomes IN_SERVICE immediately]]&lt;br /&gt;
* [[TTS Prompt does not play]]&lt;br /&gt;
* [[TTS prompt is not recognizable]]&lt;br /&gt;
* [[MRCP TTS subsystem is out of service]]&lt;br /&gt;
* [[Long TTS prompts consume significant memory on Cisco Unified CCX Server]]&lt;br /&gt;
* [[Non-UTF-8 characters needed for some languages]]&lt;br /&gt;
* [[A .wav file prompt playback is garbled when played by a TTS server]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP TTS Providers, MRCP Servers, locales, or genders do not take effect]]&lt;br /&gt;
&lt;br /&gt;
= Serviceability =&lt;br /&gt;
* [[SNMP-based network management tools cannot monitor Cisco Unified CCX components]]&lt;br /&gt;
* [[File Manager in partial service]]&lt;br /&gt;
* [[SNMP traps do not arrive at the trap receiver]]&lt;br /&gt;
* [[Syslog messages not received by receiver]]&lt;br /&gt;
* [[The Alarm Service does not start]]&lt;br /&gt;
* [[Serviceability does not uninstall completely]]&lt;br /&gt;
* [[Updating Data with the Serviceability Tool on One Node does not Update Other Nodes]]&lt;br /&gt;
* [[Virus Scan software slows Call Completion Rate]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Internationalization =&lt;br /&gt;
* [[Results not as expected for first name and last name in Chinese, Japanese, and Korean]]&lt;br /&gt;
* [[Language specified is not accepted or played]]&lt;br /&gt;
&lt;br /&gt;
= VXML =&lt;br /&gt;
* [[Voice Browser Step troubleshooting steps]]&lt;br /&gt;
* [[Timeout attribute for non-input does not work]]&lt;br /&gt;
* [[Menu Choice DTMF does not work]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Bootstrap =&lt;br /&gt;
* [[Transaction Manager cannot start]]&lt;br /&gt;
* [[Have an exception on startup with a message like &amp;quot;unable to recover transaction&amp;quot; or an error message related to reading or modifying the &amp;quot;Tx.per&amp;quot; file]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Failover =&lt;br /&gt;
* [[Conflicts in Datastore Control Center history]]&lt;br /&gt;
* [[Cannot make configuration changes in HA cluster]]&lt;br /&gt;
* [[Cannot make configuration changes in RmCm Subsystem]]&lt;br /&gt;
* [[Service constantly shows Invalid]]&lt;br /&gt;
* [[Cisco Unified CCX server keeps rebooting due to Cisco Unified CCX Node Manager failure]]&lt;br /&gt;
* [[Cluster is in partial service]]&lt;br /&gt;
* [[Server is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX does not accept a call or function properly]]&lt;br /&gt;
* [[Service Master/Slave status is not shown on Cisco Unified CCX Administration Control Center]]&lt;br /&gt;
* [[Cluster time synch fails]]&lt;br /&gt;
* [[Cisco Unified CCX Servers respond slowly in a High Availability environment]]&lt;br /&gt;
* [[Multiple failovers with high CPU usage]]&lt;br /&gt;
&lt;br /&gt;
= VoIP Monitor =&lt;br /&gt;
* [[VoIP monitor does not work correctly]]&lt;br /&gt;
* [[Cisco Unified CCX fails to start]]&lt;br /&gt;
* [[VoIP Monitor tab of the CDA gives an error]]&lt;br /&gt;
* [[VoIP Monitor does not list some phone devices]]&lt;br /&gt;
&lt;br /&gt;
= CDP =&lt;br /&gt;
* [[CDP Protocol Driver missing in Device Manager]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Can%27t_create_a_new_Datasource_from_the_Appadmin</id>
		<title>Can't create a new Datasource from the Appadmin</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Can%27t_create_a_new_Datasource_from_the_Appadmin"/>
				<updated>2010-05-04T07:30:41Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Can't create a new Datasource from the Appadmin */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Can't create a new Datasource from the Appadmin ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| Cannot create a new Datasource; get this error - Config Error occurred creating the Datasource.  Even after refreshing the database schema from the editor step, the datasource not getting displayed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| &amp;quot;Config Error occurred creating the Datasource&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| Even though the datasource gets created in the config object, the notification to the engine is failing. Even after enabling SS_DB DEBUG logging, you will not be able to see any logging related with the changes. The root cause of this issue is the presence of duplicate entries for className='com.cisco.crs.edbs.DataSourceConfig' in ConfigSchema and ConfigSchemaColumn table in the db_cra database.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Open SQL Query Analyzer and run the following queries in db_cra database.&lt;br /&gt;
&lt;br /&gt;
select ConfigClassID from ConfigSchema where className='com.cisco.crs.edbs.DataSourceConfig'&lt;br /&gt;
&lt;br /&gt;
Suppose the query returns two values, say 8 and 13. Take the higher value which is 13. Run the below queries using ConfigClassID as 13. You have to take the higher value returned in customer setup for executing the below queries.&lt;br /&gt;
&lt;br /&gt;
delete from ConfigSchemaColumn where  ConfigClassID = 13&lt;br /&gt;
&lt;br /&gt;
delete from ConfigSchema where ConfigClassID = 13&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0, Release 5.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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/When_trying_to_delete_and_create_a_new_Datsource_from_the_appadmin_page,_there_is_an_error_stating_Datasource_with_the_same_name_exists</id>
		<title>When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/When_trying_to_delete_and_create_a_new_Datsource_from_the_appadmin_page,_there_is_an_error_stating_Datasource_with_the_same_name_exists"/>
				<updated>2010-05-04T07:27:24Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: New page: == When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists ==  {| border=&amp;quot;1&amp;quot; |- ! '''Problem Summary''' | Wh...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| &amp;quot;Datasource with the same name exists&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| There may be a Datasource present in the setup without System DSN created in both the nodes of the HA setup. The database subsystem may be in partial service.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Find out whether there is a Datasource present in the setup without System DSN created in both the nodes. Delete it from the Appadmin or create System DSN for that Datsource in both the nodes.  Database subsystem will come in service after this. Try to create the Datasource again. This will fix the issue.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0, Release 5.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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0</id>
		<title>Troubleshooting Tips for Unified CCX 7.0</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0"/>
				<updated>2010-05-04T07:25:14Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Cisco Unified CCX Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Unified Contact Center Express]] &lt;br /&gt;
&lt;br /&gt;
'''See also:''' [[Additional troubleshooting information for Unified CCX 7.0]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation:&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* [[One node on a Cisco Unified CCX 7.0(1) two-node cluster crashes beyond repair]]&lt;br /&gt;
&lt;br /&gt;
= Backup, Restore, and Update =&lt;br /&gt;
* [[Backup, Restore, and Upgrade cannot be started from a client desktop]]&lt;br /&gt;
* [[During Backup, Restore, or Upgrade, an exception is seen in user interface]]&lt;br /&gt;
* [[Backup failed for a One or Two-Node system]]&lt;br /&gt;
* [[CRS 4.5 profile name is missing]]&lt;br /&gt;
* [[Page Not Found message is displayed during Restore or Upgrade]]&lt;br /&gt;
* [[Restore fails due to a file not being found]]&lt;br /&gt;
* [[Restore failed for a one-node system]]&lt;br /&gt;
* [[Restore failed on a two-node system that had run before the Restore]]&lt;br /&gt;
* [[Restore failed on a two-node system that was re-imaged]]&lt;br /&gt;
* [[Some RmCm configuration is missing after upgrade]]&lt;br /&gt;
* [[During the backup process, the backup window is accidentally closed]]&lt;br /&gt;
* [[Restore error in HA deployment when tape drive moved]]&lt;br /&gt;
* [[Restore error in HA deployment when backup and restore is performed on different nodes]]&lt;br /&gt;
* [[Failure when Updating Outbound Subsystem Configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Enterprise Telephony subsystem =&lt;br /&gt;
* [[A functional routing point stopped working or the Cisco Unified CME Telephony subsystem is in partial service]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Automated Attendant =&lt;br /&gt;
* [[ Dial by name does not find the specified server ]]&lt;br /&gt;
* [[ Automated Attendant prompt is not played ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Express =&lt;br /&gt;
* [[Agent cannot log in on shared line]]&lt;br /&gt;
* [[Agent cannot log in on restricted line]]&lt;br /&gt;
* [[When agent drops from conference, all parties on conference are dropped]]&lt;br /&gt;
* [[Cisco Unified CME triggers with 2811/CME router are not working]]&lt;br /&gt;
* [[Pressing hash character truncates the prompt and the prompts that follow are not played]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX =&lt;br /&gt;
* [[RmCm subsystem is out of service]]&lt;br /&gt;
* [[RmCm subsystem remains INITIALIZING]]&lt;br /&gt;
* [[RmCm remains in Initializing state]]&lt;br /&gt;
* [[Agents, Supervisors, or Teams are out of synch]]&lt;br /&gt;
* [[Agent or CSQ does not appear in CDA]]&lt;br /&gt;
* [[Agents do not appear in the Resources area in the Cisco Unified CCX Configuration web page]]&lt;br /&gt;
* [[You cannot select the order of agents]]&lt;br /&gt;
* [[Agent does not go to Work state after handling a call]]&lt;br /&gt;
* [[A media step causes a Could not create PlayPromptDialog Object exception]]&lt;br /&gt;
* [[Unable to make any Cisco Unified CCX configuration changes]]&lt;br /&gt;
* [[Some resource selection criteria are missing]]&lt;br /&gt;
* [[Unable to record an agent]]&lt;br /&gt;
* [[Sometimes the supervisor can monitor and record an agent and sometimes he cannot]]&lt;br /&gt;
* [[Calls to Cisco Unified CCX route points are disconnected]]&lt;br /&gt;
* [[Calls are not routed to agents]]&lt;br /&gt;
* [[Agents do not show in a CSQ]]&lt;br /&gt;
* [[Caller gets dropped when an attempt is made to recall a Cisco Unified CCX agent extension after the agent previously parked the call]]&lt;br /&gt;
* [[Updating a NIC driver disables silent monitoring and recording]]&lt;br /&gt;
* [[Agent alternates between Reserved and Ready state]]&lt;br /&gt;
* [[Agent in Reserved state but the consult transfer fails repeatedly]]&lt;br /&gt;
* [[Call fails if agent doesn’t pick the call in the first two rings]]&lt;br /&gt;
* [[Calls fail with CTIERR_TIMEOUT=0x8ccc0001::Cti request timed out]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified IP IVR =&lt;br /&gt;
* [[Cisco Unified IP IVR drops callers when transferring to an extension]]&lt;br /&gt;
* [[Prompts play in language]]&lt;br /&gt;
* [[Some prompts do not play]]&lt;br /&gt;
* [[Some prompts in a script play in the language specified and other prompts play in English]]&lt;br /&gt;
* [[A prompt plays phrases in the wrong order]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Administration =&lt;br /&gt;
* [[The Cisco Unified CCX Administration Authentication web page is not available]]&lt;br /&gt;
* [[Uploading a license file can result in a warning message]]&lt;br /&gt;
* [[User cannot log in to the Cisco Unified CCX web page]]&lt;br /&gt;
* [[Refreshing subflow script does not update parent scripts]]&lt;br /&gt;
* [[Cisco Unified CM users display in random order]]&lt;br /&gt;
* [[Cisco Unified CCX Supervisor web page cannot be viewed from Cisco Unified CCX Server]]&lt;br /&gt;
* [[Database table fields used by wallboard store data in milliseconds]]&lt;br /&gt;
* [[Management pages display error message when selected]]&lt;br /&gt;
* [[Zip file does not auto unzip on Document Management page]]&lt;br /&gt;
* [[Invalid files message displays while uploading a zip file of prompts]]&lt;br /&gt;
* [[A Component Manager goes into partial service when uploading a zip file]]&lt;br /&gt;
* [[High call rejection rate under heavy load]]&lt;br /&gt;
* [[Error in Cisco Unified CCX Administration when trying to upload a large prompt.wav file]]&lt;br /&gt;
* [[Callers hear a fast busy while calling the JTAPI triggers]]&lt;br /&gt;
* [[Override media termination group displayed twice]]&lt;br /&gt;
* [[SUPERVISE_CALL_REQ type barge in without AgentCallID]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Admin Utility =&lt;br /&gt;
* [[The cluster is not in synchronization]]&lt;br /&gt;
* [[Cisco Unified CCX Admin Utility exits or does not come up after login]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility fails due to data corruption]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run on a non bootstrap node]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run since the Node Manager hung]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Database =&lt;br /&gt;
* [[Cannot configure Application or System parameters from their pages in Cisco Unified CCX Administration]]&lt;br /&gt;
* [[HR client login error]]&lt;br /&gt;
* [[Cannot activate DB components on HA node]]&lt;br /&gt;
* [[Cisco Unified CCX Databases are not purged as expected]]&lt;br /&gt;
* [[Historical Database db&amp;amp;#95;cra is full]]&lt;br /&gt;
* [[E-mail notification of database purging activities is not sent]]&lt;br /&gt;
* [[Syslog or SNMP trap notification of database purging activities is not sent]]&lt;br /&gt;
* [[After the replication between Primary/Secondary was created, the initial snapshot was successful but the merge agents would fail]]&lt;br /&gt;
* [[Uninstall SQL hotfix 2282 is failing]]&lt;br /&gt;
* [[The IPCC server is loosing the ODBC connection after running fine for some time]]&lt;br /&gt;
* [[SQL Agent crash with Red X Mark, and the Node Manager is down]]&lt;br /&gt;
* [[After the upgrade SQL Server got changed to MSDE]]&lt;br /&gt;
* [[From the log: Login failed for user '(null)'. Root cause: Not associated with a trusted SQL Server connection]]&lt;br /&gt;
* [[While doing some configuration change from the Appadmin gets the following error: &amp;quot;Error updating Database&amp;quot;]]&lt;br /&gt;
* [[Primary key violation exception in the MIVR logs while trying to insert a historical record to the Database table]]&lt;br /&gt;
* [[SQLException while uploading prompt, grammar, document using editor steps inside the workflow script]]&lt;br /&gt;
* [[Cannot configure Application or System parameters from the Cisco Unified CCX Administration]]&lt;br /&gt;
* [[Enterprise Database Subsystem is in out of service or in partial service]]&lt;br /&gt;
* [[Can't create a new Datasource from the Appadmin]]&lt;br /&gt;
* [[After creating the datasource and System DSN, it is not getting displayed in the editor step]]&lt;br /&gt;
* [[Not able to view/edit rmcm configurations from node2 appadmin in an HA setup]]&lt;br /&gt;
* [[DBAccessor errors while CVD start up]]&lt;br /&gt;
* [[When trying to delete and create a new Datsource from the appadmin page, there is an error stating Datasource with the same name exists]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Editor =&lt;br /&gt;
* [[Change a string variable to an integer]]&lt;br /&gt;
* [[Accept step error during active debug]]&lt;br /&gt;
* [[Error occurs with Reactive Debugging Tool]]&lt;br /&gt;
* [[Agent automatically put into Ready state]]&lt;br /&gt;
* [[Agent has invalid state transition from Reserved to Available to Talking]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Engine =&lt;br /&gt;
* [[Agent cannot go Ready after logging in]]&lt;br /&gt;
* [[Voice Browser step throws an exception]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start and an RMI port in use error appears]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1067]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1069]]&lt;br /&gt;
* [[Application subsystem is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX Engine is running but calls are not answered]]&lt;br /&gt;
* [[Changing the time in Cisco Unified CCX machines results in agents getting logged off]]&lt;br /&gt;
* [[An error message plays when calling a CTI route point]]&lt;br /&gt;
* [[Changes to applications do not register]]&lt;br /&gt;
* [[Call drops during transfer over gateway]]&lt;br /&gt;
* [[H.323 client DTMF digits not detected]]&lt;br /&gt;
* [[Redirected call is disconnected]]&lt;br /&gt;
* [[The Cisco Unified CCX server runs out of disk space]]&lt;br /&gt;
* [[Cisco Unified CCX Server runs at 100% capacity or is slow]]&lt;br /&gt;
* [[Database Subsystem goes into partial service]]&lt;br /&gt;
* [[JTAPI subsystem is in partial service]]&lt;br /&gt;
* [[Unable to connect to JTAPI provider]]&lt;br /&gt;
* [[The Simple Recognition step takes the unsuccessful branch]]&lt;br /&gt;
* [[Calling party and Cisco Unified CCX do not have common codec]]&lt;br /&gt;
* [[Prompts with incorrect codec being played out]]&lt;br /&gt;
* [[Prompt Exception in Cisco Unified CCX Engine log file]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start]]&lt;br /&gt;
* [[Application subsystem in partial service and application running for an unexpectedly long time]]&lt;br /&gt;
* [[Cisco Unified CCX Server and Active Directory integration results in some services being unregistered]]&lt;br /&gt;
* [[Database Subsystem fails to connect to MS SQL server]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Real-Time Reporting =&lt;br /&gt;
* [[Attempting to run a real-time report causes an error]]&lt;br /&gt;
* [[After installing JRE, the user receives a message from real-time reporting saying to install JRE]]&lt;br /&gt;
* [[Contact entry is stuck in real-time reporting]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Historical Reporting =&lt;br /&gt;
* [[Exported PDF report does not print in landscape orientation]]&lt;br /&gt;
* [[User login missing in Windows XP after installing HR client]]&lt;br /&gt;
* [[Client and Server security policies do not match]]&lt;br /&gt;
* [[Charts do not appear properly in MS Excel format]]&lt;br /&gt;
* [[Columns of data missing in report in MS Excel format]]&lt;br /&gt;
* [[Records truncated in report in MS Excel format]]&lt;br /&gt;
* [[Agent names overwritten on charts]]&lt;br /&gt;
* [[RTF Report containing charts has tabular report headings]]&lt;br /&gt;
* [[Scheduler icon does not appear on Terminal Services client]]&lt;br /&gt;
* [[Reports do not execute at scheduled times]]&lt;br /&gt;
* [[Search dialog box and Preview tab appear in English on Windows system with locale set to German]]&lt;br /&gt;
* [[Dialog box does not appear as expected when report is exported]]&lt;br /&gt;
* [[Error when choosing an option from the Historical Reporting web page]]&lt;br /&gt;
* [[Truncated report description in Historical Reports client]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run]]&lt;br /&gt;
* [[The SQL Command Failed dialog box appears when you try to generate a historical report]]&lt;br /&gt;
* [[Some information appears in English on a German system]]&lt;br /&gt;
* [[The Historical Reports client computer cannot connect to the Cisco Unified CCX server]]&lt;br /&gt;
* [[A Database Connection Error 5051 error appears]]&lt;br /&gt;
* [[Export file name does not appear in Export dialog box]]&lt;br /&gt;
* [[Cannot point to local applications from the Database Server Configuration page]]&lt;br /&gt;
* [[Attempt to log in to the Cisco Unified CCX Server from the Historical Reporting client fails and an error message is returned]]&lt;br /&gt;
* [[Only three report templates are available for Cisco Unified CCX Standard]]&lt;br /&gt;
* [[Discrepancy in number of ACD calls shown on custom reports]]&lt;br /&gt;
* [[Priority Summary Activity Report chart prints only partly in color]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run and message appears in CiscoSch.log file]]&lt;br /&gt;
* [[Historical Reporting Client window shows nothing in the user drop-down menu]]&lt;br /&gt;
* [[Historical Reporting Client stops working; attempt to log in again results in error messages]]&lt;br /&gt;
* [[Scheduler DOS exception error received when running a custom report]]&lt;br /&gt;
* [[Columns displaced in Excel spreadsheet when exporting a report]]&lt;br /&gt;
* [[Scheduler icon does not appear in Windows status bar]]&lt;br /&gt;
* [[Error message appears indicating connection with database is broken]]&lt;br /&gt;
* [[Called Number Summary Report (CNSR) has more calls than the Traffic Analysis Report (TAR)]]&lt;br /&gt;
* [[Which reports should be used to determine BHCA and BHCC?]]&lt;br /&gt;
* [[Total logged in hours for agent very high after name change]]&lt;br /&gt;
&lt;br /&gt;
= Automatic Speech Recognition =&lt;br /&gt;
* [[Names are not recognized]]&lt;br /&gt;
* [[Recognition never times out]]&lt;br /&gt;
* [[Alternate pronunciations and nicknames are not recognized]]&lt;br /&gt;
* [[Reduced call completion rate under heavy load while using an MRCP ASR Group]]&lt;br /&gt;
* [[MRCP ASR subsystem is out of service]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP ASR Providers, MRCP Servers, or Groups do not take effect]]&lt;br /&gt;
* [[Calling a route point with an MRCP ASR Dialog Group results in default treatment]]&lt;br /&gt;
&lt;br /&gt;
= Outbound =&lt;br /&gt;
* [[Agent does skip or skip-close but does not stay reserved]]&lt;br /&gt;
* [[Agent is not getting callbacks]]&lt;br /&gt;
* [[Agent is ready but does not get an Outbound call for up to two minutes]]&lt;br /&gt;
* [[Errors placing Outbound calls]]&lt;br /&gt;
* [[Not all contacts get imported]]&lt;br /&gt;
* [[On the Campaigns Configuration web page, the available CSQs list is empty even though there are CSQs configured under the RmCm subsystem]]&lt;br /&gt;
* [[Outbound buttons do not show up on CAD]]&lt;br /&gt;
* [[Outbound buttons show up but are disabled on CAD]]&lt;br /&gt;
* [[Outbound calls are not getting dialed]]&lt;br /&gt;
* [[Outbound call volume is low]]&lt;br /&gt;
* [[Outbound System Service is not in service]]&lt;br /&gt;
* [[RTR Outbound reports do not show all possible reclassification]]&lt;br /&gt;
&lt;br /&gt;
= Text-to-Speech =&lt;br /&gt;
* [[Provider becomes IN_SERVICE immediately]]&lt;br /&gt;
* [[TTS Prompt does not play]]&lt;br /&gt;
* [[TTS prompt is not recognizable]]&lt;br /&gt;
* [[MRCP TTS subsystem is out of service]]&lt;br /&gt;
* [[Long TTS prompts consume significant memory on Cisco Unified CCX Server]]&lt;br /&gt;
* [[Non-UTF-8 characters needed for some languages]]&lt;br /&gt;
* [[A .wav file prompt playback is garbled when played by a TTS server]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP TTS Providers, MRCP Servers, locales, or genders do not take effect]]&lt;br /&gt;
&lt;br /&gt;
= Serviceability =&lt;br /&gt;
* [[SNMP-based network management tools cannot monitor Cisco Unified CCX components]]&lt;br /&gt;
* [[File Manager in partial service]]&lt;br /&gt;
* [[SNMP traps do not arrive at the trap receiver]]&lt;br /&gt;
* [[Syslog messages not received by receiver]]&lt;br /&gt;
* [[The Alarm Service does not start]]&lt;br /&gt;
* [[Serviceability does not uninstall completely]]&lt;br /&gt;
* [[Updating Data with the Serviceability Tool on One Node does not Update Other Nodes]]&lt;br /&gt;
* [[Virus Scan software slows Call Completion Rate]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Internationalization =&lt;br /&gt;
* [[Results not as expected for first name and last name in Chinese, Japanese, and Korean]]&lt;br /&gt;
* [[Language specified is not accepted or played]]&lt;br /&gt;
&lt;br /&gt;
= VXML =&lt;br /&gt;
* [[Voice Browser Step troubleshooting steps]]&lt;br /&gt;
* [[Timeout attribute for non-input does not work]]&lt;br /&gt;
* [[Menu Choice DTMF does not work]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Bootstrap =&lt;br /&gt;
* [[Transaction Manager cannot start]]&lt;br /&gt;
* [[Have an exception on startup with a message like &amp;quot;unable to recover transaction&amp;quot; or an error message related to reading or modifying the &amp;quot;Tx.per&amp;quot; file]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Failover =&lt;br /&gt;
* [[Conflicts in Datastore Control Center history]]&lt;br /&gt;
* [[Cannot make configuration changes in HA cluster]]&lt;br /&gt;
* [[Cannot make configuration changes in RmCm Subsystem]]&lt;br /&gt;
* [[Service constantly shows Invalid]]&lt;br /&gt;
* [[Cisco Unified CCX server keeps rebooting due to Cisco Unified CCX Node Manager failure]]&lt;br /&gt;
* [[Cluster is in partial service]]&lt;br /&gt;
* [[Server is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX does not accept a call or function properly]]&lt;br /&gt;
* [[Service Master/Slave status is not shown on Cisco Unified CCX Administration Control Center]]&lt;br /&gt;
* [[Cluster time synch fails]]&lt;br /&gt;
* [[Cisco Unified CCX Servers respond slowly in a High Availability environment]]&lt;br /&gt;
* [[Multiple failovers with high CPU usage]]&lt;br /&gt;
&lt;br /&gt;
= VoIP Monitor =&lt;br /&gt;
* [[VoIP monitor does not work correctly]]&lt;br /&gt;
* [[Cisco Unified CCX fails to start]]&lt;br /&gt;
* [[VoIP Monitor tab of the CDA gives an error]]&lt;br /&gt;
* [[VoIP Monitor does not list some phone devices]]&lt;br /&gt;
&lt;br /&gt;
= CDP =&lt;br /&gt;
* [[CDP Protocol Driver missing in Device Manager]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/DBAccessor_errors_while_CVD_start_up</id>
		<title>DBAccessor errors while CVD start up</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/DBAccessor_errors_while_CVD_start_up"/>
				<updated>2010-05-04T07:01:42Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== DBAccessor errors while CVD start up ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| DBAccessor errors while CVD start up&lt;br /&gt;
DBException: WaitUntilDBAccessor Initialized&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| DBException: WaitUntilDBAccessor Initialized in MCVD log.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| Datastores are is not activated.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Please check that all the datastores are activated/enabled in the Component Config object from CET and serviceability tool. If not activate/enable it.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0, Release 5.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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/DBAccessor_errors_while_CVD_start_up</id>
		<title>DBAccessor errors while CVD start up</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/DBAccessor_errors_while_CVD_start_up"/>
				<updated>2010-05-04T07:00:21Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: New page: == DBAccessor errors while CVD start up ==  {| border=&amp;quot;1&amp;quot; |- ! '''Problem Summary''' | DBAccessor errors while CVD start up DBException: WaitUntilDBAccessor Initialized   |- ! '''Error Mes...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== DBAccessor errors while CVD start up ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| DBAccessor errors while CVD start up&lt;br /&gt;
DBException: WaitUntilDBAccessor Initialized&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| DBException: WaitUntilDBAccessor Initialized in MCVD log.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| The datastore is not activated.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Please check that the datastore is activated/enabled in the Component Config object from CET and serviceability tool. If not activate/enable it.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 7.0, Release 5.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 CCX, Release 7.0]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0</id>
		<title>Troubleshooting Tips for Unified CCX 7.0</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_7.0"/>
				<updated>2010-05-04T06:57:10Z</updated>
		
		<summary type="html">&lt;p&gt;Jayark: /* Cisco Unified CCX Database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Unified Contact Center Express]] &lt;br /&gt;
&lt;br /&gt;
'''See also:''' [[Additional troubleshooting information for Unified CCX 7.0]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation:&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* [[One node on a Cisco Unified CCX 7.0(1) two-node cluster crashes beyond repair]]&lt;br /&gt;
&lt;br /&gt;
= Backup, Restore, and Update =&lt;br /&gt;
* [[Backup, Restore, and Upgrade cannot be started from a client desktop]]&lt;br /&gt;
* [[During Backup, Restore, or Upgrade, an exception is seen in user interface]]&lt;br /&gt;
* [[Backup failed for a One or Two-Node system]]&lt;br /&gt;
* [[CRS 4.5 profile name is missing]]&lt;br /&gt;
* [[Page Not Found message is displayed during Restore or Upgrade]]&lt;br /&gt;
* [[Restore fails due to a file not being found]]&lt;br /&gt;
* [[Restore failed for a one-node system]]&lt;br /&gt;
* [[Restore failed on a two-node system that had run before the Restore]]&lt;br /&gt;
* [[Restore failed on a two-node system that was re-imaged]]&lt;br /&gt;
* [[Some RmCm configuration is missing after upgrade]]&lt;br /&gt;
* [[During the backup process, the backup window is accidentally closed]]&lt;br /&gt;
* [[Restore error in HA deployment when tape drive moved]]&lt;br /&gt;
* [[Restore error in HA deployment when backup and restore is performed on different nodes]]&lt;br /&gt;
* [[Failure when Updating Outbound Subsystem Configuration]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Enterprise Telephony subsystem =&lt;br /&gt;
* [[A functional routing point stopped working or the Cisco Unified CME Telephony subsystem is in partial service]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Automated Attendant =&lt;br /&gt;
* [[ Dial by name does not find the specified server ]]&lt;br /&gt;
* [[ Automated Attendant prompt is not played ]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified Communications Manager Express =&lt;br /&gt;
* [[Agent cannot log in on shared line]]&lt;br /&gt;
* [[Agent cannot log in on restricted line]]&lt;br /&gt;
* [[When agent drops from conference, all parties on conference are dropped]]&lt;br /&gt;
* [[Cisco Unified CME triggers with 2811/CME router are not working]]&lt;br /&gt;
* [[Pressing hash character truncates the prompt and the prompts that follow are not played]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX =&lt;br /&gt;
* [[RmCm subsystem is out of service]]&lt;br /&gt;
* [[RmCm subsystem remains INITIALIZING]]&lt;br /&gt;
* [[RmCm remains in Initializing state]]&lt;br /&gt;
* [[Agents, Supervisors, or Teams are out of synch]]&lt;br /&gt;
* [[Agent or CSQ does not appear in CDA]]&lt;br /&gt;
* [[Agents do not appear in the Resources area in the Cisco Unified CCX Configuration web page]]&lt;br /&gt;
* [[You cannot select the order of agents]]&lt;br /&gt;
* [[Agent does not go to Work state after handling a call]]&lt;br /&gt;
* [[A media step causes a Could not create PlayPromptDialog Object exception]]&lt;br /&gt;
* [[Unable to make any Cisco Unified CCX configuration changes]]&lt;br /&gt;
* [[Some resource selection criteria are missing]]&lt;br /&gt;
* [[Unable to record an agent]]&lt;br /&gt;
* [[Sometimes the supervisor can monitor and record an agent and sometimes he cannot]]&lt;br /&gt;
* [[Calls to Cisco Unified CCX route points are disconnected]]&lt;br /&gt;
* [[Calls are not routed to agents]]&lt;br /&gt;
* [[Agents do not show in a CSQ]]&lt;br /&gt;
* [[Caller gets dropped when an attempt is made to recall a Cisco Unified CCX agent extension after the agent previously parked the call]]&lt;br /&gt;
* [[Updating a NIC driver disables silent monitoring and recording]]&lt;br /&gt;
* [[Agent alternates between Reserved and Ready state]]&lt;br /&gt;
* [[Agent in Reserved state but the consult transfer fails repeatedly]]&lt;br /&gt;
* [[Call fails if agent doesn’t pick the call in the first two rings]]&lt;br /&gt;
* [[Calls fail with CTIERR_TIMEOUT=0x8ccc0001::Cti request timed out]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified IP IVR =&lt;br /&gt;
* [[Cisco Unified IP IVR drops callers when transferring to an extension]]&lt;br /&gt;
* [[Prompts play in language]]&lt;br /&gt;
* [[Some prompts do not play]]&lt;br /&gt;
* [[Some prompts in a script play in the language specified and other prompts play in English]]&lt;br /&gt;
* [[A prompt plays phrases in the wrong order]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Administration =&lt;br /&gt;
* [[The Cisco Unified CCX Administration Authentication web page is not available]]&lt;br /&gt;
* [[Uploading a license file can result in a warning message]]&lt;br /&gt;
* [[User cannot log in to the Cisco Unified CCX web page]]&lt;br /&gt;
* [[Refreshing subflow script does not update parent scripts]]&lt;br /&gt;
* [[Cisco Unified CM users display in random order]]&lt;br /&gt;
* [[Cisco Unified CCX Supervisor web page cannot be viewed from Cisco Unified CCX Server]]&lt;br /&gt;
* [[Database table fields used by wallboard store data in milliseconds]]&lt;br /&gt;
* [[Management pages display error message when selected]]&lt;br /&gt;
* [[Zip file does not auto unzip on Document Management page]]&lt;br /&gt;
* [[Invalid files message displays while uploading a zip file of prompts]]&lt;br /&gt;
* [[A Component Manager goes into partial service when uploading a zip file]]&lt;br /&gt;
* [[High call rejection rate under heavy load]]&lt;br /&gt;
* [[Error in Cisco Unified CCX Administration when trying to upload a large prompt.wav file]]&lt;br /&gt;
* [[Callers hear a fast busy while calling the JTAPI triggers]]&lt;br /&gt;
* [[Override media termination group displayed twice]]&lt;br /&gt;
* [[SUPERVISE_CALL_REQ type barge in without AgentCallID]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Admin Utility =&lt;br /&gt;
* [[The cluster is not in synchronization]]&lt;br /&gt;
* [[Cisco Unified CCX Admin Utility exits or does not come up after login]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility fails due to data corruption]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run on a non bootstrap node]]&lt;br /&gt;
* [[The Cisco Unified CCX Admin Utility will not run since the Node Manager hung]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Database =&lt;br /&gt;
* [[Cannot configure Application or System parameters from their pages in Cisco Unified CCX Administration]]&lt;br /&gt;
* [[HR client login error]]&lt;br /&gt;
* [[Cannot activate DB components on HA node]]&lt;br /&gt;
* [[Cisco Unified CCX Databases are not purged as expected]]&lt;br /&gt;
* [[Historical Database db&amp;amp;#95;cra is full]]&lt;br /&gt;
* [[E-mail notification of database purging activities is not sent]]&lt;br /&gt;
* [[Syslog or SNMP trap notification of database purging activities is not sent]]&lt;br /&gt;
* [[After the replication between Primary/Secondary was created, the initial snapshot was successful but the merge agents would fail]]&lt;br /&gt;
* [[Uninstall SQL hotfix 2282 is failing]]&lt;br /&gt;
* [[The IPCC server is loosing the ODBC connection after running fine for some time]]&lt;br /&gt;
* [[SQL Agent crash with Red X Mark, and the Node Manager is down]]&lt;br /&gt;
* [[After the upgrade SQL Server got changed to MSDE]]&lt;br /&gt;
* [[From the log: Login failed for user '(null)'. Root cause: Not associated with a trusted SQL Server connection]]&lt;br /&gt;
* [[While doing some configuration change from the Appadmin gets the following error: &amp;quot;Error updating Database&amp;quot;]]&lt;br /&gt;
* [[Primary key violation exception in the MIVR logs while trying to insert a historical record to the Database table]]&lt;br /&gt;
* [[SQLException while uploading prompt, grammar, document using editor steps inside the workflow script]]&lt;br /&gt;
* [[Cannot configure Application or System parameters from the Cisco Unified CCX Administration]]&lt;br /&gt;
* [[Enterprise Database Subsystem is in out of service or in partial service]]&lt;br /&gt;
* [[Can't create a new Datasource from the Appadmin]]&lt;br /&gt;
* [[After creating the datasource and System DSN, it is not getting displayed in the editor step]]&lt;br /&gt;
* [[Not able to view/edit rmcm configurations from node2 appadmin in an HA setup]]&lt;br /&gt;
* [[DBAccessor errors while CVD start up]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Editor =&lt;br /&gt;
* [[Change a string variable to an integer]]&lt;br /&gt;
* [[Accept step error during active debug]]&lt;br /&gt;
* [[Error occurs with Reactive Debugging Tool]]&lt;br /&gt;
* [[Agent automatically put into Ready state]]&lt;br /&gt;
* [[Agent has invalid state transition from Reserved to Available to Talking]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Engine =&lt;br /&gt;
* [[Agent cannot go Ready after logging in]]&lt;br /&gt;
* [[Voice Browser step throws an exception]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start and an RMI port in use error appears]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1067]]&lt;br /&gt;
* [[Attempting to start the Cisco Unified CCX Node Manager service causes an error 1069]]&lt;br /&gt;
* [[Application subsystem is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX Engine is running but calls are not answered]]&lt;br /&gt;
* [[Changing the time in Cisco Unified CCX machines results in agents getting logged off]]&lt;br /&gt;
* [[An error message plays when calling a CTI route point]]&lt;br /&gt;
* [[Changes to applications do not register]]&lt;br /&gt;
* [[Call drops during transfer over gateway]]&lt;br /&gt;
* [[H.323 client DTMF digits not detected]]&lt;br /&gt;
* [[Redirected call is disconnected]]&lt;br /&gt;
* [[The Cisco Unified CCX server runs out of disk space]]&lt;br /&gt;
* [[Cisco Unified CCX Server runs at 100% capacity or is slow]]&lt;br /&gt;
* [[Database Subsystem goes into partial service]]&lt;br /&gt;
* [[JTAPI subsystem is in partial service]]&lt;br /&gt;
* [[Unable to connect to JTAPI provider]]&lt;br /&gt;
* [[The Simple Recognition step takes the unsuccessful branch]]&lt;br /&gt;
* [[Calling party and Cisco Unified CCX do not have common codec]]&lt;br /&gt;
* [[Prompts with incorrect codec being played out]]&lt;br /&gt;
* [[Prompt Exception in Cisco Unified CCX Engine log file]]&lt;br /&gt;
* [[Cisco Unified CCX Engine does not start]]&lt;br /&gt;
* [[Application subsystem in partial service and application running for an unexpectedly long time]]&lt;br /&gt;
* [[Cisco Unified CCX Server and Active Directory integration results in some services being unregistered]]&lt;br /&gt;
* [[Database Subsystem fails to connect to MS SQL server]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Real-Time Reporting =&lt;br /&gt;
* [[Attempting to run a real-time report causes an error]]&lt;br /&gt;
* [[After installing JRE, the user receives a message from real-time reporting saying to install JRE]]&lt;br /&gt;
* [[Contact entry is stuck in real-time reporting]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Historical Reporting =&lt;br /&gt;
* [[Exported PDF report does not print in landscape orientation]]&lt;br /&gt;
* [[User login missing in Windows XP after installing HR client]]&lt;br /&gt;
* [[Client and Server security policies do not match]]&lt;br /&gt;
* [[Charts do not appear properly in MS Excel format]]&lt;br /&gt;
* [[Columns of data missing in report in MS Excel format]]&lt;br /&gt;
* [[Records truncated in report in MS Excel format]]&lt;br /&gt;
* [[Agent names overwritten on charts]]&lt;br /&gt;
* [[RTF Report containing charts has tabular report headings]]&lt;br /&gt;
* [[Scheduler icon does not appear on Terminal Services client]]&lt;br /&gt;
* [[Reports do not execute at scheduled times]]&lt;br /&gt;
* [[Search dialog box and Preview tab appear in English on Windows system with locale set to German]]&lt;br /&gt;
* [[Dialog box does not appear as expected when report is exported]]&lt;br /&gt;
* [[Error when choosing an option from the Historical Reporting web page]]&lt;br /&gt;
* [[Truncated report description in Historical Reports client]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run]]&lt;br /&gt;
* [[The SQL Command Failed dialog box appears when you try to generate a historical report]]&lt;br /&gt;
* [[Some information appears in English on a German system]]&lt;br /&gt;
* [[The Historical Reports client computer cannot connect to the Cisco Unified CCX server]]&lt;br /&gt;
* [[A Database Connection Error 5051 error appears]]&lt;br /&gt;
* [[Export file name does not appear in Export dialog box]]&lt;br /&gt;
* [[Cannot point to local applications from the Database Server Configuration page]]&lt;br /&gt;
* [[Attempt to log in to the Cisco Unified CCX Server from the Historical Reporting client fails and an error message is returned]]&lt;br /&gt;
* [[Only three report templates are available for Cisco Unified CCX Standard]]&lt;br /&gt;
* [[Discrepancy in number of ACD calls shown on custom reports]]&lt;br /&gt;
* [[Priority Summary Activity Report chart prints only partly in color]]&lt;br /&gt;
* [[Scheduled Historical Reports do not run and message appears in CiscoSch.log file]]&lt;br /&gt;
* [[Historical Reporting Client window shows nothing in the user drop-down menu]]&lt;br /&gt;
* [[Historical Reporting Client stops working; attempt to log in again results in error messages]]&lt;br /&gt;
* [[Scheduler DOS exception error received when running a custom report]]&lt;br /&gt;
* [[Columns displaced in Excel spreadsheet when exporting a report]]&lt;br /&gt;
* [[Scheduler icon does not appear in Windows status bar]]&lt;br /&gt;
* [[Error message appears indicating connection with database is broken]]&lt;br /&gt;
* [[Called Number Summary Report (CNSR) has more calls than the Traffic Analysis Report (TAR)]]&lt;br /&gt;
* [[Which reports should be used to determine BHCA and BHCC?]]&lt;br /&gt;
* [[Total logged in hours for agent very high after name change]]&lt;br /&gt;
&lt;br /&gt;
= Automatic Speech Recognition =&lt;br /&gt;
* [[Names are not recognized]]&lt;br /&gt;
* [[Recognition never times out]]&lt;br /&gt;
* [[Alternate pronunciations and nicknames are not recognized]]&lt;br /&gt;
* [[Reduced call completion rate under heavy load while using an MRCP ASR Group]]&lt;br /&gt;
* [[MRCP ASR subsystem is out of service]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP ASR Providers, MRCP Servers, or Groups do not take effect]]&lt;br /&gt;
* [[Calling a route point with an MRCP ASR Dialog Group results in default treatment]]&lt;br /&gt;
&lt;br /&gt;
= Outbound =&lt;br /&gt;
* [[Agent does skip or skip-close but does not stay reserved]]&lt;br /&gt;
* [[Agent is not getting callbacks]]&lt;br /&gt;
* [[Agent is ready but does not get an Outbound call for up to two minutes]]&lt;br /&gt;
* [[Errors placing Outbound calls]]&lt;br /&gt;
* [[Not all contacts get imported]]&lt;br /&gt;
* [[On the Campaigns Configuration web page, the available CSQs list is empty even though there are CSQs configured under the RmCm subsystem]]&lt;br /&gt;
* [[Outbound buttons do not show up on CAD]]&lt;br /&gt;
* [[Outbound buttons show up but are disabled on CAD]]&lt;br /&gt;
* [[Outbound calls are not getting dialed]]&lt;br /&gt;
* [[Outbound call volume is low]]&lt;br /&gt;
* [[Outbound System Service is not in service]]&lt;br /&gt;
* [[RTR Outbound reports do not show all possible reclassification]]&lt;br /&gt;
&lt;br /&gt;
= Text-to-Speech =&lt;br /&gt;
* [[Provider becomes IN_SERVICE immediately]]&lt;br /&gt;
* [[TTS Prompt does not play]]&lt;br /&gt;
* [[TTS prompt is not recognizable]]&lt;br /&gt;
* [[MRCP TTS subsystem is out of service]]&lt;br /&gt;
* [[Long TTS prompts consume significant memory on Cisco Unified CCX Server]]&lt;br /&gt;
* [[Non-UTF-8 characters needed for some languages]]&lt;br /&gt;
* [[A .wav file prompt playback is garbled when played by a TTS server]]&lt;br /&gt;
* [[Changes, additions, or deletions to MRCP TTS Providers, MRCP Servers, locales, or genders do not take effect]]&lt;br /&gt;
&lt;br /&gt;
= Serviceability =&lt;br /&gt;
* [[SNMP-based network management tools cannot monitor Cisco Unified CCX components]]&lt;br /&gt;
* [[File Manager in partial service]]&lt;br /&gt;
* [[SNMP traps do not arrive at the trap receiver]]&lt;br /&gt;
* [[Syslog messages not received by receiver]]&lt;br /&gt;
* [[The Alarm Service does not start]]&lt;br /&gt;
* [[Serviceability does not uninstall completely]]&lt;br /&gt;
* [[Updating Data with the Serviceability Tool on One Node does not Update Other Nodes]]&lt;br /&gt;
* [[Virus Scan software slows Call Completion Rate]]&lt;br /&gt;
&lt;br /&gt;
= Cisco Unified CCX Internationalization =&lt;br /&gt;
* [[Results not as expected for first name and last name in Chinese, Japanese, and Korean]]&lt;br /&gt;
* [[Language specified is not accepted or played]]&lt;br /&gt;
&lt;br /&gt;
= VXML =&lt;br /&gt;
* [[Voice Browser Step troubleshooting steps]]&lt;br /&gt;
* [[Timeout attribute for non-input does not work]]&lt;br /&gt;
* [[Menu Choice DTMF does not work]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Bootstrap =&lt;br /&gt;
* [[Transaction Manager cannot start]]&lt;br /&gt;
* [[Have an exception on startup with a message like &amp;quot;unable to recover transaction&amp;quot; or an error message related to reading or modifying the &amp;quot;Tx.per&amp;quot; file]]&lt;br /&gt;
&lt;br /&gt;
= High Availability and Failover =&lt;br /&gt;
* [[Conflicts in Datastore Control Center history]]&lt;br /&gt;
* [[Cannot make configuration changes in HA cluster]]&lt;br /&gt;
* [[Cannot make configuration changes in RmCm Subsystem]]&lt;br /&gt;
* [[Service constantly shows Invalid]]&lt;br /&gt;
* [[Cisco Unified CCX server keeps rebooting due to Cisco Unified CCX Node Manager failure]]&lt;br /&gt;
* [[Cluster is in partial service]]&lt;br /&gt;
* [[Server is in partial service]]&lt;br /&gt;
* [[Cisco Unified CCX does not accept a call or function properly]]&lt;br /&gt;
* [[Service Master/Slave status is not shown on Cisco Unified CCX Administration Control Center]]&lt;br /&gt;
* [[Cluster time synch fails]]&lt;br /&gt;
* [[Cisco Unified CCX Servers respond slowly in a High Availability environment]]&lt;br /&gt;
* [[Multiple failovers with high CPU usage]]&lt;br /&gt;
&lt;br /&gt;
= VoIP Monitor =&lt;br /&gt;
* [[VoIP monitor does not work correctly]]&lt;br /&gt;
* [[Cisco Unified CCX fails to start]]&lt;br /&gt;
* [[VoIP Monitor tab of the CDA gives an error]]&lt;br /&gt;
* [[VoIP Monitor does not list some phone devices]]&lt;br /&gt;
&lt;br /&gt;
= CDP =&lt;br /&gt;
* [[CDP Protocol Driver missing in Device Manager]]&lt;/div&gt;</summary>
		<author><name>Jayark</name></author>	</entry>

	</feed>