<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Data Recovery Resources Freeware Software SNAP RAID How To Guides &#187; Exchange Recovery</title>
	<atom:link href="http://www.dtidata.com/resourcecenter/category/email-data-recovery/exchange-server-data-recovery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dtidata.com/resourcecenter</link>
	<description>Hard drive recovery data recovery resource center with how to guides for windows RAID Snap server file system repair NTFS partition recovery tools tips and tricks to recover data</description>
	<lastBuildDate>Mon, 08 Mar 2010 19:19:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Missing Exchange Data File</title>
		<link>http://www.dtidata.com/resourcecenter/2010/02/01/missing-exchange-data-file/</link>
		<comments>http://www.dtidata.com/resourcecenter/2010/02/01/missing-exchange-data-file/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 17:38:38 +0000</pubDate>
		<dc:creator>John Best</dc:creator>
				<category><![CDATA[Exchange Recovery]]></category>
		<category><![CDATA[Email Recovery]]></category>
		<category><![CDATA[Exchange Disaster Recovery]]></category>

		<guid isPermaLink="false">http://www.dtidata.com/resourcecenter/?p=1247</guid>
		<description><![CDATA[I had a customer recently that called saying his Network Attached Storage (NAS) device had crashed and now his Exchange Priv.edb was missing. He tried running checkdisk on it, tried several undelete and file recovery programs with no luck. The weird thing about it was that viewing the properties of the drive letter under windows [...]]]></description>
			<content:encoded><![CDATA[<p>I had a customer recently that called saying his Network Attached Storage (NAS) device had crashed and now his Exchange Priv.edb was missing. He tried running checkdisk on it, tried several undelete and file recovery programs with no luck. The weird thing about it was that viewing the properties of the drive letter under windows showed 140 GB in use even though the only other file on the drive was the Priv.stm streaming file which was 60 GB in size.</p>
<p>Luckily for me that it was a network drive, only had one other file on it and had not be written to since the crash. If any data had been written to the drive after the fact the file disappeared, data recovery may have not been possible.</p>
<p>How I ended up fixing it was to use a hex editing piece of software (I happened to use Winhex, though there are others that would work as well) that allowed opening up the drive to view the raw data. I located the file that was already visible on the drive (the .stm file) to be sure I knew what the header looked like so as to not mistake it for the .edb I was looking for.</p>
<p>An Exchange Priv.edb file is made of pages exactly 4096 bytes in length, the header of the database is shadowed so there will be another 4096 bytes identical to the first right after it.</p>
<p>I located what I thought was the header of the Priv.edb and marked the beginning of it, then I counted down about 8 pages (around 32KB) and marked the end of the 8<sup>th</sup> page and wrote it to a file (on a different drive of course!) called Priv-Temp.edb. At that point I was able to run eseutil /mh (dumping an exchange header) on my little temp .edb file. I could then verify that it was the correct Priv.edb file I was looking for based on the information provided by the header dump.</p>
<p>Then remembering that windows showed 140 GB in use and knowing the .stm file was only 60 GB, I counted down from the start of the header 80 GB and marked the end, and wrote that data to a file (on a different drive) called Priv.edb and copied over the existing Priv.stm. I used a calculator to make sure my file was perfectly divisible by 4096, it was not. I looked at the end of my new file and trimmed away the excess data I had grabbed so the file would be perfectly divisible by 4096 (the page size).</p>
<p>This was the first time I had done a recovery like this, so I was not very optimistic about it working. We tried to mount the database and SURE ENOUGH it mounted! Even if it had not mounted, other steps I could have taken would have been to run eseutil /p on my new data file, or I could have used other Exchange specific data recovery tools to extract the mailboxes from my created Priv.edb file.</p>
<p>Well, thank you for reading this, and once again if anyone has any questions you can email me at <a href="mailto:exchangesupport@dtidata.com">exchangesupport@dtidata.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dtidata.com/resourcecenter/2010/02/01/missing-exchange-data-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange Data Recovery Guide</title>
		<link>http://www.dtidata.com/resourcecenter/2009/12/18/exchange-data-recovery-guide/</link>
		<comments>http://www.dtidata.com/resourcecenter/2009/12/18/exchange-data-recovery-guide/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 16:37:27 +0000</pubDate>
		<dc:creator>John Best</dc:creator>
				<category><![CDATA[Exchange Recovery]]></category>
		<category><![CDATA[How To's]]></category>
		<category><![CDATA[Email Recovery]]></category>
		<category><![CDATA[Exchange Disaster Recovery]]></category>

		<guid isPermaLink="false">http://www.dtidata.com/resourcecenter/?p=1215</guid>
		<description><![CDATA[First and foremost, DON’T PANIC.  I cannot remember how many times I have seen somebody (myself included) do something completely idiotic and often times irreversible because they didn’t take the time to think things through.  For example, wanting SO badly to get the database mounted again before anybody notices that you don’t do the MOST [...]]]></description>
			<content:encoded><![CDATA[<p>First and foremost, DON’T PANIC.  I cannot remember how many times I have seen somebody (myself included) do something completely idiotic and often times irreversible because they didn’t take the time to think things through.  For example, wanting SO badly to get the database mounted again before anybody notices that you don’t do the MOST important step when recovering any data, making a backup and working off of the backed up copy rather than your live data.</p>
<p>That being said, here are the steps to take when disaster hits and your Exchange server is not cooperating.</p>
<ol>
<li>Make a backup of your important data, NOW!  Do not hold off on this step:
<ol>
<li>For Exchange 5.5, you will want the Priv.edb, Pub.edb and Dir.edb at the very least.  For Exchange 2000 and 2003, grab the Priv.edb, Priv.stm, Pub.edb and Pub.stm.  For 2007, there is no longer an stm so just grab the Mailbox Database.edb and Public Folder Database.edb</li>
<li>Grab any uncommitted log files.  I will explain later in this article on determining which log files have been committed and which have not.  You may also want to grab committed log files because if you need to go to an older backup of your database, these can be played back to bring the database up to date.</li>
<li>By default the data files and log files are stored in the <strong>&lt;<em>exchange directory</em>&gt;\MDBDATA </strong>folder but can be split over 2 different drives.</li>
<li>I highly recommend backing 2 separate backup copies of your data, at least one of which is stored on a completely different physical drive, computer or storage device.</li>
</ol>
</li>
<li>While you are waiting for your data to copy, assess the situation and gather information:
<ol>
<li>Find out what the problem is that is preventing Exchange to function by checking the application and system event logs.  Copy any events related to Exchange to a notepad document or write them down.</li>
<li>Check for any other serious errors in the logs that could point to an issue possibly related (hard drive going bad, virus, etc…)</li>
<li>Check to make sure there is enough hard drive space.  A hard drive filling up can corrupt your database if there is not enough room to grow it.</li>
</ol>
</li>
<li>Gather information from ESEUTIL:
<ol>
<li>Run <strong>ESEUTIL.exe /mh <em>&lt;path to data file&gt;</em></strong>
<ol>
<li>This will tell you if your file is in a Dirty or Clean Shutdown state</li>
<li>It will also tell you which log files are needed to bring it to a Clean state on the “Log Required” line.</li>
</ol>
</li>
</ol>
</li>
<li>Resolve underlying issues first:
<ol>
<li>If your problem is because of faulty hardware, inadequate drive space, a virus / malware, or something else external to Exchange, resolve that first.</li>
</ol>
</li>
<li>Research the errors obtained during step 2:
<ol>
<li>One of the best resources: Google it!  Searching for your error on Google can produce a wealth of useful information</li>
<li>Also look on <a href="http://support.microsoft.com">support.microsoft.com</a></li>
</ol>
</li>
<li>Decide on a recovery strategy:
<ol>
<li>Your options are:
<ol>
<li>Recover yourself using Microsoft tools, 3<sup>rd</sup> party software and online resources</li>
<li>Restore from backup.</li>
<li>Call a professional recovery company to assist.</li>
</ol>
</li>
</ol>
</li>
<li>For a corrupted database, here are the steps I would take to recover:
<ol>
<li>See if ESEUTIL can solve the problem with a soft recovery
<ol>
<li>Run <strong>ESEUTIL.exe /r E00 /d <em>&lt;path to database directory&gt;</em> /l <em>&lt;path to log file directory&gt;</em> /s <em>&lt;path to directory with checkpoint file&gt;</em></strong><em> </em>where E00 is the first 3 characters of your log files.</li>
</ol>
</li>
<li>Try to fix with ESEUTIL hard recovery
<ol>
<li>I actually forego this step in most cases and only use it as a last resort as it CAN lose data from your database, but it can bring a database to a mountable state.  Use at your own risk!</li>
<li>Run <strong>ESEUTIL /p <em>&lt;path to database file&gt;</em></strong></li>
</ol>
</li>
<li>Restore from a recent backup.
<ol>
<li>If you have a recent backup, sometimes this may be a better option than trying to fix a corrupted database, because there is almost always some data loss when fixing a corrupted data file.</li>
</ol>
</li>
<li>Restore from an OLD backup and replay logs to bring current.
<ol>
<li>If you have located an old backup AND you have ALL logs files from then until now, the log files can be replayed into it to bring it up to date.  If any logs are missing or corrupt, this may not be a viable option.</li>
</ol>
</li>
<li>Restore from 3<sup>rd</sup> party software or call a professional.
<ol>
<li>If all other recovery options fail, it may be time to enlist the help of outside sources.  Only you can put a value on what your data is worth to you and if it is feasible to hire (or purchase) outside help to restore your server back to normal.</li>
</ol>
</li>
</ol>
</li>
</ol>
<p>Well that’s it for now.  This is NOT a comprehensive list, just  a few pointers that are often overlooked.  If you need any help with an Exchange issue, you can email <a href="mailto:exchangesupport@dtidata.com">exchangesupport@dtidata.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dtidata.com/resourcecenter/2009/12/18/exchange-data-recovery-guide/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Recovering a badly fragmented Outlook PST file after a few rounds with chkdsk The Final Installment</title>
		<link>http://www.dtidata.com/resourcecenter/2009/11/24/pst-raid5-recovery/</link>
		<comments>http://www.dtidata.com/resourcecenter/2009/11/24/pst-raid5-recovery/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 20:27:06 +0000</pubDate>
		<dc:creator>Dick Correa</dc:creator>
				<category><![CDATA[Email Recovery]]></category>
		<category><![CDATA[Exchange Recovery]]></category>
		<category><![CDATA[RAID Recovery Explained]]></category>
		<category><![CDATA[Data Recovery Solutions]]></category>
		<category><![CDATA[File Systems Explained]]></category>

		<guid isPermaLink="false">http://www.dtidata.com/resourcecenter/?p=1176</guid>
		<description><![CDATA[Welcome back!  As before, we still have the problem where chkdsk was run on a RAID with a stale drive.  We have had a brief explanation of how NTFS 5 works and how the data is stored on the volume.  Lets take a much more detailed look as to how the data is stored in [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome back!  As before, we still have the problem where chkdsk was run on a RAID with a stale drive.  We have had a brief explanation of how NTFS 5 works and how the data is stored on the volume.  Lets take a much more detailed look as to how the data is stored in a virtual database and how this helped me recover the PST file.</p>
<p>There are two types of databases.  Static, and virtual.  A static database is allocated before run time, and the size stays the same.  In addition, the record format is usually static as well.  Static basically meaning that all the sizes remain the same, and if you want to change a field size, of record size the database must be rebuilt.  I used to work in a UNIX database called UNIFY that had both options.  The upside to a static database is speed.  They are much easier to index and in many cases no index is needed.  Record placement in the file is used as indexes.  The down side is that if you want to change a record, or a field in a record you must make the change, export the data, and import the data back into the database.  You don&#8217;t see many static databases anymore if at all, but the database admin and designer really earned there money in the day when this type of database was used.</p>
<p>Another type of database is a &#8216;virtual&#8217; database.  This database has record sizes that are virtual, field sizes that are virtual, and the database itself can grow as large as is allowable by the file system so it is also virtual.  The upside to this type of database is that you can make any changes you want to the records, fields, size,  data type, etcetera and you do not have to rebuild, or import the data.  A database change can be done live.  The downside is that you need indexes, and that can cause design issues.  Maintenance on the indexes can slow drive access.  There is one issue that came to light for the old PST file format which is a virtual database using static data types.  Some of the data types used to access offsets in a PST file were INTS which have a maximum value of 2147483647.  If this value is translated into bytes then this is 2 GB.  Coincidentally, the PST files in Office 2002 and before would corrupt data in files 2 GB or larger.</p>
<p>Why all this talk about virtual and static databases?  NTFS 5.0 is virtual.  The MFT is virtual, and all file and folder allocation is virtual.  The problem with this virtuality is that the main component of a MFT is not virtual.  A Master File Table Record is not virtual, it is static.  It does not exceed the size of 1024 bytes.  That being said, what happens when an attribute of an MFT record exceeds the 1024 byte limit?  What happens when a file is so fragmented the a run list grows so large that it outgrows the MFT record?</p>
<p>Microsoft uses a facility called an attribute list.  In my next installment I will explain the attribute list and how it plays a starring role in the PST recovery.</p>
<p>We have learned about RAID rebuilding theory. Stale drives in a RAID 5.  We have covered NTFS 5 and some of its design components.  We have even looked at database design and how it plays a part in the recovery of a data file.  Finally, we covered static and virtual database sets, and what to do when they are mixed.  Now I bring you the attribute list.</p>
<p>As I stated before, the MFT has a static size of 1024 bytes.  It contains all the information about a file INCLUDING the runlist.  The runlist is the cluster map of a file and can grow very quickly.  One of the things that can cause a runlist to grow is file fragmentation, and when talking about a PST file, fragmentation is the byword.</p>
<p>When a runlist exceeds the confines of an MFT 1024 byte storage limit Microsoft implements a method called an attribute list.  To put it as simply as possible, an attribute list is another MFT record that houses ONLY ONE attribute type.  In other words, the runlist that was stored in the primary MFT record is now moved to another MFT record that is only used to store the runlist of primary record.  The runlist is exactly the same as if it were being stored in the primary record, it is just stored in another area of the Master File Table.  The MFT record is EXTENDED by using the attribute list.</p>
<p>There are two components of an attribute list.  An attribute type, and the data related to that attribute type.  The attribute type is maintained in a data structure called an attribute header.  The attribute header has several components, but the attribute type is a flag to tell the file system handler how to process the following data.  In this case we have a data type of 0&#215;80 and a data storage type of non-resident.  These two attributes mean that we have a data runlist and should process the next set of data accordingly.</p>
<p>The attribute type also has another value which can be -1.  This value means do not process the following data and continue to the next attribute type. Now here is where it gets very interesting.</p>
<p>When deleting a set of data Microsoft has ALWAYS left the actual data behind.  In the FAT file system the File Allocation Table may have been updated but the File Entry Record was only &#8216;flagged&#8217; as deleted.  A value is placed in the first byte of the record to indicate to the record is no longer in use, and in fact, this space can be used. This is called a &#8216;virtual&#8217; delete and has been used in databases for years.  In NTFS, a flag is also set in the MFT but all of the record data is intact, just one bit in a flag is changed.</p>
<p>With this knowledge I will explain what happened to the PST file and how I used these virtual flags to recover my clients PST file.</p>
<p>Well, if you have stuck with me this far then you have made it to the end.   Just to recap, we have a PST file that has a file size of zero, and cannot be recovered.  We had a RAID with a stale drive that marked the file system as dirty and caused a chkdsk to be executed.  We have an NTFS file system that uses virtual flags to mark data as active and inactive in a database type environment.  Lastly, it is important to note that marking data as virtually inactive leaves the data intact.  Until something writes over the cluster where the data is stored, the data is not deleted, wiped, or otherwise changed.  It remains intact.</p>
<p>The final ingredient to this recovery is the fact that the file was so fragmented that an attribute list had to be used.  By storing the attribute list as an extension of the original MFT record it has a data type flag.  By changing the flag from a 0&#215;8000, to a 0xFFFF the data is marked as inactive and not to be used by the MFT to find the runlist for our PST file.</p>
<p>So here is the secret to how I recovered this PST file.</p>
<p>The original PST record had index pointers to the MFT records that contained the attribute list data.  When the client did the rebuild he used a different drive and this data was not touched.  After the rebuild with the stale drive chkdsk ran and marked the file with zero bytes, and flagged the attribute lists type with 0xFFFF.  Now, knowing where the attribute lists were stored, and how the flags were set I executed the following steps.</p>
<p>First I took my hex editor and changed the file size to the original file size.  I use the size of the cluster map to find the original size.  Second I copied the original pointers to the attribute lists into the new MFT record.  Third, I changed the attribute type flags from 0xFFFF, to 0&#215;08000.  This told the file system handler that the attribute list was now active again and could be used to retrieve the data. Fourth, I used a modified Recovery It All 2008 to move the PST file onto my server.  Coincidentally, the file was almost two GB in size. Finally, I used scanpst to cleanup any bad records in the PST.  During the rebuild some data got moved and overwritten but 95 percent of the file was recovered.</p>
<p>This was an excellent exercise and I really enjoyed this recovery.  I hope you learned something, I know I sure did. Take care, and as always&#8230;</p>
<p>Learn more about <strong><a title="raid 5 data recovery" href="http://www.dtidata.com/raid_5_data_recovery.htm">RAID 5 data recovery</a></strong> here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dtidata.com/resourcecenter/2009/11/24/pst-raid5-recovery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Starting Exchange Server with a blank Information Store</title>
		<link>http://www.dtidata.com/resourcecenter/2008/04/25/starting-exchange-server-with-a-blank-information-store/</link>
		<comments>http://www.dtidata.com/resourcecenter/2008/04/25/starting-exchange-server-with-a-blank-information-store/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 14:45:48 +0000</pubDate>
		<dc:creator>John Best</dc:creator>
				<category><![CDATA[Exchange Recovery]]></category>

		<guid isPermaLink="false">http://www.dtidata.com/resourcecenter/?p=188</guid>
		<description><![CDATA[
Starting Exchange Server with a blank Information Store
There are some situations where starting Microsoft Exchange with a blank database may be necessary. In my line of work, I run across a large amount of businesses that have had their Exchange Private Information Store corrupted and the whole organizations Email capabilities halted as well. Quite often, [...]]]></description>
			<content:encoded><![CDATA[<p><!-- First section paragraphs --></p>
<p class="MsoNormal" style="center;" align="center"><strong><span style="16pt;"><span style="Times New Roman;">Starting Exchange Server with a blank Information Store</span></span></strong></p>
<p class="MsoNormal" style="0.25in;"><span style="10pt;"><span style="Times New Roman;">There are some situations where starting Microsoft Exchange with a blank database may be necessary.<span style="yes;"> </span>In my line of work, I run across a large amount of businesses that have had their Exchange Private Information Store corrupted and the whole organizations Email capabilities halted as well.<span style="yes;"> </span>Quite often, getting the users back up and running takes precedence over getting the data back.<span style="yes;"> </span>Don’t get me wrong; the data is still extremely important, however not having email capability can stop some businesses day to day operations dead in their tracks.</span></span></p>
<p class="MsoNormal" style="0.25in;"><span style="10pt;"><span style="Times New Roman;">In a perfect world, there would and should be a backup Exchange server just waiting to take over in case of a catastrophic event.<span style="yes;"> </span>But in reality, that is rarely the case.<span style="yes;"> </span>Rather than wait a complete day or two, or even longer, for the systems administrator to get the Exchange database recovered, a viable alternative is to restart the information store with a blank database and import the data back in when it is recovered.</span></span></p>
<p class="MsoNormal" style="0.25in;"><span style="10pt;"><span style="Times New Roman;">There may be other reasons for wanting to create a blank database as well.<span style="yes;"> </span>You may have an Exchange server that is years old, with tons of residual data from users no longer at the company.<span style="yes;"> </span>You may need to free up disk space on your server.<span style="yes;"> </span>You may have a database with minor corruption and decide to ExMerge your data out and import it back in to a clean corruption-free database.<span style="yes;"> </span>Whatever the reason, make sure you have a complete plan of action and be sure to backup your data in case you run into difficulties.<span style="yes;"> </span>The following article explains how to create a new database with Exchange Server.</span></span></p>
<p class="MsoNormal" style="0.25in;"><strong><span style="10pt;"><span style="Times New Roman;">To start Exchange Server with a blank Information Store:</span></span></strong></p>
<p class="MsoNormal" style="0in 0in 0pt;"><!-- Ordered List Section 1 Starts Here --></p>
<ol style="0in;" type="1">
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Locate the Exchange database directory and transaction log directory</span></span>
<ol style="0in;" type="a">
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Open Exchange System Manager</span></span></li>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Navigate to Administrative Groups</span></span><span style="Wingdings;"><span style="Wingdings;">-&gt;</span></span><span style="10pt;"><span style="Times New Roman;">First Administrative Group</span></span><span style="Wingdings;"><span style="Wingdings;">-&gt;</span></span><span style="10pt;"><span style="Times New Roman;">Servers</span></span><span style="Wingdings;"><span style="Wingdings;">-&gt;</span></span><span style="Times New Roman;"><em><span style="10pt;">servername</span></em></span></li>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Underneath <em>servername </em>click First Storage Group and then Action</span></span><span style="Wingdings;"><span style="Wingdings;">-&gt;</span></span><span style="10pt;"><span style="Times New Roman;">Properties</span></span></li>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Transaction Log location will be listed on the General tab.<span style="yes;"> </span>Note this location (Image 1d)</span></span></li>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Navigate under First Storage Group to your Mailbox Store and click Action</span></span><span style="Wingdings;"><span style="Wingdings;">-&gt;</span></span><span style="10pt;"><span style="Times New Roman;">Properties</span></span></li>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Click the Database tab to note the Exchange Database and Exchange Streaming Database locations (Image 1f)</span></span></li>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Do the same for the Public Store</span></span></li>
</ol>
</li>
<p><!-- Table for Images in section 1 starts here --></p>
<table border="0">
<tbody>
<tr>
<td>
<p class="MsoNormal" style="center;" align="center"><img src="http://www.dtidata.com/resourcecenter/wp-content/uploads/2008/04/1d.jpg" alt="" width="284" height="221" /></p>
</td>
<td>
<p class="MsoNormal" style="center;" align="center"><img src="http://www.dtidata.com/resourcecenter/wp-content/uploads/2008/04/1f.jpg" alt="" width="306" height="260" /></p>
</td>
</tr>
<tr>
<td>
<p class="MsoNormal" style="center;" align="center"><span style="10pt;"><br />
<span style="Times New Roman;">Image 1d</span></span></td>
<td>
<p class="MsoNormal" style="center;" align="center"><span style="10pt;"><br />
<span style="Times New Roman;">Image 1f</span></span></td>
</tr>
</tbody>
</table>
<p><!-- Ordered List Section 2 Continues Here --></p>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Stop the Exchange Information Store (IS) if it is currently running</span></span>
<ol style="0in;" type="a">
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Click on Start</span></span><span style="Wingdings;"><span style="Wingdings;">-&gt;</span></span><span style="10pt;"><span style="Times New Roman;">Programs</span></span><span style="Wingdings;"><span style="Wingdings;"><span style="Wingdings;"><span style="Wingdings;">-&gt;</span></span></span></span><span style="10pt;"><span style="Times New Roman;">Administrative Tools and then on Services or you can go to Computer Management by Right-Clicking on My Computer and choosing “Manage”</span></span>
<p class="MsoNormal" style="-9.0pt;"><span style="10pt;"><span style="Ignore;"><span style="Times New Roman;">i.<span style="7pt "> </span></span></span></span><span style="10pt;"><span style="Times New Roman;">If using Computer Management, drill down to Services and Applications, and then Services underneath that</span></span></p>
</li>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">In the right window of the Services or Computer Management console, locate Microsoft Exchange Information Store</span></span></li>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">If it’s status is listed as “Started”, Right-Click it and choose “Stop” (Image 2c)</span></span></li>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">It may give you a message stating that dependency services such as Microsoft Exchange Event will need to stop as well.<span style="yes;"> </span>Choose “Yes” to continue stopping the IS</span></span></li>
</ol>
</li>
<p><!-- Images for Section 2 Start Here --></p>
<table border="0">
<tbody>
<tr>
<td>
<p class="MsoNormal" style="center;" align="center"><span style="10pt;"><img src="http://www.dtidata.com/resourcecenter/wp-content/uploads/2008/04/2c.jpg" alt="" /></span></p>
</td>
</tr>
<tr>
<td>
<p class="MsoNormal" style="center;" align="center"><span style="10pt;"><span style="Times New Roman;">Image 2c</span></span></p>
</td>
</tr>
</tbody>
</table>
<p><!-- Ordered List Section 3 Continues Here --></p>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Rename database and transaction log directories and create new ones</span></span>
<ol style="0in;" type="a">
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Rename the database location MDBDATA directory to MDBDATA-old (Image 3a)</span></span></li>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Create a new MDBDATA directory</span></span></li>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Rename the transaction log MDBDATA directory to MDBDATA-old (if location is different from the database location)</span></span></li>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Create a new MDBDATA directory for the transaction logs (Image 3d)</span></span></li>
</ol>
</li>
<p><!-- Table for Section 3 Images Starts Here --></p>
<table border="0">
<tbody>
<tr>
<td>
<p class="MsoNormal" style="center;" align="center"><span style="10pt;"><img src="http://www.dtidata.com/resourcecenter/wp-content/uploads/2008/04/3a.jpg" alt="" /></span></p>
</td>
<td>
<p class="MsoNormal" style="center;" align="center"><span style="10pt;"><img src="http://www.dtidata.com/resourcecenter/wp-content/uploads/2008/04/3d.jpg" alt="" /></span></p>
</td>
</tr>
<tr>
<td>
<p class="MsoNormal" style="center;" align="center"><span style="10pt;"><span style="Times New Roman;">Image 3a</span></span></p>
</td>
<td>
<p class="MsoNormal" style="center;" align="center"><span style="10pt;"><span style="Times New Roman;">Image 3d</span></span></p>
</td>
</tr>
</tbody>
</table>
<p><!-- Ordered List Section 4 Continues Here --></p>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Start the Exchange Information Store service</span></span></li>
<p><!-- Ordered List Section 5 Continues Here --></p>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Create new data files</span></span>
<ol style="0in;" type="a">
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">From Exchange System Manager navigate to Administrative Groups</span></span><span style="Wingdings;"><span style="Wingdings;"><span style="Wingdings;"><span style="Wingdings;">-&gt;</span></span></span></span><span style="10pt;"><span style="Times New Roman;">First Administrative Group</span></span><span style="Wingdings;"><span style="Wingdings;"><span style="Wingdings;"><span style="Wingdings;">-&gt;</span></span></span></span><span style="10pt;"><span style="Times New Roman;">Servers</span></span><span style="Wingdings;"><span style="Wingdings;"><span style="Wingdings;"><span style="Wingdings;">-&gt;</span></span></span></span><em><span style="10pt;"><span style="Times New Roman;">servername</span></span></em><span style="Wingdings;"><span style="Wingdings;"><span style="Wingdings;"><span style="Wingdings;">-&gt;</span></span></span></span><span style="10pt;"><span style="Times New Roman;">First Storage Group</span></span></li>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Click on the Mailbox Store and then on Action</span></span><span style="Wingdings;"><span style="Wingdings;"><span style="Wingdings;"><span style="Wingdings;">-&gt;</span></span></span></span><span style="Times New Roman;"><span style="10pt;">Mount</span><span style="10pt;"> Store</span><span style="10pt;"> (Image 5b)</span></span></li>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">You will receive a message stating that mounting this store will force the creation of an empty database, choose “Yes” to continue (Image 5c)</span></span></li>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">The Store should mount, give you a message stating it successfully mounted and the data files should be created in the MDBDATA directory. (Images 5d1 &amp; 5d2)</span></span></li>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Follow the same steps for the Public database</span></span></li>
</ol>
</li>
<p><!-- Section 5 Images Go Here --></p>
<table border="0">
<tbody>
<tr>
<td colspan="2">
<p class="MsoNormal" style="center;" align="center"><span style="10pt;"><img src="http://www.dtidata.com/resourcecenter/wp-content/uploads/2008/04/5b.jpg" alt="" /></span></p>
</td>
</tr>
<tr>
<td colspan="2">
<p class="MsoNormal" style="center;" align="center"><span style="10pt;"><span style="Times New Roman;">Image 5b</span></span></p>
</td>
</tr>
<p class="MsoNormal" style="center;" align="center">
<tr>
<td colspan="2">
<p class="MsoNormal" style="center;" align="center"><span style="10pt;"><img src="http://www.dtidata.com/resourcecenter/wp-content/uploads/2008/04/5c.jpg" alt="" /></span></p>
</td>
</tr>
<tr>
<td colspan="2">
<p class="MsoNormal" style="center;" align="center"><span style="10pt;"><span style="Times New Roman;">Image 5c</span></span></p>
</td>
</tr>
<p class="MsoNormal" style="center;" align="center">
<tr>
<td>
<p class="MsoNormal" style="center;" align="center"><span style="10pt;"><img src="http://www.dtidata.com/resourcecenter/wp-content/uploads/2008/04/5d1.jpg" alt="" /></span></p>
</td>
<td>
<p class="MsoNormal" style="center;" align="center"><span style="10pt;"><img src="http://www.dtidata.com/resourcecenter/wp-content/uploads/2008/04/5d2.jpg" alt="" /></span></p>
</td>
</tr>
<tr>
<td>
<p class="MsoNormal" style="center;" align="center"><span style="10pt;"><span style="Times New Roman;">Image 5d1<br />
</span></span></td>
<td>
<p class="MsoNormal" style="center;" align="center"><span style="10pt;"><span style="Times New Roman;">Image 5d2<br />
</span></span></td>
</tr>
</tbody>
</table>
<p><!-- Ordered List Section 6 Continues Here --></p>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Test and Verify</span></span>
<ol style="0in;" type="a">
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Verify the data files were created in the MDBDATA directory</span></span></li>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Check the Event Log for any errors</span></span></li>
<li class="MsoNormal"><span style="10pt;"><span style="Times New Roman;">Test connection to the Exchange server from Outlook </span></span></li>
</ol>
</li>
</ol>
<p><!-- End Of HTML --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dtidata.com/resourcecenter/2008/04/25/starting-exchange-server-with-a-blank-information-store/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Exchange Server Data Recovery Overview</title>
		<link>http://www.dtidata.com/resourcecenter/2007/06/11/exchange-server-data-recovery-overview/</link>
		<comments>http://www.dtidata.com/resourcecenter/2007/06/11/exchange-server-data-recovery-overview/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 19:11:15 +0000</pubDate>
		<dc:creator>Michael Stankard</dc:creator>
				<category><![CDATA[Exchange Recovery]]></category>
		<category><![CDATA[Exchange Disaster Recovery]]></category>

		<guid isPermaLink="false">http://www.dtidata.com/resourcecenter/2007/06/11/exchange-server-data-recovery-overview/</guid>
		<description><![CDATA[I have been managing DTI Data Recovery&#8217;s Exchange Server Support Hotline for over 3 years now. I receive a lot of calls about a lot of different types of Exchange Server problems. We also have a detailed Exchange Server Disaster Recovery Blog that has a lot of information that is helpful to Exchange Administrators.
Exchange Server [...]]]></description>
			<content:encoded><![CDATA[<p>I have been managing DTI <strong>Data Recovery&#8217;s Exchange Server Support</strong> Hotline for over 3 years now. I receive a lot of calls about a lot of different types of <em>Exchange Server problems</em>. We also have a detailed <strong><a title="exchange server disaster recovery blog" href="http://exchangeserverdisasterrecovery.blogspot.com/" target="_blank">Exchange Server Disaster Recovery Blog</a></strong> that has a lot of information that is helpful to Exchange Administrators.</p>
<h2>Exchange Server Disaster Recovery</h2>
<p>Most times a problem with Exchange Server is fatal. If your Exchange EDB won&#8217;t mount or Exchange services won&#8217;t start, believe me, it is a disaster. I have written a few articles about the different types of Exchange problems and what you can do to resolve them.</p>
<p><strong>Exchange Server Support Articles</strong> on this blog:</p>
<ul>
<li><a title="eseutil isinteg exchange data recovery" href="http://www.dtidata.com/resourcecenter/2007/05/08/exchange-server-data-recovery-eseutil-isinteg/" target="_blank"><strong>ESEUTIL and ISINTEG for Data Recovery of Failed Exchange Server </strong></a>- this article is about ESEUTIL and ISINTEG, what they are and how they can help you in a disaster.</li>
<li><a title="create blank exchange priv 1 database edb" href="http://www.dtidata.com/resourcecenter/2007/05/02/create-clean-priv1-edb-exchange-is/" target="_blank"><strong>Create a Clean PRIV PRIV1 EDB Database</strong></a> &#8211; here I explain how to set up a clean database without re-installing Exchange Server. Very helpful especially if you are doing a mailbox level restore.</li>
<li><strong><a title="exchange server dirty shutdown" href="http://www.dtidata.com/resourcecenter/2007/04/17/exchange-server-dirty-shutdown/" target="_blank">Exchange Server Dirty Shutdown</a></strong> &#8211; by far the most common unrecoverable scenario, the dirty shutdown often means restore from backup.</li>
<li><a title="exchange disaster data recovery" href="http://www.dtidata.com/resourcecenter/2007/03/28/exchange-disaster-data-recovery/" target="_blank"><strong>Exchange Server Disaster Recovery</strong> </a>- a general overview of our Exchange Disaster data recovery services.</li>
<li><a title="free exchange server support" href="http://www.dtidata.com/resourcecenter/2007/05/03/free-exchange-server-data-recovery-software-support/" target="_blank"><strong>FREE Exchange Server Disaster Recovery Support</strong> </a>- this article explains how and why DTI Data Recovery offers <em>free exchange server support</em>.</li>
<li><strong><a title="exmerge import pst files" href="http://www.dtidata.com/resourcecenter/2007/05/11/exchange-server-tools-use-exmerge-import-pst-files/" target="_blank">Using EXMERGE to import PST files</a></strong> &#8211; A tutorial on how to use ex-merge to import either recovered or backed up PST files back into your Exchange Server.</li>
</ul>
<blockquote><p>If you require Exchange Support call: Toll Free 1-866-438-6932 or direct 1-727-345-9665.</p>
<p><strong><span style="color: #ff0000;">BEFORE RUNNING ANY UTILITIES:</span></strong><br />
<strong>Make a copy of your priv.edb and log files (Exchange 5.5) or priv1.edb and stream files (Exchange 2000 or 2003) and pub.edb! We can recover your email if you make copies prior to running utilities. DO NOT run MS utilities!!!</strong></p>
<p><strong>We offer 24 hour Exchange Support at 727-251-2058.</strong></p></blockquote>
<p>Visit our main <a title="exchange server data recovery" href="http://www.dtidata.com/exchange_server_recovery.htm"><strong>Exchange Server Data Recovery </strong></a>page for more information.</p>
<p>Exchange Server Support on <strong>Exchange Disaster Recovery Case Studies Blog</strong>:</p>
<ul>
<li><strong><a title="microsoft disaster recovery action plan" href="http://exchangeserverdisasterrecovery.blogspot.com/2006/04/exchange-disaster-recovery-action-plan.html" target="_blank">Microsoft&#8217;s Exchange Server Disaster Recovery Action Plan</a></strong> &#8211; this is an actual email sent from Microsoft to one of our customers. It is their disaster recovery plan laid out step by step using ESEUTIL and ISINTEG.</li>
<li><strong><a title="windows native backup for exchange server" href="http://exchangeserverdisasterrecovery.blogspot.com/2006/11/exchange-server-backup-using-windows.html" target="_blank">Using Windows Native Backup For Exchange</a></strong> &#8211; John Best&#8217;s tutorial with graphics on how to use Native Backup to protect your EDB files. You can use this even if you already have another back up program. You can never have enough backup that is for sure!</li>
<li><strong><a title="Restore Windows Native Backup exchange file" href="http://exchangeserverdisasterrecovery.blogspot.com/2007/02/exchange-server-disaster-recovery.html" target="_blank">Restoring A Windows Native Backup Exchange Server</a></strong> &#8211; John goes on to explain how to restore the backup file in this article, you can&#8217;t have one without the other right?</li>
</ul>
<p>I hope you find these articles useful in your Exchange Server adventures!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dtidata.com/resourcecenter/2007/06/11/exchange-server-data-recovery-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange Server Tools: Use ExMerge To Import PST Files</title>
		<link>http://www.dtidata.com/resourcecenter/2007/05/11/exchange-server-tools-use-exmerge-import-pst-files/</link>
		<comments>http://www.dtidata.com/resourcecenter/2007/05/11/exchange-server-tools-use-exmerge-import-pst-files/#comments</comments>
		<pubDate>Fri, 11 May 2007 20:28:56 +0000</pubDate>
		<dc:creator>Michael Stankard</dc:creator>
				<category><![CDATA[Exchange Recovery]]></category>
		<category><![CDATA[Exchange Disaster Recovery]]></category>

		<guid isPermaLink="false">http://www.dtidata.com/resourcecenter/2007/05/11/exchange-server-tools-use-exmerge-import-pst-files/</guid>
		<description><![CDATA[Exmerge is a very usefull tool that can import PST files back into your Exchange Server Information Stores. Here is a tutorial from our Exchange Engineer John Best on how to use ExMerge.
 
 
Using ExMerge to import PST files
1.       Place all of the PST files that you want imported into a single Folder
2.       Make sure the [...]]]></description>
			<content:encoded><![CDATA[<p>Exmerge is a very usefull tool that can import PST files back into your Exchange Server Information Stores. Here is a tutorial from our Exchange Engineer John Best on how to use ExMerge.</p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.25in; vertical-align: top; line-height: 140%"> </p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.25in; vertical-align: top; line-height: 140%"> </p>
<p><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">Using ExMerge to import PST files</span></p>
<p><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>1.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">Place all of the PST files that you want imported into a single Folder</span></p>
<p><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>2.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">Make sure the Exchange Information Service is started</span></p>
<p><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>3.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">You need to make sure the account you are logged in with is an administrative account and you need to grant this account the appropriate permissions to read the Exchange Mailboxes.<span>  </span>(By default, all administrative accounts are denied permission.)<span>  </span>You can assign the correct permissions by following the steps below:<br />
</span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>a.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">Create a Windows Security Group, and name it something such as &#8220;Exchange Recovery Administrators&#8221;.</span><br />
<span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>b.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">Add the Windows account you are using to run ExMerge to this group. This account should already be an Exchange administrator account and have local administrator permissions on the Exchange server(s) involved in the mailbox merge process.<br />
</span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>c.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">In Exchange System Manager, locate the target database and open its Properties dialog box. On the Security tab, add the Exchange Recovery Administrators group and grant this group Full Control permissions on the database.<br />
</span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>d.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">It may be necessary to wait up to 15 minutes for the permissions granted to take effect. Alternatively, you can reset cached permissions by stopping and restarting all Exchange services, the IIS Admin Service, and the Windows Management services. Because of this latency, you should grant necessary permissions as soon as you know you will need them, not just before you need to use them.</span></p>
<p><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>4.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">Copy the files Exmerge.exe and Exmerge.ini to your Exchange Bin directory.<span>  </span>(Default is C:\Program Files\Exchsrvr\Bin for Exchange 2000 and 2003)</span></p>
<p><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>5.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">Run Exmerge.exe</span></p>
<p><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>6.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">Click Next on the Welcome screen</span></p>
<p><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>7.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">At Procedure Selection, choose Extract or Import (Two Step Procedure) and click Next</span></p>
<p><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>8.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">Choose Step 2: Import data and click Next</span></p>
<p><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>9.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">On the Destination Server page, enter the name of your exchange server.<span>  </span>You may also enter additional options by clicking on the options button:<br />
</span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>a.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">On the Import Procedure tab, you have your choice of:<br />
</span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>1.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">Copy (will copy even duplicates without checking)<br />
</span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>2.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">Merge (will check for duplicates before copying)<br />
</span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>3.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">Replace (will overwrite duplicates with data from the PST)<br />
</span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>b.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">On the Folders tab you can choose folders to skip (deleted items, etc…)<br />
</span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>c.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">On the Dates tab you can choose messages that meet a date range</span></p>
<p><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>10.<span style="font-family: 'Times New Roman';">   </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">After entering the server name and any options, click Next</span></p>
<p><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>11.<span style="font-family: 'Times New Roman';">   </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">Mailbox Selection – here you can choose the mailboxes to import, if you select all, any mailboxes that a PST does not exist for will be skipped.</span></p>
<p><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>12.<span style="font-family: 'Times New Roman';">   </span></span></span></p>
<div><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">NOTE:<span>  </span>ExMerge will look for a PST file that matches a naming convention of “Alias Name”.PST, when a recovery is performed the Alias name is unknown to DTI Data, so the PST files will be named “Display Name”.PST, which may match your organizations Alias or it may not.<span>  </span>If it does not match what is listed as the alias for a user, Exmerge will skip that mailbox.<span>  </span>You will see in the log files if a mailbox is skipped because of a PST not being found.<span>  </span>It may be necessary to rename the PST files prior to running Exmerge.<span>  </span>For example, on my server here, my mailbox name is</span></div>
<p><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">John Best, the alias name is Jbest.<span>  </span>When I recovered the mailbox, the PST file was namedJohn Best.pst, so was initially skipped by Exmerge.<span>  </span>I had to change the PST file name to Jbest.pst and run Exmerge a second time.</span></p>
<p><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>13.<span style="font-family: 'Times New Roman';">   </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">On the Locale Selection, leave the default (English), unless necessary to change it and click Next</span></p>
<p><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>14.<span style="font-family: 'Times New Roman';">   </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">Target Directory – Browse to the folder containing your PST files and click Next</span></p>
<p><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>15.<span style="font-family: 'Times New Roman';">   </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">Save Settings – if you choose, you may save the settings into an Exmerge.ini file for use at a latter time</span></p>
<p><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>16.<span style="font-family: 'Times New Roman';">   </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">After clicking Next, Exmerge will run through the process of importing data, utilizing several threads.<span>  </span>After it is finished, click the Finish button</span></p>
<p><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>17.<span style="font-family: 'Times New Roman';">   </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">Check the logs (from the same directory Exmerge was run from) named Exmerge.log and ExMerge-(Thread[n]).log for any errors encountered during the process.</span></p>
<p><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>18.<span style="font-family: 'Times New Roman';">   </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">The errors most often encountered are:<br />
</span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>a.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">[14:25:53] (Thread1)Errors encountered. Copy process aborted for mailbox (This is a standard error message that points you to the particular Thread(n).log file to view what actually happened.<br />
</span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>b.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">[14:25:53] Error. File &#8216;E:\EXTEST\<em>USERNAME</em>.PST&#8217; not found. Cannot merge data into mailbox for user <em>‘USER NAME’</em> (&#8216;<em>USERNAME</em>&#8216;). – This basically tells us a PST file was not found for the particular mailbox.<span>  </span>This can be due to Exmerge looking for <em>ALIAS</em>.pst and the file being named <em>USERNAME</em>.pst</span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>c.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">[14:28:52] Error opening message store (MSEMS). Verify that the Microsoft Exchange Information Store service is running and that you have the correct permissions to log on. (0&#215;8004011d) – This error is normally due to the account not having the appropriate permissions necessary for Exmerge to open the mailbox.<span>  </span>Follow the steps from number 3 in this document to assign the correct permissions.</span></p>
<p><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>19.<span style="font-family: 'Times New Roman';">   </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">Further Information on ExMerge:<br />
</span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>a.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">Download: <a rel="nofollow" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=429163ec-dcdf-47dc-96da-1c12d67327d5&amp;DisplayLang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=429163ec-dcdf-47dc-96da-1c12d67327d5&amp;DisplayLang=en</a><br />
</span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>b.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">Documentation:<br />
</span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>1.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><a rel="nofollow" href="http://support.microsoft.com/kb/174197">http://support.microsoft.com/kb/174197</a><br />
</span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>2.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><a rel="nofollow" href="http://support.microsoft.com/kb/265441">http://support.microsoft.com/kb/265441</a><br />
</span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>c.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;">ExMerge Strategies and Best Practices:</span><span style="font-family: Times New Roman;"> </span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><a rel="nofollow" href="http://technet.microsoft.com/en-us/library/51cd78ab-49c4-4d90-9aa4-29dca171cd31.aspx">http://technet.microsoft.com/en-us/library/51cd78ab-49c4-4d90-9aa4-29dca171cd31.aspx</a><br />
</span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>d.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; font-family: Verdana;">Troubleshooting ExMerge issues: <a rel="nofollow" href="http://technet.microsoft.com/en-us/library/bb124178.aspx">http://technet.microsoft.com/en-us/library/bb124178.aspx</a><br />
</span><span style="font-size: 8.5pt; line-height: 140%; font-family: Verdana;"><span>e.<span style="font-family: 'Times New Roman';">       </span></span></span><span style="font-size: 8.5pt; font-family: Verdana;">ExMerge is your Friend: <a rel="nofollow" href="http://msexchangeteam.com/archive/2004/07/01/171051.aspx">http://msexchangeteam.com/archive/2004/07/01/171051.aspx</a></span><br />
For Help with <a title="exchange server data recovery" href="http://www.dtidata.com/exchange_server_recovery.htm" target="_blank"><strong>Exchange Server Data Recovery </strong></a>call DTI Data 1-866-438-6932</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dtidata.com/resourcecenter/2007/05/11/exchange-server-tools-use-exmerge-import-pst-files/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>ESEUTIL and ISINTEG Exchange Server Data Recovery Options</title>
		<link>http://www.dtidata.com/resourcecenter/2007/05/08/exchange-server-data-recovery-eseutil-isinteg/</link>
		<comments>http://www.dtidata.com/resourcecenter/2007/05/08/exchange-server-data-recovery-eseutil-isinteg/#comments</comments>
		<pubDate>Tue, 08 May 2007 22:32:09 +0000</pubDate>
		<dc:creator>Michael Stankard</dc:creator>
				<category><![CDATA[Exchange Recovery]]></category>

		<guid isPermaLink="false">http://www.dtidata.com/resourcecenter/2007/05/08/exchange-server-data-recovery-eseutil-isinteg/</guid>
		<description><![CDATA[ESEUTIL and ISINTEG are Exchange Server built-in tools that can help recover corrupt PRIV, PRIV1, Pub, and Pub1 edb and stm database files. It is important that prior to running ANY Microsoft Utilities to back up your latest copies of your Information Store files to another partition, network drive or external hard drive.
If you are [...]]]></description>
			<content:encoded><![CDATA[<p>ESEUTIL and ISINTEG are Exchange Server built-in tools that can help <strong>recover corrupt PRIV, PRIV1, Pub, and Pub1 edb and stm database files</strong>. It is important that prior to running ANY Microsoft Utilities to back up your latest copies of your Information Store files to another partition, network drive or external hard drive.</p>
<p>If you are using Microsoft phone support, they will not tell you to <strong>back up your Information Stores!</strong> Before letting anyone touch your server <strong>back up your database files!</strong></p>
<h2>ESEUTIL Disaster Recovery Options</h2>
<p>When your Exchange Server has failed, whether from a <a target="_blank" href="http://www.dtidata.com/resourcecenter/2007/04/17/exchange-server-dirty-shutdown/" title="exchange server dirty shutdown">dirty shutdown</a>, IS reaching the 16GB limit, or even the partition or hard drive running out of space, you are faced with a disaster recovery scenario. There are several steps that must be taken in a particular order for any chance at <strong>Exchange Recovery</strong>.</p>
<p><strong><em>Please back up your databases prior to running any utilities.</em></strong></p>
<p>The first step that must be taken is ESEUTIL with a p switch. Below are the most common ESEUTIL command line switches:</p>
<ul>
<li><span class="postbody">Defragmentation: ESEUTIL /d &lt;database name&gt; [options]</span></li>
<li><span class="postbody">Recovery: ESEUTIL /r [options]</span></li>
<li><span class="postbody">Integrity: ESEUTIL /g &lt;database name [options]</span></li>
<li><span class="postbody">File Dump: ESEUTIL /m[mode-modifier] &lt;filename&gt;</span></li>
<li><span class="postbody">Repair: ESEUTIL /p &lt;database name [options]</span></li>
<li><span class="postbody">Restore: ESEUTIL /c[mode-modifier] &lt;path name&gt; [options]</span></li>
<li><span class="postbody">Checksum: ESEUTIL /k &lt;database name&gt; [options]</span></li>
</ul>
<p><span class="postbody"> As you can see with the list a p switch is the repair. It goes through 3 different tests prior to completion. If you don&#8217;t make it through these steps it is time to restore from backup. If you don&#8217;t have a backup, you will need to call 727-251-2058 after hours or 866-438-6932 from 9 to 5 EST for Exchange Server Disaster Recovery Support. More than likely you will need <strong>data recovery</strong>.</span></p>
<p><span class="postbody">If the /p does go through its steps without error you will need to remove ALL log files out of your Information Stores folder (usually MDBDATA) examples are edb.log or edb1234.log. At this point you are ready to run a defrag. </span></p>
<h3>ESEUTIL Offline Defrag /d Switch</h3>
<p><span class="postbody">While it is true most administrators of Exchange schedule regular defrags, you absolutely must run one during <strong>Exchange Data Recovery</strong>. The length of time that the defrag takes depends on the amount of garbage or &#8220;white space&#8221; within the edb and your hardware. The older and slower your box, the longer it will take!</span></p>
<p><span class="postbody">Offline defrag creates a new database by copying all records and tables from the old database into the new database. Because ESEUTIL is creating a temp during the defrag and an actual copy when it is done, you must have at least 125% free space on the partition where your MDBDATA Information Stores directory is, or you will have to use a T/ switch and choose a temporary space on a network drive for the temp.edb file. Since the edb that you are defragging ends up getting deleted, the temp edb will need to go back over the network and this adds even more time to the disaster recovery.</span></p>
<p><span class="postbody"></span><span class="postbody"></span><span class="postbody"><strong>Note:</strong> After the defrag is done, ESEUTIL considers the new edb to be a different edb from the original, and its log files cannot be replayed into the new database which is why the old log files within the MDBDATA were removed.</span></p>
<p><span class="postbody">If you are fortunate enough to make it through these steps, the next Microsoft utility that you need is ISINTEG.</span></p>
<h2>ISINTEG Information Store Integrity Check For Exchange Disaster Recovery</h2>
<p><span class="postbody">Now that ESEUTIL has done it&#8217;s thing you are ready to move on to ISINTEG. It is also located in the BIN folder, but it has different switches. The one you need for Exchange Disaster Recovery is:</span></p>
<p><span class="postbody">ISINTEG -PRI -FIX -TEST ALLTESTS It might take a few times for this to come back without any errors, Microsoft actually warns not to run it more than 3 times, but I have heard people running it as many as 20 or 30! Needless to say they needed data recovery! Keep the ISINTEG to a minimum of 3 times just to be on the safe side.</span></p>
<p><span class="postbody">You will have to repeat these steps on the PUB as well. It is OK to run all the ESEUTIL command on both the PUB and PRIV then run all of the ISINTEG afterwards, the important thing is to follow the order of /p, /d, BEFORE running ISINTEG!</span></p>
<p><span class="postbody">While it is true that these utilities can deal with moderate corruption, they are not going to recover from any type of jet engine error. If you are having jet errors you will certainly need <a target="_blank" href="http://www.dtidata.com/exchange_server_recovery.htm" title="exchange server data recovery">exchange server data recovery.</a></span></p>
<p><span class="postbody">Another type of <strong>Exchange Recovery</strong> is here:</span></p>
<p><span class="postbody">Before running any utilities COPY YOUR EDB FILE!</span></p>
<p><span class="postbody"><a href="http://www.dtidata.com" title="data recovery"><strong>Data Recovery</strong> </a>Steps</span><span class="postbody">: </span><span class="postbody">These commands can bring all edb&#8217;s to a consistent state. </span></p>
<ul>
<li><span class="postbody">Syntax: ESEUTIL /r (3 character logfile base name)[options] </span></li>
<li><span class="postbody">Options: zero or more of the following switches, separated by a space: </span></li>
<li><span class="postbody">/l&lt;path&gt; &#8211; location of log files (default: current directory) </span></li>
<li><span class="postbody">/s&lt;path&gt; &#8211; location of system files (e.g., checkpoint file) (default: current directory) </span></li>
<li><span class="postbody">/i &#8211; ignore mismatched/missing database attachments </span></li>
<li><span class="postbody">/o &#8211; suppress logo</span></li>
</ul>
<p><span class="postbody"> Hopefully you have good backups and will never need to perform these types of <strong>Exchange Recovery</strong>.</span></p>
<p><span class="postbody"></span></p>
<p><span class="postbody"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dtidata.com/resourcecenter/2007/05/08/exchange-server-data-recovery-eseutil-isinteg/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creation Of Clean priv1.edb File For Exchange Server IS</title>
		<link>http://www.dtidata.com/resourcecenter/2007/05/02/create-clean-priv1-edb-exchange-is/</link>
		<comments>http://www.dtidata.com/resourcecenter/2007/05/02/create-clean-priv1-edb-exchange-is/#comments</comments>
		<pubDate>Wed, 02 May 2007 22:43:55 +0000</pubDate>
		<dc:creator>Michael Stankard</dc:creator>
				<category><![CDATA[Exchange Recovery]]></category>

		<guid isPermaLink="false">http://www.dtidata.com/resourcecenter/2007/05/02/create-clean-priv1-edb-exchange-is/</guid>
		<description><![CDATA[Many times during support calls the client is unable to restore from their Exchange Server backup. At that point if all the Microsoft Utilities like ESEUTIL or ISINTEG have failed, the client has no choice but to send their corrupted Exchange priv priv1 edb stm to a data recovery company.
How To Create A Blank Clean [...]]]></description>
			<content:encoded><![CDATA[<p>Many times during support calls the client is unable to restore from their <em>Exchange Server</em> backup. At that point if all the Microsoft Utilities like ESEUTIL or ISINTEG have failed, the client has no choice but to send their <strong>corrupted Exchange priv priv1 edb stm</strong> to a <em>data recovery company</em>.</p>
<h2>How To Create A Blank Clean PRIV1 edb for Microsoft Exchange Server</h2>
<p>The Exchange Information Stores are located in the MDBDATA folder (unless you have moved them to a custom location), usually on the second partition in a 2 partition Exchange Installation. In most cases the <em>Information Stores Services</em> are already shut down due to the tragedy that brought you to this page. If not, stop the <strong>Information Stores Services.</strong></p>
<p>Now you will be able to rename the MDBDATA folder to something like MDBDATA-old or whatever you want. Now create a blank MDBDATA folder, go back and start your Information Stores Service.</p>
<p>At this point you can go into your Exchange Administration right click on the <strong>Private Mail Store (priv1.edb)</strong> and click &#8220;mount&#8221;. You will get a nag screen that complains about there being no edb and life will come to an end in the galaxy if your not careful, but ignore all that and hit OK. It now creates a brand new <strong>PRIV1.edb</strong> and <strong>PRIV1.stm file</strong>! In <strong>Exchange 5.5</strong> there is only a <strong>PRIV.e</strong>db, but this works in version of Exchange, the only difference is that in 5.5 it pulls the user list out of the DIR.edb as opposed to the Active Directory in 200x.</p>
<p>That is all. Your users will have empty mailboxes, but at least they can send and receive mail until your <a href="http://www.dtidata.com" title="exchange server data recovery company">Exchange data recovery company</a> (hopefully us!) can return your mailboxes back. <strong>DTI Data Recovery</strong> is a full service<em> hard drive recovery</em> company that operates a class 100 clean room. If your Exchange Server has failed due to a hardware failure, please call 727-251-2058 for 24 hour support with <strong><a href="http://www.dtidata.com/exchange_server_recovery.htm" title="exchange server data recovery">Exchange Server Data Recovery</a></strong>.</p>
<p>***Disclaimer: After performing this process, it is extremely unlikely that <strong>Exchange Server Disaster Recovery</strong> will be possible with ESEUTIL! Copy your PRIV1 PUB1 edb and stm files before attempting any <em><a target="_blank" href="http://exchangeserverdisasterrecovery.blogspot.com/" title="exchange server disaster recovery">Exchange disaster recovery</a></em>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dtidata.com/resourcecenter/2007/05/02/create-clean-priv1-edb-exchange-is/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange Server Dirty Shutdown Error</title>
		<link>http://www.dtidata.com/resourcecenter/2007/04/17/exchange-server-dirty-shutdown/</link>
		<comments>http://www.dtidata.com/resourcecenter/2007/04/17/exchange-server-dirty-shutdown/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 22:24:11 +0000</pubDate>
		<dc:creator>Michael Stankard</dc:creator>
				<category><![CDATA[Exchange Recovery]]></category>

		<guid isPermaLink="false">http://www.dtidata.com/resourcecenter/2007/04/17/exchange-server-dirty-shutdown/</guid>
		<description><![CDATA[24 Hour Exchange Server Support
I run DTI Data&#8217;s 24 hour Microsoft Exchange Support Hotline. While I often jokingly refer to it as our &#8220;suicide hotline&#8221;, that is close to the truth. When that phone rings at 2 AM I know someone is having a serious Microsoft Exchange problem. I am often asked why we offer [...]]]></description>
			<content:encoded><![CDATA[<h2>24 Hour Exchange Server Support</h2>
<p>I run DTI Data&#8217;s 24 hour <em>Microsoft Exchange</em> Support Hotline. While I often jokingly refer to it as our &#8220;suicide hotline&#8221;, that is close to the truth. When that phone rings at 2 AM I know someone is having a serious Microsoft Exchange problem. I am often asked why we offer free phone support for Exchange. Most people expect there to be a hidden charge or some other hitch, in fact last night I got a call from the UK and the gentleman asked if the number was a premium line, one that costs money to call.</p>
<p>I explained to him like I explain to everyone that our business model is simple. In our experience (which is pretty vast) most Exchange errors are fatal. If you have had a dirty shutdown, jet engine errors or problems with transaction logs being corrupted or out of order, chances are you will have to restore from backup. ESEUTIL and ISINTEG do not really repair anything, they truncate parts of the database that appear to be in error, whether it is duplicate or illegal keys, page file header corruption, etc.</p>
<p>That is why we are so adamant about <strong>backing up the priv, priv1 edb and stm files before running any Microsoft Utilities</strong>!</p>
<p>So if most Exchange issues that are serious enough for a system engineer to call us are going to require a restoration of backup, how does that benefit us? Well unfortunately not all Exchange backup programs work all the time. After all Exchange is a database that is almost always active and there is always a chance that the backup will fail. That is why it is critical for users to check the backups at least monthly.</p>
<p>Now we get to the heart of the matter. Most engineers that call have had a serious Exchange issue, they have run utilities and that hasn&#8217;t worked, I&#8217;d say that at least 70% of the calls I get also have tried to restore from backup and it failed. SO if an admin is in need of <strong>Exchange Server Data Recovery</strong>, who are they going to send it to? Probably the company that answered the phone in the middle of the night and helped him get back up and running! That is why we offer free support, it&#8217;s a good business plan to spread good will and brand your company name as being customer oriented. DTI is very serious about customer service. Whether its a laptop hard drive recovery or a multiple hard disk RAID array, everyone is going to know that we are giving them the best we can.</p>
<h2>The Most Common Exchange Server Failure Support Calls</h2>
<p>Answering the emergency line for all these years has given me a lot of insight into common Exchange problems. While there certainly are plenty of things that can go wrong with an Exchange server, you would be surprised at how often I hear the same scenario of <em>Exchange Server failure</em>. Below are the most common calls that I receive from the support line.</p>
<h3>Anti-Virus Deleted or Quarantined a Transaction Log</h3>
<p>By far the most common call over the years has been the transaction log was quarantined by Norton, AVG or Panda. Lately this problem hasn&#8217;t been so apparent since there is so much good information about Exchange and anti-virus, but looking at the last 3 years this is by far the most predominant failure. The fact is you shouldn&#8217;t let any program have the ability to modify any component of Microsoft Exchange Server.</p>
<h3>Information Store Has Reached The 16 GB Limit</h3>
<p>Another historically rampant problem that has smoothed over recently is the <em>priv or priv1 edb file size limitation</em>. The Internet has also helped by educating admins about the 16 GB limit. Many didn&#8217;t know that the file size incorporated both the priv1 edb AND the priv1 stm file in its limitations. Once the size gets hit, the <em>Information Stores</em> can&#8217;t be mounted. There are plenty of websites (including our Exchange Forum) that posted the 1 GB temporary fix to the problem. This and Microsoft increasing the size to 72 GB has made this scenario less prevalent than say a year ago.</p>
<p>And now for the worst problem of them all&#8230;</p>
<h3>Exchange Server Has Had A Dirty Shutdown</h3>
<p>The big daddy problem of them all, a <em>dirty shutdown</em> is a very bad situation. This is the problem that I hear more than any other <strong>Exchange failure</strong>. A <strong>dirty shutdown</strong> happens whenever the Information Stores have not been closed in the normal manner. During the winter this is usually due to power surges or outages. Last week I took close to fifty calls from the Ohio area that had power problems leading to <a href="http://www.dtidata.com/" title="data recovery"><strong>data recovery</strong></a>.</p>
<p>It is critical that your servers have UPS systems, battery backups, whatever you can do to help shut the <em>Information Stores </em>down properly during a power crises. If your server has had a dirty shutdown, <a href="http://www.dtidata.com/exchange_server_recovery.htm" title="exchange server data recovery">exchange data recovery </a>will be in your future if you don&#8217;t have a solid <strong>Exchange disaster recovery</strong> plan in place. A dirty shutdown is a disaster by definition. It often leads to jet engine errors, duplicate or illegal keys or worse. Keep your files backed up, and just as important: test your backups and recovery plan often!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dtidata.com/resourcecenter/2007/04/17/exchange-server-dirty-shutdown/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exchange Server Disaster Data Recovery</title>
		<link>http://www.dtidata.com/resourcecenter/2007/03/28/exchange-disaster-data-recovery/</link>
		<comments>http://www.dtidata.com/resourcecenter/2007/03/28/exchange-disaster-data-recovery/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 23:05:23 +0000</pubDate>
		<dc:creator>Michael Stankard</dc:creator>
				<category><![CDATA[Exchange Recovery]]></category>
		<category><![CDATA[Email Recovery]]></category>
		<category><![CDATA[Exchange Disaster Recovery]]></category>

		<guid isPermaLink="false">http://www.dtidata.com/resourcecenter/2007/03/28/exchange-disaster-data-recovery/</guid>
		<description><![CDATA[DTI Data is one of only a couple of real data recovery companies that also perform Exchange Server data recovery services. What separates us from other services is our programmers. All the data recovery software on this site was created right here in our labs. Add the network engineers to the mix and you get [...]]]></description>
			<content:encoded><![CDATA[<p>DTI Data is one of only a couple of real <strong>data recovery companies</strong> that also perform Exchange Server data recovery services. What separates us from other services is our programmers. All the data recovery software on this site was created right here in our labs. Add the network engineers to the mix and you get a team that can go down into the hex level of the Exchange database and fix duplicate keys or whatever problems are within the database pages.</p>
<p>I personally run the Exchange Server Data Recovery Emergency Hotline. I call it the suicide hotline since the majority of the callers are in very high stress situations. The top volume of problems revolve around Jet Engine Errors. These are serious problems that won&#8217;t be resolved with standard <a href="http://exchangeserverdisasterrecovery.blogspot.com/" title="exchange server disaster recovery">Exchange Server Disaster Recovery </a>methods.</p>
<h2>Microsoft Exchange Server Disaster Recovery</h2>
<p>The most important fact that you need to take away from this post is:</p>
<p>BACKUP YOUR PRIV1 EDB&#8217;s and STM FILES BEFORE RUNNING ESEUTIL or ISINTEG!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</p>
<p>I can&#8217;t stress enough how important it is that you copy your Information Stores prior to running Microsoft utilities. Every single Exchange edb that we have received that was clean has been recovered. Every single one! Edb&#8217;s that have had utilities run on them can have data loss. You see ESEUTIL doesn&#8217;t actually &#8220;fix&#8221; anything. It truncates any records it feels are in error, that leads to data loss.</p>
<p>This series of posts will cover all the different problems that arise with <a href="http://www.dtidata.com/exchange_server_recovery.htm" title="exchange server data recovery">Exchange Server Data Recovery</a>.</p>
<p>Stay tuned for how to deal with a database that has reached the 16GB limit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dtidata.com/resourcecenter/2007/03/28/exchange-disaster-data-recovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
