<?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>FactotuMatt</title>
	<atom:link href="http://matthewcevans.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthewcevans.com/blog</link>
	<description>What interests me now on the Internet</description>
	<lastBuildDate>Thu, 12 May 2011 17:23:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SCCM BITS Distribution Point on Windows Server 2008 R2 SP1 Troubleshooting</title>
		<link>http://matthewcevans.com/blog/2011/05/12/sccm-bits-distribution-point-on-windows-server-2008-r2-sp1-troubleshooting/</link>
		<comments>http://matthewcevans.com/blog/2011/05/12/sccm-bits-distribution-point-on-windows-server-2008-r2-sp1-troubleshooting/#comments</comments>
		<pubDate>Thu, 12 May 2011 17:23:21 +0000</pubDate>
		<dc:creator>Matthew C. Evans</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[404.11]]></category>
		<category><![CDATA[404.8]]></category>
		<category><![CDATA[applicationHost.config]]></category>
		<category><![CDATA[BITS]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[SCCM]]></category>

		<guid isPermaLink="false">http://matthewcevans.com/blog/?p=143</guid>
		<description><![CDATA[I recently deployed Microsoft System Center Configuration Manager (SCCM) 2007 R3 for a client on a newly built Windows Server 2008 R2 with SP1. Everything worked well and I was able to image and deploy applications to the workstations without an issue until trying to deploy an older version of Elite Enterprise.  The installation would [...]]]></description>
			<content:encoded><![CDATA[<p>I recently deployed Microsoft System Center Configuration Manager  (SCCM) 2007 R3 for a client on a newly built Windows Server 2008 R2 with  SP1.</p>
<p>Everything worked well and I was able to image and deploy  applications to the workstations without an issue until trying to deploy  an older version of <a href="http://www.elite.com/" target="_blank">Elite Enterprise</a>.   The installation would start, but stay at 0% complete for hours and  never actually download.  There were no error messages on the client  workstation indicating there was a problem.</p>
<p>I had already updated the  c:\windows\system32\inetsrv\config\applicationHost.config file to remove  references to excluded file extensions under the  &lt;requestFiltering&gt; section which has been mentioned elsewhere as  causing problems during a BITS transfer.</p>
<p>In digging into the IIS logs further showed some files getting stuck  with a 404.8 (Hidden Namespace) error message, again a known issue that  has been fixed in the applicationHost.config file by modifying the  &lt;hiddenSegments&gt; section of the file.  In this case there was a  /bin/ directory that was included in the Elite Enterprise installation  that was getting stuck.</p>
<p>I also saw the occasional 404.11 (URL Double Escaped) error message  in the log that again has been covered elsewhere and fixed in the  applicationHost.config file by modifying the &lt;requestFiltering&gt;  section of the log.</p>
<p>Eventually I gave up trying to modify the file and went to look in  the Internet Information Services (IIS) Manager.  By going into the  Request Filtering feature under my IIS server (or under the individual  Site if you want to be more restrictive) I was able to remove the &#8220;bin&#8221;  segment from Hidden Segments to resolve the 404.8 errors:</p>
<p><a href="http://matthewcevans.com/blog/wp-content/uploads/2011/05/IISHiddenSegment.jpg"><img class="aligncenter size-full wp-image-145" title="IIS Hidden Segment" src="http://matthewcevans.com/blog/wp-content/uploads/2011/05/IISHiddenSegment.jpg" alt="IIS Hidden Segment" width="496" height="342" /></a></p>
<p>And also right click in the empty space in the background of the  right pane to choose &#8220;Edit Features&#8221; and turn on the &#8220;Allow double  escaping&#8221; feature to resolve the 404.11 errors:</p>
<p><a href="http://blogs.kraftkennedy.com/wp-content/uploads/2011/05/IIS-Allow-Double-Escaping.jpg"></a><a href="http://matthewcevans.com/blog/wp-content/uploads/2011/05/IIS-Allow-Double-Escaping.jpg"><img class="aligncenter size-full wp-image-144" title="IIS Allow Double Escaping" src="http://matthewcevans.com/blog/wp-content/uploads/2011/05/IIS-Allow-Double-Escaping.jpg" alt="IIS Allow Double Escaping" width="340" height="409" /></a></p>
<p>Once these changes were made via the GUI I was able to go back to the  workstation and quickly deploy the stuck application.  So sometimes,  when it doubt, go back to the GUI.</p>
<p>Note: This article also posted to my work blog <a href="http://blogs.kraftkennedy.com/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://matthewcevans.com/blog/2011/05/12/sccm-bits-distribution-point-on-windows-server-2008-r2-sp1-troubleshooting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Deploying BIOS updates during SCCM Task Sequence or Advertised Program</title>
		<link>http://matthewcevans.com/blog/2011/05/06/deploying-bios-updates-during-sccm-task-sequence-or-advertised-program/</link>
		<comments>http://matthewcevans.com/blog/2011/05/06/deploying-bios-updates-during-sccm-task-sequence-or-advertised-program/#comments</comments>
		<pubDate>Fri, 06 May 2011 16:08:42 +0000</pubDate>
		<dc:creator>Matthew C. Evans</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BIOS]]></category>
		<category><![CDATA[Collection]]></category>
		<category><![CDATA[Dell Latitude]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[WMI]]></category>

		<guid isPermaLink="false">http://matthewcevans.com/blog/?p=131</guid>
		<description><![CDATA[As part of a desktop deployment project it is always a good time to make sure that all workstations have been updated to a consistent BIOS revision level to make sure any problems are not related to BIOS inconsistencies between workstations. First you need to download the required BIOS update from your hardware vendor and [...]]]></description>
			<content:encoded><![CDATA[<p>As part of a desktop deployment project it is always a good time to  make sure that all workstations have been updated to a consistent BIOS  revision level to make sure any problems are not related to BIOS  inconsistencies between workstations.</p>
<p>First you need to download the required BIOS update from your  hardware vendor and create a normal SCCM Package and Program for it.   For most recent Dell hardware the typical command line to deploy the  BIOS update silently and without rebooting looks like this for a Dell  Latitude E6420 laptop:</p>
<blockquote><p>“E6420A02.exe” -NOPAUSE -NOREBOOT</p></blockquote>
<p>Then once the Package and Program are built you can create a new step  in your Task Sequence that installs a the Package (just like any other  software Package).  First, make a folder that limits the new BIOS  software to only run on the correct model type using a WMI query (this  process is not covered in this post).   With the folder limited to a  particular model type it isn’t necessary to limit each installation to a  particular model type, but only to the particular BIOS version.  The  folder and package steps should look like this in the Task Sequence:</p>
<p><a href="http://matthewcevans.com/blog/wp-content/uploads/2011/05/TaskSequenceFolder.jpg"><img class="aligncenter size-full wp-image-140" title="Task Sequence Folder" src="http://matthewcevans.com/blog/wp-content/uploads/2011/05/TaskSequenceFolder.jpg" alt="Task Sequence Folder" width="267" height="203" /></a></p>
<p>Once the installation package has been created in the task sequence  and named appropriately, click on the Options tab and click the “Add  Condition” button and choose “Query WMI”.</p>
<p>Make sure your WMI Namespace is:</p>
<blockquote><p>root\cimv2</p></blockquote>
<p>Then paste the following in your WQL Query:</p>
<blockquote><p>select * from WIN32_BIOS where SMBIOSBIOSVersion &lt; “A02″</p></blockquote>
<p><a href="http://matthewcevans.com/blog/wp-content/uploads/2011/05/WMIBIOSQuery.jpg"><img class="aligncenter size-full wp-image-133" title="SCCM WMI BIOS Query" src="http://matthewcevans.com/blog/wp-content/uploads/2011/05/WMIBIOSQuery.jpg" alt="SCCM WMI BIOS Query" width="536" height="310" /></a></p>
<p>This will run this Task Sequence step on all Dell Latitude E6420  laptops (based on the WMI query set at the folder level) that have a  BIOS version less than A02, and will skip this step for all computers  that have already been upgraded to version A02 or above.</p>
<p>Remember to also add a “Restart Computer” step afterwards to apply the new BIOS to the workstation.</p>
<p>While the above steps will cover any computers that are being  reimaged, computers on the floor may still be running older versions of  the BIOS.   To update the computer BIOS after initial deployment you  need to create a new SCCM Collection.  Again, I already have Collections  created in SCCM that limits by Model type (not covered by this post),  so this new Collection is built using the parent collection using the  “Limit to collection” setting:</p>
<p><a href="http://matthewcevans.com/blog/wp-content/uploads/2011/05/SCCMCollectionLimited.jpg"><img class="aligncenter size-full wp-image-134" title="SCCM Collection Limited to Parent" src="http://matthewcevans.com/blog/wp-content/uploads/2011/05/SCCMCollectionLimited.jpg" alt="SCCM Collection Limited to Parent" width="476" height="525" /></a></p>
<p>Then under the “Edit Query Statement” click the “Show Query Language” and paste in the following WQL query:</p>
<blockquote><p>select  SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client  from SMS_R_System inner join SMS_G_System_PC_BIOS on  SMS_G_System_PC_BIOS.ResourceID = SMS_R_System.ResourceId where  SMS_G_System_PC_BIOS.SMBIOSBIOSVersion &lt; “A02″</p></blockquote>
<p>Click OK to get back to the Configuration Manager Console and then go  Advertise the BIOS program you previously created to this new  Collection.  Now only users on a Dell Latitude E6420 without the A02  BIOS installed on their workstation will be able to run this update now,  helping to keep all your workstations up to date.</p>
<p>Note: This article also posted to my work blog <a href="http://blogs.kraftkennedy.com/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://matthewcevans.com/blog/2011/05/06/deploying-bios-updates-during-sccm-task-sequence-or-advertised-program/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>“Error applying transforms” during Citrix XenApp HotFix Installation</title>
		<link>http://matthewcevans.com/blog/2011/04/18/%e2%80%9cerror-applying-transforms%e2%80%9d-during-citrix-xenapp-hotfix-installation/</link>
		<comments>http://matthewcevans.com/blog/2011/04/18/%e2%80%9cerror-applying-transforms%e2%80%9d-during-citrix-xenapp-hotfix-installation/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 03:30:38 +0000</pubDate>
		<dc:creator>Matthew C. Evans</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Error Applying Transforms]]></category>
		<category><![CDATA[SCCM 2007]]></category>
		<category><![CDATA[Windows Installer]]></category>
		<category><![CDATA[XenApp]]></category>

		<guid isPermaLink="false">http://matthewcevans.com/blog/?p=117</guid>
		<description><![CDATA[During a recent troubleshooting session with a Citrix XenApp 5 server, I wanted to make sure that the server included the recommended hotfixes.  But when trying to run the downloaded .MSP file the following error was displayed: &#160; Windows Installer Error applying transforms. Verify that the specified transform paths are valid. Windows Installer Error applying [...]]]></description>
			<content:encoded><![CDATA[<p>During a recent troubleshooting session with a Citrix XenApp 5  server, I wanted to make sure that the server included the recommended  hotfixes.  But when trying to run the downloaded .MSP file the following  error was displayed:</p>
<div id="attachment_2217"><a href="http://blogs.kraftkennedy.com/wp-content/uploads/2011/04/XenAppHotFixError.jpg">&nbsp;</p>
<p></a><a href="http://blogs.kraftkennedy.com/wp-content/uploads/2011/04/XenAppHotFixError.jpg"></a></p>
<div class="mceTemp mceIEcenter"><a href="http://blogs.kraftkennedy.com/wp-content/uploads/2011/04/XenAppHotFixError.jpg"></a>
<dl id="attachment_118" class="wp-caption aligncenter" style="width: 373px;"><a href="http://blogs.kraftkennedy.com/wp-content/uploads/2011/04/XenAppHotFixError.jpg"></a>
<dt class="wp-caption-dt"><a href="http://blogs.kraftkennedy.com/wp-content/uploads/2011/04/XenAppHotFixError.jpg"></a><a href="http://matthewcevans.com/blog/wp-content/uploads/2011/04/XenAppHotFixError.jpg"><img class="size-full wp-image-118" title="XenAppHotFixError" src="http://matthewcevans.com/blog/wp-content/uploads/2011/04/XenAppHotFixError.jpg" alt="Windows Installer Error applying transforms. Verify that the specified transform paths are valid." width="363" height="141" /></a></dt>
<dd class="wp-caption-dd">Windows Installer Error applying transforms. Verify that the specified transform paths are valid.</dd>
</dl>
</div>
<p>Windows Installer  Error applying transforms.  Verify that the specified transform paths are valid.</p>
</div>
<p>This happened over and over with every hotfix downloaded.  This  server had originally been deployed via System Center Configuration  Manager 2007 (SCCM 2007) and I was wondering if the installation cache  files had been removed and needed to be downloaded from the distribution  point again.  The files were correctly in place, but the hotfix  wouldn’t run.</p>
<p>Eventually I bypassed the transform file completely by temporarily  renaming the “Transforms” value under the following key to  “Transforms.old”:</p>
<blockquote><p>HKEY_CLASSES_ROOT\Installer\Products\AD9C782BBE7D2D54AB21D40174D9444F</p></blockquote>
<p>After that was renamed I was able to successfully install the hotfix,  restart and rename the registry key back to the original value.</p>
<p>Note: This article also posted to my work blog <a href="http://blogs.kraftkennedy.com">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://matthewcevans.com/blog/2011/04/18/%e2%80%9cerror-applying-transforms%e2%80%9d-during-citrix-xenapp-hotfix-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resolve Error 012 when synchronizing Active Directory to Microsoft BPOS</title>
		<link>http://matthewcevans.com/blog/2011/04/18/113/</link>
		<comments>http://matthewcevans.com/blog/2011/04/18/113/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 03:25:36 +0000</pubDate>
		<dc:creator>Matthew C. Evans</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[BPOS]]></category>
		<category><![CDATA[Directory Sync]]></category>
		<category><![CDATA[Error 012]]></category>
		<category><![CDATA[Microsoft Online]]></category>

		<guid isPermaLink="false">http://matthewcevans.com/blog/?p=113</guid>
		<description><![CDATA[I recently started implementing Microsoft BPOS (Business Productivity Online Suite) to take advantage of the Office Live Meeting accounts for internal use.  One of the first steps in the process was to setup the Directory Sync to synchronize our on premise Active Directory domain with the Microsoft Online Services directory.   The instructions for that process [...]]]></description>
			<content:encoded><![CDATA[<p>I recently started implementing Microsoft BPOS (<a href="https://www.microsoft.com/online/business-productivity.aspx">Business Productivity Online Suite</a>)  to take advantage of the Office Live Meeting accounts for internal  use.  One of the first steps in the process was to setup the Directory  Sync to synchronize our on premise Active Directory domain with the  Microsoft Online Services directory.   The instructions for that process  are very straight forward and easy to follow using the online web  pages.</p>
<p>Shortly after the synchronization process started we started to receive the following error messages:</p>
<blockquote><p>Error 012: Unable to update this object in Microsoft  Online Services because the proxy address associated with this object in  the local Active Directory is already associated with another object.  Fix this in your local Active Directory.</p></blockquote>
<p>This was happening with a number of the distribution groups  associated with our Cisco Unity implementation like  <span class="mh-email">unad<a href='http://www.google.com/recaptcha/mailhide/d?k=01vJNq9LTuHIrcxsvnGDnv3w==&amp;c=EHo2NvODe5vzEipn7xDaarwdH60aLF0B2Qiczz0KHHs=' onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k=01vJNq9LTuHIrcxsvnGDnv3w==&amp;c=EHo2NvODe5vzEipn7xDaarwdH60aLF0B2Qiczz0KHHs=', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">...</a>@kkl.com</span> and <span class="mh-email">unad<a href='http://www.google.com/recaptcha/mailhide/d?k=01vJNq9LTuHIrcxsvnGDnv3w==&amp;c=EHo2NvODe5vzEipn7xDaak9UdSg_kY1vPe1HnGzZTXD041DvNz73sB7iq85c2REH' onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k=01vJNq9LTuHIrcxsvnGDnv3w==&amp;c=EHo2NvODe5vzEipn7xDaak9UdSg_kY1vPe1HnGzZTXD041DvNz73sB7iq85c2REH', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">...</a>@kraftkennedy.com</span>.    After searching through our domain for <a href="http://theessentialexchange.com/blogs/michael/archive/2007/11/13/checking-proxyaddresses-for-duplicates.aspx">identical ProxyAddresses</a> (there weren&#8217;t any), it was time to bring Microsoft Online Service Tech Support in to troubleshoot the problem.</p>
<p>A knowledgeable support engineer answered the phone and we started  looking into the normal solutions to this problem which have already  been covered elsewhere.    We eventually narrowed down the problem to  the length of the SMTP email addresses.  It appears that something in  the Directory Sync process only looks at the first 20 characters of an  email address (at least for the distribution groups that we were  synchronizing).   For example, the email addresses were  <span class="mh-email">unad<a href='http://www.google.com/recaptcha/mailhide/d?k=01vJNq9LTuHIrcxsvnGDnv3w==&amp;c=EHo2NvODe5vzEipn7xDaarwdH60aLF0B2Qiczz0KHHs=' onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k=01vJNq9LTuHIrcxsvnGDnv3w==&amp;c=EHo2NvODe5vzEipn7xDaarwdH60aLF0B2Qiczz0KHHs=', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">...</a>@kkl.com</span> and <span class="mh-email">unad<a href='http://www.google.com/recaptcha/mailhide/d?k=01vJNq9LTuHIrcxsvnGDnv3w==&amp;c=EHo2NvODe5vzEipn7xDaak9UdSg_kY1vPe1HnGzZTXD041DvNz73sB7iq85c2REH' onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k=01vJNq9LTuHIrcxsvnGDnv3w==&amp;c=EHo2NvODe5vzEipn7xDaak9UdSg_kY1vPe1HnGzZTXD041DvNz73sB7iq85c2REH', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">...</a>@kraftkennedy.com</span>, so  both of these email addresses appeared to be identical in the first 20  characters &#8220;unaddressedmessages@&#8221; as far as Directory Sync is  concerned.  Not until we turned off the RUS for these email addresses  and removed the duplicates in the first 20 characters of the email  addresses did the Error 012 error messages go away.</p>
<p>Also during our testing we were seeing some issues with similar  duplication in the Display Name as well, so if you are continuing to get  Error 012 messages you may also want to make sure the Display Name is  unique in the first 20 characters.</p>
<p>Unfortunately the Microsoft Support Engineer wasn&#8217;t able to confirm  that Directory Sync and BPOS actually worked this way, but hopefully  this will help you resolve your own Error 012 messages going forward.</p>
<p>Note: This blog article also posted on my work blog <a href="http://blogs.kraftkennedy.com">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://matthewcevans.com/blog/2011/04/18/113/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Problem adding NIC to Broadcom Team after installation of Symantec Endpoint Protection</title>
		<link>http://matthewcevans.com/blog/2010/09/22/problem-adding-nic-to-broadcom-team-after-installation-of-symantec-endpoint-protection/</link>
		<comments>http://matthewcevans.com/blog/2010/09/22/problem-adding-nic-to-broadcom-team-after-installation-of-symantec-endpoint-protection/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 15:01:05 +0000</pubDate>
		<dc:creator>Matthew C. Evans</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Broadcom]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[NetXtreme II]]></category>
		<category><![CDATA[NIC]]></category>
		<category><![CDATA[NIC Teaming]]></category>
		<category><![CDATA[SEP]]></category>
		<category><![CDATA[Symantec Endpoint Protection]]></category>
		<category><![CDATA[Teaming]]></category>
		<category><![CDATA[Teefer2]]></category>
		<category><![CDATA[Teefer2 Miniport]]></category>

		<guid isPermaLink="false">http://matthewcevans.com/blog/?p=107</guid>
		<description><![CDATA[We had a Dell Server with a Broadcom team of NIC&#8217;s running Microsoft Windows Server 2008 R2.  The motherboard died and was replaced with a new one and got new NIC&#8217;s that we needed to add to the team.  Every time we tried to add the NIC to the existing team we got the following [...]]]></description>
			<content:encoded><![CDATA[<p>We had a Dell Server with a Broadcom team of NIC&#8217;s running Microsoft Windows Server 2008 R2.  The motherboard died and was replaced with a new one and got new NIC&#8217;s that we needed to add to the team.  Every time we tried to add the NIC to the existing team we got the following error message:</p>
<blockquote><p>[0006] Broadcom BCM5708C NetXtreme II GigE (NDIS VBD Client)<br />
#2 does not support teaming.<br />
Please select an adapter with NDIS 6 driver.</p></blockquote>
<p>In looking at the Device Manager go to the View menu and choose &#8220;Show Hidden Devices&#8221; and you&#8217;ll see two entries for each of the network adapters:</p>
<blockquote><p>Broadcom BCM5708C NetXtreme II GigE (NDIS VBD Client) #5<br />
Broadcom BCM5708C NetXtreme II GigE (NDIS VBD Client) #5 Teefer2 Miniport</p></blockquote>
<p>The second Teefer2 Miniport driver is added when Symantec Endpoint Protection (SEP) is installed on the server.  This driver is used for the firewall features in Symantec Endpoint Protection.</p>
<p>In order to get the teaming working again, we uninstalled Symantec Endpoint Protection, then setup the team, then rebooted the server and reinstalled Symantec Endpoint Protection.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;"><a href="http://www.broadcom.com/support/ethernet_nic/faq_drivers.php#">[0006] Broadcom BCM5708C NetXtreme II GigE (NDIS VBD Clinet)<br />
#2 does not support teaming.<br />
Please select an adapter with NDIS 6 driver.</a></div>
]]></content:encoded>
			<wfw:commentRss>http://matthewcevans.com/blog/2010/09/22/problem-adding-nic-to-broadcom-team-after-installation-of-symantec-endpoint-protection/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Problems with Silent Installation / Upgrade of Dell ControlPoint System Manager A16 Update</title>
		<link>http://matthewcevans.com/blog/2010/09/09/problems-with-silent-installation-upgrade-of-dell-controlpoint-system-manager-a16-update/</link>
		<comments>http://matthewcevans.com/blog/2010/09/09/problems-with-silent-installation-upgrade-of-dell-controlpoint-system-manager-a16-update/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 22:35:00 +0000</pubDate>
		<dc:creator>Matthew C. Evans</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[ControlPoint]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[MSI]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[System Manager]]></category>

		<guid isPermaLink="false">http://matthewcevans.com/blog/?p=87</guid>
		<description><![CDATA[I was trying to update the Dell ControlPoint System Manager update from A15 to A16 on my Dell Latitude E6410 laptop today via a package created in SCCM.  However, in trying to use the silent installation command: msiexec.exe /i dellsysmgr.msi REBOOT=ReallySuppress /qn /l*v %TEMP%\DellSysMgr.log The installation continued to fail.  When running it non-silently I&#8217;m getting [...]]]></description>
			<content:encoded><![CDATA[<p>I was trying to update the Dell ControlPoint System Manager update from A15 to A16 on my Dell Latitude E6410 laptop today via a package created in SCCM.  However, in trying to use the silent installation command:</p>
<blockquote><p>msiexec.exe /i dellsysmgr.msi REBOOT=ReallySuppress /qn /l*v %TEMP%\DellSysMgr.log</p></blockquote>
<p>The installation continued to fail.  When running it non-silently I&#8217;m getting the following prompt:</p>
<blockquote><p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Question<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
This will update the System Manager software present on your system. Note: This version will no longer integrate into the Dell ControlPoint launcher. Continue?<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Yes   No<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p></blockquote>
<p>So far I&#8217;ve tried the following command line Properties without success based on an .MST capture to compare the MST to the original MSI file:</p>
<blockquote><p>ISCHECKFORPRODUCTUPDATES=0</p>
<p>UPGRADE_REMOVE_DCPFRMWRK=1</p>
<p>ISACTIONPROP1={4DEF2722-7EB8-4C5F-8F0A-0295A310002A}</p>
<p>SYSCAP.LLP=1 or 0</p>
<p>SYSCAP.PORTABLE=1 or 0</p>
<p>LAUNCHREADME=1 or 0</p>
<p>InstalledSysMgrVersion=1.4.00001</p></blockquote>
<p>Eventually I just gave up and used the old standby approach of uninstalling the old version before installing the new version with the following command line:</p>
<blockquote><p>MsiExec.exe /X{4DEF2722-7EB8-4C5F-8F0A-0295A310002A} /QN REBOOT=ReallySuppress</p></blockquote>
<p>Anyone else have a more elegant solution to this problem?</p>
]]></content:encoded>
			<wfw:commentRss>http://matthewcevans.com/blog/2010/09/09/problems-with-silent-installation-upgrade-of-dell-controlpoint-system-manager-a16-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Task Scheduler: The directory name is invalid. (0x8007010B)</title>
		<link>http://matthewcevans.com/blog/2010/08/11/windows-task-scheduler-the-directory-name-is-invalid-0x8007010b/</link>
		<comments>http://matthewcevans.com/blog/2010/08/11/windows-task-scheduler-the-directory-name-is-invalid-0x8007010b/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 14:31:02 +0000</pubDate>
		<dc:creator>Matthew C. Evans</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[0x8007010B]]></category>
		<category><![CDATA[Task Scheduler]]></category>

		<guid isPermaLink="false">http://matthewcevans.com/blog/?p=82</guid>
		<description><![CDATA[Ran into an interesting little problem this morning with getting a job to run in the Task Scheduler of a Windows Server 2008 server with Service Pack 2 installed. Every time I tried to run the job I would get the error message &#8220;The directory name is invalid. (0x8007010B)&#8221;. In looking at the Actions for [...]]]></description>
			<content:encoded><![CDATA[<p>Ran into an interesting little problem this morning with getting a job to run in the Task Scheduler of a Windows Server 2008 server with Service Pack 2 installed.</p>
<p>Every time I tried to run the job I would get the error message &#8220;The directory name is invalid. (0x8007010B)&#8221;.</p>
<p>In looking at the Actions for this Task the &#8220;Start in (optional)&#8221; field was filled in with the correct path name:</p>
<p style="padding-left: 30px;">&#8220;C:\Program Files (x86)\BLAH\&#8221;</p>
<p>I thought it might be the trailing backslash problem, so I removed it.  Same error message.</p>
<p>Turns out it is the quotes that are causing the problem here as the &#8220;Start in (optional)&#8221; field just doesn&#8217;t support them.  Take out the quotes and your task should run just fine.  You can set this directory with or without the trailing backslash and it will still work.</p>
<p>Here&#8217;s what my corrected Action looks like in the Task Scheduler.</p>
<div id="attachment_83" class="wp-caption aligncenter" style="width: 287px"><a href="http://matthewcevans.com/blog/wp-content/uploads/2010/08/TaskSchedulerJob.jpg"><img class="size-medium wp-image-83" title="Corrected Task Scheduler Job" src="http://matthewcevans.com/blog/wp-content/uploads/2010/08/TaskSchedulerJob-279x300.jpg" alt="Corrected Task Scheduler Job" width="279" height="300" /></a><p class="wp-caption-text">Task Scheduler Job with Corrected &quot;Start In (optional)&quot; field</p></div>
]]></content:encoded>
			<wfw:commentRss>http://matthewcevans.com/blog/2010/08/11/windows-task-scheduler-the-directory-name-is-invalid-0x8007010b/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>You&#8217;ve Got to be Nuts to Eat a Cashew Nut Shell</title>
		<link>http://matthewcevans.com/blog/2010/08/11/youve-got-to-be-nuts-to-eat-a-cashew-nut-shell/</link>
		<comments>http://matthewcevans.com/blog/2010/08/11/youve-got-to-be-nuts-to-eat-a-cashew-nut-shell/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 13:40:41 +0000</pubDate>
		<dc:creator>Matthew C. Evans</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[anacardic acid]]></category>
		<category><![CDATA[brazil]]></category>
		<category><![CDATA[cashew]]></category>
		<category><![CDATA[cashew fruit]]></category>
		<category><![CDATA[cashew nuts]]></category>
		<category><![CDATA[poison]]></category>
		<category><![CDATA[urushiol]]></category>

		<guid isPermaLink="false">http://matthewcevans.com/blog/?p=73</guid>
		<description><![CDATA[Last November we joined our next door neighbors on a lovely trip to Brazil.  We saw lots of interesting places, met lots of interesting people, ate lots of interesting foods.  One food in particular fascinated me, the cashew.  For most Americans the cashew is just a nut (like a walnut or almond) and we don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Last November we joined our next door neighbors on a lovely trip to Brazil.  We saw lots of interesting places, met lots of interesting people, ate lots of interesting foods.  One food in particular fascinated me, the cashew.  For most Americans the cashew is just a nut (like a walnut or almond) and we don&#8217;t think too much about where they come from or what they look like.  My grandparents used to always have a bowl of shelled nuts and a nutcracker that you had to use to break the shells, so I had a pretty good idea of what a walnut and almond looked like in their natural habitat.  Not so with cashews.  In Brazil cashews are primarily a fruit (usually consumed as a juice) and only sold as an afterthought to tourists on the beach as the roasted nut that we know in the States.</p>
<p>The fruits themselves are very unusual, so it was great to see them in the local market and understand how they grow.  First the nut part appears on the tree (see the cashew nut shaped object on each fruit below), then the fruit grows after it.  Very different than your regular apple, pear, or peach.</p>
<div id="attachment_75" class="wp-caption aligncenter" style="width: 308px"><a href="http://matthewcevans.com/blog/wp-content/uploads/2010/08/cashew1.jpg"><img class="size-medium wp-image-75" title="Fresh Cashews at the Market" src="http://matthewcevans.com/blog/wp-content/uploads/2010/08/cashew1-300x225.jpg" alt="Fresh Cashews at the Market" width="300" height="225" /></a><p class="wp-caption-text">Fresh Cashews at the Market</p></div>
<p>Our host family usually had cashew juice for breakfast every day which I enjoyed.  The flavor is a little difficult to describe, but think of combining a lime and orange and a mango together and you are getting close.  They even brought a cashew home from the market so I could try the fruit directly.  We brought it back to our apartment and it sat in the refrigerator for several days.</p>
<p>On the day before we were to leave Brazil, I decided to try and eat the fruit.  It tasted pretty much like the juice, with a slightly mushy pulp.  The juice of the cashew squeezes out of the pulp so you are just left with a flavorless glob of pulp that you spit out.  Not too bad.  Now I had this nice little cashew nut shaped shell in my hand, I wondered if there might be a nut inside.  There is only one way to find out.  First I tried using a knife from the kitchen, but as I worked at the leathery slippery skin I was worried that the knife would slip and I might cut myself.  So why not just bite it open?  Okay.</p>
<p>I stuck the nut in the corner of my mouth to get a good grip on it and bit down.  Hmmmm, that tastes very odd.  Wow that tastes really bad!  A bitter taste spreads through the side of my mouth.  My teeth and inside of my cheek become sticky.  The corner of my lips start burning.  I ran to get some water to try and stop the burning and it didn&#8217;t work.  Next stop, the Internet!</p>
<p>Thanks to <a title="Cashew" href="http://en.wikipedia.org/wiki/Cashew" target="_blank">Wikipedia </a>I found out:</p>
<blockquote><p>The seed is surrounded by a double shell containing an allergenic phenolic resin, anacardic acid, a potent skin irritant chemically related to the more well known allergenic oil urushiol which is also a toxin found in the related poison ivy. Some people are allergic to cashew nuts, but cashews are a less frequent allergen than nuts or peanuts.</p></blockquote>
<p>GREAT!  So basically I&#8217;ve just been chewing on the equivalent of poison ivy or poison oak.   Time to break out the big guns and start treating this like a poison ivy infection.  First I brushed my teeth with toothpaste.  Sort of helped.  Next I literally washed my mouth out with soap.  Bar soap didn&#8217;t work so well, dishwashing soap was better.  More water and more spitting later seemed to resolve most of the pain.</p>
<p>Then back to the Internet to find out what you are supposed to do if this happens.  Interestingly, they don&#8217;t say very much about this.  Do I go to the hospital?  Am I going to have a major allergic reaction on our flight back from Brazil?  We called up our host family and they just laughed and said you aren&#8217;t supposed to do that, and started to tell all their friends about what the silly American did with the cashew fruit.</p>
<p>That night the corner of my mouth just stung, but it was bearable, the flight back to the U.S. was okay, but things went downhill from there.  First my belly started itching, then my butt, then my arms, legs and under my neck.  I never really broke out in the usual poison ivy type sores, but everything was itchy.  Seven days after the incident I woke up and couldn&#8217;t see out of my right eye.  Nothing itchy, but just all completely puffed up.  This went on for a few more days before things started getting back to normal and most of the itchiness was gone in about a month.</p>
<div id="attachment_74" class="wp-caption aligncenter" style="width: 308px"><a href="http://matthewcevans.com/blog/wp-content/uploads/2010/08/cashew2.jpg"><img class="size-medium wp-image-74" title="Day 7 After Biting Cashew Nut Shell" src="http://matthewcevans.com/blog/wp-content/uploads/2010/08/cashew2-300x225.jpg" alt="Day 7 After Biting Cashew Nut Shell" width="300" height="225" /></a><p class="wp-caption-text">Day 7 After Biting Cashew Nut Shell</p></div>
<p>So it turns out the one reason you never see raw cashew nuts (in or out of the shell) anywhere is that the nuts are surrounded by a nice little poison.  The pickers of cashew fruit are often affected by this oil, but that&#8217;s usually about it.  All cashew nuts that are sold are actually roasted to deactivate the toxin in the shells which is why you never see true &#8220;raw&#8221; cashew nuts for sale.</p>
<p>So next time you are eating unusual fruits that you know the fruit is edible and the nut is edible, stop for a second and check the Internet to see if some other part of the fruit might be poisonous.  You have been warned.</p>
]]></content:encoded>
			<wfw:commentRss>http://matthewcevans.com/blog/2010/08/11/youve-got-to-be-nuts-to-eat-a-cashew-nut-shell/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Free Art From Costco</title>
		<link>http://matthewcevans.com/blog/2010/08/05/free-art-from-costco/</link>
		<comments>http://matthewcevans.com/blog/2010/08/05/free-art-from-costco/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 19:23:35 +0000</pubDate>
		<dc:creator>Matthew C. Evans</dc:creator>
				<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://matthewcevans.com/blog/?p=55</guid>
		<description><![CDATA[My three year old son loves to take the receipt from Costco to the &#8220;receipt checker&#8221; as you leave the store.  Usually the nice person there will check the receipt and draw a little smiley face on the back of the receipt.  Recently my son has been asking for particular art requests and the Costco [...]]]></description>
			<content:encoded><![CDATA[<p>My three year old son loves to take the receipt from Costco to the &#8220;receipt checker&#8221; as you leave the store.  Usually the nice person there will check the receipt and draw a little smiley face on the back of the receipt.  Recently my son has been asking for particular art requests and the Costco employee usually tries to comply.  Some of the results have been very humorous and I thought should be shared at a domain name like CostcoArt.com (domain doesn&#8217;t exist&#8230;.yet), but someone else has already been collecting Costco receipt art on their blog <a title="Costco Receipt Art" href="http://costcoart.blogspot.com/search/label/Animals" target="_blank">here</a>.  I&#8217;ll be posting our pictures there, but will also include ours on this blog as well.</p>
<div id="attachment_60" class="wp-caption aligncenter" style="width: 308px"><a href="http://matthewcevans.com/blog/wp-content/uploads/2010/08/2010-07-01-Costco-Art-Mouse.jpg"><img class="size-medium wp-image-60" title="2010-07-01 - Costco Art - Mouse - Everett, MA $9.92" src="http://matthewcevans.com/blog/wp-content/uploads/2010/08/2010-07-01-Costco-Art-Mouse-300x275.jpg" alt="2010-07-01 - Costco Art - Mouse - Everett, MA $9.92" width="300" height="275" /></a><p class="wp-caption-text">2010-07-01 - Mouse - Everett, MA $9.92</p></div>
<p>Personally I think this one looks more like a bug than a mouse, but he tried to make big Mickey Mouse style round ears.</p>
<p style="text-align: center;">&nbsp;</p>
<div id="attachment_56" class="wp-caption aligncenter" style="width: 308px"><a href="http://matthewcevans.com/blog/wp-content/uploads/2010/08/2010-07-27-Costco-Art-Rhinoceros.jpg"><img class="size-medium wp-image-56" title="2010-07-27 - Costco Art - Rhinoceros - Everett, MA $337.32" src="http://matthewcevans.com/blog/wp-content/uploads/2010/08/2010-07-27-Costco-Art-Rhinoceros-300x217.jpg" alt="2010-07-27 - Costco Art - Rhinoceros - Everett, MA $337.32" width="300" height="217" /></a><p class="wp-caption-text">2010-07-27 - Rhinoceros - Everett, MA $337.32</p></div>
<p>This rhino is only missing a couple legs, but it has a nice friendly look about it.</p>
<p>UPDATE: 4/27/2011</p>
<p>We&#8217;ve had a couple new additions to add as well.  We normally get these pretty generic smiley faces from the checkers who feel they can&#8217;t draw.  Sometimes they are pretty interesting.</p>
<p style="text-align: center;">
<div class="mceTemp mceIEcenter" style="text-align: left;">
<dl id="attachment_128" class="wp-caption aligncenter" style="width: 349px;">
<dt class="wp-caption-dt"><a href="http://matthewcevans.com/blog/wp-content/uploads/2010/08/2011-03-31-Smiley-Face-Everett-MA-268.96.BMP.jpg"><img class="size-full wp-image-128 " title="2011-03-31 - Smiley Face - Everett, MA $268.96" src="http://matthewcevans.com/blog/wp-content/uploads/2010/08/2011-03-31-Smiley-Face-Everett-MA-268.96.BMP.jpg" alt="2011-03-31 - Smiley Face - Everett, MA $268.96" width="339" height="436" /></a></dt>
<dd class="wp-caption-dd">2011-03-31 &#8211; Smiley Face &#8211; Everett, MA $268.96</dd>
</dl>
</div>
<p style="text-align: left;">And the mouse is an always popular option, but in this case it is sort of a cross between a mouse and a lion:</p>
<p style="text-align: left;">
<div id="attachment_129" class="wp-caption aligncenter" style="width: 308px"><a href="http://matthewcevans.com/blog/wp-content/uploads/2010/08/2011-04-21-Mouse-Everett-MA-192.62.BMP.jpg"><img class="size-medium wp-image-129" title="2011-04-21 - Mouse - Everett, MA $192.62" src="http://matthewcevans.com/blog/wp-content/uploads/2010/08/2011-04-21-Mouse-Everett-MA-192.62.BMP-300x261.jpg" alt="2011-04-21 - Mouse - Everett, MA $192.62" width="300" height="261" /></a><p class="wp-caption-text">2011-04-21 - Mouse - Everett, MA $192.62</p></div>
]]></content:encoded>
			<wfw:commentRss>http://matthewcevans.com/blog/2010/08/05/free-art-from-costco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Expand Your Vocabulary: Mantrip</title>
		<link>http://matthewcevans.com/blog/2010/07/27/expand-your-vocabulary-mantrip/</link>
		<comments>http://matthewcevans.com/blog/2010/07/27/expand-your-vocabulary-mantrip/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 04:24:02 +0000</pubDate>
		<dc:creator>Matthew C. Evans</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[coal mining]]></category>
		<category><![CDATA[mantrip]]></category>
		<category><![CDATA[vocabulary]]></category>

		<guid isPermaLink="false">http://matthewcevans.com/blog/?p=47</guid>
		<description><![CDATA[While on the phone today with a client (they are involved with coal mining in Kentucky) she mentioned they almost got run over by a mantrip today.  Since a mantrip sounded like something that it isn&#8217;t, I asked for more information and they were nice enough to take a couple of photos. From Wikipedia: A [...]]]></description>
			<content:encoded><![CDATA[<p>While on the phone today with a client (they are involved with coal mining in Kentucky) she mentioned they almost got run over by a mantrip today.  Since a mantrip sounded like something that it isn&#8217;t, I asked for more information and they were nice enough to take a couple of photos.</p>
<p>From <a title="Mantrip" href="http://en.wikipedia.org/wiki/Mantrip" target="_blank">Wikipedia</a>:</p>
<blockquote><p>A <strong>mantrip</strong> is a shuttle for transporting <a title="Miner" href="http://en.wikipedia.org/wiki/Miner">miners</a> down into an <a class="mw-redirect" title="Underground mine" href="http://en.wikipedia.org/wiki/Underground_mine">underground mine</a> at the start of their shift, and out again at the end. Mantrips usually take the form of a <a title="Train" href="http://en.wikipedia.org/wiki/Train">train</a>, running on rails and operating like a <a title="Cable car (railway)" href="http://en.wikipedia.org/wiki/Cable_car_%28railway%29">cable car</a>, but mantrips may also be self-powered, for example by a <a title="Diesel engine" href="http://en.wikipedia.org/wiki/Diesel_engine">diesel engine</a>. Other types of mantrips do not require a track and take the form of a <a title="Pickup truck" href="http://en.wikipedia.org/wiki/Pickup_truck">pickup truck</a> running on rubber tires.</p>
<p>Because many mines have low ceilings, mantrips tend to have a reduced height.</p></blockquote>
<p>So, basically it is like a low riding golf cart where you can really lean back to avoid hitting your head on the ceiling of the mine.</p>
<p>Here&#8217;s the stealthy electric version that almost ran them over:</p>
<div id="attachment_46" class="wp-caption aligncenter" style="width: 308px"><a href="http://matthewcevans.com/blog/wp-content/uploads/2010/07/mantrip-electric.jpg"><img class="size-medium wp-image-46 " title="Electric Mantrip" src="http://matthewcevans.com/blog/wp-content/uploads/2010/07/mantrip-electric-300x157.jpg" alt="Electric Mantrip" width="300" height="157" /></a><p class="wp-caption-text">Look at the lean back on that seat!</p></div>
<p>And the larger diesel powered mantrip that is used at the beginning and end of the shifts:</p>
<div id="attachment_45" class="wp-caption aligncenter" style="width: 308px"><a href="http://matthewcevans.com/blog/wp-content/uploads/2010/07/mantrip-diesel.jpg"><img class="size-medium wp-image-45" title="Diesel Mantrip" src="http://matthewcevans.com/blog/wp-content/uploads/2010/07/mantrip-diesel-300x229.jpg" alt="Diesel Mantrip" width="300" height="229" /></a><p class="wp-caption-text">Larger mantrip used in the mines</p></div>
<p>So while you are having your next &#8220;man trip&#8221; to the local hardware store, you can now add the word mantrip to your vocabulary and impress your friends.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">
<p><strong>p</strong> is a shuttle for transporting <a title="Miner" href="http://en.wikipedia.org/wiki/Miner">miners</a> down into an <a class="mw-redirect" title="Underground mine" href="http://en.wikipedia.org/wiki/Underground_mine">underground mine</a> at the start of their shift, and out again at the end. Mantrips usually take the form of a <a title="Train" href="http://en.wikipedia.org/wiki/Train">train</a>, running on rails and operating like a <a title="Cable car (railway)" href="http://en.wikipedia.org/wiki/Cable_car_%28railway%29">cable car</a>, but mantrips may also be self-powered, for example by a <a title="Diesel engine" href="http://en.wikipedia.org/wiki/Diesel_engine">diesel engine</a>. Other types of mantrips do not require a track and take the form of a <a title="Pickup truck" href="http://en.wikipedia.org/wiki/Pickup_truck">pickup truck</a> running on rubber tires.</p>
<p>Because many mines have low ceilings, mantrips tend to have a reduced height.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://matthewcevans.com/blog/2010/07/27/expand-your-vocabulary-mantrip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

