Forum Discussion
Deleted Emails Keep Coming Back in their Source Folders
- Jun 20, 2020
Yes, I have checked the services earlier and they appeared to be running perfectly. MFA was doing its job and there were no retention policies to put a hold on emails.
Apparently, the dismount and remount of the database along with a clean restart of the server have fixed the issue for me.
Thanks for your help anyway. 🙂
This sounds a bit like database corruption, could you please run the following command to get the status of the database?
You will need to bring down the databases (dismount) so make sure you do this outside of business hours.
Get-MailboxDatabase | Dismount-Database
Get-MailboxDatabase -Status | % { eseutil /mh $_.edbfilepath }
Get-MailboxDatabase | Mount-Database
BemmelenPatrickHi, thanks for your response, please see the output from the command below:
[PS] C:\Windows\system32>Get-MailboxDatabase -Status | % { eseutil /mh $_.edbfilepath }
- Jun 15, 2020The database seems to be in order because of the Clean Shutdown state.
Are all the Exchange services running, and in particular the Mailbox Assistent service?
This service applies the retention tags and processes all mailbox operations within your Exchange server.
Also, could you tell me a bit more about your environment, like for instance, are you using a DAG setup?- mohdfirozaliJun 20, 2020Copper Contributor
Yes, I have checked the services earlier and they appeared to be running perfectly. MFA was doing its job and there were no retention policies to put a hold on emails.
Apparently, the dismount and remount of the database along with a clean restart of the server have fixed the issue for me.
Thanks for your help anyway. 🙂
- Jun 21, 2020Glad I could help you, have a nice day!