Failed to Mount Database “Database Name”
Error:
Couldn’t mount the database that you specified. Specified database: Recovery: Error code: An Active Manager operation failed. Error The database action failed. Error: Operation failed with message: MapiExceptionCallFailed: Unable to mount database. (hr=0x800004005, ec=-550)
. [Database: Recovery, Server: Exchange FQDN]
Log Name: Application Source: MSExchangeIS Event ID: 9519 The following error occurred while starting database Recovery: Database is in inconsistent state. Failed to configure MDB. |
Log Name: Application Source: MSExchangeRepl Event ID: 3154 Active Manager failed to mount database Recovery on server EX1.doitfixit.local. Error: An Active Manager operation failed. Error The database action failed. Error: Operation failed with message: MapiExceptionCallFailed: Unable to mount database. (hr=0x80004005, ec=-550) . |
Log Name: MSExchange Management Source: MSExchange CmdletLogs Event ID: 6 Cmdlet failed. Cmdlet Mount-Database, parameters {Identity=Recovery}. |
Log Name: Application Source: ExchangeStoreDB Event ID: 209 At ‘7/10/2012 11:06:01 PM’ the Exchange store database ‘Recovery’ copy on this server detected corruption on the active copy of the database. To help identify the specific failure, consult the Event log on the server for other storage and “ExchangeStoreDb” events. Service recovery was attempted by failover to another copy, which was unsuccessful in restoring the service. Error: There is only one copy of this mailbox database (Recovery). Automatic recovery is not available. |
Run Eseutil /mh “database file path” to check the health of the database file, See if the status is “Dirty Shutdown“. If yes, please restore the good database from backup files. Or if you don’t have a backup you can repair your database using Eseutil /p command.
Check the health of the database file:
Eseutil /mh “C:\Program Files\Microsoft\Exchange Server\V14\Mailbox\Recovery\Recovery.edb”
Repair the database file with log files:
First check the health of log files using below command.
eseutil /ml “C:\Program Files\Microsoft\Exchange Server\V14\Logs\Recovery\E00″
Then repair the database using below command.
eseutil /R E00 /l “C:\Program Files\Microsoft\Exchange Server\V14\Logs\Recovery” /s “C:\Program Files\Microsoft\Exchange Server\V14\Logs\Recovery” /d “C:\Program Files\Microsoft\Exchange Server\V14\Mailbox\Recovery\Recovery.edb”
Force Repair the database file:
Eseutil /P “C:\Program Files\Microsoft\Exchange Server\V14\Mailbox\Recovery\Recovery.edb”
Click OK to continue…
Again check the health of the database file:
Eseutil /mh “C:\Program Files\Microsoft\Exchange Server\V14\Mailbox\Recovery\Recovery.edb”
Now try to mount the database again.
Sameer Mendiratta says
worked for me .thanks guys
Wow says
Wow, muchas gracias! You saved me.