Ccm 50 Dma Error
Ccm 50 Dma Error
Ccm 50 Dma Error
Introduction
Prerequisites
Requirements
Components Used
Conventions
DMA Fails During Upgrade − Troubleshooting Tips
Solution 1
Solution 2
Solution 3
Error: not enough disk space to perform upgrade
Solution
DMA Stuck due to Informix IDS − Cisco CallManager Service
Solution
Error: "The Installation has Encountered a Unrecoverable Internal Error"
Solution
TcpWindowSize Errors Occur During DMA Installation
Solution
DMA fails due SQL error: −746
Problem
Solution
Error message: Only characters A−Z, a−z, 0−9 are allowed in prompt name
Problem
Solution
Warning: LDAP Search Failed
Solution
Warning: NetworkHoldMOHAudioSourceID is set only for Directory Numbers
Solution
NetPro Discussion Forums − Featured Conversations
Related Information
Introduction
Data Migration Assistant (DMA) assists you with the first step in the migration from Cisco Unified
CallManager 4.1(x) data to CallManager 5.x/6.x. DMA backs up Cisco CallManager 4.1(x) data in a format
that Cisco CallManager 5.0 can read. Cisco CallManager 4.1(x) runs in a Windows environment, and Cisco
CallManager 5.x/6.x runs in a Linux environment, so DMA exports Windows−based data to a format that
Linux can import. The Cisco CallManager 5.x/6.x installation process converts the backed up data as needed
for Cisco CallManager 5.x/6.x, which completes the data migration. Refer to Release Notes for Data
Migration Assistant Release 5.0(4) for more information on DMA.
Prerequisites
Requirements
There are no specific requirements for this document.
Components Used
The information in this document is based on Cisco CallManager 4.1(3) and 5.x/6.x.
The information in this document was created from the devices in a specific lab environment. All of the
devices used in this document started with a cleared (default) configuration. If your network is live, make sure
that you understand the potential impact of any command.
Conventions
Refer to Cisco Technical Tips Conventions for more information on document conventions.
The first place to look when you troubleshooting a DMA backup problem is the backup.log file that is created
when the backup process is attempted. This file is located in the C:\program files\common
files\cisco\logs\dma\ folder:
This file might provide information into the cause of the DMA failure. Most errors can look something like
this:
Then check the exportdb.log file to find where the DMA failed during the backup process. This file is located
in the C:\ciscowebs\dma\bin\ folder.
In this log file, look from the bottom up for the last operation that failed. An operation in the log looks like
this:
Successful Operation:
going to GetStartupInfoA()
going to CreateProcessA()
going to WaitForSingleObject()
going to GetExitCodeProcess()
Failed Operation:
going to GetStartupInfoA()
going to CreateProcessA()
going to WaitForSingleObject()
going to GetExitCodeProcess()
The installdb operation that you see fail in this output is the most common source of failed DMA backups.
Finally, the installdb process generates a log in the DBL trace folder called installdbw1.log. This file is
located in C:\Program Files\Cisco\Trace\DBL\installdbw1.log.
In this log, search from the top down for the keyword *Error*.
Note: The asterisks that surround the word Error are very important. In DMA, if a line simply has "Error"
without the asterisks, it is non−critical and can be ignored. You also see *Warnings* which can also be
ignored.
The reason for the top down search is that errors at the bottom of the trace are most likely caused by an error
occurrence earlier on. In Example 1, look at the first line that says *Error* and see that the DMA failed
insert into the Informix Dynamic Server (IDS) Database for Cisco CallManager 5.0.
Note the error number on the last line. This number is important because it helps you resolve the problem.
You can see the DN or Pattern that has the issue in the bold font. In this case, it is a duplicate voicemail pilot
number that was created during an upgrade from Cisco CallManager 3.3(5) to CallManager 4.1(3). It is also
important to note that this problem was only found after looking in the Cisco CallManager Admin pages for
directory number (DN) 1131. These error messages can give some tips on where to look for the problem, but
many times, they do not indicate the exact problem directly.
This typically refers to a piece of data that you try to insert that references data that never got inserted
earlier.
Note that the PKID matches between the errors and that the time stamp for these errors are about 4 minutes
apart.
Example 3 shows another example of a user that fails to be inserted into the DB:
It is the userid that has the problem. This is most likely an empty field in the user page (for example: Last
Name, PIN Password, and so forth). It is possible that a field in Cisco CallManager 4.x was not required and
this blank field causes an error when you try to insert it into IDS.
Note the matching PKID and the difference in timestamps. The −391 error causes a −691 error roughly a
minute later.
−391: Trying to insert a record that has null field where data is required.
Solution 1
Complete these steps in order to resolve this issue:
Note: Before you run DMA , make sure you disable the Cisco Security Agent (CSA) service, the Antivirus
application, or any other third party application that runs on your server.
1. Choose Start > Programs > Microsoft SQL Server > Enterprise Manager.
2. Drill down to Microsoft SQL Servers > SQL Server Group > <local_server> > Databases >
CCM0XXX > Tables.
3. Locate and right−click on LineGroup and choose Open Table > Return all rows.
4. Check the rnaReversionTimeout field. The problem might be because this field is set to 180 and it
should be between 0 and 120. If it is 180, set this field to 120. You need to click the "!" (exclamation
mark in the tool bar) in order to run so that the value is saved.
5. Close the Microsoft SQL Enterprise Manager and run the DMA again. The upgrade should work fine.
Solution 2
This error can also occur when the Personal Address Book has some invalid entries, such as x, +, and the
DMA fails to parse those entries. This results in the data validation error.
Solution 3
This issue can also occur if there is some Unassigned Directory Number (DN) in the Cisco CallManager
database. You can see a list of DNs that are not associated with any phones in the Cisco CallManager Route
Plan Report. In order to resolve the issue, you need to delete the unassigned DN from Cisco CallManager and
re−run the DMA.
Error: not enough disk space to perform upgrade
When an attempt is made to retrieve the upgrade file for Cisco Unified Communications Manager from a
remote server through a File Transfer Protocol (FTP) server, the not enough disk space in the
common partition to perform the upgrade error message appears.
Solution
Use a Secure FTP server to retrieve the upgrade file from the backup. Make sure you have access to an SFTP
server in order to backup Cisco Unified Communications Manager over a network.
Solution
Complete these steps in order to resolve this issue:
1. In order to stop the IDS service and allow the DMA resume, choose Start > Programs > Informix
Dynamic Server > ccm.
When these steps are completed, the data downloads and is applied without problems. After a while, a dump
generates with this message in the install.log file:
Solution
This issue occurs due to the presence of a delete file among your CSV files. There is a file, which is not a part
of the regular install in Windows, that must be removed from the TAR. It is called delete.csv.
Complete these steps in order to resolve this issue:
In order to delete this file, run the tar command with −−delete with the delete.csv file, such as:
E−mail the Cisco licensing team at [email protected]. It is not possible to make any changes to
Cisco CallManager, such as adding phones, until the new license is updated in the servers.
Solution
In order to resolve the issue, login as the local administrator and complete the DMA installation.
Note: If you have logged in as a user that has administrative rights, you cannot run the DMA installation
successfully. You must login with the local administrator account in order to run the installation successfully.
Device
SQL error: −746(2700)
Warning message (business rule violation): A device that uses phone templates must have a
specific phone template assigned
pkid e373e786−c9c3−49e3−89bb−1e595f07e66f Not modifiable
VGC0ab73c0a2b00
Solution
SQL error: −746(2700) implies that a device is not assigned a phone template or the template is not valid. In
order to resolve this error message, complete these steps:
1. Find the pkid of the device from the details of the error message.
2. Choose Start > Programs > Microsoft SQL Server > Enterprise Manager in order to look for the
pkid in the SQL enterprise manager device table.
3. Assign a phone template to it.
The data validation log from a DMA run reports errors and suggests to change the entry with Microsoft SQL
server in order to fix them. This error message appears in the log:
Solution
These are the workarounds for this issue:
Workaround 1
1. Create an end user without Unicode characters and save it. An error appears.
2. Modify the value in the Name Dialing field. Save again.
Solution
This is seen if the directory does not contain the required location ou=user_info,ou=CCN,ou=Cisco,
dc=cvm,dc=org. Data in this location is not present or invalid, hence not backed up and you see this
warning a few times. It always points to the fact that ou=user_info does not exist or is invalid. You need
to check the directory to see if this user exists. If it does, delete it and add it again. If it does not exist, you can
ignore this warning.
Table: NumPlan
Row: 3118 SQL error: −746(25048)
Warning message (Business Rule Violation): NetworkHoldMOHAudioSourceID is set only for
Directory Numbers
This error occurs when the data in a specific field is anything but a period (.).
Solution
The DNorPattern must be removed and re−added through CCMAdministration. Then, DMA must be
re−executed so that the change is picked up in the latest export.
Related Information
• Voice Technology Support
• Voice and Unified Communications Product Support
• Recommended Reading: Troubleshooting Cisco IP Telephony
• Technical Support & Documentation − Cisco Systems