<?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>A Blog by Tim Bishop &#187; Exchange 2007</title>
	<atom:link href="http://www.bishnet.net/tim/blog/tag/exchange-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bishnet.net/tim/blog</link>
	<description>"For a moment, nothing happened. Then, after a second or so, nothing continued to happen." -- HHGTTG</description>
	<lastBuildDate>Wed, 02 Nov 2011 15:21:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Exhange 2007 OOF (Out Of Office) and Free/Busy Availability, fixed</title>
		<link>http://www.bishnet.net/tim/blog/2008/11/18/exhange-2007-oof-out-of-office-and-freebusy-availability-fixed/</link>
		<comments>http://www.bishnet.net/tim/blog/2008/11/18/exhange-2007-oof-out-of-office-and-freebusy-availability-fixed/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 17:34:36 +0000</pubDate>
		<dc:creator>Tim Bishop</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[%ExchangeInstallDir%]]></category>
		<category><![CDATA[Availaility]]></category>
		<category><![CDATA[EWS]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange Web Services]]></category>
		<category><![CDATA[Free/Busy]]></category>
		<category><![CDATA[OOF]]></category>
		<category><![CDATA[Out Of Office]]></category>
		<category><![CDATA[Outlook 2007]]></category>

		<guid isPermaLink="false">http://www.bishnet.net/tim/blog/?p=135</guid>
		<description><![CDATA[I've spent the past couple of weeks on and off trying to figure out why the OOF (Out Of Office) and Free/Busy availability information were broken in our Outlook 2007 clients. It turned out to be the fault of a dodgy Exchange update.


Related posts:<ol><li><a href='http://www.bishnet.net/tim/blog/2006/03/28/upgrading-debian/' rel='bookmark' title='Permanent Link: Upgrading Debian'>Upgrading Debian</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent the past couple of weeks on and off trying to figure out why the OOF (Out Of Office) and Free/Busy availability information were broken in our Outlook 2007 clients. They generated errors saying the service was not available. They worked fine in OWA.</p>
<p>After some digging I thought I&#8217;d try some of the EWS URLs manually in a web browser. I&#8217;d tried some of the others and although they produced odd things, they at least did something. The EWS URLs just produced a 404.</p>
<p>Looking in IIS there were clearly files in the EWS directory with the correct names, so something else must have been missing. I started a comparison with another reference system. Eventually I noticed a difference in the <code>web.config</code> file located in <code>C:\Program Files\Microsoft\Exchange Server\ClientAccess\exchweb\ews</code>.</p>
<p>The copy on our production system contained entries like this:</p>
<blockquote><p>&lt;<span>codeBase version=&#8221;0.0.0.0&#8243; href=&#8221;file:///%ExchangeInstallDir%bin\Microsoft.Exchange.Common.IL.dll&#8221; /&gt;</span></p></blockquote>
<p>Whilst our reference system contained entries like this:</p>
<blockquote><p>&lt;<span style="font-family: -webkit-monospace;">codeBase version=&#8221;0.0.0.0&#8243; href=&#8221;file:///C:\Program Files\Microsoft\Exchange Server\bin\Microsoft.Exchange.Common.IL.dll&#8221; /&gt;<br />
</span></p></blockquote>
<p>As far as I could tell <code>%ExchangeInstallDir%</code> was not set on either system. Further, looking at the autodiscover and OWA <code>web.config</code> files I noticed they did it the same way as the reference system.</p>
<p>So I ducked over to a Unix system, did a proper comparison of the production file versus the reference one and determined that the only difference was the expansion of the variable. So I simply dropped the reference one in to place on the production system and restarted IIS.</p>
<p>And it worked!</p>
<p>I&#8217;m not sure how we got in to that state, but I&#8217;m pleased it&#8217;s sorted out. I&#8217;m not particularly getting on with this Exchange stuff, and peculiar issues like this really don&#8217;t help. Given we installed both the production and reference systems in the same way I can&#8217;t understand how this happened.</p>
<p>Now to fix the remaining issues&#8230; <img src='http://www.bishnet.net/tim/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p><strong>Update:</strong> Now that I know what the issue was I can google for it. I found <a href="http://msexchangeteam.com/archive/2008/09/11/449787.aspx">this post</a> (better formatted <a href="http://www.getclub.net/index.php/article/programming/2008-10-08/371.html">here</a> for non-IE users) which shows that the issue occured with the accidently released update for Exchange a while back. We got this update in the small window in which it was available and later uninstalled it. Looks like that caused the problem.</p>


<p>Related posts:<ol><li><a href='http://www.bishnet.net/tim/blog/2006/03/28/upgrading-debian/' rel='bookmark' title='Permanent Link: Upgrading Debian'>Upgrading Debian</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.bishnet.net/tim/blog/2008/11/18/exhange-2007-oof-out-of-office-and-freebusy-availability-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

