Forum Discussion
mohdfirozali
Jun 11, 2020Copper Contributor
Deleted Emails Keep Coming Back in their Source Folders
Hi Team, I am assisting a customer who is running Exchange Server 2016 CU11 - Version 15.1 (Build 1591.10) and is having issue in deleting emails from the email accounts on the server. The...
- Jun 21, 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. 🙂
mohdfirozali
Jun 12, 2020Copper Contributor
BemmelenPatrickHi, thanks for your response, please see the output from the command below:
[PS] C:\Windows\system32>Get-MailboxDatabase -Status | % { eseutil /mh $_.edbfilepath }
Extensible Storage Engine Utilities for Microsoft(R) Exchange Server
Version 15.01
Copyright (C) Microsoft Corporation. All Rights Reserved.
Initiating FILE DUMP mode...
Database: E:\Databases\Mailbox database.edb
DATABASE HEADER:
Checksum Information:
Expected Checksum: 0x7601f2bb
Actual Checksum: 0x7601f2bb
Fields:
File Type: Database
Checksum: 0x7601f2bb
Format ulMagic: 0x89abcdef
Engine ulMagic: 0x89abcdef
Format ulVersion: 0x620,20,0 (attached by 0)
Engine ulVersion: 0x620,60,120 (efvCurrent = 9040)
Created ulVersion: 0x620,20
DB Signature: Create time:11/06/2018 20:35:42.805 Rand:269668576 Computer:
cbDbPage: 32768
dbtime: 1197083150 (0x475a0a0e)
State: Clean Shutdown
Log Required: 0-0 (0x0-0x0)
Log Committed: 0-0 (0x0-0x0)
Log Recovering: 0 (0x0)
Log Consistent: 0 (0x0)
GenMax Creation: 00/00/1900 00:00:00.000 LOC
Shadowed: Yes
Last Objid: 376339
Scrub Dbtime: 0 (0x0)
Scrub Date: 00/00/1900 00:00:00.000 LOC
Repair Count: 0
Repair Date: 00/00/1900 00:00:00.000 LOC
Old Repair Count: 0
Last Consistent: (0xB1189,D8,B84) 06/12/2020 19:15:01.869 UTC
Last Attach: (0xB0E75,2,268) 06/11/2020 05:53:31.316 UTC
Last Detach: (0xB1189,D8,B84) 06/12/2020 19:15:01.869 UTC
Last ReAttach: (0x9C688,2,268) 04/17/2020 02:54:29.834 UTC
Dbid: 1
Log Signature: Create time:11/06/2018 20:35:42.399 Rand:3444012206 Computer:
OS Version: (6.2.9200 SP 0 NLS ffffffff.ffffffff)
Previous Full Backup:
Log Gen: 0-0 (0x0-0x0)
Mark: (0x0,0,0)
Mark: 00/00/1900 00:00:00.000 LOC
Previous Incremental Backup:
Log Gen: 0-0 (0x0-0x0)
Mark: (0x0,0,0)
Mark: 00/00/1900 00:00:00.000 LOC
Previous Copy Backup:
Log Gen: 640531-640634 (0x9c613-0x9c67a) - OSSnapshot
Mark: (0x9C67A,3B,4B)
Mark: 04/17/2020 02:33:01.317 UTC
Previous Differential Backup:
Log Gen: 0-0 (0x0-0x0)
Mark: (0x0,0,0)
Mark: 00/00/1900 00:00:00.000 LOC
Current Full Backup:
Log Gen: 0-0 (0x0-0x0)
Mark: (0x0,0,0)
Mark: 00/00/1900 00:00:00.000 LOC
Current Shadow copy backup:
Log Gen: 0-0 (0x0-0x0)
Mark: (0x0,0,0)
Mark: 00/00/1900 00:00:00.000 LOC
cpgUpgrade55Format: 0
cpgUpgradeFreePages: 0
cpgUpgradeSpaceMapPages: 0
ECC Fix Success Count: none
Old ECC Fix Success Count: none
ECC Fix Error Count: none
Old ECC Fix Error Count: none
Bad Checksum Error Count: none
Old bad Checksum Error Count: none
Last Database Maintenance Finish Date: 00/00/1900 00:00:00.000 LOC
Current Database Maintenance Start Date: 11/11/2018 21:16:12.498 UTC
Highest Continuous Database Maintenance Page: 0
Highest Database Maintenance Page: 0
Database Header Flush Signature: Create time:06/12/2020 19:15:01.869 Rand:3989111999 Computer:
Flush Map Header Flush Signature: Create time:00/00/1900 00:00:00.000 Rand:0 Computer:
Operation completed successfully in 0.93 seconds.
BemmelenPatrick
Jun 15, 2020Iron Contributor
The 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?
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 21, 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. 🙂
- BemmelenPatrickJun 22, 2020Iron ContributorGlad I could help you, have a nice day!