XADM: Databases Won't Start with -1206 Error After Failed Upgrade
ID: Q246207
|
The information in this article applies to:
-
Microsoft Exchange Server, versions 5.0, 5.5
SYMPTOMS
When you upgrade from Exchange Server 5.0 to Exchange Server 5.5 and the upgrade does not work, you may experience the following symptoms:
CAUSE
When you receive a -1206 error when you are starting the information store or directory, the database may not actually be damaged, but may be the wrong version (for example, running an Exchange Server 5.0 database against an Exchange Server 5.5 computer). In the case of a failed upgrade, this may be because the databases were upgraded, at least partially, but the 5.5 files were never copied into the Exchsrvr folder.
RESOLUTION
To resolve this problem:
- Verify that this is a version issue by examining the database headers with the Exchange Server 5.5 Eseutil utility.
- Copy the Eseutil.exe and Ese.dll files from the Exchange Server 5.5 CD to the Exchsrvr\Mdbdata folder where the databases are located.
- From a command prompt, navigate to the Exchsrvr\Mdbdata folder, type the following commands, and press ENTER after each:
eseutil.exe /mh priv.edb|find "State"
-and-
eseutil.exe /mh pub.edb|find "State"
Both commands should return:
"State: Consistent"
If the databases are not consistent, follow the instructions in the following Microsoft Knowledge Base article to bring the databases to a consistent state before continuing:
Q180009 XADM: Exchange 5.5 Upgrade Fails With ID No: c106fdda
After the databases are consistent, perform the following steps to resolve the issue:
- Note the database and log file paths for the Information Store service and Directory service.
- Rename the Dsadata and Mdbdata folders on each drive to Dsadata.old and Mdbdata.old, respectively.
- Create new Dsadata and Mdbdata folders on each drive.
- Uninstall Exchange Server.
- Run Exchange Server 5.0 Setup. Install it in a new site with the same organization and site names. DO NOT JOIN AN EXISTING SITE.
- If you had any connectors installed, such as the Internet Mail Service, make sure to install them during Setup by choosing to run a Complete/Custom Setup.
- After the 5.0 Setup finishes, run Exchange Server 5.5 Setup, and click Upgrade. When Setup finishes, stop the Exchange Server services.
- Run Performance Optimizer to put the databases and log files in their previous locations. Do not restart the services after the files are moved.
- Rename the Dsadata and Mdbdata folders on each drive to Dsadata.new and Mdbdata.new, respectively.
- Create new Dsadata and Mdbdata folders on each drive.
- Copy the Dir.edb file from Dsadata.old to Dsadata. Copy the Priv.edb and Pub.edb files from Mdbdata.old to Mdbdata.
- Start the System Attendant and the Directory service.
- At a command prompt in the Exchsrvr\Bin folder, run isinteg -patch.
- Start the Information Store service and any remaining Exchange Server services.
At this point, all services should be started.
- Start the Exchange Server Administrator program and verify that all connectors work.
- Make a full backup of Exchange Server.
MORE INFORMATIONFor additional information on the -1206 error, click the article number below
to view the article in the Microsoft Knowledge Base:
Q233295 XADM: Error -1206 Starting Database
Additional query words:
Keywords : exc5 exc55
Version : winnt:5.0,5.5
Platform : winnt
Issue type : kbprb
|