<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>Calazan.com</title>
	<link>http://www.calazan.com</link>
	<description>Share the Knowledge</description>
	<pubDate>Mon, 24 Mar 2008 02:22:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Apache: Redirecting http to https using a .htaccess file</title>
		<link>http://www.calazan.com/apache-redirecting-http-to-https-using-a-htaccess-file/</link>
		<comments>http://www.calazan.com/apache-redirecting-http-to-https-using-a-htaccess-file/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 02:12:04 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Apache]]></category>

		<category><![CDATA[open source software]]></category>

		<guid isPermaLink="false">http://www.calazan.com/apache-redirecting-http-to-https-using-an-htaccess-file/</guid>
		<description><![CDATA[To redirect http traffic to https in Apache, create a .htaccess file with the following content:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Place the .htaccess file in your website directory and that should be it.
NOTE:  The rewrite module in Apache must be enabled for this to work.  To check whether it is enabled, open your [...]]]></description>
			<content:encoded><![CDATA[<p>To redirect <strong>http</strong> traffic to <strong>https</strong> in Apache, create a <strong>.htaccess</strong> file with the following content:</p>
<p><em>RewriteEngine On<br />
RewriteCond %{HTTPS} off<br />
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}</em></p>
<p>Place the .htaccess file in your website directory and that should be it.</p>
<p><strong>NOTE:  </strong>The<strong> rewrite module</strong> in Apache must be enabled for this to work.  To check whether it is enabled, open your <strong>httpd.conf</strong> and make sure the line below is not commented:</p>
<p><em>LoadModule rewrite_module modules/mod_rewrite.so</em></p>
<p>If you&#8217;re running Apache on Windows, you won&#8217;t be able to create a file with a filename that starts with &#8220;.&#8221; so you will have to tell Apache to look for another file.  To do so, simply open your <strong>httpd.conf</strong> and change the line:</p>
<p><em>AccessFileName .htaccess</em></p>
<p>to</p>
<p><em>AccessFileName ht.acl .htaccess</em></p>
<p>Instead of naming the file <strong>.htaccess</strong>, name it <strong>ht.acl</strong>.  Restart Apache and it should work.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.calazan.com%2Fapache-redirecting-http-to-https-using-a-htaccess-file%2F';
  addthis_title  = 'Apache%3A+Redirecting+http+to+https+using+a+.htaccess+file';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/apache-redirecting-http-to-https-using-a-htaccess-file/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows cannot access the specified device, path, or file</title>
		<link>http://www.calazan.com/windows-cannot-access-the-specified-device-path-or-file/</link>
		<comments>http://www.calazan.com/windows-cannot-access-the-specified-device-path-or-file/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 01:07:31 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
		<category><![CDATA[Error Messages]]></category>

		<guid isPermaLink="false">http://www.calazan.com/windows-cannot-access-the-specified-device-path-or-file/</guid>
		<description><![CDATA[Error Message:  &#8220;Windows cannot access the specified device, path, or file.  You may not have the appropriate permissions to access the item.&#8221;
If you get this error when you tried to run an executable file, simply do the following:

 Right-click on the file and choose Properties.
In the General tab, click the Unblock button at [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Error Message:</strong>  &#8220;Windows cannot access the specified device, path, or file.  You may not have the appropriate permissions to access the item.&#8221;</p>
<p>If you get this error when you tried to run an executable file, simply do the following:</p>
<ol>
<li> Right-click on the file and choose <strong>Properties</strong>.</li>
<li>In the <strong>General</strong> tab, click the <strong>Unblock</strong> button at the bottom and hit <strong>OK</strong>.</li>
</ol>
<p align="center"><a href="http://www.calazan.com/wp-content/uploads/2008/03/unblock_file.png" title="Unblock File"><img src="http://www.calazan.com/wp-content/uploads/2008/03/unblock_file.png" alt="Unblock File" /></a></p>
<p>Try running the executable file again and it should now work.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.calazan.com%2Fwindows-cannot-access-the-specified-device-path-or-file%2F';
  addthis_title  = 'Windows+cannot+access+the+specified+device%2C+path%2C+or+file';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/windows-cannot-access-the-specified-device-path-or-file/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Exchange 2007 SP1: Message rejected as spam by Content Filtering</title>
		<link>http://www.calazan.com/exchange-2007-sp1-message-rejected-as-spam-by-content-filtering/</link>
		<comments>http://www.calazan.com/exchange-2007-sp1-message-rejected-as-spam-by-content-filtering/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 00:18:59 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
		<category><![CDATA[Error Messages]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[SysAdmin]]></category>

		<category><![CDATA[Exchange 2007]]></category>

		<category><![CDATA[Windows admin]]></category>

		<guid isPermaLink="false">http://www.calazan.com/exchange-2007-sp1-message-rejected-as-spam-by-content-filtering/</guid>
		<description><![CDATA[Error Message:  &#8220;550 5.7.1  Message rejected as spam by Content Filtering.&#8221;
One of our users reported that after we applied Service Pack 1 and Update Rollup 1 to Exchange Server 2007, some of the emails that he has scheduled to send daily were getting rejected with the message above.
I guess the integrated anti-spam in [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Error Message:</strong>  &#8220;550 5.7.1  Message rejected as spam by Content Filtering.&#8221;</p>
<p>One of our users reported that after we applied Service Pack 1 and Update Rollup 1 to Exchange Server 2007, some of the emails that he has scheduled to send daily were getting rejected with the message above.</p>
<p>I guess the integrated anti-spam in Exchange got updated as well.</p>
<p>You can  configure Content Filtering in Exchange to bypass specific users or domains.</p>
<p>Open the <strong>Exchange Management Shell</strong>:</p>
<p><strong># To check the Content Filter configuration</strong>, type in:</p>
<p><em>            Get-ContentFilterConfig</em></p>
<p><strong># To set the Bypassed Senders </strong>(example):</p>
<p><em>Set-ContentFilterConfig -BypassedSenders donotspamme@calazan.com, jdoe@abc.com</em></p>
<p><strong># To set the Bypassed Sender Domains</strong> (example):</p>
<p><em>Set-ContentFilterConfig -BypassedSenderDomains calazan.com, *.xyz.com</em></p>
<p><strong>Important Note:</strong>  BypassedSenders and BypassedSenderDomains are multivalued properties.  When you use the <strong>Set-ContentFilterConfig</strong> cmdlet, it will overwrite the values of those properties.  If you just need to add more senders or domains, please follow the example below.</p>
<p><strong># To add Bypassed Senders:</strong></p>
<p><em>$x = Get-ContentFilterConfig</em></p>
<p><em>$x.BypassedSenders += &#8220;jsmith@google.com&#8221;, &#8220;bhope@yahoo.com&#8221;</em></p>
<p><strong># To remove Bypassed Senders (can only be done one at a time):</strong></p>
<p><em>$x = Get-ContentFilterConfig</em></p>
<p><em>$x.BypassedSenders -= &#8220;jsmith@google.com&#8221;</em></p>
<p><strong># To empty the list:</strong></p>
<p><em>Set-ContentFilterConfig -BypassedSenders $null</em></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.calazan.com%2Fexchange-2007-sp1-message-rejected-as-spam-by-content-filtering%2F';
  addthis_title  = 'Exchange+2007+SP1%3A+Message+rejected+as+spam+by+Content+Filtering';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/exchange-2007-sp1-message-rejected-as-spam-by-content-filtering/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Exchange Management Tools SP1: Service Remote Registry failed to reach status “Stopped”</title>
		<link>http://www.calazan.com/exchange-management-tools-sp1-service-remote-registry-failed-to-reach-status-%e2%80%9cstopped%e2%80%9d/</link>
		<comments>http://www.calazan.com/exchange-management-tools-sp1-service-remote-registry-failed-to-reach-status-%e2%80%9cstopped%e2%80%9d/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 23:57:19 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
		<category><![CDATA[Error Messages]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[SysAdmin]]></category>

		<category><![CDATA[Exchange 2007]]></category>

		<category><![CDATA[Windows admin]]></category>

		<guid isPermaLink="false">http://www.calazan.com/exchange-management-tools-sp1-service-remote-registry-failed-to-reach-status-%e2%80%9cstopped%e2%80%9d/</guid>
		<description><![CDATA[I got this error while upgrading the Exchange Management Tools on my Windows XP computer at work to Service Pack 1.  I checked the services and the Remote Registry service is stuck at &#8220;Stopping&#8221; status.
To fix this, simply set the Remote Registry service&#8217;s startup type to Manual, reboot your computer, try installing Exchange Server [...]]]></description>
			<content:encoded><![CDATA[<p>I got this error while upgrading the Exchange Management Tools on my Windows XP computer at work to Service Pack 1.  I checked the services and the Remote Registry service is stuck at &#8220;Stopping&#8221; status.</p>
<p>To fix this, simply set the Remote Registry service&#8217;s startup type to <strong>Manual</strong>, reboot your computer, try installing Exchange Server 2007 SP1 Management Tools again and it should now install successfully.  The Remote Registry service will automatically start and the startup type will go back to <strong>Automatic</strong> after the installation.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.calazan.com%2Fexchange-management-tools-sp1-service-remote-registry-failed-to-reach-status-%25e2%2580%259cstopped%25e2%2580%259d%2F';
  addthis_title  = 'Exchange+Management+Tools+SP1%3A+Service+Remote+Registry+failed+to+reach+status+%E2%80%9CStopped%E2%80%9D';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/exchange-management-tools-sp1-service-remote-registry-failed-to-reach-status-%e2%80%9cstopped%e2%80%9d/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Upgrading to Exchange Server 2007 SP1</title>
		<link>http://www.calazan.com/upgrading-to-exchange-server-2007-sp1/</link>
		<comments>http://www.calazan.com/upgrading-to-exchange-server-2007-sp1/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 17:05:20 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[SysAdmin]]></category>

		<category><![CDATA[Exchange 2007]]></category>

		<category><![CDATA[Windows admin]]></category>

		<guid isPermaLink="false">http://www.calazan.com/upgrading-to-exchange-server-2007-sp1/</guid>
		<description><![CDATA[We just upgraded from Exchange 2007 RTM to Exchange 2007 SP1 yesterday morning and I&#8217;m happy to say that the upgrade went very smoothly.  It took about 20 minutes.
Here are some things to consider:

Install .NET Framework 2.0 SP1 before upgrading.  This may not be required but Microsoft recommends it.
If you have more than [...]]]></description>
			<content:encoded><![CDATA[<p>We just upgraded from Exchange 2007 RTM to Exchange 2007 SP1 yesterday morning and I&#8217;m happy to say that the upgrade went very smoothly.  It took about 20 minutes.</p>
<p><strong>Here are some things to consider:</strong></p>
<ol>
<li>Install <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=029196ED-04EB-471E-8A99-3C61D19A4C5A&amp;displaylang=en" title=".NET 2.0 Framework SP1 x64" target="_blank">.NET Framework 2.0 SP1</a> before upgrading.  This may not be required but Microsoft recommends it.</li>
<li>If you have more than one Exchange server, Microsoft recommends that you upgrade the servers running the <strong>Mailbox server role last</strong>.  Upgrade your servers in the following order:
<ol>
<li>Client Access servers</li>
<li>Unified Messaging servers</li>
<li>Hub Transport servers</li>
<li>Edge Transport servers</li>
<li>Mailbox servers</li>
</ol>
</li>
<li>If you have third party software running on the Exchange server, stop the services/processes for those software before running the SP1 installation (e.g. antivirus, Backup Exec Remote Agent, etc.).</li>
<li>Check the compatibility of other software that use/connect to the Exchange server.  Some examples:
<ol>
<li><strong>BlackBerry Enterprise Server</strong>.  We have BES version 4.1.3 and I can confirm that this version works with Exchange 2007 SP1. E-mails, contacts, calendar, tasks, notes, Out-of-Office are synchronizing properly.  No issues so far.  I&#8217;m assuming that higher versions would also work.</li>
<li><strong>Symantec Backup Exec 11d</strong>.  Make sure that you upgrade the <strong>Exchange Management Tools</strong> on the server running Backup Exec to Service Pack 1 as well (and install other patches for Exchange that you have installed on your Exchange server) or you may get this error: <em><span class="exacterror">Unable to complete the operation for the selected resource using the specified options. The following error was returned when opening the Exchange Database file: &#8216;-514 The version of the log file is not compatible with the ESE version.&#8217;   </span></em><span class="exacterror">Go here for more details:  <a href="http://seer.entsupport.symantec.com/docs/289970.htm" title="Backup of Information Store in Exchange 2007 fails" target="_blank">http://seer.entsupport.symantec.com/docs/289970.htm</a>.</span></li>
</ol>
<p><span class="exacterror"></span><span class="exacterror"></span></li>
<li>Read the <a href="http://download.microsoft.com/download/5/e/6/5e672458-592a-44a2-b489-11cec19d3c82/RelNotes.htm" title="Exchange Server 2007 SP1 Release Notes" target="_blank">release notes</a>.</li>
</ol>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=C29A6AA8-CA44-43EA-A88F-7500C4BD3D31&amp;displaylang=en" title="Update Rollup for Exchange Server 2007 SP1" target="_blank">Update Rollup 1 for Exchange Server 2007 Service Pack 1</a> (KB945684) was also just released three days ago and you may want to install this as well.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.calazan.com%2Fupgrading-to-exchange-server-2007-sp1%2F';
  addthis_title  = 'Upgrading+to+Exchange+Server+2007+SP1';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/upgrading-to-exchange-server-2007-sp1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Heroes Happen Here</title>
		<link>http://www.calazan.com/heroes-happen-here/</link>
		<comments>http://www.calazan.com/heroes-happen-here/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 02:27:56 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Heroes Happen Here]]></category>

		<guid isPermaLink="false">http://www.calazan.com/microsoft-launch-event-2008-2/</guid>
		<description><![CDATA[My co-workers and I attended the Microsoft launch event in New York yesterday for Windows Server 2008, Visual Studio 2008, and SQL Server 2008. The theme of the event was &#8220;HEROES happen {here},&#8221; where the heroes are the IT workers who make the technology work.
Overall, the event was pretty good, there were a few technical [...]]]></description>
			<content:encoded><![CDATA[<p>My co-workers and I attended the Microsoft launch event in New York yesterday for Windows Server 2008, Visual Studio 2008, and SQL Server 2008. The theme of the event was &#8220;<strong>HEROES happen {here}</strong>,&#8221; where the heroes are the IT workers who make the technology work.</p>
<p>Overall, the event was pretty good, there were a few technical glitches during the keynote but nothing major. All of their demos were running in Hyper-V.</p>
<p>I attended the infrastructure session which covers Windows Server 2008 and I have to say that I&#8217;m now very excited to really play around with the new features in this new version of Windows after attending this presentation. I really didn&#8217;t know much about it before the event.</p>
<p>Here are some of the new features in Windows Server 2008:</p>
<ol>
<li><strong>Server Core</strong> installation option (Finally!!! This is a minimal installation of Windows Server 2008, no GUI. This is a very nice option if you want a server to perform a dedicated task, like a print server for example. It requires less disk space, better performance, better security, and less things to manage and patch)</li>
<li><strong>Read-Only Domain Controllers (RODC)</strong></li>
<li><strong>Terminal Services</strong> enhancements (TS RemoteApp, TS Gateway, TS Web Access, TS Session Broker, TS Easy Print)</li>
<li><strong>Group Policy</strong> improvements (Ability to search, filter, and add comments)</li>
<li><strong>Network Access Protection</strong></li>
</ol>
<p>They also gave away some free software:</p>
<ul>
<li>full version of <strong>Windows Vista Ultimate</strong> with SP1 32-bit</li>
<li>full version <strong>Visual Studio 2008 Standard</strong></li>
<li>1 year evaluation of <strong>Windows Server 2008 Enterprise</strong> 32-bit and 64-bit</li>
<li>community technology preview of <strong>SQL Server 2008 Developer</strong> 32-bit and 64-bit</li>
</ul>
<p>It looks like I&#8217;m gonna be pretty busy this weekend. <img src='http://www.calazan.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p align="center"><a href="http://www.calazan.com/wp-content/uploads/2008/03/heroes_happen_here_promotional_pack.JPG" title="Heroes Happen Here Promotional Pack"><img src="http://www.calazan.com/wp-content/uploads/2008/03/heroes_happen_here_promotional_pack.thumbnail.JPG" alt="Heroes Happen Here Promotional Pack" /></a> <a href="http://www.calazan.com/wp-content/uploads/2008/03/windows_vista_ultimate.JPG" title="Windows Vista Ultimate"><img src="http://www.calazan.com/wp-content/uploads/2008/03/windows_vista_ultimate.thumbnail.JPG" alt="Windows Vista Ultimate" /></a><a href="http://www.calazan.com/wp-content/uploads/2008/03/windows_server_2008.JPG" title="Windows Server 2008 Enterprise"><img src="http://www.calazan.com/wp-content/uploads/2008/03/windows_server_2008.thumbnail.JPG" alt="Windows Server 2008 Enterprise" /></a><a href="http://www.calazan.com/wp-content/uploads/2008/03/sql_server_2008.JPG" title="SQL Server 2008 Developer"><img src="http://www.calazan.com/wp-content/uploads/2008/03/sql_server_2008.thumbnail.JPG" alt="SQL Server 2008 Developer" /></a><a href="http://www.calazan.com/wp-content/uploads/2008/03/visual_studio_2008.JPG" title="Visual Studio 2008 Standard"><img src="http://www.calazan.com/wp-content/uploads/2008/03/visual_studio_2008.thumbnail.JPG" alt="Visual Studio 2008 Standard" /></a></p>
<p align="left"><strong>Also see:</strong> <a href="http://www.calazan.com/microsoft-launch-event-2008/">http://www.calazan.com/microsoft-launch-event-2008/</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.calazan.com%2Fheroes-happen-here%2F';
  addthis_title  = 'Heroes+Happen+Here';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/heroes-happen-here/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bill Gates Drops to Third Place</title>
		<link>http://www.calazan.com/bill-gates-drops-to-third-place/</link>
		<comments>http://www.calazan.com/bill-gates-drops-to-third-place/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 00:44:21 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<category><![CDATA[richest people]]></category>

		<guid isPermaLink="false">http://www.calazan.com/bill-gates-drops-to-third-place/</guid>
		<description><![CDATA[After 13 years straight of being the richest person in the world, Bill Gates drops to third place, behind Warren Buffett and Carlos Slim Helú.
Here&#8217;s Forbes&#8216; list of the 10 richest people in the world:

Warren Buffett - U.S. - $62 billion
Carlos Slim Helú - Mexico - $60 billion
Bill Gates - U.S. - $58 billion
Lakshmi Mittal [...]]]></description>
			<content:encoded><![CDATA[<p>After 13 years straight of being the richest person in the world, Bill Gates drops to third place, behind Warren Buffett and Carlos Slim Helú.</p>
<p>Here&#8217;s <a href="http://www.forbes.com/" target="_blank">Forbes</a>&#8216; list of the 10 richest people in the world:</p>
<ol>
<li>Warren Buffett - U.S. - $62 billion</li>
<li>Carlos Slim Helú - Mexico - $60 billion</li>
<li>Bill Gates - U.S. - $58 billion</li>
<li>Lakshmi Mittal - India - $45 billion</li>
<li>Mukesh Ambani - India - $43 billion</li>
<li>Anil Ambani - India - $42 billion</li>
<li>Ingvar Kamprad - Sweden - $31 billion</li>
<li>K.P. Singh - India - $30 billion</li>
<li>Oleg Deripaska - Russia - $28 billion</li>
<li>Karl Albrecht - Germany - $27 billion</li>
</ol>
<p>Full article <a href="http://articles.moneycentral.msn.com/News/GatesDethronedBuffettIsRichest.aspx?GT1=33009" title="Gates dethroned; Buffett is richest" target="_blank">here</a>.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.calazan.com%2Fbill-gates-drops-to-third-place%2F';
  addthis_title  = 'Bill+Gates+Drops+to+Third+Place';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/bill-gates-drops-to-third-place/feed/</wfw:commentRss>
		</item>
		<item>
		<title>UK Government Laptop Sold on eBay, Including a Confidential Disc</title>
		<link>http://www.calazan.com/uk-government-laptop-sold-on-ebay-including-a-confidential-disc/</link>
		<comments>http://www.calazan.com/uk-government-laptop-sold-on-ebay-including-a-confidential-disc/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 01:52:09 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<category><![CDATA[encryption]]></category>

		<guid isPermaLink="false">http://www.calazan.com/uk-government-laptop-sold-on-ebay-including-a-confidential-disc/</guid>
		<description><![CDATA[More of these news about confidential data getting lost&#8230;
A local PC repair firm found the disc under the the laptop&#8217;s keyboard when the laptop was put in for repair.   The disc had the words &#8220;Home Office&#8221; and &#8220;Confidential&#8221; written on it.
The good news is, at least this time both the laptop and the disc have [...]]]></description>
			<content:encoded><![CDATA[<p>More of these news about confidential data getting lost&#8230;</p>
<p>A local PC repair firm found the disc under the the laptop&#8217;s keyboard when the laptop was put in for repair.   The disc had the words &#8220;Home Office&#8221; and &#8220;Confidential&#8221; written on it.</p>
<p>The good news is, at least this time both the laptop and the disc have been encrypted.</p>
<p>Read the full article <a href="http://www.networkworld.com/news/2008/022808-uk-govt-laptop-with-confidential.html" title="U.K. gov't laptop with confidential disc sold on eBay" target="_blank">here</a>.</p>
<p><strong>Related Posts:</strong></p>
<p><a href="http://www.calazan.com/backup-tape-lost-650000-customers-affected/">Backup Tape Lost - 650,000 Customers Affected</a></p>
<p><a href="http://www.calazan.com/laptop-with-data-on-600000-people-stolen/">Laptop with Data on  600,000 People Stolen</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.calazan.com%2Fuk-government-laptop-sold-on-ebay-including-a-confidential-disc%2F';
  addthis_title  = 'UK+Government+Laptop+Sold+on+eBay%2C+Including+a+Confidential+Disc';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/uk-government-laptop-sold-on-ebay-including-a-confidential-disc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Excel 2007: When trying to open Office Excel (.xls) file, worksheet does not open until you click the minimize or maximize button</title>
		<link>http://www.calazan.com/excel-2007-when-trying-to-open-office-excel-xls-file-worksheet-does-not-open-until-you-click-the-minimize-or-maximize-button/</link>
		<comments>http://www.calazan.com/excel-2007-when-trying-to-open-office-excel-xls-file-worksheet-does-not-open-until-you-click-the-minimize-or-maximize-button/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 01:21:23 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
		<category><![CDATA[Error Messages]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://www.calazan.com/excel-2007-when-trying-to-open-office-excel-xls-file-worksheet-does-not-open-until-you-click-the-minimize-or-maximize-button/</guid>
		<description><![CDATA[Update: Two more users reported the same problem and it looks like it&#8217;s actually the Adobe PDF add-in causing the problem!  I noticed that all 3 users have this add-in.  I didn&#8217;t uninstall it because they&#8217;re using it, but what I did to fix this problem was I installed and enabled one of [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update: </strong>Two more users reported the same problem and it looks like it&#8217;s actually the Adobe PDF add-in causing the problem!  I noticed that all 3 users have this add-in.  I didn&#8217;t uninstall it because they&#8217;re using it, but what I did to fix this problem was I installed and enabled one of the add-ins that is part of Office 2007 and all their Excel files started loading fast again :).</p>
<p><strong>Original Post:</strong></p>
<p>You may also see the error message below:</p>
<p><em><span id="ctl00_ContentPlaceHolder1_MicrosoftKBArticle">Cannot find the file <var>&#8216;PathToFile</var>&#8216; 		  (or one of its components). Make sure the path and filename are correct and 		  that all required libraries are available.</span></em></p>
<p>One of our users who we just upgraded to Microsoft Office 2007 had this problem this morning.  When she double-clicks on an Excel file, the Excel program opens but the file itself doesn&#8217;t open until she clicks the minimize or maximize buttons.</p>
<p>The problem seems to have something to do with DDE.</p>
<p>To fix this problem, do the following:</p>
<ol>
<li>Open <strong>Windows Explorer</strong>.</li>
<li>Go to Tools -&gt; Folder Options -&gt; File Types tab.  Select <strong>XLS</strong> then click the <strong>Advanced</strong> button.</li>
<li>Select <strong>Open</strong>, then click the <strong>Edit </strong>button.</li>
<li>Under <strong>Application used to perform function: </strong>make sure there&#8217;s a quotation mark before and after <strong>%1</strong> just like the picture below:<a href="http://www.calazan.com/wp-content/uploads/2008/02/dde_option.jpg" title="DDE Option"><img src="http://www.calazan.com/wp-content/uploads/2008/02/dde_option.jpg" alt="DDE Option" /></a></li>
<li>Uncheck <strong>Use DDE</strong>.</li>
</ol>
<p>Credit goes to the posts from <a href="http://kbalertz.com/211494/Excel-Opens-Without-Displaying-Workbook.aspx" title="KBAlertz.com">this site</a>.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.calazan.com%2Fexcel-2007-when-trying-to-open-office-excel-xls-file-worksheet-does-not-open-until-you-click-the-minimize-or-maximize-button%2F';
  addthis_title  = 'Excel+2007%3A+When+trying+to+open+Office+Excel+%28.xls%29+file%2C+worksheet+does+not+open+until+you+click+the+minimize+or+maximize+button';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/excel-2007-when-trying-to-open-office-excel-xls-file-worksheet-does-not-open-until-you-click-the-minimize-or-maximize-button/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WMI: Access is denied. (Exception from HRESULT: 0&#215;80070005)</title>
		<link>http://www.calazan.com/wmi-access-is-denied-exception-from-hresult-0x80070005/</link>
		<comments>http://www.calazan.com/wmi-access-is-denied-exception-from-hresult-0x80070005/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 00:57:30 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
		<category><![CDATA[Error Messages]]></category>

		<category><![CDATA[SysAdmin]]></category>

		<category><![CDATA[DCOM]]></category>

		<category><![CDATA[Windows admin]]></category>

		<guid isPermaLink="false">http://www.calazan.com/wmi-access-is-denied-exception-from-hresult-0x80070005/</guid>
		<description><![CDATA[We have one computer at work that I couldn&#8217;t send a Remote Assistance request to and whenever I try to query it using WMI and PowerShell I get the following error message:
Get-WmiObject : Access is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED))
The problem turned out to be DCOM.  For some reason it got disabled.
To change [...]]]></description>
			<content:encoded><![CDATA[<p>We have one computer at work that I couldn&#8217;t send a Remote Assistance request to and whenever I try to query it using WMI and PowerShell I get the following error message:</p>
<p><em>Get-WmiObject : Access is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED))</em></p>
<p>The <strong>problem turned out to be DCOM</strong>.  For some reason it got disabled.</p>
<p>To change its settings, do the following:</p>
<ol>
<li>Go to Start -&gt; Run, type in <strong>dcomcnfg</strong>.</li>
<li>Go to Component Services -&gt; Computers.</li>
<li>Right-click on <strong>My Computer</strong> and select <strong>Properties</strong>.</li>
<li>Go to the <strong>Default Properties</strong> tab.</li>
<li>Make sure that <strong>Enable Distributed COM on this computer</strong> is checked.</li>
<li>Compare the settings to a computer that is working properly and make the necessary changes.  Compare the settings for the <strong>COM Security</strong> tab as well.</li>
<li>Reboot the computer and try it again.</li>
</ol>
<p>Credit goes to <a href="http://www.systemtools.com/board/Forum13/HTML/000025.html" title="Access is denied" target="_blank">this website</a> where I found this solution.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.calazan.com%2Fwmi-access-is-denied-exception-from-hresult-0x80070005%2F';
  addthis_title  = 'WMI%3A+Access+is+denied.+%28Exception+from+HRESULT%3A+0%26%23215%3B80070005%29';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/wmi-access-is-denied-exception-from-hresult-0x80070005/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
