To continue reading for free, register below or login
To read more you must become a member of SearchExchange.com
');
// -->

Tmp.mdb is a temporary file that is deleted when all the stores are dismounted or the information store service is stopped -- in other words, a clean shutdown. What you experienced was a "dirty shutdown" that most likely left the store(s) in an inconsistent state.
To fix this, you will need to perform a recovery on the store using ESEUTIL with the /r option. This should bring it back to a consistent state.
Any time you run ESEUTIL on a store, it's a good idea to copy the store and transaction logs to an alternate location or take a backup of the file system. Then navigate to the storage group that the affected store belongs to, and from Properties -> General tab, note the "Log file prefix" -- E00 by default for the first storage group.
To start the recovery process, go to a command prompt and type:
EXCHSRVRBINESEUTIL.EXE /r /l /s
Do you have comments on this Ask the Expert Q&A? Let us know.
Related information from the TechTarget Windows Network:
Tip: Improve backup and recovery with multiple Exchange storage groups
Tip: Recovering a storage group or database
Tip: Backing up the Exchange Information Store
|