This week I had to create a new Exchange 2010 database. After the creation of this database, it wouldn’t mount.
ERROR:
Mount Oud-Werknemers-2014
Failed
Error:
Couldn’t mount the database that you specified. Specified database: Oud-Werknemers-2014; Error code: An Active Manager operation failed. Error The database action failed. Error: Operation failed with message: MapiExceptionNotFound: Unable to mount database. (hr=0x8004010f, ec=-2147221233)
. [Database: Oud-Werknemers-2014, Server: XCH01.DOMAIN.LOCAL].
An Active Manager operation failed. Error The database action failed. Error: Operation failed with message: MapiExceptionNotFound: Unable to mount database. (hr=0x8004010f, ec=-2147221233)
. [Database: Oud-Werknemers-2014, Server: XCH01.DOMAIN.LOCAL]
An Active Manager operation failed. Error Operation failed with message: MapiExceptionNotFound: Unable to mount database. (hr=0x8004010f, ec=-2147221233)
. [Server: XCH01.DOMAIN.LOCAL]
MapiExceptionNotFound: Unable to mount database. (hr=0x8004010f, ec=-2147221233)
Exchange Management Shell command attempted:
mount-database -Identity ‘Oud-Werknemers-2014’
Error mounting the database
Starting the database with the mount option, also failed
First I checked the server settings :
get-ADServerSettings
get-ADServerSettings | fl
There are no User preferred servers active.
Execute : Set-ADServerSettings -PreferredServer Server.Domain.local
Your now able to mount the database
For more info :
http://support.microsoft.com/kb/977960/en-us
Leave a Reply