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

<channel>
	<title>Tim Anderson's ITWriting &#187; exchange</title>
	<atom:link href="http://www.itwriting.com/blog/category/exchange/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itwriting.com/blog</link>
	<description>Tech writing blog</description>
	<lastBuildDate>Fri, 10 Feb 2012 15:16:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fixing a Small Business Server 2008 broken by updates</title>
		<link>http://www.itwriting.com/blog/5378-fixing-small-business-server-2008-broken-by-updates.html</link>
		<comments>http://www.itwriting.com/blog/5378-fixing-small-business-server-2008-broken-by-updates.html#comments</comments>
		<pubDate>Fri, 27 Jan 2012 09:30:40 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[exchange]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[small business server]]></category>

		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=5378</guid>
		<description><![CDATA[<p>I had a call last night from a small business whose email no longer worked. They had applied updates to the server but Exchange had failed to restart.</p> <p>Looking at the services it was easy to see why. All the Exchange services and certain others including the IIS web server were set to disabled:</p> <p><i>...continue reading</i> <a href="http://www.itwriting.com/blog/5378-fixing-small-business-server-2008-broken-by-updates.html">Fixing a Small Business Server 2008 broken by updates</a></p>


Related posts:<ol><li><a href='http://www.itwriting.com/blog/559-small-business-server-2008-no-isa-server-no-built-in-tape-backup.html' rel='bookmark' title='Permanent Link: Small Business Server 2008: no ISA Server, no built-in tape backup'>Small Business Server 2008: no ISA Server, no built-in tape backup</a></li>
<li><a href='http://www.itwriting.com/blog/3807-restoring-an-old-small-business-server-2008-backup-beware-expired-active-directory.html' rel='bookmark' title='Permanent Link: Restoring an old Small Business Server 2008 backup: beware expired Active Directory'>Restoring an old Small Business Server 2008 backup: beware expired Active Directory</a></li>
<li><a href='http://www.itwriting.com/blog/2864-small-business-server-aurora-based-on-windows-home-server-and-will-have-hooks-to-the-cloud.html' rel='bookmark' title='Permanent Link: Small Business Server &ldquo;Aurora&rdquo; based on Windows Home Server and will have hooks to the cloud'>Small Business Server &ldquo;Aurora&rdquo; based on Windows Home Server and will have hooks to the cloud</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I had a call last night from a small business whose email no longer worked. They had applied updates to the server but Exchange had failed to restart.</p>
<p>Looking at the services it was easy to see why. All the Exchange services and certain others including the IIS web server were set to disabled:</p>
<p><a href="http://www.itwriting.com/blog/wp-content/uploads/2012/01/image15.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.itwriting.com/blog/wp-content/uploads/2012/01/image_thumb14.png" width="404" height="277" /></a></p>
<p>The likely culprit was Update Rollup 5 for Exchange Server 2007 Service Pack 3 (KB 2602324) – or rather, the mechanism which applies the patch, since this seems to be an issue that <a href="http://social.technet.microsoft.com/forums/en-US/exchangesvrdeploy/thread/6ecf8e9a-9e27-4f2e-9e28-a59639029df1/" target="_blank">others have run into as far back as 2008</a> with other Exchange patches, though it is rare:</p>
<blockquote><p>I installed the Update Rollup 4 and did a reboot of my Exchange Server 2007. But since then, all my services are disabled. Is this a known issue?</p>
</blockquote>
<p>My guess is that the patch disables the services in order to update the binaries and then, for some unknown reason not fixed by Microsoft over these last four years, fails to re-enable them.</p>
<p>It seems that no harm was done other than that the services were disabled, but how can you know which services are meant to be running, which should be set to manual, and which should stay disabled?</p>
<p>I contemplated doing a quick test install of SBS 2008 on a VM just&#160; to see how it is set out of the box, but fortunately found <a href="http://msmvps.com/blogs/bradley/archive/2009/06/05/default-sbs-2008-running-services.aspx" target="_blank">this post</a> by Susan Bradley which shows default SBS 2008 running services.</p>
<p>There were a few other things wrong.&#160; SharePoint Services was raising event 5586:</p>
<blockquote><p>Unknown SQL Exception 33002 occured. Additional error information from SQL Server is included below. Access to table dbo.Versions is blocked because the signature is not valid.</p>
</blockquote>
<p>and there was the related event 33002 from the internal SQL Server used by SharePoint. The cause of this was SharePoint Services 3.0 Service Pack 3. When you apply a major update to SharePoint Services, you have to re-run the SharePoint Products and Technologies Configuration Wizard. This is by design, though it seems odd to me that you apply an update and it silently breaks the product it is updating until you run a further manual process. Of course the error itself does not give you much clue about what is really wrong.</p>
<p>The third major issue was a JRNL_WRAP_ERROR from the NTFrs File Replication Service. You have to be careful with this one, since the advised fix in the event log presumes the presence of a good replica elsewhere, which in the case of SBS is unlikely. See <a href="http://support.microsoft.com/kb/290762/en-us" target="_blank">this article</a> for details. With SBS which it is the sole domain controller you should set the BurFlags registry key to D4. Further comment on ServerFault <a href="http://serverfault.com/questions/212641/windows-server-2003-sp2-jrnl-wrap-error-sysvol" target="_blank">here</a>.</p>
<p>The incident reminds me of how prickly SBS can be. It is great value for what it does, but has all the complexity of Microsoft’s server stack plus the further disadvantage of being crammed onto one machine. I prefer a pseudo multi-server approach, even for small businesses, with at least two physical servers and separate VMs for Exchange, SharePoint, domain controller, backup DC on the other physical machine, and so on. Of course this has complexity of its own.</p>
<p>I would guess that when upgrade time comes around, companies like this will be looking carefully at Office 365. Or Google Apps; but the advantage of Office 365 is that you can make the transition from SBS with relatively little impact on users: just migrate the Active Directory, Exchange and SharePoint. You lose flexibility and some local performance, but hand over the maintenance issues to Microsoft.</p>


<p>Related posts:<ol><li><a href='http://www.itwriting.com/blog/559-small-business-server-2008-no-isa-server-no-built-in-tape-backup.html' rel='bookmark' title='Permanent Link: Small Business Server 2008: no ISA Server, no built-in tape backup'>Small Business Server 2008: no ISA Server, no built-in tape backup</a></li>
<li><a href='http://www.itwriting.com/blog/3807-restoring-an-old-small-business-server-2008-backup-beware-expired-active-directory.html' rel='bookmark' title='Permanent Link: Restoring an old Small Business Server 2008 backup: beware expired Active Directory'>Restoring an old Small Business Server 2008 backup: beware expired Active Directory</a></li>
<li><a href='http://www.itwriting.com/blog/2864-small-business-server-aurora-based-on-windows-home-server-and-will-have-hooks-to-the-cloud.html' rel='bookmark' title='Permanent Link: Small Business Server &ldquo;Aurora&rdquo; based on Windows Home Server and will have hooks to the cloud'>Small Business Server &ldquo;Aurora&rdquo; based on Windows Home Server and will have hooks to the cloud</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.itwriting.com/blog/5378-fixing-small-business-server-2008-broken-by-updates.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ITWriting.com awards 2011: ten key happenings, from Nokia&#8217;s burning platform to HP&#8217;s nightmare year</title>
		<link>http://www.itwriting.com/blog/5267-itwriting-com-awards-2011-ten-key-happenings-from-nokias-burning-platform-to-hps-nightmare-year.html</link>
		<comments>http://www.itwriting.com/blog/5267-itwriting-com-awards-2011-ten-key-happenings-from-nokias-burning-platform-to-hps-nightmare-year.html#comments</comments>
		<pubDate>Thu, 29 Dec 2011 10:39:58 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[embarcadero]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[lightswitch]]></category>
		<category><![CDATA[lodsys]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[office 365]]></category>
		<category><![CDATA[spotify]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=5267</guid>
		<description><![CDATA[<p>2011 felt like a pivotal year in technology. What was pivoting? Well, users are pivoting away from networks and PCs and towards cloud and devices. The obvious loser is Microsoft, which owns PCs and networks but is a distant follower in devices and has mixed prospects in the cloud. Winners include Apple, Google, Amazon, <p><i>...continue reading</i> <a href="http://www.itwriting.com/blog/5267-itwriting-com-awards-2011-ten-key-happenings-from-nokias-burning-platform-to-hps-nightmare-year.html">ITWriting.com awards 2011: ten key happenings, from Nokia&#8217;s burning platform to HP&#8217;s nightmare year</a></p>


Related posts:<ol><li><a href='http://www.itwriting.com/blog/3536-what-you-read-in-2010-top-posts-on-itwriting-com.html' rel='bookmark' title='Permanent Link: What you read in 2010: top posts on ITWriting.com'>What you read in 2010: top posts on ITWriting.com</a></li>
<li><a href='http://www.itwriting.com/blog/2029-a-year-of-blogging-another-crazy-year-in-tech.html' rel='bookmark' title='Permanent Link: A year of blogging: another crazy year in tech'>A year of blogging: another crazy year in tech</a></li>
<li><a href='http://www.itwriting.com/blog/4636-embarcadero-promises-delphi-everywhere-mac-ios-this-year-android-blackberry-windows-phone-to-follow.html' rel='bookmark' title='Permanent Link: Embarcadero promises Delphi everywhere: Mac, iOS this year, Android, Blackberry, Windows Phone to follow'>Embarcadero promises Delphi everywhere: Mac, iOS this year, Android, Blackberry, Windows Phone to follow</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>2011 felt like a pivotal year in technology. What was pivoting? Well, users are pivoting away from networks and PCs and towards cloud and devices. The obvious loser is Microsoft, which owns PCs and networks but is a distant follower in devices and has mixed prospects in the cloud. Winners include Apple, Google, Amazon, and Android vendors. These trends have been obvious for some time, but in 2011 we saw dramatic evidence of their outcome. As 2011 draws to a close, here is my take on ten happenings, presented as the first ever ITWriting.com annual awards. </p>
<p><strong>1. Most dramatic moment award: Nokia’s burning platform and alliance with Microsoft</strong></p>
<p>In February Nokia’s Stephen Elop <a href="http://www.itwriting.com/blog/3853-nokia-adopts-windows-phone-7-game-on.html" target="_blank">announced</a> an alliance with Microsoft and commitment to Windows Phone 7. In October we saw the first results in terms of product: the <a href="http://www.itwriting.com/blog/5058-nokias-windows-phone-gamble.html" target="_blank">launch</a> of the <a href="http://gadgets.itwriting.com/?p=769" target="_blank">Lumia smartphone</a>. It is a lovely phone though with some launch imperfections like too short battery life. We also saw greatly improved marketing, following the dismal original Windows Phone 7 launch a year earlier. Enough? Early indications are not too good. Simply put, most users want iOS or Android, and the app ecosystem, which Elop stated as a primary reason for adoption Windows Phone, is not there yet. Both companies will need to make some smart moves in 2012 to fix these issues, if it is possible. But how much time does Nokia have?</p>
<p><img src="http://gadgets.itwriting.com/wp-content/uploads/2011/12/image3.png" width="240" height="216" /></p>
<p><strong>2. Riskiest technology bet: Microsoft unveils Windows 8</strong></p>
<p>In September 2011 Microsoft showed a preview of Windows 8 to developers at its BUILD conference in California. It represents a change of direction for the company, driven by competition from Apple and Android. On the plus side, the <a href="http://www.itwriting.com/blog/4866-a-few-facts-about-microsofts-new-windows-runtime.html" target="_blank">new runtime in Windows 8</a> is superb and this may prove to be the best mobile platform from a developer and technical perspective, though whether it can succeed in the market as a late entrant alongside iOS and Android is an open question. On the minus side, Windows 8 will not drive upgrades in the same way as Windows 7, since the company has chosen to invest mainly in creating a new platform. I expect much debate about the wisdom of this in 2012.</p>
<p>Incidentally, amidst all the debate about Windows 8 and Microsoft generally, it is worth noting that the <strong>other</strong> Windows 8, the server product, looks like being Microsoft’s best release for years.</p>
<p><strong>3. Best cloud launch: Office 365</strong></p>
<p>June 2011 saw the <a href="http://www.itwriting.com/blog/4586-office-365-and-why-it-will-succeed.html" target="_blank">launch of Office 365</a>, Microsoft’s hosted collaboration platform based on Exchange and SharePoint. It was not altogether new, since it is essentially an upgrade of the older BPOS suite. Microsoft is more obviously committed to this approach now though, and has built a product that has both the features and the price to appeal to a wide range of businesses, who want to move to the cloud but prefer the familiarity of Office and Exchange to the browser-based world of Google Apps. Bad news though for Microsoft partners who make lots of money nursing Small Business Server and the like.</p>
<p><strong>4. Most interesting new cross-platform tool: Embarcadero Delphi for Windows, Mac and iOS</strong></p>
<p><img src="http://www.itwriting.com/blog/wp-content/uploads/2011/09/image2.png" width="240" height="198" /></p>
<p>Developers, at least those who have still heard of Embarcadero’s rapid application development tool, were amazed by the new <a href="http://www.itwriting.com/blog/5039-delphi-xe2-firemonkey-great-idea-but-is-it-usable.html" target="_blank">Delphi XE2</a> which lets you develop for Mac and Apple iOS as well as for Windows. This good news was tempered by the discovery that the tool was seemingly patched together in a bit of a hurry, and that most existing application would need extensive rewriting. Nevertheless, an interesting new entrant in the world of cross-platform mobile tools.</p>
<p><strong>5. Biggest tech surprise: Adobe shifts away from its Flash Platform</strong></p>
<p><a href="http://www.itwriting.com/blog/wp-content/uploads/2011/12/image24.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.itwriting.com/blog/wp-content/uploads/2011/12/image_thumb24.png" width="244" height="227" /></a></p>
<p>This one caught me by surprise. In November Adobe announced a <a href="http://www.itwriting.com/blog/5106-adobe-shifting-its-business-model-more-publishing-less-programming.html" target="_blank">shift in its business model</a> away from Flash and away from enterprise development, in favour of HTML5, digital media and digital marketing. It also stated that Flash for mobile would no longer be developed once existing commitments were completed. The shift is <a href="http://www.itwriting.com/blog/5260-adobe-why-the-big-business-shift-when-financial-results-look-so-good.html" target="_blank">not driven by poor financial results</a>, but rather reflects the company’s belief that this will prove a better direction in the new world of cloud and device. Too soon and too sudden? Maybe 2012 will show the impact.</p>
<p><strong>6. Intriguing new battle award: NVIDIA versus Intel as GPU computing catches on</strong></p>
<p>In 2011 NVIDIA announced a <a href="http://www.itwriting.com/blog/5256-on-supercomputers-chinas-tianhe-1a-in-particular-and-why-you-should-think-twice-before-going-to-see-one.html" target="_blank">number of wins in the supercomputing world</a> as many of these huge machines adopted GPU Computing, and I picked up something of a <a href="http://www.itwriting.com/blog/5239-nvidia-plans-to-merge-cpu-and-gpu-eventually.html" target="_blank">war of words with Intel</a> over the merits of what NVIDIA calls heterogeneous computing. Intel is right to be worried, in that NVIDIA is seeing a future based on its GPUs combined with ARM CPUs. NVIDIA should worry too though, not only as Intel readies its “Knight’s Corner” MIC (Many Integrated Core) chips, but also as ARM advances its own Mali GPU; there is also strong competition in mobile GPUs from <a href="http://www.imgtec.com/" target="_blank">Imagination</a>, used by Apple and others. The GPU wars will be interesting to watch in 2012.</p>
<p><strong>7. Things that got worse award: Spotify. Runners up: Twitter, Google search</strong></p>
<p>Sometimes internet services come along that are so good within their niche that they can only get worse. <a href="http://www.spotify.com" target="_blank">Spotify</a> is an example, a music player that for a while let you play almost anything almost instantly with its simple, intuitive player. It is still pretty good, but Spotify got worse in 2011, with limited plays on free account, more intrusive ads, and sign-up now requires a Facebook login. <a href="http://twitter.com/" target="_blank">Twitter</a> is another example, with URLS now transformed to t.co shortcuts whether you like it not and annoying promoted posts and recommended follows. Both services are desperately trying to build a viable business model on their popularity, so I have some sympathy. I have less sympathy for Google. I am not sure when it started making all its search results into Google links that record your click before redirecting you, but it is both annoying and slow, and I am having another go with Bing as a result.</p>
<p><strong>8. Biggest threat to innovation: Crazy litigation from Lodsys, Microsoft, Apple</strong></p>
<p>There has always been plenty of litigation in the IT world. Apple vs Microsoft regarding graphical user interfaces 1994; Sun vs Microsoft regarding Java in 1997; SCO vs IBM regarding UNIX in 2003; and countless others. However many of us thought that the biggest companies exercised restraint on the grounds that all have significant patent banks and trench warfare over patent breaches helps nobody but lawyers. But what if patent litigation is your business model? The name Lodsys sends a chill though any developer’s spine, since if you have an app that supports in-app purchases you may receive a letter from them, and your best option <a href="http://fosspatents.blogspot.com/2011/07/cost-efficient-way-for-app-developers.html" target="_blank">may be to settle</a> though others <a href="http://www.groklaw.net/article.php?story=20110705124738103" target="_blank">disagree</a>. Along with Lodsys and the like, 2011 also brought Microsoft vs several OEMs over Android, Apple vs Samsung over Android, and much more.</p>
<p><strong>9. Most horrible year award: HP</strong></p>
<p><img src="http://gadgets.itwriting.com/wp-content/uploads/2011/07/image3.png" width="240" height="191" /></p>
<p>If any company had an Annus Horribilis it was HP. It invested big in WebOS, acquired with Palm; launched the TouchPad in July 2011; announced in August that it was ceasing WebOS development and considering selling off its Personal Systems Group; and fired its CEO Leo Apotheker in September 2011.</p>
<p><strong>10. Product that deserves better award: Microsoft LightSwitch</strong></p>
<p><img src="http://www.itwriting.com/blog/wp-content/uploads/2011/04/image2.png" width="400" height="206" /></p>
<p>On reflection maybe this award should go to Silverlight; but it is all part of the same story. Visual Studio LightSwitch, released in July 2011, is a model-driven development tool that generates Silverlight applications. It is <a href="http://www.itwriting.com/blog/3036-ten-things-you-need-to-know-about-microsofts-visual-studio-lightswitch.html" target="_blank">nearly brilliant</a>, and does a great job of making it relatively easy to construct business database applications, locally or on Windows Azure, complete with cross-platform Mac and Windows clients, and without having to write much code. Several things are unfortunate though. First, usual version 1.0 problems like poor documentation and odd limitations. Second, it is Silverlight, when Microsoft has made it clear that its future focus is HTML 5. Third, it is Windows and (with limitations) Mac, at a time when something which addresses the growing interest in mobile devices would be a great deal more interesting. Typical Microsoft own-goal: Windows Phone 7 runs Silverlight, LightSwitch generates Silverlight, but no, your app will not run on Windows Phone 7.&#160; <a href="http://www.itwriting.com/blog/3038-visual-studio-lightswitch-model-driven-architecture-for-the-mainstream.html" target="_blank">Last year I observed</a> that Microsoft’s track-record on modelling in Visual Studio is to embrace in one release and extinguish in the next. History repeats?</p>


<p>Related posts:<ol><li><a href='http://www.itwriting.com/blog/3536-what-you-read-in-2010-top-posts-on-itwriting-com.html' rel='bookmark' title='Permanent Link: What you read in 2010: top posts on ITWriting.com'>What you read in 2010: top posts on ITWriting.com</a></li>
<li><a href='http://www.itwriting.com/blog/2029-a-year-of-blogging-another-crazy-year-in-tech.html' rel='bookmark' title='Permanent Link: A year of blogging: another crazy year in tech'>A year of blogging: another crazy year in tech</a></li>
<li><a href='http://www.itwriting.com/blog/4636-embarcadero-promises-delphi-everywhere-mac-ios-this-year-android-blackberry-windows-phone-to-follow.html' rel='bookmark' title='Permanent Link: Embarcadero promises Delphi everywhere: Mac, iOS this year, Android, Blackberry, Windows Phone to follow'>Embarcadero promises Delphi everywhere: Mac, iOS this year, Android, Blackberry, Windows Phone to follow</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.itwriting.com/blog/5267-itwriting-com-awards-2011-ten-key-happenings-from-nokias-burning-platform-to-hps-nightmare-year.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 Service Pack 2 with Office 365 migration wizard and retro Outlook Mini</title>
		<link>http://www.itwriting.com/blog/5202-exchange-2010-service-pack-2.html</link>
		<comments>http://www.itwriting.com/blog/5202-exchange-2010-service-pack-2.html#comments</comments>
		<pubDate>Tue, 06 Dec 2011 10:52:27 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[exchange]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[exchange 2010 sp2]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://www.itwriting.com/blog/5202-exchange-2010-service-pack-2.html</guid>
		<description><![CDATA[<p>Microsoft has released Exchange 2010 SP2, which I have successfully installed on my small system.</p> <p></p> <p>There is a description of what’s new here. The most notable features are the Hybrid Configuration Wizard for setting up co-existence between on-premise Exchange and Office 365, and Outlook Mini for low-end phones with basic browsers.</p> <p>A hybrid <p><i>...continue reading</i> <a href="http://www.itwriting.com/blog/5202-exchange-2010-service-pack-2.html">Exchange 2010 Service Pack 2 with Office 365 migration wizard and retro Outlook Mini</a></p>


Related posts:<ol><li><a href='http://www.itwriting.com/blog/449-450-fixes-in-office-2007-service-pack-1.html' rel='bookmark' title='Permanent Link: 450 fixes in Office 2007 service pack 1'>450 fixes in Office 2007 service pack 1</a></li>
<li><a href='http://www.itwriting.com/blog/3544-microsoft-exchange-2010-annoyance-certificate-wizard-incompatible-with-certificate-services.html' rel='bookmark' title='Permanent Link: Microsoft Exchange 2010 annoyance: certificate wizard incompatible with certificate services'>Microsoft Exchange 2010 annoyance: certificate wizard incompatible with certificate services</a></li>
<li><a href='http://www.itwriting.com/blog/2580-exchange-2007-eseutil-beats-the-wizard.html' rel='bookmark' title='Permanent Link: Exchange 2007: ESEUTIL beats the wizard'>Exchange 2007: ESEUTIL beats the wizard</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Microsoft has released <a href="http://blogs.technet.com/b/exchange/archive/2011/12/05/released-exchange-server-2010-sp2.aspx" target="_blank">Exchange 2010 SP2</a>, which I have successfully installed on my small system.</p>
<p><a href="http://www.itwriting.com/blog/wp-content/uploads/2011/12/image3.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.itwriting.com/blog/wp-content/uploads/2011/12/image_thumb3.png" width="404" height="352" /></a></p>
<p>There is a description of <a href="http://technet.microsoft.com/en-us/library/hh529928.aspx" target="_blank">what’s new</a> here. The most notable features are the Hybrid Configuration Wizard for setting up co-existence between on-premise Exchange and Office 365, and Outlook Mini for low-end phones with basic browsers.</p>
<p>A hybrid setup lets you include on-Premise Exchange and Office 365 Exchange in a single organisation. You can move mailboxes back and forth, archive messages online (even from on-Premise mailboxes), and synchronize Active Directory information. The feature is not new, but the wizard is.</p>
<p><a href="http://www.itwriting.com/blog/wp-content/uploads/2011/12/image4.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.itwriting.com/blog/wp-content/uploads/2011/12/image_thumb4.png" width="404" height="171" /></a></p>
<p>This looks similar to the Exchange migration tools for BPOS and Office 365 so this is mainly a matter of baking them into the product.</p>
<p>Outlook Mini is very retro; I like it. It is also called Outlook Mobile Access and is similar to a feature of Exchange 2003 though it is new code; it is actually built using Outlook Web Access forms and accessed at the url yourexchange/owa/oma. There is no automatic redirection so users will have to be shown where to find it.</p>
<p><a href="http://www.itwriting.com/blog/wp-content/uploads/2011/12/image5.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.itwriting.com/blog/wp-content/uploads/2011/12/image_thumb5.png" width="165" height="244" />&#160;</a><a href="http://www.itwriting.com/blog/wp-content/uploads/2011/12/image6.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.itwriting.com/blog/wp-content/uploads/2011/12/image_thumb6.png" width="152" height="244" /></a></p>
<p>&#160;</p>
<p>Finally, this note amused me as evidence of how far litigation issues have permeated into Microsoft’s products. But what is the point of a “litigation hold” if it is so easily bypassed?</p>
<blockquote><p>In Exchange 2010 SP2, you can’t disable or remove a mailbox that has been placed on litigation hold. To bypass this restriction, you must either remove litigation hold from the mailbox, or use the new <em>IgnoreLegalHold</em> switch parameter when removing or disabling the mailbox.</p>
</blockquote>


<p>Related posts:<ol><li><a href='http://www.itwriting.com/blog/449-450-fixes-in-office-2007-service-pack-1.html' rel='bookmark' title='Permanent Link: 450 fixes in Office 2007 service pack 1'>450 fixes in Office 2007 service pack 1</a></li>
<li><a href='http://www.itwriting.com/blog/3544-microsoft-exchange-2010-annoyance-certificate-wizard-incompatible-with-certificate-services.html' rel='bookmark' title='Permanent Link: Microsoft Exchange 2010 annoyance: certificate wizard incompatible with certificate services'>Microsoft Exchange 2010 annoyance: certificate wizard incompatible with certificate services</a></li>
<li><a href='http://www.itwriting.com/blog/2580-exchange-2007-eseutil-beats-the-wizard.html' rel='bookmark' title='Permanent Link: Exchange 2007: ESEUTIL beats the wizard'>Exchange 2007: ESEUTIL beats the wizard</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.itwriting.com/blog/5202-exchange-2010-service-pack-2.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Disappearing items in Outlook and Exchange</title>
		<link>http://www.itwriting.com/blog/4041-disappearing-items-in-outlook-and-exchange.html</link>
		<comments>http://www.itwriting.com/blog/4041-disappearing-items-in-outlook-and-exchange.html#comments</comments>
		<pubDate>Sun, 20 Mar 2011 11:38:50 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[exchange]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://www.itwriting.com/blog/4041-disappearing-items-in-outlook-and-exchange.html</guid>
		<description><![CDATA[<p>I came across what looks to me like an unusual bug, most likely in Microsoft Outlook. Background: I have used the Notes folder in my Exchange mailbox for all sorts of information going back several years. This morning, I looked at the folder and found it empty, except for one solitary item. Normally there <p><i>...continue reading</i> <a href="http://www.itwriting.com/blog/4041-disappearing-items-in-outlook-and-exchange.html">Disappearing items in Outlook and Exchange</a></p>


Related posts:<ol><li><a href='http://www.itwriting.com/blog/621-how-outlook-2007-deletes-your-messages-without-asking.html' rel='bookmark' title='Permanent Link: How Outlook 2007 deletes your messages without asking'>How Outlook 2007 deletes your messages without asking</a></li>
<li><a href='http://www.itwriting.com/blog/1221-fixing-the-exchange-2007-quarantine-most-obscure-outlook-operation-ever.html' rel='bookmark' title='Permanent Link: Fixing the Exchange 2007 quarantine &ndash; most obscure Outlook operation ever'>Fixing the Exchange 2007 quarantine &ndash; most obscure Outlook operation ever</a></li>
<li><a href='http://www.itwriting.com/blog/5202-exchange-2010-service-pack-2.html' rel='bookmark' title='Permanent Link: Exchange 2010 Service Pack 2 with Office 365 migration wizard and retro Outlook Mini'>Exchange 2010 Service Pack 2 with Office 365 migration wizard and retro Outlook Mini</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I came across what looks to me like an unusual bug, most likely in Microsoft Outlook. Background: I have used the Notes folder in my Exchange mailbox for all sorts of information going back several years. This morning, I looked at the folder and found it empty, except for one solitary item. Normally there are over 1000. The surviving item was the result of my last search in that folder.</p>
<p><a href="http://www.itwriting.com/blog/wp-content/uploads/2011/03/image16.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.itwriting.com/blog/wp-content/uploads/2011/03/image_thumb17.png" width="244" height="227" /></a></p>
<p>Now, the Exchange database is robust in my experience; and most often when items disappear it is not a bug but a result of Outlook working as designed but catching the user out in some way. Here are some common reasons:</p>
<ol>
<li>The items got auto-archived. Archives can be present on any machine on which you run Outlook. The default location for the archive folder is in a hidden location such as C:\Users\[USERNAME]\AppData\Local\Microsoft\Outlook\archive1.pst, where [USERNAME] is your Windows username. It really is hard for users to find this without expert help. How can the popular corporate mail client have usability like this? But I digress. The solution is to open the archive in Outlook and drag items back where they are wanted. </li>
<li>The items are present, but filtered out by the view. Views in Outlook can be filtered to restrict the items on display, for example to unread items only. The user set the filter by clicking something in Outlook’s labyrinthine user interface, but does not realise it is still set. The effect is that items disappear. The solution is to reset the filter. </li>
<li>The user accidentally dragged a folder inside another folder. This is easily done, as Outlook does not prompt you when you do this; it just moves the folder. The symptom is that a little expand symbol appears in the target folder, if it does not already have subfolders. The solution is to drag it back. </li>
<li>The user accidentally deleted the items or folder. Outlook does not prompt when you delete items. In this case, however, the items end up in the Deleted Items folder. The solution is to drag them back where you want them. </li>
</ol>
<p>Even if the user has subsequently emptied the deleted items folder, there is hope. Outlook has a little-known feature called Recover Deleted Items. Items go into a kind of hidden deleted items folder for a period after they get removed from the visible deleted items folder, or if they are removed with Shift-Delete. Recover Deleted Items, which is on the Folder tab in Outlook 2010 and on the Tools menu in earlier versions, will let you get them back. </p>
<p>My disappeared notes were nowhere to be found. Further, the evidence is that I had not deleted them, since the surviving item was the result of a search. There is no command that I know of to delete all items in a folder other than the result of a search.</p>
<p>Still, I wanted to get them back if possible; and preferably without restoring Exchange to an earlier date, this being a fairly slow and painful operation. I checked my laptop without connecting it to the network, to see if this had an offline copy. My laptop runs Outlook 2007. There was no offline copy, since it had synchronised subsequent to the items disappearing.</p>
<p>Incidentally, this is why synchronisation and redundancy are not the same as backup.</p>
<p>I had one more go at Recover Deleted Items. Curiously, Outlook 2007 does have a Recover Deleted Items option for the Notes folder, whereas Outlook 2010 does not. Note though that the deleted items live not in the local offline store, but in Exchange.</p>
<p>To my surprise, all my old notes were there. I selected them all in the Recover Deleted Items window and clicked to undelete. Now I am back where I was, except that all my old notes now have a “Created” date of today. A nuisance, but a good outcome nonetheless.</p>
<p>But what happened? I have two questions about this. One is how the items got deleted in the first place. The second is how they ended up in Recover Deleted Items. The documentation for Recover Deleted Items will make your head spin. It is an Exchange feature, but apparently controlled by Outlook. <a href="http://support.microsoft.com/kb/246153" target="_blank">This</a> knowledgebase article says it only works on the Deleted items folder, unless you are using Outlook 2007 when it works on all the folders.</p>
<p>Does that suggest that is was Outlook 2007 that deleted my items? But how could Outlook 2007 on one machine delete all the items except the result of a search in Outlook 2010 on another machine? It does not make sense.</p>
<p>My view is that Outlook has become so obscure and intricate in its inner workings that anything is possible. I think Microsoft should build a new Exchange client.</p>


<p>Related posts:<ol><li><a href='http://www.itwriting.com/blog/621-how-outlook-2007-deletes-your-messages-without-asking.html' rel='bookmark' title='Permanent Link: How Outlook 2007 deletes your messages without asking'>How Outlook 2007 deletes your messages without asking</a></li>
<li><a href='http://www.itwriting.com/blog/1221-fixing-the-exchange-2007-quarantine-most-obscure-outlook-operation-ever.html' rel='bookmark' title='Permanent Link: Fixing the Exchange 2007 quarantine &ndash; most obscure Outlook operation ever'>Fixing the Exchange 2007 quarantine &ndash; most obscure Outlook operation ever</a></li>
<li><a href='http://www.itwriting.com/blog/5202-exchange-2010-service-pack-2.html' rel='bookmark' title='Permanent Link: Exchange 2010 Service Pack 2 with Office 365 migration wizard and retro Outlook Mini'>Exchange 2010 Service Pack 2 with Office 365 migration wizard and retro Outlook Mini</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.itwriting.com/blog/4041-disappearing-items-in-outlook-and-exchange.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Exchange 2010 annoyance: certificate wizard incompatible with certificate services</title>
		<link>http://www.itwriting.com/blog/3544-microsoft-exchange-2010-annoyance-certificate-wizard-incompatible-with-certificate-services.html</link>
		<comments>http://www.itwriting.com/blog/3544-microsoft-exchange-2010-annoyance-certificate-wizard-incompatible-with-certificate-services.html#comments</comments>
		<pubDate>Fri, 31 Dec 2010 08:56:49 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[exchange]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[certificate services]]></category>
		<category><![CDATA[microsoft exchange 2010]]></category>

		<guid isPermaLink="false">http://www.itwriting.com/blog/3544-microsoft-exchange-2010-annoyance-certificate-wizard-incompatible-with-certificate-services.html</guid>
		<description><![CDATA[<p>I’ve used the holiday break to do some testing on Exchange 2010. I have a virtual network which includes a machine running Microsoft’s Certificate Services. The wizard generates a .req file which you can submit to a certification authority. In my case I submitted to my own certificate server using the certreq command.&#160; Here’s <p><i>...continue reading</i> <a href="http://www.itwriting.com/blog/3544-microsoft-exchange-2010-annoyance-certificate-wizard-incompatible-with-certificate-services.html">Microsoft Exchange 2010 annoyance: certificate wizard incompatible with certificate services</a></p>


Related posts:<ol><li><a href='http://www.itwriting.com/blog/5202-exchange-2010-service-pack-2.html' rel='bookmark' title='Permanent Link: Exchange 2010 Service Pack 2 with Office 365 migration wizard and retro Outlook Mini'>Exchange 2010 Service Pack 2 with Office 365 migration wizard and retro Outlook Mini</a></li>
<li><a href='http://www.itwriting.com/blog/2580-exchange-2007-eseutil-beats-the-wizard.html' rel='bookmark' title='Permanent Link: Exchange 2007: ESEUTIL beats the wizard'>Exchange 2007: ESEUTIL beats the wizard</a></li>
<li><a href='http://www.itwriting.com/blog/5171-windows-phone-exchange-and-self-signed-certificates.html' rel='bookmark' title='Permanent Link: Windows Phone, Exchange, and self-signed certificates'>Windows Phone, Exchange, and self-signed certificates</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I’ve used the holiday break to do some testing on Exchange 2010. I have a virtual network which includes a machine running Microsoft’s Certificate Services. The wizard generates a .req file which you can submit to a certification authority. In my case I submitted to my own certificate server using the certreq command.&#160; Here’s what you get:</p>
<p><a href="http://www.itwriting.com/blog/wp-content/uploads/2010/12/image11.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.itwriting.com/blog/wp-content/uploads/2010/12/image_thumb11.png" width="404" height="171" /></a></p>
<p>The error message is “Certificate not issued (Incomplete)”</p>
<p>Kudos to Vadims Podans on the Network Steve Forum who has <a href="http://www.networksteve.com/forum/topic.php/Submit_new_request_-_nothing_happens/?TopicId=17042&amp;Posts=13" target="_blank">the answer</a>. The Exchange 2010 wizard creates the request in a Unicode file. Certificate Services only understands Ansi. You have to open the request file in Notepad and then Save As specifying Ansi encoding. Then it works.</p>
<p>Actually it doesn’t work, but you get a more intelligible error. When you submit the request using certreq you have to specify a template by adding the argument:</p>
<blockquote><p>-attrib &quot;CertificateTemplate:WebServer&quot;</p>
</blockquote>
<p>Podans has that information too.</p>
<p>I realise that the majority of Exchange admins submit certificate requests to commercial authorities rather than internal ones. Still, you would hope that a Microsoft certificate wizard would be compatible with Microsoft’s own certificate server, at least if you check the right box. </p>


<p>Related posts:<ol><li><a href='http://www.itwriting.com/blog/5202-exchange-2010-service-pack-2.html' rel='bookmark' title='Permanent Link: Exchange 2010 Service Pack 2 with Office 365 migration wizard and retro Outlook Mini'>Exchange 2010 Service Pack 2 with Office 365 migration wizard and retro Outlook Mini</a></li>
<li><a href='http://www.itwriting.com/blog/2580-exchange-2007-eseutil-beats-the-wizard.html' rel='bookmark' title='Permanent Link: Exchange 2007: ESEUTIL beats the wizard'>Exchange 2007: ESEUTIL beats the wizard</a></li>
<li><a href='http://www.itwriting.com/blog/5171-windows-phone-exchange-and-self-signed-certificates.html' rel='bookmark' title='Permanent Link: Windows Phone, Exchange, and self-signed certificates'>Windows Phone, Exchange, and self-signed certificates</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.itwriting.com/blog/3544-microsoft-exchange-2010-annoyance-certificate-wizard-incompatible-with-certificate-services.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exchange 2007: ESEUTIL beats the wizard</title>
		<link>http://www.itwriting.com/blog/2580-exchange-2007-eseutil-beats-the-wizard.html</link>
		<comments>http://www.itwriting.com/blog/2580-exchange-2007-eseutil-beats-the-wizard.html#comments</comments>
		<pubDate>Wed, 05 May 2010 23:05:06 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[exchange]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[small business server]]></category>

		<guid isPermaLink="false">http://www.itwriting.com/blog/2580-exchange-2007-eseutil-beats-the-wizard.html</guid>
		<description><![CDATA[<p>Today I was asked to help find missing email in Small Business Server 2008, in other words Exchange 2007. Somehow, thousands of emails had disappeared from a user’s mailbox. They were there a couple of days earlier, so we restored a backup. The procedure is nicely explained by John Bay. You restore the Exchange <p><i>...continue reading</i> <a href="http://www.itwriting.com/blog/2580-exchange-2007-eseutil-beats-the-wizard.html">Exchange 2007: ESEUTIL beats the wizard</a></p>


Related posts:<ol><li><a href='http://www.itwriting.com/blog/5202-exchange-2010-service-pack-2.html' rel='bookmark' title='Permanent Link: Exchange 2010 Service Pack 2 with Office 365 migration wizard and retro Outlook Mini'>Exchange 2010 Service Pack 2 with Office 365 migration wizard and retro Outlook Mini</a></li>
<li><a href='http://www.itwriting.com/blog/2169-the-mystery-of-the-slow-exchange-2007-when-hard-coded-values-come-back-to-haunt-you.html' rel='bookmark' title='Permanent Link: The mystery of the slow Exchange 2007: when hard-coded values come back to haunt you'>The mystery of the slow Exchange 2007: when hard-coded values come back to haunt you</a></li>
<li><a href='http://www.itwriting.com/blog/1430-exchange-2007-backup-to-be-fixed-at-last.html' rel='bookmark' title='Permanent Link: Exchange 2007 backup to be fixed at last'>Exchange 2007 backup to be fixed at last</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today I was asked to help find missing email in Small Business Server 2008, in other words Exchange 2007. Somehow, thousands of emails had disappeared from a user’s mailbox. They were there a couple of days earlier, so we restored a backup. The procedure is <a href="http://blogs.technet.com/sbs/archive/2009/01/26/how-to-use-a-recovery-storage-group-in-sbs-2008.aspx" target="_blank">nicely explained by John Bay</a>. You restore the Exchange database to a temporary directory, leaving Exchange up and running. Then you mount the restored backup into a “recovery storage group”, from where you can merge items from the recovered mailbox into the live one.</p>
<p>All went well, until the point where you mount the restored backup. The database would not mount. The event viewer said it was in an inconsistent state. Bay anticipates this, and suggests using the Exchange Troubleshooting Assistant to repair the database. The repair chugged away and completed; but the database still would not mount. I tried again, same result.</p>
<p>I gave up on the Assistant and reverted to the traditional command-line tools. I used the sequence:</p>
<p>ESEUTIL /P</p>
<p>ESEUTIL /D</p>
<p>ISINTEG</p>
<p>running against the recovered database. The first does a repair; the second defragments; and the third runs integrity checks and applies fixes. </p>
<p>Now, you would have thought that the Troubleshooting Assistant would use these very same tools underneath its pretty GUI, but that cannot be the case. Apart from anything else, ESEUTIL /P took much longer than the Assistant. In particular, it appeared to hang while doing something mysterious called Deleting Unicode fixup table.</p>
<p><a href="http://www.itwriting.com/blog/wp-content/uploads/2010/05/image4.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.itwriting.com/blog/wp-content/uploads/2010/05/image_thumb4.png" width="404" height="335" /></a> </p>
<p>It carried on saying this for around 7 hours. There was evidence that the process was still alive though, so I left it be. </p>
<p>It worked. I ran the other two commands, mounted the database, and merged the mailbox to recover about 4,000 emails.</p>
<p><a href="http://www.itwriting.com/blog/wp-content/uploads/2010/05/image5.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.itwriting.com/blog/wp-content/uploads/2010/05/image_thumb5.png" width="362" height="156" /></a> </p>
<p>The question remains: where did the emails go? All I know is that the problem coincided with a newly installed Windows and Outlook, which I’m guessing is significant.</p>


<p>Related posts:<ol><li><a href='http://www.itwriting.com/blog/5202-exchange-2010-service-pack-2.html' rel='bookmark' title='Permanent Link: Exchange 2010 Service Pack 2 with Office 365 migration wizard and retro Outlook Mini'>Exchange 2010 Service Pack 2 with Office 365 migration wizard and retro Outlook Mini</a></li>
<li><a href='http://www.itwriting.com/blog/2169-the-mystery-of-the-slow-exchange-2007-when-hard-coded-values-come-back-to-haunt-you.html' rel='bookmark' title='Permanent Link: The mystery of the slow Exchange 2007: when hard-coded values come back to haunt you'>The mystery of the slow Exchange 2007: when hard-coded values come back to haunt you</a></li>
<li><a href='http://www.itwriting.com/blog/1430-exchange-2007-backup-to-be-fixed-at-last.html' rel='bookmark' title='Permanent Link: Exchange 2007 backup to be fixed at last'>Exchange 2007 backup to be fixed at last</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.itwriting.com/blog/2580-exchange-2007-eseutil-beats-the-wizard.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The mystery of the slow Exchange 2007: when hard-coded values come back to haunt you</title>
		<link>http://www.itwriting.com/blog/2169-the-mystery-of-the-slow-exchange-2007-when-hard-coded-values-come-back-to-haunt-you.html</link>
		<comments>http://www.itwriting.com/blog/2169-the-mystery-of-the-slow-exchange-2007-when-hard-coded-values-come-back-to-haunt-you.html#comments</comments>
		<pubDate>Tue, 26 Jan 2010 07:50:43 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[exchange]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[sbs 2008]]></category>
		<category><![CDATA[small business server]]></category>

		<guid isPermaLink="false">http://www.itwriting.com/blog/2169-the-mystery-of-the-slow-exchange-2007-when-hard-coded-values-come-back-to-haunt-you.html</guid>
		<description><![CDATA[<p>Following a migration from Microsoft Small Business Server 2003 to SBS 2008 users were complaining that Exchange was slower than before in some scenarios. How could this be? The new machine had 64-bit goodness and far more RAM than before.</p> <p>I checked out the machine’s performance and noticed something odd. Store.exe, the Exchange database, <p><i>...continue reading</i> <a href="http://www.itwriting.com/blog/2169-the-mystery-of-the-slow-exchange-2007-when-hard-coded-values-come-back-to-haunt-you.html">The mystery of the slow Exchange 2007: when hard-coded values come back to haunt you</a></p>


Related posts:<ol><li><a href='http://www.itwriting.com/blog/3901-exchange-2007-to-2010-migration-hassles.html' rel='bookmark' title='Permanent Link: Exchange 2007 to 2010 migration hassles'>Exchange 2007 to 2010 migration hassles</a></li>
<li><a href='http://www.itwriting.com/blog/54-outlook-2007-is-slow-rss-broken.html' rel='bookmark' title='Permanent Link: Outlook 2007 is slow, RSS broken'>Outlook 2007 is slow, RSS broken</a></li>
<li><a href='http://www.itwriting.com/blog/123-why-outlook-2007-is-slow.html' rel='bookmark' title='Permanent Link: Why Outlook 2007 is slow: Microsoft&#8217;s official answer'>Why Outlook 2007 is slow: Microsoft&#8217;s official answer</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Following a migration from Microsoft Small Business Server 2003 to SBS 2008 users were complaining that Exchange was slower than before in some scenarios. How could this be? The new machine had 64-bit goodness and far more RAM than before.</p>
<p>I checked out the machine’s performance and noticed something odd. Store.exe, the Exchange database, usually grabs vast amounts of RAM, but in this case it was using surprisingly little, around 640MB. Could this be related to the performance issue?</p>
<p>I speculated that Exchange memory usage was limited in some way, so looked up where such a limit is set. I found <a href="http://www.pro-exchange.eu/modules.php?$1&amp;name=News&amp;file=article&amp;sid=587">this article</a>. Ran ADSI Edit and there it was, a 640MB limit (or thereabouts), set in msExchESEParamCacheSizeMax.</p>
<p>I removed the limit, restarted Exchange 2007, and it immediately said “thank you very much” and grabbed 8GB instead.</p>
<p>Why did this setting exist? No doubt because back in the days of SBS 2003 and a much less powerful 32-bit machine, someone set it in order to prevent store.exe from crippling the box. It is another example of why Small Business Server is <a href="http://www.itwriting.com/blog/2092-crazy-microsoft-stuff.html">harder to manage</a> than full server setups when Exchange invariably has a dedicated server (or several).</p>
<p>SBS 2008 cannot be installed as an in-place upgrade; but the official migration process does preserve Active Directory; and since that is where this value lives, and since it is not specific to any version of Exchange, it was dutifully transferred.</p>
<p>Why wasn’t the setting discovered and changed before? Well, you will observe that it is somewhat hidden. The main chances of finding it would be either if you were deeply schooled in the ways of Exchange, or if one of the Best Practices Analyzer (BPA) tools picked it up, or if the users screamed that Exchange was slow (which is what happened) and you figured out what was wrong.</p>
<p>The SBS BPA did not notice it. The Exchange BPA did, kind-of. It was not shown as a critical problem, but listed for information under “Non-Default Settings”, ironically with a tick beside it, as “Maximum ESE cache size changed”. Summoning help on this setting leads to <a href="http://technet.microsoft.com/en-gb/library/aa998554(EXCHG.80).aspx">this article</a> which refers to Exchange 2000.</p>
<p>An admin failure, yes, but arguably also a defect in Exchange and SBS. Typical Microsoft: critical setting, hard-coded when it would make more sense to use a percentage value, not checked by setup and persistent across major upgrades of Exchange, deeply buried in Active Directory.</p>
<p>Mentioned here just in case it saves someone time when trying to figure out why their shiny 64-bit Exchange 2007 is running worse than 32-bit Exchange 2003 ever did.</p>


<p>Related posts:<ol><li><a href='http://www.itwriting.com/blog/3901-exchange-2007-to-2010-migration-hassles.html' rel='bookmark' title='Permanent Link: Exchange 2007 to 2010 migration hassles'>Exchange 2007 to 2010 migration hassles</a></li>
<li><a href='http://www.itwriting.com/blog/54-outlook-2007-is-slow-rss-broken.html' rel='bookmark' title='Permanent Link: Outlook 2007 is slow, RSS broken'>Outlook 2007 is slow, RSS broken</a></li>
<li><a href='http://www.itwriting.com/blog/123-why-outlook-2007-is-slow.html' rel='bookmark' title='Permanent Link: Why Outlook 2007 is slow: Microsoft&#8217;s official answer'>Why Outlook 2007 is slow: Microsoft&#8217;s official answer</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.itwriting.com/blog/2169-the-mystery-of-the-slow-exchange-2007-when-hard-coded-values-come-back-to-haunt-you.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A year of blogging: another crazy year in tech</title>
		<link>http://www.itwriting.com/blog/2029-a-year-of-blogging-another-crazy-year-in-tech.html</link>
		<comments>http://www.itwriting.com/blog/2029-a-year-of-blogging-another-crazy-year-in-tech.html#comments</comments>
		<pubDate>Thu, 31 Dec 2009 22:55:41 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[web authoring]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.itwriting.com/blog/2029-a-year-of-blogging-another-crazy-year-in-tech.html</guid>
		<description><![CDATA[<p>At this time of year I allow myself a little introspection. Why do I write this blog? In part because I enjoy it; in part because it lets me write what I want to write, rather than what someone will commission; in part because I need to be visible on the Internet as an <p><i>...continue reading</i> <a href="http://www.itwriting.com/blog/2029-a-year-of-blogging-another-crazy-year-in-tech.html">A year of blogging: another crazy year in tech</a></p>


Related posts:<ol><li><a href='http://www.itwriting.com/blog/3547-ten-big-tech-trends-from-2010.html' rel='bookmark' title='Permanent Link: Ten big tech trends from 2010'>Ten big tech trends from 2010</a></li>
<li><a href='http://www.itwriting.com/blog/352-the-curious-silence-of-the-ie-team-microsoft-needs-to-rediscover-blogging.html' rel='bookmark' title='Permanent Link: The curious silence of the IE team &#8211; Microsoft needs to rediscover blogging'>The curious silence of the IE team &#8211; Microsoft needs to rediscover blogging</a></li>
<li><a href='http://www.itwriting.com/blog/5267-itwriting-com-awards-2011-ten-key-happenings-from-nokias-burning-platform-to-hps-nightmare-year.html' rel='bookmark' title='Permanent Link: ITWriting.com awards 2011: ten key happenings, from Nokia&rsquo;s burning platform to HP&rsquo;s nightmare year'>ITWriting.com awards 2011: ten key happenings, from Nokia&rsquo;s burning platform to HP&rsquo;s nightmare year</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>At this time of year I allow myself a little introspection. Why do I write this blog? In part because I enjoy it; in part because it lets me write what I want to write, rather than what someone will commission; in part because I need to be visible on the Internet as an individual, not just as an author writing for various publications; in part because I highly value the feedback I get here.</p>
<p>Running a blog has its frustrations. Adding content here has to take a back seat to paying work at times. I also realise that the site is desperately in need of redesign; I’ve played around with some tweaks in an offline version but I’m cautious about making changes because the current format just about works and I don’t want to make it worse. I am a writer and developer, but not a designer. </p>
<p>One company actually offered to redesign the blog for me, but I held back for fear that a sense of obligation would prevent me from writing objectively. That said, I have considered doing something like Adobe’s Serge Jespers and offering a <a href="http://www.webkitchen.be/2009/11/28/blog-design-contest-design-my-blog-and-win-cs4-master-collection/">prize for a redesign</a>; if you would like to supply such a prize, in return for a little publicity, let me know. One of my goals is to make use of WordPress widgets to add more interactivity and a degree of future-proofing. I hope 2010 will be the year of a new-look ITWriitng.com.</p>
<p>So what are you reading? Looking at the stats for the year proves something I was already aware of: that the most-read posts are not news stories but how-to articles that solve common problems. The readers are not subscribers, but individuals searching for a solution to their problem. For the record, the top five in order:</p>
<p><a title="Permanent Link to Annoying Word 2007 problem- can’t select text" href="http://www.itwriting.com/blog/140-annoying-word-2007-problem-cant-select-text.html" target="_blank">Annoying Word 2007 problem- can’t select text</a> – when Office breaks</p>
<p><a title="Permanent Link to Cannot open the Outlook window – what sort of error message is that-" href="http://www.itwriting.com/blog/1342-cannot-open-the-outlook-window-what-sort-of-error-message-is-that.html" target="_blank">Cannot open the Outlook window – what sort of error message is that?</a> – when Office breaks again</p>
<p><a title="Permanent Link to Visual Studio 6 on Vista" href="http://www.itwriting.com/blog/167-visual-studio-6-on-vista.html">Visual Studio 6 on Vista</a> – VB 6 just won’t die</p>
<p><a title="Permanent Link to Why Outlook 2007 is slow- Microsoft’s official answer" href="http://www.itwriting.com/blog/123-why-outlook-2007-is-slow.html">Why Outlook 2007 is slow- Microsoft’s official answer</a> – when Office frustrates</p>
<p><a title="Permanent Link to Outlook 2007 is slow, RSS broken" href="http://www.itwriting.com/blog/54-outlook-2007-is-slow-rss-broken.html">Outlook 2007 is slow, RSS broken</a> – when Office still frustrates</p>
<p>The most popular news posts on ITWriting.com:</p>
<p><a title="UNIX platform" href="http://www.itwriting.com/blog/1787-london-stock-exchange-migrating-from-net-to-oracleunix-platform.html" target="_blank">London Stock Exchange migrating from .NET to Oracle/UNIX platform</a> -&#160; case study becomes PR disaster</p>
<p><a title="Permanent Link to Parallel Programming- five reasons for caution. Reflections from Intel’s Paral" href="http://www.itwriting.com/blog/1343-parallel-programming-five-reasons-for-caution-reflections-from-intels-parallel-studio-briefing.html" target="_blank">Parallel Programming: five reasons for caution. Reflections from Intel’s Parallel Studio briefing</a> – a contrarian view</p>
<p><a title="Permanent Link to Apple Snow Leopard and Exchange- the real story" href="http://www.itwriting.com/blog/1743-apple-snow-leopard-and-exchange-the-real-story.html" target="_blank">Apple Snow Leopard and Exchange- the real story</a> – hyped new feature disappoints</p>
<p><a title="Permanent Link to Software development trends in emerging markets" href="http://www.itwriting.com/blog/1789-software-development-trends-in-emerging-markets.html" target="_blank">Software development trends in emerging markets</a> – are they what you expect?</p>
<p><a title="Permanent Link to QCon London 2009" href="http://www.itwriting.com/blog/1291-qcon-london-2009.html" target="_blank">QCon London 2009</a> – the best developer conference in the UK</p>
<p>and a few others that I’d like to highlight:</p>
<p><a title="Permanent Link to The end of Sun’s bold open source experiment" href="http://www.itwriting.com/blog/1340-the-end-of-suns-bold-open-source-experiment.html">The end of Sun’s bold open source experiment</a> – Sun is taken over by Oracle, though the deal has been subject to long delays thanks to EU scrutiny</p>
<p><a title="Permanent Link to Is Silverlight the problem with ITV Player- Microsoft, you have a problem" href="http://www.itwriting.com/blog/1334-is-silverlight-the-problem-with-itv-player-microsoft-you-have-a-problem.html">Is Silverlight the problem with ITV Player- Microsoft, you have a problem</a> – prophetic insofar as ITV later switched to Adobe Flash; it’s not as good as BBC iPlayer but it is better than before</p>
<p><a title="Permanent Link to Google Chrome OS – astonishing" href="http://www.itwriting.com/blog/1969-google-chrome-os-astonishing.html">Google Chrome OS – astonishing</a> – a real first reaction written during the press briefing; my views have not changed much though many commentators don’t get its significance for some reason</p>
<p><a title="Permanent Link to Farewell to Personal Computer World- 30 years of personal computing" href="http://www.itwriting.com/blog/1494-farewell-to-personal-computer-world-30-years-of-personal-computing.html">Farewell to Personal Computer World- 30 years of personal computing</a> – worth reading the comments if you have any affection for this gone-but-not-forgotten publication</p>
<p><a title="Is high-resolution audio (like SACD) audibly better than than CD-" href="http://www.itwriting.com/blog/is-high-resolution-audio-like-sacd-audibly-better-than-than-cd">Is high-resolution audio (like SACD) audibly better than than CD</a> – still a question that fascinates me</p>
<p><a title="Danger loses customer data" href="http://www.itwriting.com/blog/1851-when-the-unthinkable-happens-microsoftdanger-loses-customer-data.html">When the unthinkable happens: Microsoft/Danger loses customer data</a> – as a company Microsoft is not entirely dysfunctional but for some parts there is no better word</p>
<p><a title="Permanent Link to Adobe’s chameleon Flash shows its enterprise colours" href="http://www.itwriting.com/blog/1846-adobes-chameleon-flash-shows-its-enterprise-colours.html">Adobe’s chameleon Flash shows its enterprise colours</a> – some interesting comments on this Flash for the Enterprise story</p>
<p><a title="Permanent Link to Silverlight 4 ticks all the boxes, questions remain" href="http://www.itwriting.com/blog/1967-silverlight-4-ticks-all-the-boxes-questions-remain.html">Silverlight 4 ticks all the boxes, questions remain</a> – in 2010 we should get some idea of Silverlight’s significance, now that Microsoft has fixed the most pressing technical issues</p>
<p>and finally HAPPY NEW YEAR</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:574b160e-d27f-409b-a0c8-27297fdecc8d" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/flash" rel="tag">flash</a>,<a href="http://technorati.com/tags/silverlight" rel="tag">silverlight</a>,<a href="http://technorati.com/tags/tim+anderson" rel="tag">tim anderson</a>,<a href="http://technorati.com/tags/google" rel="tag">google</a>,<a href="http://technorati.com/tags/apple" rel="tag">apple</a>,<a href="http://technorati.com/tags/.net" rel="tag">.net</a>,<a href="http://technorati.com/tags/microsoft" rel="tag">microsoft</a>,<a href="http://technorati.com/tags/sun" rel="tag">sun</a>,<a href="http://technorati.com/tags/oracle" rel="tag">oracle</a>,<a href="http://technorati.com/tags/adobe" rel="tag">adobe</a></div>


<p>Related posts:<ol><li><a href='http://www.itwriting.com/blog/3547-ten-big-tech-trends-from-2010.html' rel='bookmark' title='Permanent Link: Ten big tech trends from 2010'>Ten big tech trends from 2010</a></li>
<li><a href='http://www.itwriting.com/blog/352-the-curious-silence-of-the-ie-team-microsoft-needs-to-rediscover-blogging.html' rel='bookmark' title='Permanent Link: The curious silence of the IE team &#8211; Microsoft needs to rediscover blogging'>The curious silence of the IE team &#8211; Microsoft needs to rediscover blogging</a></li>
<li><a href='http://www.itwriting.com/blog/5267-itwriting-com-awards-2011-ten-key-happenings-from-nokias-burning-platform-to-hps-nightmare-year.html' rel='bookmark' title='Permanent Link: ITWriting.com awards 2011: ten key happenings, from Nokia&rsquo;s burning platform to HP&rsquo;s nightmare year'>ITWriting.com awards 2011: ten key happenings, from Nokia&rsquo;s burning platform to HP&rsquo;s nightmare year</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.itwriting.com/blog/2029-a-year-of-blogging-another-crazy-year-in-tech.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Los Angeles chooses Google  over Exchange for email &#8211; who will follow?</title>
		<link>http://www.itwriting.com/blog/1927-los-angeles-chooses-google-over-exchange-for-email-who-will-follow.html</link>
		<comments>http://www.itwriting.com/blog/1927-los-angeles-chooses-google-over-exchange-for-email-who-will-follow.html#comments</comments>
		<pubDate>Thu, 29 Oct 2009 08:55:07 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.itwriting.com/blog/1927-los-angeles-chooses-google-over-exchange-for-email-who-will-follow.html</guid>
		<description><![CDATA[<p>When the city council of Los Angeles needed to replace its Novell email system, it looked at two main options. One was Microsoft Exchange, the other Google Apps; and Google won the deal.</p> <p>There is one, fascinating, caveat. According to David Sarno at LA Times:</p> <p>The contract was approved pending an amendment that would <p><i>...continue reading</i> <a href="http://www.itwriting.com/blog/1927-los-angeles-chooses-google-over-exchange-for-email-who-will-follow.html">Los Angeles chooses Google  over Exchange for email &#8211; who will follow?</a></p>


Related posts:<ol><li><a href='http://www.itwriting.com/blog/1530-google-apps-add-on-breaks-outlook-features.html' rel='bookmark' title='Permanent Link: Google Apps add-on breaks Outlook features in email wars'>Google Apps add-on breaks Outlook features in email wars</a></li>
<li><a href='http://www.itwriting.com/blog/1949-the-cloud-in-education-google-apps-vs-liveedu.html' rel='bookmark' title='Permanent Link: The cloud in education: Google Apps vs Live@Edu'>The cloud in education: Google Apps vs Live@Edu</a></li>
<li><a href='http://www.itwriting.com/blog/916-what-i-want-from-a-mobile-phone-running-googles-android.html' rel='bookmark' title='Permanent Link: What I want from a mobile phone running Google&rsquo;s Android'>What I want from a mobile phone running Google&rsquo;s Android</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When the city council of Los Angeles needed to replace its Novell email system, it looked at two main options. One was Microsoft Exchange, the other Google Apps; and <a href="http://latimesblogs.latimes.com/technology/2009/10/city-council-votes-to-adopt-google-email-system-for-30000-city-employees.html">Google won the deal</a>.</p>
<p>There is one, fascinating, caveat. According to David Sarno at LA Times:</p>
<blockquote><p>The contract was approved pending an amendment that would require Google to compensate the city in the event that the Google system was breached and city data exposed or stolen. No such clause existed in the contract.</p>
</blockquote>
<p>Compensation sounds like something more substantial than the fee refund offered by a typical SLA (Service Level Agreement) – and this is about security, not interruption of service.</p>
<p>I would be intrigued to know whether Microsoft pitched a traditional on-premise solution (most likely); or whether it sought to do like-for-like with Google with a hosted Exchange offering.</p>
<p>It’s been a good month or so for Google Apps. I’ve heard of deals with Rentokil Initial (up to 35,000 users worldwide) and Jaguar Land Rover (15,000 worldwide). Deals like this put Google on the map for many more organisations.</p>
<p>Could 2010 be the year of the cloud?</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:2f398d4f-9f57-45ef-a167-92ffa47d4b35" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/google" rel="tag">google</a>,<a href="http://technorati.com/tags/los+angeles" rel="tag">los angeles</a>,<a href="http://technorati.com/tags/exchange" rel="tag">exchange</a>,<a href="http://technorati.com/tags/microsoft" rel="tag">microsoft</a></div>


<p>Related posts:<ol><li><a href='http://www.itwriting.com/blog/1530-google-apps-add-on-breaks-outlook-features.html' rel='bookmark' title='Permanent Link: Google Apps add-on breaks Outlook features in email wars'>Google Apps add-on breaks Outlook features in email wars</a></li>
<li><a href='http://www.itwriting.com/blog/1949-the-cloud-in-education-google-apps-vs-liveedu.html' rel='bookmark' title='Permanent Link: The cloud in education: Google Apps vs Live@Edu'>The cloud in education: Google Apps vs Live@Edu</a></li>
<li><a href='http://www.itwriting.com/blog/916-what-i-want-from-a-mobile-phone-running-googles-android.html' rel='bookmark' title='Permanent Link: What I want from a mobile phone running Google&rsquo;s Android'>What I want from a mobile phone running Google&rsquo;s Android</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.itwriting.com/blog/1927-los-angeles-chooses-google-over-exchange-for-email-who-will-follow.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft will document the Outlook file format; users would rather it just worked better</title>
		<link>http://www.itwriting.com/blog/1919-microsoft-will-document-the-outlook-file-format-users-would-rather-it-just-worked-better.html</link>
		<comments>http://www.itwriting.com/blog/1919-microsoft-will-document-the-outlook-file-format-users-would-rather-it-just-worked-better.html#comments</comments>
		<pubDate>Mon, 26 Oct 2009 17:41:07 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[exchange]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.itwriting.com/blog/1919-microsoft-will-document-the-outlook-file-format-users-would-rather-it-just-worked-better.html</guid>
		<description><![CDATA[<p>Microsoft’s Paul Lorimer, Group Manager for Microsoft Office Interoperability, has announced that the .pst file format will be published:</p> <p>In order to facilitate interoperability and enable customers and vendors to access the data in .pst files on a variety of platforms, we will be releasing documentation for the .pst file format. This will allow <p><i>...continue reading</i> <a href="http://www.itwriting.com/blog/1919-microsoft-will-document-the-outlook-file-format-users-would-rather-it-just-worked-better.html">Microsoft will document the Outlook file format; users would rather it just worked better</a></p>


Related posts:<ol><li><a href='http://www.itwriting.com/blog/520-microsoft-moves-to-protect-its-office-business-in-format-war.html' rel='bookmark' title='Permanent Link: Microsoft moves to protect its Office business in format war'>Microsoft moves to protect its Office business in format war</a></li>
<li><a href='http://www.itwriting.com/blog/4682-wolfram-announces-computable-document-format-for-interactive-docs.html' rel='bookmark' title='Permanent Link: Wolfram announces Computable Document Format for interactive docs'>Wolfram announces Computable Document Format for interactive docs</a></li>
<li><a href='http://www.itwriting.com/blog/123-why-outlook-2007-is-slow.html' rel='bookmark' title='Permanent Link: Why Outlook 2007 is slow: Microsoft&#8217;s official answer'>Why Outlook 2007 is slow: Microsoft&#8217;s official answer</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Microsoft’s Paul Lorimer, Group Manager for Microsoft Office Interoperability, has announced that the <a href="http://blogs.msdn.com/interoperability/archive/2009/10/26/roadmap-for-outlook-personal-folders-pst-documentation.aspx">.pst file format will be published</a>:</p>
<blockquote><p>In order to facilitate interoperability and enable customers and vendors to access the data in .pst files on a variety of platforms, we will be releasing documentation for the .pst file format. This will allow developers to read, create, and interoperate with the data in .pst files in server and client scenarios using the programming language and platform of their choice.</p>
</blockquote>
<p>The initials .pst stand, I believe, for “Personal store”. This is the format used by standalone Outlook, for users without Exchange. You can also have Exchange deliver email to a .pst, though more normally Exchange mail is stored in an .ost (“Offline store”) which replicates the mailbox on the server. The .pst format is still used for archiving in this scenario. I’m not sure how different .pst and .ost are internally, or whether Microsoft intends to document both.</p>
<p>Any move towards open formats is welcome, though I’m not sure how important this one is; further, Outlook is frail enough as it is, so I’m nervous about third-party software modifying a .pst and perhaps getting it slightly wrong and causing problems. Programmatic access to Outlook data has long been available, via the ancient MAPI or via Outlook’s COM API.</p>
<p>In just slightly related news, my help post on the error message <a title="1342-cannot-open-the-outlook-window-what-sort-of-error-mes" href="http://www.itwriting.com/blog/1342-cannot-open-the-outlook-window-what-sort-of-error-message-is-that.html">Cannot open the Outlook window</a> is the most viewed post on this site this month and the fourth most viewed last month; it has 129 comments.</p>
<p>I suspect most users would prefer a faster and more robust Outlook over and above a published file format; unlike Office document formats, a .pst is not generally shared with others.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4118d60d-8fd5-41fd-85d8-4f3dfaed1dc6" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/outlook" rel="tag">outlook</a>,<a href="http://technorati.com/tags/microsoft" rel="tag">microsoft</a>,<a href="http://technorati.com/tags/interoperability" rel="tag">interoperability</a></div>


<p>Related posts:<ol><li><a href='http://www.itwriting.com/blog/520-microsoft-moves-to-protect-its-office-business-in-format-war.html' rel='bookmark' title='Permanent Link: Microsoft moves to protect its Office business in format war'>Microsoft moves to protect its Office business in format war</a></li>
<li><a href='http://www.itwriting.com/blog/4682-wolfram-announces-computable-document-format-for-interactive-docs.html' rel='bookmark' title='Permanent Link: Wolfram announces Computable Document Format for interactive docs'>Wolfram announces Computable Document Format for interactive docs</a></li>
<li><a href='http://www.itwriting.com/blog/123-why-outlook-2007-is-slow.html' rel='bookmark' title='Permanent Link: Why Outlook 2007 is slow: Microsoft&#8217;s official answer'>Why Outlook 2007 is slow: Microsoft&#8217;s official answer</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.itwriting.com/blog/1919-microsoft-will-document-the-outlook-file-format-users-would-rather-it-just-worked-better.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

