Another Exchange specific issue: we had a problem after migrating to Exchange 2010 and then uninstalling Exchange 2003, eventhough replicas of public folders were moved to the new server. Errors would show in the Exchange System Manager, and the following message would occur:
MapiExceptionADPropertyError: Unable to mount database. (hr=0x80004005, ec=2418)
There is a excellent post on TechNet Forums about this topic. However, it does not include information for Exchange 2010, and mentions to restart the Information Store, when restarting the System Attendant is sufficient. Corrected instructions below.
Open ADSI Edit, connect to a Domain Controller, change the context to Configuration.
Create the Folder Hierarchies under the Exchange Administrative Group
- Navigate to Configuration ⇒ Services ⇒ Microsoft Exchange ⇒ <Exchange Organization> ⇒ Administrative Groups
- Right click on <Exchange Administrative Group> and select New Object
- Select msExchPublicFolderTreeContainer as class and click Next
- Enter the following as value: Folder Hierarchies, click Next, Finish
Create the Public Folders Tree Object
- Right click Folder Hierarchies and select New Object
- Select msExchPFTree as class, click Next
- Enter the following as value: Public Folders, click Next
- Click on More Attributes button, select msExchPFTreeType and set the value to 1
- Click OK, Finish
Populate the msExchOwningPFTreeBL attribute object of the PF Store
- Double click the newly created “Public Folders” object
- Double click distinguishedName, copy the value to the clipboard, click Cancel
- Exchange 2007: open properties of Configuration ⇒ Services ⇒ Microsoft Exchange ⇒ <Exchange Organization> ⇒ Administrative Groups ⇒ <Exchange 2007 Administrative Group> ⇒ Servers ⇒ <Affected Exchange Server> ⇒ Information Store ⇒ <Storage Group> ⇒ <Public Folder Database>
- Exchange 2010: open properties of Configuration ⇒ Services ⇒ Microsoft Exchange ⇒ <Exchange Organization> ⇒ Administrative Groups ⇒ <Exchange 2010 Administrative Group> ⇒ Databases ⇒ <Public Folder Database>
- Double click the msExchOwningPFTree attribute, paste the value that was copied to the clipboard in step 2
- Click OK twice
Try to mount the Store
- Restart the Microsoft Exchange System Attendant Service
- Open Exchange System Manager and try to mount the PF store