<?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>My Outer Monologue &#187; error</title>
	<atom:link href="http://www.tomwaller.co.uk/blog/tag/error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tomwaller.co.uk/blog</link>
	<description>The outer monologue of supergeek and gadget freak, Tom Waller.</description>
	<lastBuildDate>Fri, 27 Jan 2012 12:10:05 +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>Package Status Stuck on &#8220;Install Retrying&#8221; While Trying to Distribute an SCCM Software Package to a Distribution Point.</title>
		<link>http://www.tomwaller.co.uk/blog/package-status-stuck-on-install-retrying-while-trying-to-distribute-an-sccm-software-package-to-a-distribution-point/</link>
		<comments>http://www.tomwaller.co.uk/blog/package-status-stuck-on-install-retrying-while-trying-to-distribute-an-sccm-software-package-to-a-distribution-point/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 13:46:58 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=168</guid>
		<description><![CDATA[I recently spotted this issue while trying to install a software package to a Distribution Point. Other packages seemed to be installing without a problem. The package in question was the Microsoft Deployment Toolkit package, which I was intending to use with Operating System Deployment. Delving into the distmgr.log file didn&#8217;t shed too much light [...]]]></description>
			<content:encoded><![CDATA[<p>I recently spotted this issue while trying to install a software package to a Distribution Point. Other packages seemed to be installing without a problem. The package in question was the Microsoft Deployment Toolkit package, which I was intending to use with Operating System Deployment.</p>
<p>Delving into the distmgr.log file didn&#8217;t shed too much light on the issue, but there was an interesting error code in there which you should look out for.</p>
<pre class="brush: plain; title: ; notranslate">Win32 Error = 5</pre>
<p>After a little poking around in some event logs on the Distribution Point server (running Win2008 R2 SP1) I noticed the McAfee Antivirus Engine reporting some strange errors. Funnily enough, it was blocking access to one of the files included in the package, Autorun.INF.</p>
<p>Once I disabled the AV protection and removed and re-added the package to the DP, it installed as expected.</p>
<p>This issue had me running in circles for an hour or two. Initially, I had thought it must be WebDAV extension filtering blocking access to the .VBS files within the package, but after tweaking the settings, I ended up looking elsewhere. That is when I spotted the AV event log errors!</p>
<p>Lesson learned: Always disable AV on a DP. Alternatively, try and exclude the DP folder from protection if AV is a must have.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/package-status-stuck-on-install-retrying-while-trying-to-distribute-an-sccm-software-package-to-a-distribution-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM OSD Error 0&#215;80004005 When Deploying an OS in VMware Workstation.</title>
		<link>http://www.tomwaller.co.uk/blog/sccm-osd-error-0x80004005-when-deploying-an-os-in-vmware-workstation/</link>
		<comments>http://www.tomwaller.co.uk/blog/sccm-osd-error-0x80004005-when-deploying-an-os-in-vmware-workstation/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 13:11:57 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[osd]]></category>
		<category><![CDATA[sccm]]></category>
		<category><![CDATA[tasksequence]]></category>
		<category><![CDATA[ts]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=164</guid>
		<description><![CDATA[It&#8217;s been a while since I last posted, but I couldn&#8217;t quite resist this little nugget. It&#8217;s been bothering me for a few days now and I&#8217;ve finally found the fix. I&#8217;m in the process of creating a demo environment for SCCM 2007 R3 in a local VMware Workstation environment. Everything was working fine and [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I last posted, but I couldn&#8217;t quite resist this little nugget. It&#8217;s been bothering me for a few days now and I&#8217;ve finally found the fix.</p>
<p>I&#8217;m in the process of creating a demo environment for SCCM 2007 R3 in a local VMware Workstation environment. Everything was working fine and dandy until I came to deploy a Windows 7 x86 image to a bare metal VM.</p>
<p>The Task Sequence would initialise and the Partition and Format step would work, but as soon as it went to move on to the next step, I&#8217;d receive the error 0&#215;80004005 with a 15 minute countdown to restart.</p>
<p>Eventually, I narrowed down the issue. I basically discovered that the VM was originally a Windows XP VM, therefore no x64 extensions were installed. Seeing as I was booting to a x64 boto image, I figured this could be the cause. Low and behold, changing the properties of the Task Sequence to use the x86 boot image solved the issue! The machine now builds.</p>
<p>So all those hours of throwing in different versions of drivers were wasted, It really was that easy&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/sccm-osd-error-0x80004005-when-deploying-an-os-in-vmware-workstation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Reader Deployment and Web Browser Integration Error.</title>
		<link>http://www.tomwaller.co.uk/blog/adobe-reader-deployment-and-web-browser-integration-error/</link>
		<comments>http://www.tomwaller.co.uk/blog/adobe-reader-deployment-and-web-browser-integration-error/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 09:24:46 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=108</guid>
		<description><![CDATA[Now that Adobe have released version 9.4.0 of their popular (and flawed) PDF viewer, it had become time for me to package the software for enterprise deployment. I stumbled across an issue with the Adobe Customisation Tool and web browser integration. It seems there is a bug when creating a transform when setting the Allow [...]]]></description>
			<content:encoded><![CDATA[<p>Now that Adobe have released version 9.4.0 of their popular (and flawed) PDF viewer, it had become time for me to package the software for enterprise deployment. I stumbled across an issue with the Adobe Customisation Tool and web browser integration.</p>
<p>It seems there is a bug when creating a transform when setting the Allow PDF files to open in Browser option. If you set this option to enabled, once the software is deployed and you try to open a PDF within a web browser window, the following error is displayed:</p>
<pre class="brush: plain; title: ; notranslate">The Adobe Acrobat/Reader that is running can not be used to view PDF files in a web browser. Adobe Acrobat/Reader version 8 or 9 is required.&quot;</pre>
<p>I&#8217;m still unsure as to the exact cause of this issue, but trawling the web seems to indicate that this is indeed a result of a bug within the Customisation Tool. My workaround was to set the option to Disable and regenerate the transform. This allows you to open a PDF from a web browser but forces the PDF to open within an Adobe Reader window, as opposed to inline within your web browser.</p>
<p>Thanks Adobe.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/adobe-reader-deployment-and-web-browser-integration-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Deployment Services Error Code 0xE0000102.</title>
		<link>http://www.tomwaller.co.uk/blog/windows-deployment-services-error-code-0xe0000102/</link>
		<comments>http://www.tomwaller.co.uk/blog/windows-deployment-services-error-code-0xe0000102/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 14:05:23 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.tomwaller.co.uk/blog/?p=90</guid>
		<description><![CDATA[Whilst recently configuring Windows Deployment Services on a Windows Server 2003 R2 Enterprise SP2 system, I noticed the error code 0xE0000102 appear while running through the server configuration. The configuration bombs out and you are left with an unconfigured WDS server. I think I have this one nailed. It seems that if your system had [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst recently configuring Windows Deployment Services on a Windows Server 2003 R2 Enterprise SP2 system, I noticed the error code <strong>0xE0000102</strong> appear while running through the server configuration. The configuration bombs out and you are left with an unconfigured WDS server.</p>
<p>I think I have this one nailed. It seems that if your system had Windows Server 2003 Service Pack 2 installed before you joined a domain, you will hit this error.</p>
<p>I noticed this in my lab environment, where I commonly build a virtual server template with 2003 R2 SP2. All new servers are cloned from there. Once the clone is created, I join them to a domain if required, so SP2 exists prior to domain joining.</p>
<p><strong>The answer</strong>? Remove SP2, reboot, reinstall.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwaller.co.uk/blog/windows-deployment-services-error-code-0xe0000102/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching 4/15 queries in 0.029 seconds using disk: basic

Served from: www.tomwaller.co.uk @ 2012-02-06 15:51:20 -->
