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

If your .stm file is missing, the best option is to recover it from a backup. Of course, this only works if backups are available. If backups are not available, you can create an empty streaming file. This would then let you perform a repair operation on the database (priv1.edb).
To do this, you use the createstm option with ESEUTIL. The command you run would look something like the following:
eseutil /p "c:exchsrvrmdbdatapriv1.edb" /createstm
Then, you can use Isinteg to repair the database.
I strongly recommend preserving a copy of priv1.edb prior to making any changes. This way, if something goes wrong you will have a back-off plan. If this process does not work for you, you may wish to contact Microsoft PSS for assistance. In that event, have a saved copy of priv1.edb in its current format will be beneficial.
|