spriyasen
|
When you try to mount a mailbox or a public store, and receive such an error it means that transaction log file, Edb00000E8.log is corrupted which ultimately means that your exchange server database (.edb file) is logically corrupted.
Following the below described steps, corrupted edb is repaired
• Dismount the corrupted database
• Execute eseutil/mh to check whether the database exists in consistent state or not
• If ‘clean shutdown’ state is reported by the database, you should move log files from EXchsrvr\Mdbdata folder
• If database reports ‘dirty shutdown state’ soft database recovery is to be done with eseutil/r command and following it data is restored from last backup
• Otherwise use eseutil/p command for repairing database
However, it is advised that you must take a backup (copy) of the dismounted database, so that you have one copy of the database on which you can use third party exchange server recovery tool, in case data is lost from the database it may happen since eseutil/p is a hard command or forcible state recovery command that can even delete corrupted pages from the database or you need it if the database is not repairable with eseutil command.
Posted 192 days ago
|