This knowledgebase provide information how to re-create the *.STM file in case you don’t have a valid backup
Back to the top
When you run eseutil /P command or eseutil /mh, you may get error that indicate that the *.STM file doesn't match the *.EDB file that resides on the server.
Usually, in this case, the Information Store service cannot mount the local mail/public store.
Back to the top
There a few reasons for *.STM file corruption:
a. Antivirus software periodically scanning the *.EDB or/and *.STM file.
b. The *.EDB or/and *.STM size increases significantly.
c. Hardware problem.
Back to the top
By using the instructions in this guide may lose important data, and therefore should be only used as a last resorts. It is recommend that you backup the databases before implement these instructions. Always consider using a valid backup instead of these instructions.
The amount of the data that you may lose depends on your mail client software - If everybody uses Outlook (MAPI protocol), then there will be very little user data in the .STM file. You may lose some in transit messages that haven't been delivered yet. If clients connect via POP3 or IMAP then most of their stuff will be in the .STM file, and its loss will be catastrophic to them. If clients use Outlook Web Access, messages will be in the .EDB file, but attachments sent will be in the .STM file.
1. Stop any antivirus software on the server.
2. Stop "Microsoft Exchange System Attendant" service.
Note: This stage prevent from users to use the server.
3. Go to "Start" -> "Run" and write "Regedit" and press on "Enter" button.
4. Navigate to:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\VirusScan]
In the right side of the screen change the value of "Enable" from 1 to 0.
5. Run eseutil /mh command to verity the need to recreate of the *.STM file:
eseutil /mh "C:\Program Files\Exchsrvr\MDBDATA\priv1.edb"
eseutil /mh "C:\Program Files\Exchsrvr\MDBDATA\pub1.edb"
Note: If the *.EDB files reside in other locations, you may need to change the path to this files in eseutil /mh sentence.
6. Run eseutil /p /createstm command to create of the *.STM file:
If the private mailbox store *.STM file may need to recreate, please use the following command:
eseutil /p /createstm "C:\Program Files\Exchsrvr\MDBDATA\priv1.edb"
If the public store *.STM file may need to recreate, please use the following command:
eseutil /p /createstm "C:\Program Files\Exchsrvr\MDBDATA\pub1.edb"
7. Go to "Start" -> "Run" and write "Regedit" and press on "Enter" button.
8. Navigate to:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\VirusScan]
In the right side of the screen change the value of "Enable" from 0 to 1.
9. Start "Microsoft Exchange System Attendant" service.
10. Open Exchange "System Manager". Navigate to the problematic mailbox store/Public store.
11. Run "mailbox cleanup agent" on each mailbox store and choose "reconnect all mailboxes".
12. Optional: Open the problematic mailbox store/Public store, right click on the mailbox store/Public store and choose "properties".
Press on "Database" tab and mark the checkbox "This database can be overwritten by a restore".
13. Mount the mailbox store/Public store.
Note: If you Start "Microsoft Exchange System Attendant" service in phase 9, the mailbox store/public store should
be mount automatically.
14. Start the antivirus software that was stop in phase 1.
15. Make full backup to the Exchange databases and the local server.
Back to the top
XADM: Exchange 2000 Server Eseutil Command Line Switches
http://support.microsoft.com/default.aspx?scid=kb;EN-US;317014
How to use Eseutil to test transaction log files for damage in Exchange 2000 Server and in Exchange Server 2003
http://support.microsoft.com/default.aspx?scid=kb;EN-US;248122
XADM: Exchange and Antivirus Software
http://support.microsoft.com/default.aspx?scid=kb;[LN];328841
XADM: Ramifications of Running the ESEUTIL /P or EDBUTIL /D /R Command
http://support.microsoft.com/?id=259851
Preview: Exchange Server 2003 Disaster Recovery Planning Guide
http://www.microsoft.com/downloads/details.aspx?FamilyId=784BBEA2-28DD-409A-8368-F9914E993B28&displaylang=en
Back to the top