<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-936459128977203688</id><updated>2010-08-04T23:22:00.320-07:00</updated><title type='text'>MigrationWiz</title><subtitle type='html'>MigrationWiz is a complete cloud-based email migration solution</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default?orderby=updated'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default?start-index=26&amp;max-results=25&amp;orderby=updated'/><author><name>Geeman Yip</name><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>65</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-5793241066064920732</id><published>2010-08-04T23:18:00.000-07:00</published><updated>2010-08-04T23:22:00.330-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Online'/><category scheme='http://www.blogger.com/atom/ns#' term='MigrationWiz'/><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft Online'/><category scheme='http://www.blogger.com/atom/ns#' term='Migration'/><category scheme='http://www.blogger.com/atom/ns#' term='Exchange'/><category scheme='http://www.blogger.com/atom/ns#' term='BPOS'/><title type='text'>Migrating Large Items to Exchange / BPOS</title><content type='html'>Migrating large attachments to Exchange can be tricky. Using &lt;a href="http://www.migrationwiz.com/"&gt;MigrationWiz&lt;/a&gt;, should large items fail to migrate, you should receive the following error: "&lt;strong&gt;The remote server returned an error: (507) Insufficient Storage&lt;/strong&gt;". Often, you will notice that the threshold is around 13 MBs. The reason for this is that this is the default used by some versions of Exchange Server.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: black;"&gt;&lt;strong&gt;To adjust size limits, adjust IIS settings as follows:&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: black;"&gt;&amp;nbsp; 1. Remote into the Exchange server&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: black;"&gt;&amp;nbsp; 2. Open explorer and navigate to ...\Exchange Server\ClientAccess\exchweb\ews&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: black;"&gt;&amp;nbsp; 3. Open the web.config in a text editor like notepad&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: black;"&gt;&amp;nbsp; 4. Change the following XML tag:&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; • FROM &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; httpRuntime maxRequestLength=”13280”&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; • TO:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; httpRuntime maxRequestLength=”2097151” (set your own limit, in KBs)&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: black;"&gt;&amp;nbsp; 5. Restart the server (ex: "iisreset")&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;To adjust size limits, adjust Exchange settings as follows: &lt;/strong&gt;&lt;br /&gt;
&amp;nbsp; 1. Review &lt;a href="http://technet.microsoft.com/en-us/library/bb124345(EXCHG.80).aspx"&gt;http://technet.microsoft.com/en-us/library/bb124345(EXCHG.80).aspx&lt;/a&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp; 2. Adjust limits using command Set-TransportConfig&lt;br /&gt;
&amp;nbsp; 3. Adjust limits using command Set-ReceiveConnector&lt;br /&gt;
&amp;nbsp; 4. Adjust limits using command Set-SendConnector&lt;br /&gt;
&lt;br /&gt;
Most versions of Exchange Server implement two APIs: &lt;strong&gt;EWS&lt;/strong&gt; (Exchange Web Services) and &lt;strong&gt;WebDAV&lt;/strong&gt; (Distributed Authoring and Versioning). WebDAV support &lt;a href="http://en.wikipedia.org/wiki/Chunked_transfer_encoding"&gt;HTTP chunking&lt;/a&gt;, making it possible to push large attachments (up to the maximum specified by IIS settings). However, EWS does not support chunking, and is subject to Exchange limits (which can be quite low by default). In addition, Exchange 2010 only supports EWS, while Exchange 2003 only supports WebDAV.&lt;br /&gt;
&lt;br /&gt;
Whenever possible, MigrationWiz will use &lt;strong&gt;both &lt;/strong&gt;APIs to give each item multiple chances to go through. That's right: if an item fails to go through, we'll dynamically switch from one API to the other so that you don't have to make configuration changes. However, if the limits for both APIs are too low, then it becomes necessary to change settings. Be assured however that your migration will continue past large items after logging an error. Also note that you can always &lt;a href="http://blog.migrationwiz.com/2010/08/repairing-migration-errors.html"&gt;retry failed items&lt;/a&gt; once your mailbox migration completes.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_twKrZ_ZBF3g/TFpW8LtLWXI/AAAAAAAAADc/T1pwfqw2Ua8/s1600/Untitled.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" bx="true" height="323" src="http://4.bp.blogspot.com/_twKrZ_ZBF3g/TFpW8LtLWXI/AAAAAAAAADc/T1pwfqw2Ua8/s640/Untitled.jpg" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-5793241066064920732?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/5793241066064920732/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=5793241066064920732' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/5793241066064920732'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/5793241066064920732'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/08/migrating-large-attachments-to-exchange.html' title='Migrating Large Items to Exchange / BPOS'/><author><name>BitTitan Operations</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14827005550536690840'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_twKrZ_ZBF3g/TFpW8LtLWXI/AAAAAAAAADc/T1pwfqw2Ua8/s72-c/Untitled.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-6843816900057892066</id><published>2010-07-22T23:24:00.000-07:00</published><updated>2010-08-03T23:32:14.240-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Online'/><category scheme='http://www.blogger.com/atom/ns#' term='MigrationWiz'/><category scheme='http://www.blogger.com/atom/ns#' term='Mailbox'/><category scheme='http://www.blogger.com/atom/ns#' term='Migration'/><category scheme='http://www.blogger.com/atom/ns#' term='Exchange'/><category scheme='http://www.blogger.com/atom/ns#' term='Gmail'/><category scheme='http://www.blogger.com/atom/ns#' term='BPOS'/><title type='text'>10 Signs You're Using the Wrong Migration Solution</title><content type='html'>If you are considering using a mailbox migration solution, here are 10 signs&amp;nbsp;you are using the &lt;strong&gt;wrong&lt;/strong&gt; one:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Installing the application takes over 15 minutes&lt;/li&gt;
&lt;li&gt;The application requires Outlook to be installed locally&lt;/li&gt;
&lt;li&gt;The application requires opening firewall ports&lt;/li&gt;
&lt;li&gt;The application is 32-bit only (even though your OS is 64 bit)&lt;/li&gt;
&lt;li&gt;All the data must be local (ex: Exchange server, PST files, etc.)&lt;/li&gt;
&lt;li&gt;It's "free" but you can only migrate&amp;nbsp;one mailbox at a time&lt;/li&gt;
&lt;li&gt;All migrations stop&amp;nbsp;if you close the application (or your machine reboots)&lt;/li&gt;
&lt;li&gt;Trivial mistakes (ex: email address typo)&amp;nbsp;result in cryptic errors&lt;/li&gt;
&lt;li&gt;The install folder contains repackaged binaries from&amp;nbsp;obscure third-party companies&lt;/li&gt;
&lt;li&gt;Advanced settings are not migrated (ex: recurring appointments exceptions, contact photos, reminder options, etc.)&lt;/li&gt;
&lt;/ol&gt;Don't you think it make sense to use a &lt;a href="http://www.migrationwiz.com/"&gt;cloud-based&lt;/a&gt; solution to move your data to the cloud? With MigrationWiz, you don't have to install anything. But we'll still use &lt;a href="http://www.migrationwiz.com/Public/Mailbox/HowItWorks.aspx"&gt;hundreds of computers&lt;/a&gt; to migrate your data as quickly as possible!&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_twKrZ_ZBF3g/TEkzMWgUyyI/AAAAAAAAACU/1gbAakiF0LU/s1600/stop.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="428" hw="true" src="http://1.bp.blogspot.com/_twKrZ_ZBF3g/TEkzMWgUyyI/AAAAAAAAACU/1gbAakiF0LU/s640/stop.jpg" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-6843816900057892066?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/6843816900057892066/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=6843816900057892066' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/6843816900057892066'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/6843816900057892066'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/07/10-signs-youre-using-wrong-migration.html' title='10 Signs You&apos;re Using the Wrong Migration Solution'/><author><name>BitTitan Operations</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14827005550536690840'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_twKrZ_ZBF3g/TEkzMWgUyyI/AAAAAAAAACU/1gbAakiF0LU/s72-c/stop.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-7968185713132714805</id><published>2010-08-03T23:23:00.000-07:00</published><updated>2010-08-03T23:26:29.898-07:00</updated><title type='text'>Blogging About Exchange or BPOS? Get Paid!</title><content type='html'>Here is an excerpt from an email we received today: "&lt;em&gt;&lt;span style="color: #666666; font-family: inherit;"&gt;The migration seemed impossible without your help. I will write a step-by-step migration guide on how to use your services on our blog.&lt;/span&gt;&lt;/em&gt;". &lt;br /&gt;
&lt;br /&gt;
We're&amp;nbsp;grateful&amp;nbsp;for the&amp;nbsp;publicity,&amp;nbsp;but how about getting &lt;strong&gt;paid for blogging about us&lt;/strong&gt;? When ad networks pay pennies per click, our affiliate program offers a 10% commission on each sale. This roughly translates into 1$ per mailbox migration purchased. Keep in mind that virtually no organization purchases a &lt;em&gt;single&lt;/em&gt; mailbox migration (most of our orders are in the hundreds). &lt;br /&gt;
&lt;br /&gt;
Here is how it works from &lt;strong&gt;your &lt;/strong&gt;perspective:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;You sign up for a MigrationWiz account&lt;/li&gt;
&lt;li&gt;You enroll as a partner and receive an affiliate URL (ex: &lt;a href="http://migrationwiz.com/u=myId"&gt;http://migrationwiz.com/u=myId&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;You use the affiliate URL to link to our website (use text links, or ask us for images)&lt;/li&gt;
&lt;/ol&gt;Here is how it works when a &lt;strong&gt;visitor &lt;/strong&gt;comes to your blog:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;The visitor clicks on an affiliate&amp;nbsp;link &lt;/li&gt;
&lt;li&gt;We set a cookie on the visitor's browser&lt;/li&gt;
&lt;li&gt;The visitor makes a purchase and&amp;nbsp;you become&amp;nbsp;the default referral&lt;/li&gt;
&lt;/ol&gt;Note that we use permanent cookies and also store your affiliate ID when a visitor signs up for a &lt;a href="http://www.migrationwiz.com/"&gt;MigrationWiz&lt;/a&gt; account. This means that you should be listed as the default referral even if a purchase is made several weeks later.&lt;br /&gt;
&lt;br /&gt;
If you blog about us, we're grateful. But what better way to say "thank you" than by sending you a check?&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_twKrZ_ZBF3g/TFkEUL5XfbI/AAAAAAAAADM/bkD_iSHdEt4/s1600/Untitled.png" imageanchor="1" style="clear: left; cssfloat: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" bx="true" height="428" src="http://3.bp.blogspot.com/_twKrZ_ZBF3g/TFkEUL5XfbI/AAAAAAAAADM/bkD_iSHdEt4/s640/Untitled.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-7968185713132714805?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/7968185713132714805/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=7968185713132714805' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/7968185713132714805'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/7968185713132714805'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/08/blogging-about-exchange-or-bpos-get.html' title='Blogging About Exchange or BPOS? Get Paid!'/><author><name>BitTitan Operations</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14827005550536690840'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_twKrZ_ZBF3g/TFkEUL5XfbI/AAAAAAAAADM/bkD_iSHdEt4/s72-c/Untitled.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-9149859690272393086</id><published>2010-08-02T22:16:00.000-07:00</published><updated>2010-08-02T22:16:19.443-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Online'/><category scheme='http://www.blogger.com/atom/ns#' term='MigrationWiz'/><category scheme='http://www.blogger.com/atom/ns#' term='Mailbox'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Exchange'/><category scheme='http://www.blogger.com/atom/ns#' term='IMAP'/><category scheme='http://www.blogger.com/atom/ns#' term='Gmail'/><title type='text'>Unlocking Your Gmail Account</title><content type='html'>If your Gmail / GAPE account is locked (ex: &lt;a href="http://www.migrationwiz.com/"&gt;MigrationWiz&lt;/a&gt; reports an error such as "[ALERT] Web login required"), here is how you can unlock it:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Login to: https://www.google.com/a/(your domain)/UnlockCaptcha &lt;/li&gt;
&lt;li&gt;Enter your user name (not email address), password, and solve the CAPTCHA&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
IMAP access should be restored. Log in to &lt;a href="http://www.migrationwiz.com/"&gt;MigrationWiz&lt;/a&gt; and resume your migration if it didn't automatically recover. Please note that we take several precautions to avoid triggering this condition. For example, we avoid downloading too much content too quickly because we know from experience that it can cause Gmail to lock the account. To do this, we use a dedicated network component which throttles network requests and avoids jittery data transfers.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_twKrZ_ZBF3g/TFelJJssjEI/AAAAAAAAADE/YMITj64c1nA/s1600/Untitled.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" bx="true" height="284" src="http://2.bp.blogspot.com/_twKrZ_ZBF3g/TFelJJssjEI/AAAAAAAAADE/YMITj64c1nA/s640/Untitled.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-9149859690272393086?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/9149859690272393086/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=9149859690272393086' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/9149859690272393086'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/9149859690272393086'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/08/unlocking-your-gmail-account.html' title='Unlocking Your Gmail Account'/><author><name>BitTitan Operations</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14827005550536690840'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_twKrZ_ZBF3g/TFelJJssjEI/AAAAAAAAADE/YMITj64c1nA/s72-c/Untitled.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-8080464551322837767</id><published>2010-08-02T00:34:00.000-07:00</published><updated>2010-08-02T00:57:50.295-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Online'/><category scheme='http://www.blogger.com/atom/ns#' term='MigrationWiz'/><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft Online'/><category scheme='http://www.blogger.com/atom/ns#' term='Mailbox'/><category scheme='http://www.blogger.com/atom/ns#' term='Migration'/><category scheme='http://www.blogger.com/atom/ns#' term='Exchange'/><category scheme='http://www.blogger.com/atom/ns#' term='New Features'/><category scheme='http://www.blogger.com/atom/ns#' term='IMAP'/><category scheme='http://www.blogger.com/atom/ns#' term='Gmail'/><category scheme='http://www.blogger.com/atom/ns#' term='BPOS'/><title type='text'>Repairing Migration Errors</title><content type='html'>As a&amp;nbsp;&lt;a href="http://www.migrationwiz.com/"&gt;MigrationWiz&lt;/a&gt; user, you&amp;nbsp;decide how many errors a migration can encounter before it is marked as failed. Simply specify the error limit in advanced connector settings (the default value is 100 errors). This means that a migration can succeed overall, but also report that some errors were encountered. &lt;br /&gt;
&lt;br /&gt;
For example, suppose that while migrating a large mailbox the destination server was down for an hour. While your migration may have succeeded overall, you'll probably see something like this in migration error logs:&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_twKrZ_ZBF3g/TFZm2Z_03zI/AAAAAAAAACk/-6aGE8KWWqo/s1600/error1.png" imageanchor="1" style="clear: left; cssfloat: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img bx="true" height="139" src="http://2.bp.blogspot.com/_twKrZ_ZBF3g/TFZm2Z_03zI/AAAAAAAAACk/-6aGE8KWWqo/s640/error1.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;What this tells you is that some items failed to migrate due to connectivity issues. However, &lt;a href="http://www.migrationwiz.com/"&gt;MigrationWiz&lt;/a&gt; makes it easy to retry failed items. This option is always free, but can be used only for migrations which completed successfully with errors.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_twKrZ_ZBF3g/TFZnMhYP9cI/AAAAAAAAACs/ws6fWd6WcVg/s1600/error2.png" imageanchor="1" style="clear: left; cssfloat: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img bx="true" height="146" src="http://2.bp.blogspot.com/_twKrZ_ZBF3g/TFZnMhYP9cI/AAAAAAAAACs/ws6fWd6WcVg/s640/error2.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;strong&gt;&lt;span style="font-size: large;"&gt;Handling migration errors:&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
In our experience, most mailbox migrations complete without any error. However, consider a mailbox with 100K items. Even with a low failure rate of 0.01%, you're looking at approximatively 10 errors. It is therefore reasonable to expect some errors when migrating large mailboxes. The key question is: how does MigrationWiz handle errors?&lt;br /&gt;
&lt;br /&gt;
Error handling is an essential part of what we do. To handle errors gracefully, we employ different techniques such as&amp;nbsp;exponential backoff retries, repairing corrupt email content, quarantining failed items, classifying errors as retriable vs. non-retriable, etc. In most cases, each mailbox item is given several chances to migrate. However, after all attempts have been exhausted, the migration process moves past the failed item, until the migration completes or too many errors are encountered.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;span style="font-size: large;"&gt;Common migration errors:&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
The most common types of migration errors are caused by server outages and invalid credentials. Excluding those obvious ones, here are some interesting ones:&lt;br /&gt;
&lt;br /&gt;
- &lt;strong&gt;"Some messages could not be FETCHed".&lt;/strong&gt; This error occurs when migrating corrupt emails from Gmail. We believe this error mostly affects emails received in Gmail before it started supporting IMAP, causing its storage engine to lose header information. Also, keep in mind that Gmail uses commodity computing and provides no guarantees in terms of data integrity or protection against data loss, &lt;br /&gt;
&lt;br /&gt;
- &lt;strong&gt;"Failed to create items under folder X: ErrorMimeContentInvalid".&lt;/strong&gt; This error occurs when trying to migrate corrupt e-mail content to Exchange. Exchange Server examines all inbound emails and rejects those whose content does not adhere to specifications. In some cases, we are able to automatically detect and fix corrupt MIME content, but not always. &lt;br /&gt;
&lt;br /&gt;
- &lt;strong&gt;"The remote server returned an error: (507) Insufficient Storage"&lt;/strong&gt;. This error occurs when a mailbox item is larger than what Exchange configuration parameters allow. In most cases, this error can be fixed simply by increasing Exchange limits and retrying migration errors. However, if your&amp;nbsp;Exchange server is hosted by a third-party provider, such limits may be outside your control.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-8080464551322837767?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/8080464551322837767/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=8080464551322837767' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/8080464551322837767'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/8080464551322837767'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/08/repairing-migration-errors.html' title='Repairing Migration Errors'/><author><name>BitTitan Operations</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14827005550536690840'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_twKrZ_ZBF3g/TFZm2Z_03zI/AAAAAAAAACk/-6aGE8KWWqo/s72-c/error1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-5076042220247256970</id><published>2010-07-29T23:06:00.000-07:00</published><updated>2010-07-29T23:19:34.721-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Online'/><category scheme='http://www.blogger.com/atom/ns#' term='MigrationWiz'/><category scheme='http://www.blogger.com/atom/ns#' term='Mailbox'/><category scheme='http://www.blogger.com/atom/ns#' term='Hosting Providers'/><category scheme='http://www.blogger.com/atom/ns#' term='POP'/><category scheme='http://www.blogger.com/atom/ns#' term='Outlook'/><category scheme='http://www.blogger.com/atom/ns#' term='Exchange'/><category scheme='http://www.blogger.com/atom/ns#' term='IMAP'/><category scheme='http://www.blogger.com/atom/ns#' term='Gmail'/><category scheme='http://www.blogger.com/atom/ns#' term='BPOS'/><title type='text'>5 Things We Deal With So That You Don't Have To</title><content type='html'>Whether you are a hosting provider who needs to onboard customers onto your platform, or a consulting company who needs to migrate users to a new e-mail system, you need a migration solution that is fast, easy and robust. If you've considered implementing your own migration suite, here are five reasons you should use &lt;a href="http://www.migrationwiz.com/"&gt;MigrationWiz&lt;/a&gt; instead.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;span style="font-size: large;"&gt;1) Converting email content:&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
You may have heard of the infamous &lt;a href="http://en.wikipedia.org/wiki/Transport_Neutral_Encapsulation_Format"&gt;TNEF&lt;/a&gt; format ("winmail.dat"). The short story is that Exchange and Outlook encode emails using a proprietary binary encoding format so that additional properties can be transmitted. If you're considering migrating emails to your own non-Exchange system, you'll need to decode and convert TNEF content. Not only will you need to parse TNEF data, you will also need to take care of things such as converting compressed &lt;a href="http://en.wikipedia.org/wiki/Rich_Text_Format"&gt;RTF&lt;/a&gt; to HTML, assembling &lt;a href="http://en.wikipedia.org/wiki/MIME"&gt;MIME&lt;/a&gt; body parts, etc. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;span style="font-size: large;"&gt;2) Migrating calendars&amp;nbsp;and contacts:&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
Exchange calendars or contacts have hundreds of properties, most of&amp;nbsp;which should be migrated to ensure full fidelity. For example, migrating a property called "CleanGlobalObjectId" (with a tag of 6ED8DA90-450B-101B-98DA-00AA003F1305 / 0x0023) is required to ensure correlation of meeting responses&amp;nbsp;to&amp;nbsp;corresponding appointments. We spent years fine-tuning the list of properties to migrate, and it's an ugly business. Similarly, Gmail appointment and contact properties must be mapped to Exchange properties, recurring appointments can have exceptions,&amp;nbsp;etc.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;span style="font-size: large;"&gt;3) Connecting to multiple systems:&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
To implement a migration solution that is complete, you'll need the ability to connect to a variety of systems such as Gmail, Yahoo mail, Exchange, IMAP, POP, etc. Each protocol has its one idiosyncrasies which must be taken care of. Want to migrate from Gmail? Better make sure you don't retrieve emails too quickly or the account will be locked down. Want to migrate from Yahoo mail? Better send a secret IMAP command or you won't be able to authenticate. Want to migrate from Exchange? Better select the right API depending on the version.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;span style="font-size: large;"&gt;4) Making it scale:&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
To offer a performant migration solution, you'll need to optimize&amp;nbsp;for each protocol. For example, to efficiently read email from IMAP, you should probably use the fetch commands to batch-retrieve emails. And to write emails to IMAP, you should probably pipeline commands or use special IMAP extensions such as MULTIAPPEND. To handle large-scale migrations, you might need to distribute workload acrosss hundreds of machines. Our data center is specifically &lt;a href="http://www.migrationwiz.com/Public/Mailbox/HowItWorks.aspx"&gt;designed&lt;/a&gt; to handle this type of scenario: is yours?&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;span style="font-size: large;"&gt;5) Integrating it:&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
After spending months (years!) implementing a robust migration solution, you'll need to integrate it with your systems. This will definitely require a good API. Not only should this API be very secure, it should also be powerful enough to support complex tasks such as monitoring migration ("find all migrations that failed in the last&amp;nbsp;4 hours"), providing statistics ("report the rate at which data is being migrated"), or retrying errors without creating duplicates. &lt;br /&gt;
&lt;br /&gt;
Unless your migration needs are very specific, implementing your own migration solution can prove a costly endeavor. As a provider of cloud-based migration solutions, we've had a unique opportunity to battle-test and constantly improve our system. Whether you want to use our &lt;a href="http://www.migrationwiz.com/Public/Mailbox/Default.aspx"&gt;web interface&lt;/a&gt; or migration &lt;a href="http://www.migrationwiz.com/Public/DeveloperProgram.aspx"&gt;SOAP API&lt;/a&gt;, it can all be yours without you having to install anything!&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;img border="0" bx="true" height="300" src="http://3.bp.blogspot.com/_twKrZ_ZBF3g/TFJpc-DDuUI/AAAAAAAAACc/-E5nQgIk8eM/s400/drywall.jpg" width="400" /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-5076042220247256970?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/5076042220247256970/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=5076042220247256970' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/5076042220247256970'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/5076042220247256970'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/07/5-things-we-deal-with-so-that-you-dont.html' title='5 Things We Deal With So That You Don&apos;t Have To'/><author><name>BitTitan Operations</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14827005550536690840'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_twKrZ_ZBF3g/TFJpc-DDuUI/AAAAAAAAACc/-E5nQgIk8eM/s72-c/drywall.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-5898641989815858125</id><published>2010-07-22T12:25:00.000-07:00</published><updated>2010-07-22T12:41:19.440-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Online'/><category scheme='http://www.blogger.com/atom/ns#' term='MigrationWiz'/><category scheme='http://www.blogger.com/atom/ns#' term='Mailbox Connector'/><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft Online'/><category scheme='http://www.blogger.com/atom/ns#' term='Mailbox'/><category scheme='http://www.blogger.com/atom/ns#' term='Migration'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Exchange'/><category scheme='http://www.blogger.com/atom/ns#' term='IMAP'/><category scheme='http://www.blogger.com/atom/ns#' term='Gmail'/><title type='text'>Folder Exclusions</title><content type='html'>&lt;p&gt;
MigrationWiz allows very rich folder exclusions using the regular expressions syntax.  I know that a lot of people are not familiar with this syntax, so I'm going to try and break it down to some simple examples.
&lt;/p&gt;
&lt;p style="font-weight: bold;"&gt;
Folder Normalization
&lt;/p&gt;
&lt;p&gt;
The first thing is to understand how we normalize the folder names in which the regular expressions applied to.  
&lt;/p&gt;
&lt;p&gt;
&lt;ul&gt;
&lt;li&gt;Case Sensitivity - Folder names are compared in a case insensitive fashion&lt;/li&gt;
&lt;li&gt;Folder Separator - Regardless of the messaging system, we separate all folder paths with a forward slash (/) for the purpose of exclusion comparison.  i.e.  Inbox/SubFolder&lt;/li&gt;
&lt;li&gt;Preceding Separator - Do not specify any preceding separator when referencing the folder.  i.e.  Do not specify /Inbox/SubFolder but rather Inbox/SubFolder&lt;/li&gt;
&lt;li&gt;Trailing Separator - Do not specify any trailing separator when referencing the folder.  i.e.  Do not specify Inbox/SubFolder/ but rather Inbox/SubFolder&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;
&lt;p style="font-weight: bold;"&gt;
Examples
&lt;/p&gt;
&lt;p&gt;
Here are some example folder filters that you can start with:
&lt;/p&gt;
&lt;p&gt;
&lt;table width="100%" cellspacing="5" cellpadding="5" border="1"&gt;
&lt;tr&gt;
&lt;th style="text-align: left;"&gt;
Filter
&lt;/th&gt;
&lt;th style="text-align: left;"&gt;
Description
&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="white-space: nowrap;"&gt;
^All Mail$
&lt;/td&gt;
&lt;td&gt;
Do not migrate the "All Mail" folder from Gmail.  Note that sub-folders of All Mail are still migrated.
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="white-space: nowrap;"&gt;
^Inbox/
&lt;/td&gt;
&lt;td&gt;
Do not migrate any sub-folders under the Inbox
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td style="white-space: nowrap;"&gt;
(^Inbox$|^Inbox/)
&lt;/td&gt;
&lt;td&gt;
Do not migrate the Inbox or any sub-folder of Inbox
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="white-space: nowrap;"&gt;
(^Folder1$|^Folder2$|^Folder3/)
&lt;/td&gt;
&lt;td&gt;
Do not migrate Folder1, Folder2 and any sub-folder of Folder3.  Note that sub-folders of Folder1 and Folder2 are still migrated.
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-5898641989815858125?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/5898641989815858125/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=5898641989815858125' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/5898641989815858125'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/5898641989815858125'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/07/folder-exclusions.html' title='Folder Exclusions'/><author><name>Geeman Yip</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08212888854820228409'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-1287039332687630891</id><published>2010-07-20T22:35:00.000-07:00</published><updated>2010-07-22T09:52:14.081-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Online'/><category scheme='http://www.blogger.com/atom/ns#' term='Mailbox'/><category scheme='http://www.blogger.com/atom/ns#' term='Migration'/><category scheme='http://www.blogger.com/atom/ns#' term='Exchange'/><category scheme='http://www.blogger.com/atom/ns#' term='BPOS'/><title type='text'>More About Coexistence and Migration</title><content type='html'>We already &lt;a href="http://blog.migrationwiz.com/2010/07/word-on-coexistence-during-migration.html"&gt;blogged&lt;/a&gt; about coexistence and migration. But because we received so many questions about how coexistence might actually work, we thought we'd clarify in a new post. &lt;br /&gt;
&lt;br /&gt;
Suppose that your users have email addresses such as &lt;a href="mailto:user@company.com"&gt;user@company.com&lt;/a&gt;, but should be migrated to BPOS or hosted Exchange. You may want to move users one group at a time. Because you're paying for a new email system, you also want migrated users to be able to fully utilize their new mailbox as quickly as possible. In other terms you want coexistence: for the time being, some users will&amp;nbsp;use their old mailbox, while others should be able to use their new mailbox.&lt;br /&gt;
&lt;br /&gt;
Here is the procedure which we found works best (here BPOS is just taken as an example):&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;In BPOS, create a primary (&lt;a href="mailto:user@company.com"&gt;user@company.com&lt;/a&gt;) and secondary (&lt;a href="mailto:user@mso.company.com"&gt;user@mso.company.com&lt;/a&gt;) email address&lt;/li&gt;
&lt;li&gt;In your original email system, leave the MX record untouched &lt;/li&gt;
&lt;li&gt;In your original email system, forward emails from the primary (&lt;a href="mailto:user@company.com"&gt;user@company.com&lt;/a&gt;) to the secondary (&lt;a href="mailto:user@mso.company.com"&gt;user@mso.company.com&lt;/a&gt;)&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;In BPOS, users can login as &lt;a href="mailto:user@company.com"&gt;user@company.com&lt;/a&gt; and continue to send/receive emails without any disruption. &lt;/li&gt;
&lt;/ul&gt;Of course, there are a few limitations you should be aware of:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Free/busy information may not be synchronized across email systems&lt;/li&gt;
&lt;li&gt;Mailbox delegate access may stop working between email systems&lt;/li&gt;
&lt;li&gt;Email delivery may be delayed because of email forwarding&lt;/li&gt;
&lt;li&gt;Etc.&lt;/li&gt;
&lt;/ul&gt;While this solution is not perfect, we found that it usually works very well. Do&amp;nbsp;not hesitate&amp;nbsp;to &lt;a href="https://www.migrationwiz.com/Public/ContactUs.aspx"&gt;contact us&lt;/a&gt; if you have any questions: we'd&amp;nbsp;be more than happy to help.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-1287039332687630891?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/1287039332687630891/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=1287039332687630891' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/1287039332687630891'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/1287039332687630891'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/07/more-about-coexistence-and-migration.html' title='More About Coexistence and Migration'/><author><name>BitTitan Operations</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14827005550536690840'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-8071722174204444021</id><published>2010-07-22T09:39:00.000-07:00</published><updated>2010-07-22T09:49:25.602-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Online'/><category scheme='http://www.blogger.com/atom/ns#' term='HostingCon'/><category scheme='http://www.blogger.com/atom/ns#' term='Hosting Providers'/><category scheme='http://www.blogger.com/atom/ns#' term='Migration'/><category scheme='http://www.blogger.com/atom/ns#' term='Exchange'/><category scheme='http://www.blogger.com/atom/ns#' term='IMAP'/><category scheme='http://www.blogger.com/atom/ns#' term='Gmail'/><title type='text'>HostingCon 2010 Takeaways</title><content type='html'>We're back from &lt;a href="http://www.hostingcon.com/"&gt;HostingCon&lt;/a&gt; 2010 in Austin, TX, and while our main objective for this year's conference was to find new ways to lower our &lt;a href="http://www.migrationwiz.com/Public/Mailbox/HowItWorks.aspx"&gt;data center&lt;/a&gt;'s operational costs, it was also a unique opportunity to meet with hosting providers, including some specializing in email hosting / security / archiving (ex: &lt;a href="http://www.fusemail.com/"&gt;FuseMail&lt;/a&gt;, &lt;a href="http://www.messagesolution.com/"&gt;MessageSolutions&lt;/a&gt;, &lt;a href="http://atmail.com/"&gt;AtMail&lt;/a&gt;, etc.). &lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.hostingcon.com/"&gt;&lt;img border="0" hw="true" src="http://1.bp.blogspot.com/_twKrZ_ZBF3g/TEht0FMCRkI/AAAAAAAAACM/kWI5ZfqIdDI/s640/hostingcon.png" width="500" /&gt;&lt;/a&gt;&lt;/div&gt;As a provider of hosted services, you compete aggressively on price and features. One way you increase your customer base is to make onboarding as easy as possible - and that usually starts with migrating existing email content. While in some cases establishing an SSH session to tarball and move email content might work, things get hairy when dealing with more complex systems such as Exchange or Gmail. &lt;br /&gt;
&lt;br /&gt;
As a provider of cloud-based mailbox &lt;a href="http://www.migrationwiz.com/"&gt;migration services&lt;/a&gt; with the ability to connect to almost any internet-reachable email system and a migration &lt;a href="http://www.migrationwiz.com/Public/DeveloperProgram.aspx"&gt;SOAP API&lt;/a&gt;, we definitely see some synergy in terms of making your onboarding a lot easier. See you at HostingCon 2011!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-8071722174204444021?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/8071722174204444021/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=8071722174204444021' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/8071722174204444021'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/8071722174204444021'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/07/hostingcon-2010-takeaways.html' title='HostingCon 2010 Takeaways'/><author><name>BitTitan Operations</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14827005550536690840'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_twKrZ_ZBF3g/TEht0FMCRkI/AAAAAAAAACM/kWI5ZfqIdDI/s72-c/hostingcon.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-5975318207084223289</id><published>2010-07-20T22:05:00.000-07:00</published><updated>2010-07-21T07:37:40.529-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Online'/><category scheme='http://www.blogger.com/atom/ns#' term='MigrationWiz'/><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft Online'/><category scheme='http://www.blogger.com/atom/ns#' term='Mailbox'/><category scheme='http://www.blogger.com/atom/ns#' term='Migration'/><category scheme='http://www.blogger.com/atom/ns#' term='Exchange'/><category scheme='http://www.blogger.com/atom/ns#' term='IMAP'/><category scheme='http://www.blogger.com/atom/ns#' term='BPOS'/><title type='text'>How Fast is Fast?</title><content type='html'>One question our customers frequently ask is: how much time will&amp;nbsp;my migration take to complete? &lt;br /&gt;
&lt;br /&gt;
We were recently contacted by a customer&amp;nbsp;with 400 GBs of email data to migrate to BPOS, but only a &lt;a href="http://en.wikipedia.org/wiki/T-carrier"&gt;T1 line&lt;/a&gt;. With a T1 line, the maximum amount of data which can be transfered out is 1.544 Mb/sec,&amp;nbsp;or 694 MB/hour. This also assumes full duplex and does not even account for protocol overhead. While we offer lightning-speed migration, transfering this quantity of data amounts to&amp;nbsp;30 days - regardless of migration technology (unless it involves sending a hard drive by mail). Fortunately, our customer was able to connect their email system to a faster network and complete their migration&amp;nbsp;in less than 48 hours.&lt;br /&gt;
&lt;br /&gt;
How fast is &lt;a href="http://www.migrationwiz.com/"&gt;MigrationWiz&lt;/a&gt;?&amp;nbsp;It really all depends on your connection speed. But as you can&amp;nbsp;see from the stats below, it can go pretty fast. In this case, we migrated emails from an IMAP server with an export speed exceeding 3 GB/hour, to a BPOS Exchange server with an import speed exceeding 950 MB/hour. It wasn't our fastest migration,&amp;nbsp;but it is still quite fast. If you are left wondering what "active" and "passive" mean below, it does deserve some explanations. The active duration represents the time spent actively importing/exporting mailbox data, while the passive duration represents the time waiting for the import or export to catch up. In this case, the IMAP server was able to export data much faster than BPOS could import it, so the source passive duration was 37&amp;nbsp;minutes.&amp;nbsp;Had BPOS been able to sustain&amp;nbsp;a 3GB/hour per mailbox&amp;nbsp;import rate, it would have been 0.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_twKrZ_ZBF3g/TEaBv5fMX0I/AAAAAAAAACE/wpM6Y_7YTNc/s1600/stats.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="352" hw="true" src="http://4.bp.blogspot.com/_twKrZ_ZBF3g/TEaBv5fMX0I/AAAAAAAAACE/wpM6Y_7YTNc/s400/stats.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-5975318207084223289?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/5975318207084223289/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=5975318207084223289' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/5975318207084223289'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/5975318207084223289'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/07/how-fast-is-fast.html' title='How Fast is Fast?'/><author><name>BitTitan Operations</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14827005550536690840'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_twKrZ_ZBF3g/TEaBv5fMX0I/AAAAAAAAACE/wpM6Y_7YTNc/s72-c/stats.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-600440666977539064</id><published>2010-07-16T21:39:00.000-07:00</published><updated>2010-07-16T21:49:52.808-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Online'/><category scheme='http://www.blogger.com/atom/ns#' term='MigrationWiz'/><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft Online'/><category scheme='http://www.blogger.com/atom/ns#' term='Mailbox'/><category scheme='http://www.blogger.com/atom/ns#' term='Migration'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Exchange'/><category scheme='http://www.blogger.com/atom/ns#' term='IMAP'/><category scheme='http://www.blogger.com/atom/ns#' term='Gmail'/><category scheme='http://www.blogger.com/atom/ns#' term='BPOS'/><title type='text'>Imitation Is The Best Form Of Flattery</title><content type='html'>As the leader in &lt;a href="http://www.migrationwiz.com"&gt;complete cloud based migration solutions&lt;/a&gt;, it's interesting to see other migration solutions saying they are a "cloud based migration solution."  
&lt;p&gt;
MigrationWiz is a &lt;a href="http://www.migrationwiz.com"&gt;fully automated migration solution&lt;/a&gt;.  Every aspect of our product is self-service, and completely hands off.  This means that we never manually handle any of your data, configuration, credentials, or anything else that you may need to do to configure, store or pass through our servers.  Furthermore, we take it to the next level with certifications by 3rd party security firms and compliances with certain regulations in order to process your transactions.  Finally, we implement automated security policies in addition to letting you control every aspect of configurations you provide to our service using our secure interface 24 hours a day, 7 days a week.
&lt;/p&gt;
&lt;p&gt;
So what are others doing?  They are basically taking their legacy products, deploying them on cloud instances manually, like Amazon, and calling it a cloud based product.  Did I mention that they manage all aspects of the system, including handling of your sensitive information like credentials and configuration?  How well protected are these systems really from the outside or their own employees since manual access is required for configuration changes?
&lt;/p&gt;
&lt;p&gt;
Don’t be fooled by marketing gimmicks.  There is a reason why companies of all sizes, from sole proprietors to Fortune 500 companies in over 50 countries trust us as their premiere migration solution to and from the cloud each day.  Whether you are doing a &lt;a href="http://www.migrationwiz.com"&gt;BPOS migration&lt;/a&gt;, &lt;a href="http://www.migrationwiz.com"&gt;Exchange migration&lt;/a&gt;, or any &lt;a href="http://www.migrationwiz.com"&gt;migration to or from the cloud&lt;/a&gt;, MigrationWiz is the prefered choice by organizations worldwide.
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-600440666977539064?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/600440666977539064/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=600440666977539064' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/600440666977539064'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/600440666977539064'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/07/imitation-is-best-form-of-flattery.html' title='Imitation Is The Best Form Of Flattery'/><author><name>Geeman Yip</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08212888854820228409'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-5396986234387586790</id><published>2010-07-16T21:09:00.000-07:00</published><updated>2010-07-16T21:12:14.415-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Online'/><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft Online'/><category scheme='http://www.blogger.com/atom/ns#' term='Mailbox'/><category scheme='http://www.blogger.com/atom/ns#' term='POP'/><category scheme='http://www.blogger.com/atom/ns#' term='Outlook'/><category scheme='http://www.blogger.com/atom/ns#' term='Migration'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Exchange'/><category scheme='http://www.blogger.com/atom/ns#' term='IMAP'/><category scheme='http://www.blogger.com/atom/ns#' term='Gmail'/><category scheme='http://www.blogger.com/atom/ns#' term='BPOS'/><title type='text'>Beware of PST Imports</title><content type='html'>&lt;p&gt;
It never ceases to amaze me how many recommendations are put out by people (including consultants) to do a PST import into a new mailbox in order to migrate data.  Not only that, but these recommendations are either put out because of the lack of knowledge by the person recommending this method or without disclosing the problems associated with it.  Here’s what they don’t tell you …
&lt;/p&gt;
&lt;p&gt;
If you do a PST import of data regardless of what protocol you used to download it in the first place, you basically end up with messages that are unrepliable.   Yes, that’s right, all of your messages are unrepliable regardless of whether the messages were downloaded via POP, IMAP, Exchange or any other protocol with Outlook.  The reason is that Outlook stores the addresses as entry IDs which is what you are replying to.
&lt;/p&gt;
&lt;p&gt;
When you import the message, it will look like it resolves properly to the recipient (looks like everything is good even when you view properties of the recipient).  But once you hit that reply button and press send, your message will bounce back and ultimately will never get delivered.  The only way around this is to remove all recipients from the address fields and re-enter all of them back manually.
&lt;/p&gt;
&lt;p&gt;
Think twice next time someone tells you to do a PST import.
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-5396986234387586790?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/5396986234387586790/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=5396986234387586790' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/5396986234387586790'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/5396986234387586790'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/07/beware-of-pst-imports.html' title='Beware of PST Imports'/><author><name>Geeman Yip</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08212888854820228409'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-5016159099465937146</id><published>2010-07-16T10:03:00.000-07:00</published><updated>2010-07-16T10:03:54.311-07:00</updated><title type='text'>New Mailbox Migration Offerings</title><content type='html'>&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.migrationwiz.com/" imageanchor="1" style="clear: right; cssfloat: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="640" hw="true" src="http://2.bp.blogspot.com/_twKrZ_ZBF3g/TECQMUcm-qI/AAAAAAAAAB0/2WzsBU0Dps0/s640/ad120x600.jpg" width="128" /&gt;&lt;/a&gt;&lt;/div&gt;We're excited to inform you of our latest product updates and the many new features we've added to our zero-deployment, easy to use self-service migration service!&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;strong&gt;Earn Cash Back&lt;/strong&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;We're excited to announce the launch of our new &lt;a href="http://www.migrationwiz.com/Public/AffiliateProgram.aspx"&gt;Affiliate Program&lt;/a&gt;. Earn 10% of each customer purchase you refer to us. Our compensation philosophy is simple: reward Partners for their contributions to our business in unit volume and in growth. MigrationWiz is a fast growing business and we want our Partners to grow with us. Learn more. &lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;strong&gt;Faster Migrations&lt;/strong&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;Everyone claims to have the fastest migrations. Bottom line is that MigrationWiz has and will continue to set the standard in the area of speed. We've exceeded over one terabyte of data per hour for a single customer. Our patent-pending technology was built from the grounds up and is optimized to move hundreds of thousands of simultaneous mailboxes through the internet at any given time. MigrationWiz has broken all boundaries by moving &lt;a href="http://www.prweb.com/releases/2010/06/prweb4128904.htm"&gt;over a hundred terabytes in under 48 hours&lt;/a&gt;. &lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;strong&gt;Updated Interface&lt;/strong&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;You spoke, we've listened. We've updated our interface, added availability in over 50 languages and introduced a new &lt;a href="http://www.migrationwiz.com/Public/Pricing.aspx"&gt;Premium license&lt;/a&gt; for migrations requiring multiple passes. MigrationWiz has always been a service with low startup costs. In fact, you can sign up, configure and submit migrations in a matter of minutes with no prior experience. &lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;strong&gt;Private Labeling&lt;/strong&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;Private label MigrationWiz for your own organization. We now offer a SOAP API that you can &lt;a href="http://www.migrationwiz.com/Public/DeveloperProgram.aspx"&gt;integrate with&lt;/a&gt; to provide migration. Our exclusive Developer Program is open to select partners who are interested in rebranding our world class service. Contact us for more information. &lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;strong&gt;World Partner Conference 2010&lt;/strong&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;For the second year in a row, we've been invited to &lt;a href="http://blog.migrationwiz.com/2010/07/thank-you-for-great-wpc-2010.html"&gt;showcase our product&lt;/a&gt; in the Microsoft Online Services booth at the World Partner Conference. If you're going to be in Washington D.C. next week, stop by our kiosk. We'll be giving away thousands of dollars worth of free migrations to thank our partners for their continued support. &lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-5016159099465937146?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/5016159099465937146/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=5016159099465937146' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/5016159099465937146'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/5016159099465937146'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/07/new-mailbox-migration-offerings.html' title='New Mailbox Migration Offerings'/><author><name>BitTitan Operations</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14827005550536690840'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_twKrZ_ZBF3g/TECQMUcm-qI/AAAAAAAAAB0/2WzsBU0Dps0/s72-c/ad120x600.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-6953569388345907707</id><published>2010-07-15T21:23:00.000-07:00</published><updated>2010-07-15T23:20:09.915-07:00</updated><title type='text'>Thank You for a Great WPC 2010</title><content type='html'>&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_twKrZ_ZBF3g/TD_ZBDb53qI/AAAAAAAAABk/Le9WDDPHxFI/s1600/WPC2.JPG" imageanchor="1" style="clear: right; cssfloat: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="320" hw="true" src="http://3.bp.blogspot.com/_twKrZ_ZBF3g/TD_ZBDb53qI/AAAAAAAAABk/Le9WDDPHxFI/s320/WPC2.JPG" width="239" /&gt;&lt;/a&gt;&lt;/div&gt;As the Microsoft Worldwide Partner Conference (&lt;a href="https://partner.microsoft.com/global/40018508"&gt;WPC&lt;/a&gt;) unfolds, we'd like the opportunity to say a big&amp;nbsp;&lt;strong&gt;&lt;span style="font-size: large;"&gt;thank you&lt;/span&gt;&lt;/strong&gt; to all of you who dropped by our booth in the Microsoft pavillion. &lt;br /&gt;
&lt;br /&gt;
This WPC conference has allowed us to close new deals, establish new partnerships, but also for many of you to put a face to the name. As a leading provider of cloud-based fast &lt;a href="http://www.migrationwiz.com/"&gt;mailbox migration&lt;/a&gt;, we truly appreciate your feedback and look forward to stronger partnerships.&amp;nbsp;We also hope this year's WPC has brought continued success and new opportunities to your business!&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_twKrZ_ZBF3g/TD_Y9QbGXVI/AAAAAAAAABc/n0VrdZEg1JM/s1600/WPC1.JPG" imageanchor="1" style="clear: left; cssfloat: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="476" hw="true" src="http://1.bp.blogspot.com/_twKrZ_ZBF3g/TD_Y9QbGXVI/AAAAAAAAABc/n0VrdZEg1JM/s640/WPC1.JPG" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-6953569388345907707?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/6953569388345907707/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=6953569388345907707' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/6953569388345907707'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/6953569388345907707'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/07/thank-you-for-great-wpc-2010.html' title='Thank You for a Great WPC 2010'/><author><name>BitTitan Operations</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14827005550536690840'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_twKrZ_ZBF3g/TD_ZBDb53qI/AAAAAAAAABk/Le9WDDPHxFI/s72-c/WPC2.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-3571127848214324407</id><published>2010-07-08T00:00:00.000-07:00</published><updated>2010-07-08T00:20:20.878-07:00</updated><title type='text'>Why You Should Use a SaaS Migration Solution</title><content type='html'>Our mailbox migration solution (&lt;a href="http://www.migrationwiz.com/"&gt;MigrationWiz&lt;/a&gt;) is a cloud-based migration service. Our customers do not need to deploy any &lt;a href="http://www.migrationwiz.com/Public/Mailbox/LowerTCO.aspx"&gt;expensive&lt;/a&gt; hardware or software to perform large-scale migrations. But the SaaS approach also gives us several other advantages over conventional migration solutions. &lt;strong&gt;If you're moving to the cloud, don't you think it makes sense to use a cloud-based migration solution?&lt;/strong&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_twKrZ_ZBF3g/TDVzLFqMnVI/AAAAAAAAABU/Q2Z2poBMJNI/s1600/Untitled.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="89" rw="true" src="http://4.bp.blogspot.com/_twKrZ_ZBF3g/TDVzLFqMnVI/AAAAAAAAABU/Q2Z2poBMJNI/s640/Untitled.jpg" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;b&gt;SaaS = More reliable every day&lt;/b&gt;&lt;br /&gt;
Each migration comes with a new set of data, connected systems, and sometimes challenges. Over the years, we've seen more unexpected and sometinmes bizarre problems than we'd like (ex: corrupt appointments, inexistent time zones, KOI8-R encoded email addresses) . But because we directly manage the &lt;a href="http://www.migrationwiz.com/Public/Mailbox/HowItWorks.aspx"&gt;server farm&lt;/a&gt; performing migrations, we've been able to observe, investigate, and fix every problem we've encountered along the way. It is this constant improvement cycle which makes our system one of the most battle-tested migration solution available on the market. In addition, we frequently patch our systems to enable new capabilities.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;SaaS = Faster&amp;nbsp;support turnaround&lt;/b&gt;&lt;br /&gt;
One thing the SaaS approach allows us to do is better respond to customer issues. Each time a migration runs into trouble, our support team is automatically notified. Sometimes, we fix problems without you (the customer) noticing we even did. And each time we have to investigate a problem, we're already setup to connect to your source and destination systems. As a result, we resolve most support issues much faster than possible using conventional migration software.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;SaaS = Unmatched performance and scalability&lt;/b&gt;&lt;br /&gt;
To implement our SaaS migration solution, we use a global data center which utilizes some of the fastest internet backbones available globally. To perform some migrations, we use several hundreds of computers, which is not feasible using conventional migration solutions requiring you to install software on each machine.&amp;nbsp;Our SaaS model and patent-pending &lt;a href="http://www.migrationwiz.com/Public/Mailbox/HowItWorks.aspx"&gt;technology&lt;/a&gt; allows us to provide you with virtually unlimited computing resources and blazing-fast network connectivity.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;SaaS = Remote monitoring and management&lt;/b&gt;&lt;br /&gt;
Unlike with desktop migration solutions, any user can point a browser to our website and access real-time information about migrations. This means that you, riding the bus with an IPhone, can remotely manage and monitor your migrations. We'll also send you email notifications, so you know what is happening any time, anywhere.&lt;br /&gt;
&lt;br /&gt;
So far, our system has migrated hundreds of terabytes of email data. With each migration, we've learned something new&amp;nbsp;and used it to improve our system. So if you are looking for a reliable migration solution with great support to back it up, look no further!&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-3571127848214324407?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/3571127848214324407/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=3571127848214324407' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/3571127848214324407'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/3571127848214324407'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/07/why-you-should-use-saas-migration.html' title='Why You Should Use a SaaS Migration Solution'/><author><name>BitTitan Operations</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14827005550536690840'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_twKrZ_ZBF3g/TDVzLFqMnVI/AAAAAAAAABU/Q2Z2poBMJNI/s72-c/Untitled.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-4093427861623794490</id><published>2010-07-06T23:07:00.000-07:00</published><updated>2010-07-06T23:41:54.999-07:00</updated><title type='text'>A word on coexistence after migration</title><content type='html'>&lt;div&gt;Migrating any organization to a new email system is something IT administrators know they MUST get right. Because email migration impacts such a critical component of any business, failure to deliver on a migration can result in a true IT administration nightmare, sometimes even loss of revenue. In most cases, a piecemeal approach to migration makes sense, but what kind of issues should one expect from coexistence?&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;b&gt;Email Forwarding for Coexistence&lt;/b&gt;&lt;br /&gt;
One basic building block of coexistence after migration is email forwarding. Most email systems - from Microsoft Exchange to Google Apps - support email forwarding. In most cases, administrators cannot rely on users to setup email forwarding, so an administrative option is a must. If you're lucky, there will be a UI option allowing you to configure email forwarding for a set of users. If not, you may need to script against a user provisioning API. &lt;/div&gt;&lt;div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_twKrZ_ZBF3g/TDQg9GP8oYI/AAAAAAAAAA0/ZhQ_AR5tTY4/s1600/Untitled.png" imageanchor="1" style="clear: left; cssfloat: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="195" rw="true" src="http://3.bp.blogspot.com/_twKrZ_ZBF3g/TDQg9GP8oYI/AAAAAAAAAA0/ZhQ_AR5tTY4/s640/Untitled.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;b&gt;Limitations of Email Forwarding&lt;/b&gt;&lt;br /&gt;
Although email forwarding can provide some level of coexistence, there are certain limitations you should be aware of:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Email forwarding will not keep calendar or contact items in sync&lt;/li&gt;
&lt;li&gt;Email forwarding will not propagate delete, move, or copy actions&lt;/li&gt;
&lt;li&gt;Email forwarding will not synchronize free/busy calendar information&lt;/li&gt;
&lt;li&gt;Email forwarding may not allow delegate access to continue working&lt;/li&gt;
&lt;li&gt;Email forwarding settings may conflict with &lt;a href="http://www.microsoft.com/mscorp/safety/technologies/senderid/default.mspx"&gt;Sender ID&lt;/a&gt; security settings&lt;/li&gt;
&lt;li&gt;Email forwarding requires configuration work as previously discussed &lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;The Mailbox Synchronization Solution&lt;/b&gt;&lt;br /&gt;
Clearly, email forwarding alone cannot provide full coexistence. One option is to use coexistence, but also rely on some type of mailbox synchronization to keep contacts, free/busy information, etc. in sync. However, this approach brings a whole new set of issues:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Synchronization must constantly detect changes and is therefore resource-intensive&lt;/li&gt;
&lt;li&gt;Synchronization must deal with complex issues such as change conflict resolution&lt;/li&gt;
&lt;li&gt;Synchronization means replication delays which can be quite confusing to users&lt;/li&gt;
&lt;li&gt;Synchronization may not handle all changes (ex: changes to folder permissions)&lt;/li&gt;
&lt;li&gt;Synchronization may not be able to properly merge changes&amp;nbsp; &lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;The Delta Migration Solution&lt;/b&gt;&lt;br /&gt;
Fortunately, alternative solutions do exist. The delta migration approach consists in migrating most mailbox content early on, for example a week or two in advance. This allows users to take a look at their new mailbox and make sure all is well. When ready to switch, administrators can perform a quick delta migration to update destination mailboxes with new content. Because the bulk of the data has already been migrated (ex: all mail for the last 3 years), the delta migration usually completes very quickly. Our new &lt;a href="http://www.migrationwiz.com/Public/Pricing.aspx"&gt;Premium license&lt;/a&gt; is specifically designed for this scenario. Not only do Premium licenses allow multiple migration passes, each license can migrate up to 50 Gigabytes of content. &lt;br /&gt;
&lt;br /&gt;
In conclusion, our experience migrating mailboxes for customers in over 50 countries tells us that often the delta migration approach us best at mitigating risk - but of course we also recognize that each situation is unique!&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-4093427861623794490?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/4093427861623794490/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=4093427861623794490' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/4093427861623794490'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/4093427861623794490'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/07/word-on-coexistence-during-migration.html' title='A word on coexistence after migration'/><author><name>BitTitan Operations</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14827005550536690840'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_twKrZ_ZBF3g/TDQg9GP8oYI/AAAAAAAAAA0/ZhQ_AR5tTY4/s72-c/Untitled.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-8692148562321781507</id><published>2010-07-06T20:48:00.000-07:00</published><updated>2010-07-06T20:48:45.187-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Online'/><category scheme='http://www.blogger.com/atom/ns#' term='MigrationWiz'/><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft Online'/><category scheme='http://www.blogger.com/atom/ns#' term='Mailbox'/><category scheme='http://www.blogger.com/atom/ns#' term='Migration'/><category scheme='http://www.blogger.com/atom/ns#' term='Exchange'/><category scheme='http://www.blogger.com/atom/ns#' term='BPOS'/><title type='text'>MigrationWiz migrates 100,000 Exchange mailboxes in under 48 hours</title><content type='html'>&lt;p&gt;
Sammamish, WA (PRWEB) June 29, 2010 -- &lt;a href="http://www.bittitan.com/public/default.aspx"&gt;BitTitan, Inc.&lt;/a&gt;, a Microsoft Exchange partner, announced that it completed a scalability test during which 100,000 Exchange mailboxes were migrated in under 48 hours. The experiment was conducted to validate &lt;a href="http://www.migrationwiz.com/Public/Mailbox/HowItWorks.aspx"&gt;patent-pending technology designed to migrate large enterprises in record time&lt;/a&gt;. During the migration, over 100 terabytes of data were transferred between email systems. To ensure completion in less than 48 hours, several hundred computers in multiple geographic locations were used. 
&lt;/p&gt;
&lt;p&gt;
To handle large-scale migrations, MigrationWiz relies on battle-tested code, patent-pending technology, but also a deep expertise in messaging systems. "Our team is composed of former Microsoft employees with extensive experience in enterprise development and services. In fact, we've implemented several features of Microsoft Exchange Server," says Geeman Yip, BitTitan's CEO. "Most migration products move one item at a time: we move them by batches of hundred, and we do it in a way that is massively parallel." says Dominic Pouzin, BitTitan's CTO.
&lt;/p&gt;
&lt;p&gt;
Unlike conventional migration solutions which require local computing resources and software licenses, MigrationWiz uses a purely cloud-based approach. As a result, administrators can schedule migrations without deploying any software or hardware, and access real-time statistics using a simple web browser. Because of its cloud-based SaaS approach, MigrationWiz eliminates all software, database, and operating system licensing fees required by conventional migration solutions. 
&lt;/p&gt;
&lt;p&gt;
Most migration products move one item at a time: we move them by batches of hundreds, and we do it in a way that is massively parallel.   
&lt;/p&gt;
&lt;p&gt;
While scalability becomes critically important for large-scale migrations, MigrationWiz addresses two frequent issues: data fidelity and data security. By specializing in &lt;a href="http://www.migrationwiz.com/Public/Products.aspx"&gt;migrating content to the Microsoft Exchange platform&lt;/a&gt; (including Microsoft Exchange Online, and the Microsoft Business Productivity Online Suite - BPOS), the company is able to migrate content with full fidelity. For example, advanced settings such as email reminders, appointment time zones, or contact attachments are fully preserved during migration. To ensure data security, MigrationWiz acts as a simple pass-through agent running on SAS 70 Type II compliant data centers. Other security features allow administrators to purge all information after a configurable period, authorize users to provide mailbox credentials via a secure portal, etc.
&lt;/p&gt;
&lt;p&gt;
About BitTitan, Inc. 
&lt;/p&gt;
&lt;p&gt;
BitTitan is a privately-held software company, headquartered in Kirkland, Washington, delivering innovative software as a service (SaaS) solutions to consumers and businesses worldwide. BitTitan’s flag ship product, MigrationWiz, is a &lt;a href="http://www.migrationwiz.com/Public/Mailbox/HowItWorks.aspx"&gt;100% cloud-based mailbox migration solution&lt;/a&gt;. Visit &lt;a href="http://www.migrationwiz.com/public/default.aspx"&gt;MigrationWiz.com&lt;/a&gt; for more information and a free trial. 
&lt;/p&gt;
&lt;p&gt;
### 
&lt;/p&gt;
&lt;p&gt;
See official release on &lt;a href="http://www.prweb.com/releases/2010/06/prweb4128904.htm"&gt;PRWEB&lt;/a&gt;
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-8692148562321781507?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/8692148562321781507/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=8692148562321781507' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/8692148562321781507'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/8692148562321781507'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/07/migrationwiz-migrates-100000-exchange.html' title='MigrationWiz migrates 100,000 Exchange mailboxes in under 48 hours'/><author><name>Geeman Yip</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08212888854820228409'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-1972350416178951968</id><published>2010-04-28T21:54:00.000-07:00</published><updated>2010-04-28T22:44:59.901-07:00</updated><title type='text'>How we migrate mailbox data faster</title><content type='html'>When your job consists in migrating terabytes of emails over a short period of time, you need to do it fast. This is especially true for some of our customers whose migrations must complete over a week end, or whose email system license is about to expire. A speedy migration can make the whole difference between a smooth transition and a painful one. And things are certainly less painful when you don't have to install anything to get things going!
&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Making it scale&lt;/strong&gt;
&lt;br&gt;
We've seen some of our migrations run at speed in excess of 1.5 Gig/hour/mailbox. So what makes MigrationWiz fast? First, we migrate items in bulk. We sometimes create 100 items using a single web request. This means less time spent in back-and-forth communications. Second, we distribute migration worload across hundreds of computers using patent-pending technology. This means migrations can progress in parallel with unmatched scalability.
&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Fine-tuning it&lt;/strong&gt;
&lt;br&gt;
We also did a lot of fine-tuning to achieve this type of speed. For example, we noticed that a significant amount of computing power was spent decrypting SSL data until we found a way to optimize decryption routines. We also use a fair amount of compression and caching to speed things up. After migrating hundreds of terabytes, we've certainly learned a thing or two about migrating data faster!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-1972350416178951968?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/1972350416178951968/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=1972350416178951968' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/1972350416178951968'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/1972350416178951968'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/04/how-we-move-you-mailbox-data-fast.html' title='How we migrate mailbox data faster'/><author><name>BitTitan Operations</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14827005550536690840'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-279360206590146783</id><published>2010-04-28T09:38:00.000-07:00</published><updated>2010-04-28T11:05:23.042-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MigrationWiz'/><category scheme='http://www.blogger.com/atom/ns#' term='Mailbox'/><category scheme='http://www.blogger.com/atom/ns#' term='Pricing'/><category scheme='http://www.blogger.com/atom/ns#' term='Migration'/><title type='text'>How we lower your migration TCO between systems</title><content type='html'>There is a reason why companies in over 50+ countries use MigrationWiz for their transition to or from the cloud.  We talk about lowering your total cost of ownership a lot compared to other tools (both free and paid).  No matter what tool/service you use to do your migration, there &lt;i&gt;will&lt;/i&gt; be a cost associated to it whether you know it or not.  This includes free tools.  
&lt;p/&gt;
&lt;strong&gt;Software Licensing&lt;/strong&gt;
&lt;p/&gt;
I think that evaluating software licensing fees for the migration tool itself are easy.  There are really two things that tool providers charge for:  1) per mailbox license and 2) per server license.  Some tools charge for both.
&lt;p/&gt;
Don’t forget about your software dependency licenses that you’ll need when running these tools.  This may include Windows, SQL, Office and any other “requirements” that are imposed.
&lt;p/&gt;
MigrationWiz charges on a per mailbox basis and offers discounts for larger migrations, academic and government institutions.  &lt;a href="http://www.migrationwiz.com/Public/Pricing.aspx"&gt;We have the most transparent pricing model available&lt;/a&gt;.  You don’t need to dig through tons of pages or contact us to get the real pricing.  We also require no software for you to install, including any software requirements.
&lt;p/&gt;
&lt;strong&gt;Hardware Costs&lt;/strong&gt;
&lt;p/&gt;
Depending on how fast you want your migration done, you will have to deploy many servers in your environment to accomplish this.  The reason why you want to do this is to maximize your network throughput so that your migration is as fast as possible and completes soon rather than later.
&lt;p/&gt;
Because it’s costly to scale your migrations out with on-premise tools, they will tell you that “it doesn’t matter” or “we haven’t seen any difference.”  If you get that in their sales pitch, they don’t do a lot of large scale moves to and from the cloud.  This might have worked in an on-premise model when you have GigE connections, but when you move data through the internet, you have no control over the quality of the line.  Moving data to or from the cloud will cut speeds down significantly period.
&lt;p/&gt;
MigrationWiz requires no hardware deployments.  You don’t need to worry about how many servers it will require to do your migration.  We will take care of that for you under the covers.  Here’s a chart of how many servers you need to deploy based on the number of mailboxes you want to migrate at the same time:
&lt;p/&gt;
                &lt;table border="1" cellpadding="5"&gt;
                    &lt;tr&gt;
                        &lt;th class="list-header-first" rowspan="2"&gt;
                            Simultaneous Mailboxes
                        &lt;/th&gt;
                        &lt;th class="list-header-nth" style="text-align: center;" colspan="2"&gt;
                            # Servers To Deploy
                        &lt;/th&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;th class="list-header-nth" style="text-align: center;"&gt;
                            MigrationWiz
                        &lt;/th&gt;
                        &lt;th class="list-header-nth" style="text-align: center;"&gt;
                            Others
                        &lt;/th&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class="list-item"&gt;
                            100
                        &lt;/td&gt;
                        &lt;td class="list-item" style="text-align: center;"&gt;
                            0
                        &lt;/td&gt;
                        &lt;td class="list-item" style="text-align: center;"&gt;
                            4 - 100
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr class="list-row-highlighted"&gt;
                        &lt;td class="list-item"&gt;
                            1,000
                        &lt;/td&gt;
                        &lt;td class="list-item" style="text-align: center;"&gt;
                            0
                        &lt;/td&gt;
                        &lt;td class="list-item" style="text-align: center;"&gt;
                            32 - 1000
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td class="list-item"&gt;
                            10,000
                        &lt;/td&gt;
                        &lt;td class="list-item" style="text-align: center;"&gt;
                            0
                        &lt;/td&gt;
                        &lt;td class="list-item" style="text-align: center;"&gt;
                            313 - 10,000
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr class="list-row-highlighted"&gt;
                        &lt;td class="list-item"&gt;
                            100,000
                        &lt;/td&gt;
                        &lt;td class="list-item" style="text-align: center;"&gt;
                            0
                        &lt;/td&gt;
                        &lt;td class="list-item" style="text-align: center;"&gt;
                            3,125 - 100,000
                        &lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/table&gt;
&lt;p/&gt;
&lt;strong&gt;Time is Money&lt;/strong&gt;
&lt;p/&gt;
Whether you realize it or not, time is money.  The longer you spend, the more you are distracted from the bigger picture and other problems to solve.  Moving data is like moving houses.  It might be something fun the first time but it gets old quick and repetitive.
&lt;p/&gt;
How much time did you spend learning how to use the tool, deploy server hardware, monitoring, etc?  Most tools, the training alone requires several days if not weeks to learn and play with it.
&lt;p/&gt;
With MigrationWiz, you can sign-up, configure and submit your first migration in minutes with no prior experience.  Yes I said minutes.  Best of all, you don’t have to speak to a single individual to do any of this or listen to our sales pitch.
&lt;p/&gt;
&lt;strong&gt;Quicker Migrations&lt;/strong&gt;
&lt;p/&gt;
Most tools are too costly to achieve full network utilization because of the amount of hardware you need to deploy (which then means more support costs).  You are usually bottlenecked by worker throughput.  Because of this, you are extending your migration timeline out.  By having a longer migration, you now need to spend resources maintaining two systems; in addition you are not able to realize your savings by using the cloud.  The whole reason you are moving to the cloud is to save money.
&lt;p/&gt;
MigrationWiz can shorten your migration period allowing you to realize your cloud decision quicker.  In most cases, this alone will offset the cost of using our product.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-279360206590146783?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/279360206590146783/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=279360206590146783' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/279360206590146783'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/279360206590146783'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/04/how-we-lower-your-migration-tco-between.html' title='How we lower your migration TCO between systems'/><author><name>Geeman Yip</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08212888854820228409'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-9116608995573249427</id><published>2010-04-24T23:31:00.000-07:00</published><updated>2010-04-25T10:45:52.801-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MigrationWiz'/><category scheme='http://www.blogger.com/atom/ns#' term='Mailbox'/><category scheme='http://www.blogger.com/atom/ns#' term='Migration'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Exchange'/><title type='text'>Google Gmail "Account exceeded bandwidth limits" errors</title><content type='html'>When migrating from Google Apps/Gmail, you may encounter the error "Account exceeded bandwidth limits."
&lt;p/&gt;
This is caused if you attempt to retrieve data too fast from your Gmail account.  Normally, you would not encounter this problem migrating your mailbox with MigrationWiz as we have mechanisms in place to prevent this from happening.  You may encounter this error if you are migrating your mailbox away from Google while having an email client downloading lots of data at the same time. 
&lt;p/&gt;
Once you get this error, Google basically penalizes you by locking remote data access to your mailbox for 24 hours.  Yes, this means that you will have to resubmit your migration in 24 hours to continue from where we left off and there is nothing we or you can do about it and applies to both free and paid accounts.  Resubmit your migration 24 hours after the first occurance of this error message in the error log for the mailbox.
&lt;p/&gt;
NOTE: Don't bother &lt;a href="http://blog.migrationwiz.com/2010/04/google-gmail-web-login-required-or.html"&gt;trying to perform a CAPTCHA&lt;/a&gt; as it will not unlock your account.  The only thing you can do is wait.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-9116608995573249427?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/9116608995573249427/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=9116608995573249427' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/9116608995573249427'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/9116608995573249427'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/04/google-gmail-account-exceeded-bandwidth.html' title='Google Gmail &quot;Account exceeded bandwidth limits&quot; errors'/><author><name>Geeman Yip</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08212888854820228409'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-9105289418552338615</id><published>2010-04-22T08:46:00.000-07:00</published><updated>2010-04-22T08:46:05.727-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MigrationWiz'/><category scheme='http://www.blogger.com/atom/ns#' term='Trial'/><category scheme='http://www.blogger.com/atom/ns#' term='Migration'/><title type='text'>Free Trial Migration In Minutes</title><content type='html'>For people interested in our service or want to know more, I highly recommend performing a &lt;a href="https://www.migrationwiz.com/Public/Mailbox/Pages/Trial.aspx"&gt;free trial migration&lt;/a&gt; for yourself.  There is no prior migration experience needed or any other complex training that you may be used to by other tools.  In fact, our product is so simple, you don't even need documentation!  You can sign up, configure and submit your migration in minutes!
&lt;p/&gt;
&lt;a href="https://www.migrationwiz.com/Public/Mailbox/Pages/Trial.aspx"&gt;Try a free trial migration for yourself and be the judge&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-9105289418552338615?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/9105289418552338615/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=9105289418552338615' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/9105289418552338615'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/9105289418552338615'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/04/free-trial-migration-in-minutes.html' title='Free Trial Migration In Minutes'/><author><name>Geeman Yip</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08212888854820228409'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-2367257502245217256</id><published>2010-04-20T16:21:00.000-07:00</published><updated>2010-04-20T16:21:17.114-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MigrationWiz'/><category scheme='http://www.blogger.com/atom/ns#' term='Migration'/><title type='text'>Happy Birthday MigrationWiz!</title><content type='html'>I'd just like to thank everyone for their continued support and use of MigrationWiz.  We always strive for the highest quality service and support for our customers and it shows based on our worldwide adoption.  We have moved hundreds of terabytes of data through our data centers in more than 50 different countries from companies that employ a single individual to worldwide organizations with thousands of employees.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-2367257502245217256?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/2367257502245217256/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=2367257502245217256' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/2367257502245217256'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/2367257502245217256'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/04/happy-birthday-migrationwiz.html' title='Happy Birthday MigrationWiz!'/><author><name>Geeman Yip</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08212888854820228409'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-3714651861137530388</id><published>2010-04-16T16:26:00.000-07:00</published><updated>2010-04-16T16:26:50.088-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MigrationWiz'/><category scheme='http://www.blogger.com/atom/ns#' term='Migration'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Exchange'/><category scheme='http://www.blogger.com/atom/ns#' term='Gmail'/><title type='text'>Google Apps/Gmail to Exchange 2010 migrations</title><content type='html'>Did you know that we can migrate from Google Apps/Gmail to Exchange 2010?  When you configure your connector, select the destination server of "Exchange Server 2007"
&lt;p/&gt;
You're probably wondering why it doesn't say "Exchange Server 2007/2010."  The reason is because we currently only support POP, IMAP and Google to Exchange 2010.  We don't currently support migration of Exchange to Exchange 2010 yet.  This is something that should be available publically in the coming weeks.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-3714651861137530388?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/3714651861137530388/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=3714651861137530388' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/3714651861137530388'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/3714651861137530388'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/04/google-appsgmail-to-exchange-2010.html' title='Google Apps/Gmail to Exchange 2010 migrations'/><author><name>Geeman Yip</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08212888854820228409'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-2054112291097890915</id><published>2010-04-16T16:18:00.000-07:00</published><updated>2010-04-16T16:18:08.233-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange Online'/><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft Online'/><category scheme='http://www.blogger.com/atom/ns#' term='Migration'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Exchange'/><category scheme='http://www.blogger.com/atom/ns#' term='IMAP'/><category scheme='http://www.blogger.com/atom/ns#' term='Gmail'/><category scheme='http://www.blogger.com/atom/ns#' term='BPOS'/><title type='text'>Performance improvements when migrating Google Gmail to Exchange</title><content type='html'>When you migrate from a hosted environment to another hosted environment, MigrationWiz is the most optimal solution because we, ourselves, are a hosted solution.  This is very benefitial for you because you won't be bottlenecked by bandwidth as you would be when you run your own tool on-premise (even though most likely you will be bottlenecked by worker throughout and not reach maximum bandwidth utilization).
&lt;p/&gt;
We've made some serious investments recently with regards to performance when migrating from Google Apps/Gmail to Exchange and BPOS.  What does this mean to you?  Easy, this means that an average mailbox of 1GB will now be migrated in a few hours.  In fact, we've achieved well over 1.5GB/hour migrations to our own servers per mailbox.  
&lt;p/&gt;
Note that your total throughput will be how many mailboxes you migrate at the same time.  For example, if I migrated 100 mailboxes, we would be moving over 150GB/hour to our own servers.  How's that for speed?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-2054112291097890915?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/2054112291097890915/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=2054112291097890915' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/2054112291097890915'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/2054112291097890915'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/04/performance-improvements-when-migrating.html' title='Performance improvements when migrating Google Gmail to Exchange'/><author><name>Geeman Yip</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08212888854820228409'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-936459128977203688.post-332767354422971783</id><published>2010-04-16T13:56:00.000-07:00</published><updated>2010-04-16T14:00:22.956-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Migration'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='IMAP'/><category scheme='http://www.blogger.com/atom/ns#' term='Gmail'/><title type='text'>Google Gmail "Web Login Required" or "Invalid Credentials" errors</title><content type='html'>When migrating or accessing Google Gmail, you may encounter one of the following errors even though your user name and password are correct: 1) Web Login Required or 2) Invalid Credentials.
&lt;p/&gt;
Like the big black box Google is, they don't comment on security related problems/features that they implement.  In addition, the error codes/messages that they present are not always decipherable.  When searching the internet for these errors, you will only read about user experiences and what people have tried.
&lt;p/&gt;
Because of the large amount of mailboxes that we migrate from Google Apps/Gmail to Microsoft Exchange, we are very familiar with these errors.  You will encounter these messages upon authentication if your account "looks" to be compromised.  Google detects this based on IP address access to your account and other mechanisms that they won't divulge to the public.  With our now "always connected" world, it's very easy to "look" compromised because we are connecting from multiple devices all the time, whether it's your desktop, mobile, kiosk, friend’s house, etc.  IP addresses can be mapped back to physical locations but there is a chance that there is a false positive.
&lt;p/&gt;
If you encounter these error messages, you can unlock your account for access by performing a CAPTCHA with Google.
&lt;p/&gt;
If you are accessing a &lt;b&gt;regular account&lt;/b&gt; (your email address ends in @gmail.com), you can unlock your account by following the instructions at &lt;a href="https://www.google.com/accounts/DisplayUnlockCaptcha"&gt;https://www.google.com/accounts/DisplayUnlockCaptcha&lt;/a&gt;
&lt;p/&gt;
If you are accessing a &lt;b&gt;premiere/enterprise account&lt;/b&gt; (your email address ends in your own custom domain), you can unlock your account by following the instructions at https://www.google.com/a/domain.com/UnlockCaptcha where &lt;i&gt;domain.com&lt;/i&gt; is your own domain.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/936459128977203688-332767354422971783?l=blog.migrationwiz.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.migrationwiz.com/feeds/332767354422971783/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=936459128977203688&amp;postID=332767354422971783' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/332767354422971783'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/936459128977203688/posts/default/332767354422971783'/><link rel='alternate' type='text/html' href='http://blog.migrationwiz.com/2010/04/google-gmail-web-login-required-or.html' title='Google Gmail &quot;Web Login Required&quot; or &quot;Invalid Credentials&quot; errors'/><author><name>Geeman Yip</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08212888854820228409'/></author><thr:total>0</thr:total></entry></feed>