25 pts.
 Exchange 2007 – Unable to mount database
With exchange 2007, I'm getting following error message when I try to mount the Exchange Database:

Fehlercode: MapiExceptionCallFailed: Unable to mount database. (hr=0x80004005, ec=-501)



Software/Hardware used:
ASKED: July 5, 2010  12:15 PM
UPDATED: May 8, 2013  2:48 PM

Answer Wiki:
Check this thread for more help. It seems to resolve a similar problem to the one you are reporting.
Last Wiki Answer Submitted:  May 8, 2013  2:49 pm  by  Michael Tidmarsh   11,400 pts.
All Answer Wiki Contributors:  Michael Tidmarsh   11,400 pts. , Richard Siddaway   2,260 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Well this happens to me and I was able to resolve it by restoring it from backup and then mount. It works!


 

There could be the following causes for this erroneous situation:

* The ‘DomainNameExchange Servers’ group is not assigned the ‘Manage auditing and security log’ user right.
* The Exchange server database file is corrupt or damaged.

For the first cause, check this solution:http://kbalertz.com/925825/Event-logged-Application-mount-database-Exchange-Server.aspx

If this doesn’t solve the problem you will have to restore it from an old backup file or run eseutil.exe command utility. Please follow these steps:

1. Run Eseutil /p, a hard repair process on the corrupted database.
2. Run Eseutil /d, to defragment the database. Offline defragmentation process makes a new physical database
3. Now run Isinteg -fix to Check the consistency of the Exchange server database. You may need to run Isinteg several times until it returns zero errors.

Note: Eseutil /p may cause data loss as it removes the damaged database pages during repair process to bring the database file into consistent state.

 600 pts.