<?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>Calazan.com &#187; Error Messages</title>
	<atom:link href="http://www.calazan.com/category/error-messages/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.calazan.com</link>
	<description>Share the Knowledge</description>
	<lastBuildDate>Sun, 05 Sep 2010 00:59:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The application has failed to start because its side-by-side configuration is incorrect</title>
		<link>http://www.calazan.com/the-application-has-failed-to-start-because-its-side-by-side-configuration-is-incorrect/</link>
		<comments>http://www.calazan.com/the-application-has-failed-to-start-because-its-side-by-side-configuration-is-incorrect/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 03:03:30 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Error Messages]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[hpc]]></category>

		<guid isPermaLink="false">http://www.calazan.com/?p=604</guid>
		<description><![CDATA[Error Message: &#8220;The application has failed to start because its side-by-side configuration is incorrect.&#8221;
Received this error after submitting an application written in C++ to the Microsoft HPC Server 2008 cluster.  To fix it, simply install the Microsoft Visual C++ 2008 Redistributable Package on the compute nodes.  I recommend you install both the 32-bit and 64-bit [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Error Message:</strong> &#8220;The application has failed to start because its side-by-side configuration is incorrect.&#8221;</p>
<p>Received this error after submitting an application written in C++ to the Microsoft HPC Server 2008 cluster.  To fix it, simply install the <strong>Microsoft Visual C++ 2008 Redistributable Package</strong> on the compute nodes.  I recommend you install both the 32-bit and 64-bit versions as you may have some users compiling their applications in 32-bit and some in 64-bit.</p>
<p><strong>Reference: </strong><a href="http://docs.hp.com/en/BA683-90006/ch13s08.html" target="_blank">http://docs.hp.com/en/BA683-90006/ch13s08.html</a></p>
<p><strong>Downloads</strong></p>
<ul>
<li><a title="Microsoft Visual C++ Redistributable Package (x86)" href="http://www.microsoft.com/downloads/details.aspx?familyid=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&amp;displaylang=en" target="_blank">Microsoft Visual C++ 2008 Redistributable Package (x86)</a></li>
<li><a title="Microsoft Visual C++ Redistributable Package (x64)" href="http://www.microsoft.com/downloads/details.aspx?familyid=BD2A6171-E2D6-4230-B809-9A8D7548C1B6&amp;displaylang=en" target="_blank">Microsoft Visual C++ 2008 Redistributable Package (x64)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/the-application-has-failed-to-start-because-its-side-by-side-configuration-is-incorrect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple connections to a server or shared resource by the same user&#8230;</title>
		<link>http://www.calazan.com/multiple-connections-to-a-server-or-shared-resource-by-the-same-user/</link>
		<comments>http://www.calazan.com/multiple-connections-to-a-server-or-shared-resource-by-the-same-user/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 23:44:38 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Error Messages]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[Windows admin]]></category>

		<guid isPermaLink="false">http://www.calazan.com/multiple-connections-to-a-server-or-shared-resource-by-the-same-user/</guid>
		<description><![CDATA[Error Message:  &#8220;\\x.x.x.x is not accessible.  You might not have permission to use this network resource.  Contact the administrator of this server to find out if you have access permissions.
Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed.  Disconnect all previous connections to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Error Message:</strong>  &#8220;\\x.x.x.x is not accessible.  You might not have permission to use this network resource.  Contact the administrator of this server to find out if you have access permissions.</p>
<p>Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed.  Disconnect all previous connections to the server or shared resource and try again.&#8221;</p>
<p>I get this once in a while when working on files remotely.  To make it go away, do the following:</p>
<ol>
<li>Go to <strong>Start-&gt;Run</strong>, type in <strong>cmd</strong> and hit Enter.</li>
<li>Type <strong>net use</strong> to view all mapped network shares.</li>
<li>Type <strong>net use \\network_share /del</strong> to disconnect that specific network share or <strong> </strong>type <strong>net use * /del</strong> to disconnect all network shares.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/multiple-connections-to-a-server-or-shared-resource-by-the-same-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware ESXi: Setup did not find any hard disk drives installed in your computer (Windows XP)</title>
		<link>http://www.calazan.com/vmware-esxi-setup-did-not-find-any-hard-disk-drives-installed-in-your-computer-windows-xp/</link>
		<comments>http://www.calazan.com/vmware-esxi-setup-did-not-find-any-hard-disk-drives-installed-in-your-computer-windows-xp/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 23:57:32 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Error Messages]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.calazan.com/vmware-esxi-setup-did-not-find-any-hard-disk-drives-installed-in-your-computer-windows-xp/</guid>
		<description><![CDATA[If you get this error when installing Windows XP in VMware ESXi, simply do the following:

Download this floppy image which contains the VMware SCSI drivers: vmscsi-1.2.0.4.flp.
Upload the floppy image to the datastore using the VI Client.
Edit the virtual machine settings and select Floppy Drive 1, then choose the option on the right to &#8220;Use existing [...]]]></description>
			<content:encoded><![CDATA[<p>If you get this error when installing Windows XP in VMware ESXi, simply do the following:</p>
<ol>
<li>Download this floppy image which contains the VMware SCSI drivers: <a href="http://www.calazan.com/wp-content/uploads/2008/10/vmscsi-1204.flp" title="VMware SCSI Drivers">vmscsi-1.2.0.4.flp</a>.</li>
<li>Upload the floppy image to the datastore using the VI Client.</li>
<li>Edit the virtual machine settings and select <strong>Floppy Drive 1</strong>, then choose the option on the right to &#8220;<strong>Use existing floppy image in datastore:</strong>&#8221; and select the floppy image.</li>
<li>Power on the virtual machine.</li>
<li>Press <strong>F6</strong> when you see the message &#8220;Press F6 if you need to install a third party SCSI or RAID driver&#8230;&#8221; at the bottom of the screen.</li>
<li>Connect Floppy Drive 1.</li>
<li>Press <strong>S</strong>, then press <strong>Enter</strong> to select the VMware SCSI Controller driver, then press <strong>Enter</strong> again to continue with the setup.</li>
</ol>
<p>That&#8217;s it! The Windows XP setup should now be able to detect the hard drives <img src='http://www.calazan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p><strong>Source:</strong> <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1000863" title="Windows XP setup cannot find any hard disk drives during installation" target="_blank">VMware Knowledgebase Document</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/vmware-esxi-setup-did-not-find-any-hard-disk-drives-installed-in-your-computer-windows-xp/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</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>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/windows-cannot-access-the-specified-device-path-or-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</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>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/exchange-2007-sp1-message-rejected-as-spam-by-content-filtering/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</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>
]]></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>
		<slash:comments>0</slash:comments>
		</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 <img src='http://www.calazan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</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:<br />
<a title="DDE Option" href="http://www.calazan.com/wp-content/uploads/2008/02/dde_option.jpg"></a></li>
<p style="text-align: center;"><img src="http://www.calazan.com/wp-content/uploads/2008/02/dde_option.jpg" alt="DDE Option" /></p>
<li>Uncheck <strong>Use DDE</strong>.</li>
</ol>
<p>Credit goes to the posts from <a title="KBAlertz.com" href="http://kbalertz.com/211494/Excel-Opens-Without-Displaying-Workbook.aspx">this site</a>.</p>
]]></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>
		<slash:comments>0</slash:comments>
		</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>
]]></content:encoded>
			<wfw:commentRss>http://www.calazan.com/wmi-access-is-denied-exception-from-hresult-0x80070005/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
