<?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>mylifeinaminute.com &#187; Office</title>
	<atom:link href="http://www.mylifeinaminute.com/category/microsoft/office/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mylifeinaminute.com</link>
	<description>You can learn a lot in a minute</description>
	<lastBuildDate>Wed, 08 Sep 2010 01:14:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>SharePoint 2010 User Profile Synchronization Errors</title>
		<link>http://www.mylifeinaminute.com/2010/07/07/sharepoint-2010-user-profile-synchronization-errors/</link>
		<comments>http://www.mylifeinaminute.com/2010/07/07/sharepoint-2010-user-profile-synchronization-errors/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 16:11:43 +0000</pubDate>
		<dc:creator>liquidpooled</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[SharePoint Server 2010]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=502</guid>
		<description><![CDATA[While implementing a new SharePoint 2010 farm, I ran into a number of issues while attempting to get the user profile synchronization to run correctly. I did discover that some additional configuration was needed around the profile synchronization account as I was dealing with a multi-domain forest and the domain NetBios name did not match [...]]]></description>
			<content:encoded><![CDATA[<p>While implementing a new SharePoint 2010 farm, I ran into a number of issues while attempting to get the user profile synchronization to run correctly. I did discover that some additional configuration was needed around the profile synchronization account as I was dealing with a multi-domain forest and the domain <a title="SharePoint 2010 – Provisioning User Profile Synchronization" href="http://blogs.msdn.com/b/russmax/archive/2010/03/20/sharepoint-2010-provisioning-user-profile-synchronization.aspx">NetBios name did not match the FQDN</a>.</p>
<p>Even after verifying that my configuration was correct (as far as SharePoint was concerned), I was still running into issues with the Extensible Connectivity agent (part of FIM) associated with my User Profile Service Application. It would consistently fail, throwing 6801 and 6803 errors in the event log.</p>
<h5>Error 6801</h5>
<blockquote>
<div id="_mcePaste">The extensible extension returned an unsupported error.</div>
<div id="_mcePaste">The stack trace is:</div>
<div id="_mcePaste">&#8220;System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. &#8212;&gt; System.UriFormatException: Invalid URI: A port was expected because of there is a colon (&#8216;:&#8217;) present but the port could not be parsed.</div>
<div id="_mcePaste">at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)</div>
<div id="_mcePaste">at System.Web.HttpRequest.get_Url()</div>
<div id="_mcePaste">at Microsoft.SharePoint.Administration.SPAlternateUrl.get_ContextUri()</div>
<div id="_mcePaste">at Microsoft.SharePoint.WebControls.SPControl.SPSiteFromContextNoCache()</div>
<div id="_mcePaste">at Microsoft.SharePoint.WebControls.SPControl.SPWebEnsureSPControl(HttpContext context)</div>
<div id="_mcePaste">at Microsoft.SharePoint.SPContext.get_Current()</div>
<div id="_mcePaste">at Microsoft.Office.Server.UserProfiles.ProfileManagerInstance.GetApplicationProxy()</div>
<div id="_mcePaste">at Microsoft.Office.Server.UserProfiles.ProfileImportExportService.GetPartitionIds()</div>
<div id="_mcePaste">&#8212; End of inner exception stack trace &#8212;</div>
<div id="_mcePaste">at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct&amp; sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)</div>
<div id="_mcePaste">at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)</div>
<div id="_mcePaste">at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)</div>
<div id="_mcePaste">at Microsoft.Office.Server.WebServiceDirectProxy.WebMethodInfo.Invoke(Object webServiceInstance, Object[] args)</div>
<div id="_mcePaste">at Microsoft.Office.Server.WebServiceDirectProxy.Invoke(String methodName, Object[] args)</div>
<div id="_mcePaste">at Microsoft.Office.Server.UserProfiles.ManagementAgent.ProfileImportExportDirect.GetPartitionIds()</div>
<div id="_mcePaste">at Microsoft.Office.Server.UserProfiles.ManagementAgent.ProfileImportExportExtension.Microsoft.MetadirectoryServices.IMAExtensibleFileImport.GenerateImportFile(String fileName, String connectTo, String user, String password, ConfigParameterCollection configParameters, Boolean fFullImport, TypeDescriptionCollection types, String&amp; customData)</div>
<div id="_mcePaste">Forefront Identity Manager 4.0.2450.5&#8243;</div>
<p>The extensible extension returned an unsupported error. The stack trace is:  &#8221;System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. &#8212;&gt; System.UriFormatException: Invalid URI: A port was expected because of there is a colon (&#8216;:&#8217;) present but the port could not be parsed.   at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)   at System.Web.HttpRequest.get_Url()   at Microsoft.SharePoint.Administration.SPAlternateUrl.get_ContextUri()   at Microsoft.SharePoint.WebControls.SPControl.SPSiteFromContextNoCache()   at Microsoft.SharePoint.WebControls.SPControl.SPWebEnsureSPControl(HttpContext context)   at Microsoft.SharePoint.SPContext.get_Current()   at Microsoft.Office.Server.UserProfiles.ProfileManagerInstance.GetApplicationProxy()   at Microsoft.Office.Server.UserProfiles.ProfileImportExportService.GetPartitionIds()   &#8212; End of inner exception stack trace &#8212;   at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct&amp; sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)   at Microsoft.Office.Server.WebServiceDirectProxy.WebMethodInfo.Invoke(Object webServiceInstance, Object[] args)   at Microsoft.Office.Server.WebServiceDirectProxy.Invoke(String methodName, Object[] args)   at Microsoft.Office.Server.UserProfiles.ManagementAgent.ProfileImportExportDirect.GetPartitionIds()   at Microsoft.Office.Server.UserProfiles.ManagementAgent.ProfileImportExportExtension.Microsoft.MetadirectoryServices.IMAExtensibleFileImport.GenerateImportFile(String fileName, String connectTo, String user, String password, ConfigParameterCollection configParameters, Boolean fFullImport, TypeDescriptionCollection types, String&amp; customData)Forefront Identity Manager 4.0.2450.5&#8243;</p></blockquote>
<h5>Error 6803</h5>
<blockquote><p>The management agent &#8220;MOSS-8e630c0a-434f-4af2-b8fe-a020bd3ef255&#8243; failed on run profile &#8220;MOSS_FULLIMPORT_e6294a6e-3dcb-4ac5-86e2-24eddfeaa0e9&#8243; because the server encountered errors.</p></blockquote>
<p>Opening <em>miisclient</em> (%programfiles%\Microsoft Office Server\14.0\Synchronization Service\UIShell\miisclient.exe) revealed that my Extensible Connectivity agent was failing with a status of <span style="color: #ff0000;"><em>stopped-extension-dll-exception</em></span> (which was confirmed by was visible in the event log).</p>
<p>A bad URI request was being formed somewhere along the way. FIM was expecting a URI formatted with a colon (&#8220;:&#8221;), which none of my alternate access mappings provided. (Question for the SharePoint product team &#8211; Who still runs their applications on non-standard ports?)</p>
<p>Thankfully, the FIM Synchronization Service can be configured manually to tidy these errors up.</p>
<ol>
<li>Browse to %programfiles%\Microsoft Office Server\14.0\Synchronization Service\UIShell</li>
<li>Launch miisclient.exe</li>
<li>Click the &#8216;Management Agents&#8217; button in the toolbar to switch to the &#8220;Management Agents&#8221; pane</li>
<li>Right click on the Management Agent with the &#8220;Extensible Connectivity&#8221; type called MOSS-{guid} and select &#8220;Properties&#8221;</li>
<li>Click on the &#8220;Configure Connection Information&#8221; property pane</li>
<li>At the bottom of the dialog, there should be a &#8220;Connection information&#8221; section which includes a &#8220;Connect To:&#8221; text box</li>
<li>Change the hostname of the URI in this text box to direct://{HOST}:{PORT}&#8230;</li>
<li>Click OK, and close the Synchronization Service Manager (miisclient)</li>
<li>Start a full import and everything should now work.</li>
</ol>
<h4>Reference</h4>
<ul>
<li><a title="Rational Guide to implementing SharePoint Server 2010 User Profile Synchronization" href="http://www.harbar.net/articles/sp2010ups.aspx">Rational Guide to implementing SharePoint Server 2010 User Profile Synchronization</a></li>
<li><a title="SharePoint 2010 – Provisioning User Profile Synchronization" href="http://blogs.msdn.com/b/russmax/archive/2010/03/20/sharepoint-2010-provisioning-user-profile-synchronization.aspx">SharePoint 2010 – Provisioning User Profile Synchronization</a></li>
</ul>
<p><map name='google_ad_map_502_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/502?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_502_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=502&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2010%2F07%2F07%2Fsharepoint-2010-user-profile-synchronization-errors%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2010/07/07/sharepoint-2010-user-profile-synchronization-errors/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SharePoint Guidance</title>
		<link>http://www.mylifeinaminute.com/2010/07/06/sharepoint-guidance/</link>
		<comments>http://www.mylifeinaminute.com/2010/07/06/sharepoint-guidance/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 23:24:05 +0000</pubDate>
		<dc:creator>liquidpooled</dc:creator>
				<category><![CDATA[MSDN]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[SharePoint Server 2010]]></category>
		<category><![CDATA[Sharepoint Server]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint Guidance]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=496</guid>
		<description><![CDATA[From MSDN: Designing and developing rich, robust Microsoft® SharePoint® applications can be challenging. The following releases are designed to help solution developers and architects make the right decisions and follow proven practices when building applications for SharePoint. Each release contains guidance documentation, source code for reference implementations, reusable library code, and Quick Starts. Definitely worth [...]]]></description>
			<content:encoded><![CDATA[<p>From MSDN:</p>
<blockquote><p>Designing and developing rich, robust Microsoft® SharePoint® applications can be challenging. The following releases are designed to help solution developers and architects make the right decisions and follow proven practices when building applications for SharePoint. Each release contains guidance documentation, source code for reference implementations, reusable library code, and Quick Starts.</p></blockquote>
<p>Definitely worth exploring further if you looking to see how others are building on top of the product stack and what the SharePoint MVPs view as essential for developing robust applications.</p>
<h4>Reference</h4>
<ul>
<li><a title="SharePoint Guidance" href="http://msdn.microsoft.com/en-us/library/ff650022.aspx">SharePoint Guidance on MSDN</a></li>
</ul>
<p><map name='google_ad_map_496_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/496?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_496_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=496&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2010%2F07%2F06%2Fsharepoint-guidance%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2010/07/06/sharepoint-guidance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 Products scripted deployment</title>
		<link>http://www.mylifeinaminute.com/2010/07/06/sharepoint-2010-products-scripted-deployment/</link>
		<comments>http://www.mylifeinaminute.com/2010/07/06/sharepoint-2010-products-scripted-deployment/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 18:36:27 +0000</pubDate>
		<dc:creator>liquidpooled</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SharePoint Server 2010]]></category>
		<category><![CDATA[TechNet]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint Installation]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=491</guid>
		<description><![CDATA[It seems I missed it when Microsoft published the SPModule PowerShell module to aid in a scripted installation of a SharePoint 2010 farm. If anything, it can serve as a handy guide for how to script out individual actions pertaining to installation and farm maintenance. Reference SharePoint 2010 Products scripted deployment SPModule .zip file Install [...]]]></description>
			<content:encoded><![CDATA[<p>It seems I missed it when <a title="Microsoft" href="/tag/microsoft/">Microsoft </a>published the <a title="SPModule" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=c57556ff-8df0-44fd-aba6-3df01b9f80ce">SPModule </a><a title="PowerShell" href="/category/microsoft/powershell/">PowerShell </a>module to aid in a scripted installation of a SharePoint 2010 farm.</p>
<p>If anything, it can serve as a handy guide for how to script out individual actions pertaining to installation and farm maintenance.</p>
<h4>Reference</h4>
<ul>
<li><a title="SharePoint 2010 Products scripted deployment SPModule .zip file" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=c57556ff-8df0-44fd-aba6-3df01b9f80ce">SharePoint 2010 Products scripted deployment SPModule .zip file</a></li>
<li><a title="Install SharePoint Server 2010 by using Windows PowerShell" href="http://technet.microsoft.com/en-us/library/cc262839.aspx">Install SharePoint Server 2010 by using Windows PowerShell</a></li>
<li><a title="Install SharePoint Foundation 2010 by using Windows PowerShell" href="http://technet.microsoft.com/en-us/library/cc752946.aspx">Install SharePoint Foundation 2010 by using Windows PowerShell</a></li>
</ul>
<p><map name='google_ad_map_491_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/491?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_491_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=491&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2010%2F07%2F06%2Fsharepoint-2010-products-scripted-deployment%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2010/07/06/sharepoint-2010-products-scripted-deployment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>stsadm, Site Collection Restore, and the &#8220;File Not Found&#8221; error</title>
		<link>http://www.mylifeinaminute.com/2010/05/20/stsadm-site-collection-restore-and-the-file-not-found-error/</link>
		<comments>http://www.mylifeinaminute.com/2010/05/20/stsadm-site-collection-restore-and-the-file-not-found-error/#comments</comments>
		<pubDate>Thu, 20 May 2010 14:46:53 +0000</pubDate>
		<dc:creator>liquidpooled</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Sharepoint Server]]></category>
		<category><![CDATA[TechNet]]></category>
		<category><![CDATA[moss 2007]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[stsadm]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=461</guid>
		<description><![CDATA[Restoring site collections with stsadm is normally a straightforward affair, requiring little to no manual intervention to get things back up and running. That is of course, unless you are restoring sites based on the Publishing Site template. I recently wanted to take an existing site collection, make a copy of it in the same [...]]]></description>
			<content:encoded><![CDATA[<p>Restoring site collections with stsadm is normally a straightforward affair, requiring little to no manual intervention to get things back up and running. That is of course, unless you are restoring sites based on the Publishing Site template.</p>
<p>I recently wanted to take an existing site collection, make a copy of it in the same web application under a newly created managed path and have it reside in a new content database. The backup went smooth, utilizing <em><span style="color: #ff0000;">stsadm -o backup</span></em>. The creation of the new managed path went off without a hitch. The creation of a new content database and the restoration of the site collection into that database also occurred with no issues.</p>
<p>Browsing the site however told a different story. I was immediately greeted with a standard error page stating &#8220;File Not Found&#8221;. Browsing to other pages within the site (eg. &#8220;<em>/_layouts/settings.aspx</em>&#8220;) yielded the same result. After turning on the callstack/debugging and disabling the custom error page, I was greeted with the following:</p>
<p style="text-align: center;"><a href="http://www.mylifeinaminute.com/images/2010/05/file_not_found.jpg" target="blank"><img class="aligncenter size-medium wp-image-462" title="File No Found Error" src="http://www.mylifeinaminute.com/images/2010/05/file_not_found-300x144.jpg" alt="File No Found Error" width="300" height="144" /></a></p>
<p>The problem? Each publishing page points to an incorrect page layout after the restoration. One would think that the restore via stsadm would recognize this and fix it, but it does not.</p>
<p>The fix? The <a title="SharePoint Automation" href="http://stsadm.blogspot.com/">stsadm extensions</a> published by <a title="SharePoint Automation" href="http://stsadm.blogspot.com/">Gary Lapointe</a>. The package built by Gary offers a command call <em><span style="color: #ff0000;"><a title="gl-fixpublishingpagespagelayouturl" href="http://stsadm.blogspot.com/2007/08/fix-publishing-pages-page-layout-url.html">gl-fixpublishingpagespagelayouturl</a></span></em>. Verbose? Yes. Does it work? Absolutely.</p>
<p>After running the command and executing an <em><span style="color: #ff0000;">iisreset</span></em>, the site was once again able to be browsed and appears to be intact.</p>
<h4>Reference</h4>
<ul>
<li><a title="SharePoint Automation: Fix Publishing Pages Page Layout URL" href="http://stsadm.blogspot.com/2007/08/fix-publishing-pages-page-layout-url.html">SharePoint Automation: Fix Publising Pages Page Layout URL</a></li>
<li><a title="File not found error when restoring a site collection" href="http://www.synergyonline.com/blog/blog-moss/Lists/Posts/Post.aspx?ID=56">File not found errors when restoring a site collection</a></li>
<li><a title="stsadm backup Operation" href="http://technet.microsoft.com/en-us/library/cc263441(office.12).aspx">stsadm backup Operation</a></li>
<li><a title="stsadm restore Operation" href="http://technet.microsoft.com/en-us/library/cc262087(office.12).aspx">stsadm restore Operation</a></li>
</ul>
<p><em><em> </em></em></p>
<p><map name='google_ad_map_461_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/461?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_461_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=461&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2010%2F05%2F20%2Fstsadm-site-collection-restore-and-the-file-not-found-error%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2010/05/20/stsadm-site-collection-restore-and-the-file-not-found-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010: Provisioning a new Farm with Powershell</title>
		<link>http://www.mylifeinaminute.com/2010/05/17/sharepoint-2010-provisioning-a-new-farm-with-powershell/</link>
		<comments>http://www.mylifeinaminute.com/2010/05/17/sharepoint-2010-provisioning-a-new-farm-with-powershell/#comments</comments>
		<pubDate>Mon, 17 May 2010 13:45:25 +0000</pubDate>
		<dc:creator>liquidpooled</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SharePoint Server 2010]]></category>
		<category><![CDATA[Sharepoint Server]]></category>
		<category><![CDATA[TechNet]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint Installation]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=452</guid>
		<description><![CDATA[SharePoint 2007 always required some level of scripting in it&#8217;s installation to allow for greater control of the installation process (i.e. creating database names without GUIDs). SharePoint 2010 is not any different in that scripting is still required to gain the finer control over installation. What has changed is that now PowerShell can be used [...]]]></description>
			<content:encoded><![CDATA[<p>SharePoint 2007 always required some level of scripting in it&#8217;s installation to allow for greater control of the installation process (i.e. creating database names without GUIDs). SharePoint 2010 is not any different in that scripting is still required to gain the finer control over installation. What has changed is that now PowerShell can be used in place of <strong>psconfig</strong>/<strong>stsadm</strong>. With that in mind, let&#8217;s begin.</p>
<ol>
<li>Install the SharePoint binaries on each server in your farm. Select &#8220;Complete&#8221; as the installation type. This will allow you to create a farm as opposed to a single server installation.After the install has completed, you will asked if you would like to complete the &#8220;SharePoint Products Configuration Wizard&#8221;. Do not run the wizard at this time.</li>
<li>On the server which you wish to provision Central Administration:
<ol>
<li>Open the  &#8221;SharePoint 2010 Management Shell&#8221; (right-click and select &#8220;Run as administrator&#8221;). The shell will load with a message that the local farm is not accessible. This is expected as we have only installed the binaries.</li>
<li>Run the following command to create the initial configuration/content database for the farm.
<pre class="brush: powershell;">
New-SPConfigurationDatabase –DatabaseName “SharePoint2010_Config” –DatabaseServer “SharePoint2010SQL” –AdministrationContentDatabaseName “SharePoint2010_Content_Admin” –Passphrase (ConvertTo-SecureString “Pass@word1” –AsPlaintext –Force) –FarmCredentials (Get-Credential)
</pre>
</li>
<li>After the initial creation of the farm, close and reload the &#8220;SharePoint 2010 Management Shell&#8221;. You should no longer receive any error messages.</li>
<li>Install the help files.
<pre class="brush: powershell;">
Install-SPHelpCollection -All
</pre>
</li>
<li>Secure the resources used by the server (files and registry).
<pre class="brush: powershell;">
Initialize-SPResourceSecurity
</pre>
</li>
<li>Install and provision the farm services.
<pre class="brush: powershell;">
Install-SPService
</pre>
</li>
<li>Install the features on the server.
<pre class="brush: powershell;">
Install-SPFeature –AllExistingFeatures
</pre>
</li>
<li>Provision Central Administration.
<pre class="brush: powershell;">
New-SPCentralAdministration -Port 1234  -WindowsAuthProvider &quot;NTLM&quot;
</pre>
</li>
<li>Install the application content.
<pre class="brush: powershell;">
Install-SPApplicationContent
</pre>
</li>
<li>Optional: Disable the loopback check. If this is a development install, outright disabling the check should be fine. For production environments, the loopback check should be left in place and BackConnectionHostNames should be used in its place. See <a title="KB896861" href="http://support.microsoft.com/kb/896861">KB 896861</a>.
<pre class="brush: powershell;">
New-ItemProperty HKLM:\System\CurrentControlSet\Control\Lsa -Name &quot;DisableLoopbackCheck&quot;  -value &quot;1&quot; -PropertyType dword
</pre>
</li>
</ol>
</li>
<li>On each additional server that you wish to converge in the farm:
<ol>
<li>Open the  &#8221;SharePoint 2010 Management Shell&#8221; (right-click and select &#8220;Run as administrator&#8221;). The shell will load with a message that the local farm is not accessible. This is expected as we have only installed the binaries.</li>
<li>Connect the server to the farm with the following command:
<pre class="brush: powershell;">
Connect-SPConfigurationDatabase -DatabaseName &quot;SharePoint2010_Config&quot; -DatabaseServer &quot;SharePoint2010SQL&quot; -Passphrase (ConvertTo-SecureString &quot;Pass@word1&quot; -AsPlaintext -Force)
</pre>
</li>
<li>Install the help files.
<pre class="brush: powershell;">
Install-SPHelpCollection -All
</pre>
</li>
<li>Secure the resources used by the server (files and registry).
<pre class="brush: powershell;">
Initialize-SPResourceSecurity
</pre>
</li>
<li>Install and provision the farm services.
<pre class="brush: powershell;">
Install-SPService
</pre>
</li>
<li>Install the features on the server.
<pre class="brush: powershell;">
Install-SPFeature –AllExistingFeatures
</pre>
</li>
<li>Install the application content.
<pre class="brush: powershell;">
Install-SPApplicationContent
</pre>
</li>
<li>Optional: Disable the loopback check. If this is a development install, outright disabling the check should be fine. For production environments, the loopback check should be left in place and BackConnectionHostNames should be used in its place. See <a title="KB896861" href="http://support.microsoft.com/kb/896861">KB 896861</a>.
<pre class="brush: powershell;">
New-ItemProperty HKLM:\System\CurrentControlSet\Control\Lsa -Name &quot;DisableLoopbackCheck&quot;  -value &quot;1&quot; -PropertyType dword
</pre>
</li>
</ol>
</li>
</ol>
<h4>Reference</h4>
<ul>
<li><a title="SharePoint 2010 Provisioning A New Farm with PowerShell" href="http://blogs.msdn.com/ekraus/archive/2009/11/06/sharepoint-2010-provisioning-a-new-farm-with-powershell.aspx">Eric Kraus&#8217; SharePoint/.NET Blog &#8211; SharePoint 2010 Provisioning A New Farm with Powershell</a></li>
<li><a title="KB896861" href="http://support.microsoft.com/kb/896861">You receive error 401.1 when you browse a Web site that uses Integrated Authentication and is hosted on IIS 5.1 or a later version</a></li>
<li><a title="SharePoint 2010: PSConfig and Powershell" href="http://stsadm.blogspot.com/2009/10/sharepoint-2010-psconfig-and-powershell.html">SharePoint Automation: SharePoint 2010 PSConfig and Powershell</a></li>
</ul>
<p><map name='google_ad_map_452_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/452?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_452_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=452&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2010%2F05%2F17%2Fsharepoint-2010-provisioning-a-new-farm-with-powershell%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2010/05/17/sharepoint-2010-provisioning-a-new-farm-with-powershell/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL server at DATABASESERVER has an unsupported version 10.0.2531.0</title>
		<link>http://www.mylifeinaminute.com/2010/05/14/sql-server-at-databaseserver-has-an-unsupported-version-10-0-2531-0/</link>
		<comments>http://www.mylifeinaminute.com/2010/05/14/sql-server-at-databaseserver-has-an-unsupported-version-10-0-2531-0/#comments</comments>
		<pubDate>Fri, 14 May 2010 18:07:28 +0000</pubDate>
		<dc:creator>liquidpooled</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SharePoint Server 2010]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=449</guid>
		<description><![CDATA[Attempting to run the SharePoint 2010 Configuration Wizard through PowerShell (New-SPConfigurationDatabase) yielded the following error: New-SPConfigurationDatabase : SQL server at CLSHPT2010SQL has an unsupported version 10.0.2531.0. Please refer to &#8220;http://go.microsoft.com/fwlink/?LinkId=165761&#8243; for information on the minimum required SQL Server versions and how to download them. At line:1 char:28 I had never installed the latest cumulative update [...]]]></description>
			<content:encoded><![CDATA[<p>Attempting to run the SharePoint 2010 Configuration Wizard through PowerShell (New-SPConfigurationDatabase) yielded the following error:</p>
<blockquote>
<div id="_mcePaste"><span style="color: #ff0000;">New-SPConfigurationDatabase : SQL server at CLSHPT2010SQL has an unsupported version 10.0.2531.0. Please refer to &#8220;http://go.microsoft.com/fwlink/?LinkId=165761&#8243; for information on the minimum required SQL Server versions and how to download them.</span></div>
<div id="_mcePaste"><span style="color: #ff0000;">At line:1 char:28</span></div>
</blockquote>
<p>I had never installed the latest cumulative update for SQL Server 2008 after completing my cluster configuration. The fix is simple. Install the <a title="KB970315" href="http://support.microsoft.com/kb/970315/">Cumulative update package 2 for SQL Server 2008 Service Pack 1</a> (<a title="KB970315" href="http://support.microsoft.com/kb/970315/">KB970315</a>).</p>
<h4>Reference</h4>
<ul>
<li><a title="KB970315" href="http://support.microsoft.com/kb/970315/">KB970315 &#8211; Cumulative update package 2 for SQL Server 2008 Service Pack 1</a></li>
</ul>
<p><map name='google_ad_map_449_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/449?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_449_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=449&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2010%2F05%2F14%2Fsql-server-at-databaseserver-has-an-unsupported-version-10-0-2531-0%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2010/05/14/sql-server-at-databaseserver-has-an-unsupported-version-10-0-2531-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>InfoPath 2007 Contact Selector &#8211; Require a selection</title>
		<link>http://www.mylifeinaminute.com/2010/05/11/infopath-2007-contact-selector-require-a-selection/</link>
		<comments>http://www.mylifeinaminute.com/2010/05/11/infopath-2007-contact-selector-require-a-selection/#comments</comments>
		<pubDate>Tue, 11 May 2010 19:47:24 +0000</pubDate>
		<dc:creator>liquidpooled</dc:creator>
				<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Sharepoint Server]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=431</guid>
		<description><![CDATA[Updated: Click here for an example of how to achieve the same functionality without any code. The following solution will require a Full Trust form with code, but will allow for a Contact Selector to be placed on a browser-based InfoPath form which will consistently validate, requiring the selection of a user as well as allowing for [...]]]></description>
			<content:encoded><![CDATA[<p>Updated: Click <a title="Validate the Contact Selector in InfoPath" href="http://www.myriadtech.com.au/blog/Alana/Lists/Posts/Post.aspx?ID=13">here </a>for an example of how to achieve the same functionality without any code.</p>
<p>The following solution will require a Full Trust form with code, but will allow for a Contact Selector to be placed on a browser-based InfoPath form which will consistently validate, requiring the selection of a user as well as allowing for only one selection.</p>
<p>The code:</p>
<pre class="brush: csharp;">
public void supervisorEmployeeID_Changed(object sender, XmlEventArgs e)
{
     try
     {
          int supervisorCount = e.Site.SelectChildren(XPathNodeType.Element).Count;

          if (this.Errors.GetErrors(&quot;_supervisorCountError&quot;).Length &gt; 0)
               this.Errors.Delete(&quot;_supervisorCountError&quot;);

          if (supervisorCount &gt; 1)
               this.Errors.Add(e.Site, &quot;_supervisorCountError&quot;, &quot;You can only select one Manager&quot;);
          else if (supervisorCount &lt; 1)
               this.Errors.Add(e.Site, &quot;_supervisorCountError&quot;, &quot;You must select a Manager&quot;);
     }
     catch { }
}
</pre>
<p>The above is meant to serve as a reference and should be self-explanatory.</p>
<p><map name='google_ad_map_431_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/431?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_431_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=431&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2010%2F05%2F11%2Finfopath-2007-contact-selector-require-a-selection%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2010/05/11/infopath-2007-contact-selector-require-a-selection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Trimming MOSS Audit Logs</title>
		<link>http://www.mylifeinaminute.com/2009/11/10/trimming-moss-audit-logs/</link>
		<comments>http://www.mylifeinaminute.com/2009/11/10/trimming-moss-audit-logs/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 19:43:09 +0000</pubDate>
		<dc:creator>liquidpooled</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Sharepoint Server]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint documentation]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=415</guid>
		<description><![CDATA[The Audit Log in MOSS has the potential to become unruly if left to it&#8217;s own devices. If you have upgraded to at least the Infrastructure Update, a new stsadm command is available for trimming the audit logs (specifically the AuditData table in the content database). The command is trimauditlog. Sample Usage: stsadm -o trimauditlog [...]]]></description>
			<content:encoded><![CDATA[<p>The Audit Log in MOSS has the potential to become unruly if left to it&#8217;s own devices. If you have upgraded to at least the Infrastructure Update, a new <strong><em>stsadm </em></strong>command is available for trimming the audit logs (specifically the AuditData table in the content database). The command is <strong><em>trimauditlog</em></strong>.</p>
<p>Sample Usage:</p>
<blockquote><p><em>stsadm -o trimauditlog -date 20090101 -databasename MyContentDB</em></p></blockquote>
<p>If you have auditing enabled and find yourself curious about the amount of space a particular table is consuming, the following script can help in finding the largest tables in a database:</p>
<pre class="brush: sql;">
/********************************************************************
*
*  BigTables.sql
*  Bill Graziano (SQLTeam.com)
*  graz@sqlteam.com
*  v1.1
*
********************************************************************/

declare @id	int
declare @type	character(2)
declare	@pages	int
declare @dbname sysname
declare @dbsize dec(15,0)
declare @bytesperpage	dec(15,0)
declare @pagesperMB		dec(15,0)

create table #spt_space
(
	objid		int null,
	rows		int null,
	reserved	dec(15) null,
	data		dec(15) null,
	indexp		dec(15) null,
	unused		dec(15) null
)

set nocount on

-- Create a cursor to loop through the user tables
declare c_tables cursor for
select	id
from	sysobjects
where	xtype = 'U'

open c_tables

fetch next from c_tables
into @id

while @@fetch_status = 0
begin

	/* Code from sp_spaceused */
	insert into #spt_space (objid, reserved)
		select objid = @id, sum(reserved)
			from sysindexes
				where indid in (0, 1, 255)
					and id = @id

	select @pages = sum(dpages)
			from sysindexes
				where indid &lt; 2
					and id = @id
	select @pages = @pages + isnull(sum(used), 0)
		from sysindexes
			where indid = 255
				and id = @id
	update #spt_space
		set data = @pages
	where objid = @id

	/* index: sum(used) where indid in (0, 1, 255) - data */
	update #spt_space
		set indexp = (select sum(used)
				from sysindexes
				where indid in (0, 1, 255)
				and id = @id)
			    - data
		where objid = @id

	/* unused: sum(reserved) - sum(used) where indid in (0, 1, 255) */
	update #spt_space
		set unused = reserved
				- (select sum(used)
					from sysindexes
						where indid in (0, 1, 255)
						and id = @id)
		where objid = @id

	update #spt_space
		set rows = i.rows
			from sysindexes i
				where i.indid &lt; 2
				and i.id = @id
				and objid = @id

	fetch next from c_tables
	into @id
end

select top 25
	Table_Name = (select left(name,25) from sysobjects where id = objid),
	rows = convert(char(11), rows),
	reserved_KB = ltrim(str(reserved * d.low / 1024.,15,0) + ' ' + 'KB'),
	data_KB = ltrim(str(data * d.low / 1024.,15,0) + ' ' + 'KB'),
	index_size_KB = ltrim(str(indexp * d.low / 1024.,15,0) + ' ' + 'KB'),
	unused_KB = ltrim(str(unused * d.low / 1024.,15,0) + ' ' + 'KB')

from 	#spt_space, master.dbo.spt_values d
where 	d.number = 1
and 	d.type = 'E'
order by reserved desc

drop table #spt_space
close c_tables
deallocate c_tables
</pre>
<p>Credit: <a title="Finding the biggest tables in a database" href="http://www.sqlteam.com/article/finding-the-biggest-tables-in-a-database">Finding the biggest tables in a database</a></p>
<p>For more information, see <a title="Trimauditlog: Stsadm operation (Office SharePoint Server)" href="http://technet.microsoft.com/en-us/library/cc706879.aspx">Trimauditlog: Stsadm operation (Office SharePoint Server)</a>.</p>
<p><map name='google_ad_map_415_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/415?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_415_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=415&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2009%2F11%2F10%2Ftrimming-moss-audit-logs%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2009/11/10/trimming-moss-audit-logs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Profile Sync and Offline Content Databases</title>
		<link>http://www.mylifeinaminute.com/2009/11/10/user-profile-sync-and-offline-content-databases/</link>
		<comments>http://www.mylifeinaminute.com/2009/11/10/user-profile-sync-and-offline-content-databases/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 15:48:02 +0000</pubDate>
		<dc:creator>liquidpooled</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Sharepoint Server]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[sharepoint administration]]></category>
		<category><![CDATA[SharePoint Profile Management]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=412</guid>
		<description><![CDATA[After a recent farm migration, a number of content databases were left offline. This had the unintended consequence of not allowing user profile synchronization to occur across site collections (where the content databases were offline). The quick fix? Bring the content database(s) online. The moral of the story? Do not leave your content database(s) offline [...]]]></description>
			<content:encoded><![CDATA[<p>After a recent farm migration, a number of content databases were left offline. This had the unintended consequence of not allowing user profile synchronization to occur across site collections (where the content databases were offline).</p>
<p>The quick fix? Bring the content database(s) online.</p>
<p>The moral of the story? Do not leave your content database(s) offline without a good reason. If you do leave them offline, User Information Lists in the offline site collections will not be synchronized with the SSP.</p>
<p><map name='google_ad_map_412_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/412?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_412_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=412&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2009%2F11%2F10%2Fuser-profile-sync-and-offline-content-databases%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2009/11/10/user-profile-sync-and-offline-content-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error Message: An existing request to enable the Enterprise feature is in progress</title>
		<link>http://www.mylifeinaminute.com/2009/10/02/error-message-an-existing-request-to-enable-the-enterprise-feature-is-in-progress/</link>
		<comments>http://www.mylifeinaminute.com/2009/10/02/error-message-an-existing-request-to-enable-the-enterprise-feature-is-in-progress/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 11:29:06 +0000</pubDate>
		<dc:creator>liquidpooled</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Sharepoint Server]]></category>
		<category><![CDATA[moss 2007]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[sharepoint administration]]></category>
		<category><![CDATA[sharepoint quirks]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=409</guid>
		<description><![CDATA[When upgrading from a standard SKU to an Enterprise SKU in SharePoint (MOSS 2007), things can (and do) go wrong. Come to think of it, I&#8217;ve never seen one complete successfully without some type of manual intervention. Fortunately, the majority of errors that are experienced are recoverable. Take for instance: An existing request to enable [...]]]></description>
			<content:encoded><![CDATA[<p>When upgrading from a standard SKU to an Enterprise SKU in SharePoint (MOSS 2007), things can (and do) go wrong. Come to think of it, I&#8217;ve never seen one complete successfully without some type of manual intervention. Fortunately, the majority of errors that are experienced are recoverable. Take for instance:</p>
<blockquote><p><strong><span style="color: red;">An existing request to enable the Enterprise feature is in progress. To check the status of this request, go to the Timer Job Status page in Central Administration Operations and check the status of the Office Server Enterprise Features Upgrade Job.</span></strong></p></blockquote>
<p>When you find the job in the Timer Job Status page, you will see that it needs to run on all servers in your farm. Chances are it has failed on one (or more) servers. The quick fix? Restart (or start if stopped) the Windows SharePoint Services Timer service on the server where the upgrade job failed. After the job has completed, return to Central Administration to verify that your farm has been upgraded.</p>
<p><map name='google_ad_map_409_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/409?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_409_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=409&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2009%2F10%2F02%2Ferror-message-an-existing-request-to-enable-the-enterprise-feature-is-in-progress%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2009/10/02/error-message-an-existing-request-to-enable-the-enterprise-feature-is-in-progress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
