Hi,
I had low disk space and due to that the database dismounted. I then moved the mailbox using emc to a different drive. so now the logs are on C drive and mailbox is on D drive.
I try to mount the database but this is the error am getting:
--------------------------------------------------------
Microsoft Exchange Error
--------------------------------------------------------
Failed to mount database 'Mailbox Database 1798391097'.
Mailbox Database 1798391097
Failed
Error:
Couldn't mount the database that you specified. Specified database:
Mailbox Database 1798391097; Error code: An Active Manager operation failed.
Error: The database action failed. Error: Operation failed with message:
MapiExceptionCallFailed: Unable to mount database. (hr=0x80004005, ec=-550)
.
[Database: Mailbox Database 1798391097, Server: EXCHANGE.XXXXX.COM].
An Active Manager operation failed. Error: The database action failed.
Error: Operation failed with message: MapiExceptionCallFailed:
Unable to mount database. (hr=0x80004005, ec=-550)
.
[Database: Mailbox Database 1798391097, Server: EXCHANGE.XXXXX.COM]
An Active Manager operation failed. Error: Operation failed with message:
MapiExceptionCallFailed: Unable to mount database. (hr=0x80004005, ec=-550)
.
[Server: exchange.XXXXX.COM]
MapiExceptionCallFailed: Unable to mount database. (hr=0x80004005, ec=-550)
--------------------------------------------------------
OK
--------------------------------------------------------
i ran the command :
Get-MailboxDatabase -Status | % { eseutil /mh $_.edbfilepath }
it shows me state: dirty shutdown
is this the reason why i can not mount the database? what do i need to do?