This is an old revision of the document!
If you need to backup without integrity check, maybe your Exchange DB needs to be repaired ?
Points to Remember Before Using EseUtil for Exchange Database Repair
You must remember the following important points before using the EseUtil:
Prerequisites to Run EseUtil
Before you run EseUtil to verify, modify, or repair Exchange databases, you must ensure the following prerequisites,
EseUtil is located in the program files uexchange path
C:\Program Files\Microsoft\Exchange Server\V15\Bin\ Step 3: Check Database State
To identify the database state, use the /MH switch. If the state is displayed as Clean Shutdown, there shouldn’t be any issues and the database can be easily mounted after moving all the log files to a different location.
However, if the database is in Dirty Shutdown state, the database won’t mount. This indicates an inconsistent or corrupt database. This may occur due to missing or deleted log files and when log files are not committed to the database.
The command to check database consistency or state is as follows,
c:> eseutil /mh <database file name>