<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Major Headbanging with WSSv3 + Extranet Collaboration Toolkit on Windows Server 2008</title>
	<atom:link href="http://blog.henryong.com/2008/07/30/major-headbanging-with-wssv3-extranet-collaboration-toolkit-on-windows-server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.henryong.com/2008/07/30/major-headbanging-with-wssv3-extranet-collaboration-toolkit-on-windows-server-2008/</link>
	<description>Stories from a SharePoint Engineer that isn&#039;t afraid of Visual Studio.</description>
	<lastBuildDate>Fri, 12 Mar 2010 17:34:57 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Don</title>
		<link>http://blog.henryong.com/2008/07/30/major-headbanging-with-wssv3-extranet-collaboration-toolkit-on-windows-server-2008/#comment-3725</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Tue, 08 Dec 2009 03:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://henryong.wordpress.com/?p=94#comment-3725</guid>
		<description>On doing the certreq -submit step I was getting the error &quot;Certificate not issued (Denied) Denied by Policy Module  0x80094801, The request does not contain a certificate template extension or the CertificateTemplate request attribute.&quot;

My environment: CA server is 2008, while extranet server is Server 2003. I had to change the command to drop the inverted commas around the certificate template detail: 

certreq -attrib CertificateTemplate:WebServer -submit c:\request.req c:\certnew.cer 

Thanks for the helpful article!</description>
		<content:encoded><![CDATA[<p>On doing the certreq -submit step I was getting the error &#8220;Certificate not issued (Denied) Denied by Policy Module  0&#215;80094801, The request does not contain a certificate template extension or the CertificateTemplate request attribute.&#8221;</p>
<p>My environment: CA server is 2008, while extranet server is Server 2003. I had to change the command to drop the inverted commas around the certificate template detail: </p>
<p>certreq -attrib CertificateTemplate:WebServer -submit c:\request.req c:\certnew.cer </p>
<p>Thanks for the helpful article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claus</title>
		<link>http://blog.henryong.com/2008/07/30/major-headbanging-with-wssv3-extranet-collaboration-toolkit-on-windows-server-2008/#comment-3417</link>
		<dc:creator>Claus</dc:creator>
		<pubDate>Tue, 24 Mar 2009 13:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://henryong.wordpress.com/?p=94#comment-3417</guid>
		<description>The applicationPool account running the collaboration account must be a member of the &quot;Farm administrators&quot; in Central Admin. This is because the sitecreation use&#039;s this account.</description>
		<content:encoded><![CDATA[<p>The applicationPool account running the collaboration account must be a member of the &#8220;Farm administrators&#8221; in Central Admin. This is because the sitecreation use&#8217;s this account.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://blog.henryong.com/2008/07/30/major-headbanging-with-wssv3-extranet-collaboration-toolkit-on-windows-server-2008/#comment-3266</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 08 Oct 2008 17:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://henryong.wordpress.com/?p=94#comment-3266</guid>
		<description>Update:  The current roadblock is adding external users.  I get a &quot;General Access Denied&quot; error.  Everything up through Site Creation and Approval is working and I feel like this is the last step before we hit full steam ahead.</description>
		<content:encoded><![CDATA[<p>Update:  The current roadblock is adding external users.  I get a &#8220;General Access Denied&#8221; error.  Everything up through Site Creation and Approval is working and I feel like this is the last step before we hit full steam ahead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://blog.henryong.com/2008/07/30/major-headbanging-with-wssv3-extranet-collaboration-toolkit-on-windows-server-2008/#comment-3265</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 07 Oct 2008 18:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://henryong.wordpress.com/?p=94#comment-3265</guid>
		<description>Henry, first, this has been a great help and I&#039;m sorry to hear about your MSFT debacle.

I have a few notes that I should probably write down before I forget, but for now the reason that the ects_sharepoint script doesn&#039;t work is that I assume you are trying to run it logged in as your SharePoint service account.  A CMD prompt, by default in Server 2008, does not run with admin priv&#039;s even if you are logged into an account with local admin rights.  So, by using runas you can open a cmd prompt under the admin guise and successfully execute the script without all the extra work you had to do.

The other wierd thing is the SSL Cert request.  In my INF file, where it says in the documentation to put the name of the DC, it took me a bit to realize that they meant DC as in the server hosting AD LDS, not the DC/CA.  But that was more of a DUH! moment than anything else.  But thought maybe other users might make the same gaff.

Last, I&#039;m runnning SQL2008 and I had to change the SQL script to use the 100 directory instead of the 90 directory.

Thanks again for putting this together!</description>
		<content:encoded><![CDATA[<p>Henry, first, this has been a great help and I&#8217;m sorry to hear about your MSFT debacle.</p>
<p>I have a few notes that I should probably write down before I forget, but for now the reason that the ects_sharepoint script doesn&#8217;t work is that I assume you are trying to run it logged in as your SharePoint service account.  A CMD prompt, by default in Server 2008, does not run with admin priv&#8217;s even if you are logged into an account with local admin rights.  So, by using runas you can open a cmd prompt under the admin guise and successfully execute the script without all the extra work you had to do.</p>
<p>The other wierd thing is the SSL Cert request.  In my INF file, where it says in the documentation to put the name of the DC, it took me a bit to realize that they meant DC as in the server hosting AD LDS, not the DC/CA.  But that was more of a DUH! moment than anything else.  But thought maybe other users might make the same gaff.</p>
<p>Last, I&#8217;m runnning SQL2008 and I had to change the SQL script to use the 100 directory instead of the 90 directory.</p>
<p>Thanks again for putting this together!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Barua</title>
		<link>http://blog.henryong.com/2008/07/30/major-headbanging-with-wssv3-extranet-collaboration-toolkit-on-windows-server-2008/#comment-3182</link>
		<dc:creator>Dan Barua</dc:creator>
		<pubDate>Thu, 31 Jul 2008 12:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://henryong.wordpress.com/?p=94#comment-3182</guid>
		<description>Well I&#039;m a complete and utter sharepoint n00b but i&#039;m glad i found something that was helpful! :)</description>
		<content:encoded><![CDATA[<p>Well I&#8217;m a complete and utter sharepoint n00b but i&#8217;m glad i found something that was helpful! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
