<?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>PeteStilgoe.com &#187; Sharepoint / MOSS / WSS</title>
	<atom:link href="http://www.petestilgoe.com/tag/sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.petestilgoe.com</link>
	<description>&#34;Be fearful when others are greedy, be greedy when others are fearful.”</description>
	<lastBuildDate>Mon, 30 Jan 2012 14:28:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>How to total a column of values in a Sharepoint DVWP</title>
		<link>http://www.petestilgoe.com/2012/01/how-to-total-a-column-of-values-in-a-sharepoint-dvwp/</link>
		<comments>http://www.petestilgoe.com/2012/01/how-to-total-a-column-of-values-in-a-sharepoint-dvwp/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 11:15:24 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint DVWP]]></category>
		<category><![CDATA[Xpath]]></category>
		<category><![CDATA[xsl]]></category>
		<category><![CDATA[XSLT]]></category>
		<category><![CDATA[dvwp]]></category>
		<category><![CDATA[xpath]]></category>
		<category><![CDATA[xslt]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=1023</guid>
		<description><![CDATA[

To total a column of values in a Sharepoint DVWP use:
&#60;xsl:value-of select=&#34;sum(/dsQueryResponse/Rows/Row/@TotalHoursWorked)&#34; /&#62;
To do something similar in Xpath with formatting:
format-number(sum(/dsQueryResponse/Rows/Row/@TotalHoursWorked), &#039;#,##0.00;-#,##0.00&#039;)

]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2012/01/how-to-total-a-column-of-values-in-a-sharepoint-dvwp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to display a URL hyperlink in a CQWP</title>
		<link>http://www.petestilgoe.com/2011/11/how-to-display-a-url-hyperlink-in-a-cqwp/</link>
		<comments>http://www.petestilgoe.com/2011/11/how-to-display-a-url-hyperlink-in-a-cqwp/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 15:07:39 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint CQWP]]></category>
		<category><![CDATA[XSLT]]></category>
		<category><![CDATA[cqwp]]></category>
		<category><![CDATA[xslt]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=1011</guid>
		<description><![CDATA[

In the relevant template section in itemstyle.xsl add a line something like (replacing the column name with the your column containing the URL):

LiveView: &#60;a href=&#34;{substring-before(@Live_x005F_x0020_View, &#039;,&#039;)}&#34;&#62;Click here&#60;/a&#62;

]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/11/how-to-display-a-url-hyperlink-in-a-cqwp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>K2 &#8211; The base type ’SourceCode.SharePoint.ProcessPortal.UI.PortalWebPartPage’ is not allowed for this page. The type is not registered as safe.</title>
		<link>http://www.petestilgoe.com/2011/11/k2-the-base-type-%e2%80%99sourcecode-sharepoint-processportal-ui-portalwebpartpage%e2%80%99-is-not-allowed-for-this-page-the-type-is-not-registered-as-safe/</link>
		<comments>http://www.petestilgoe.com/2011/11/k2-the-base-type-%e2%80%99sourcecode-sharepoint-processportal-ui-portalwebpartpage%e2%80%99-is-not-allowed-for-this-page-the-type-is-not-registered-as-safe/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 16:57:49 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[K2 Blackpearl]]></category>
		<category><![CDATA[K2 Blackpoint]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[K2 Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=1007</guid>
		<description><![CDATA[

When creating a a process portal or trying to access certain sections of a process portal in K2 Blackpearl or Blackpoint &#038; you get the following error:
&#8220;Parser Error Message: The base type ’SourceCode.SharePoint.ProcessPortal.UI.PortalWebPartPage’ is not allowed for this page. The type is not registered as safe. 
Source Error: 
Assembly Name=&#8221;SourceCode.SharePoint.ProcessPortal, Version=4.0.0.0, Culture=neutral, PublicKeyToken=16a2c5aaaa1b130d
Page Language=&#8221;C#&#8221; MasterPageFile=&#8221;~masterurl/default.master&#8221; [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/11/k2-the-base-type-%e2%80%99sourcecode-sharepoint-processportal-ui-portalwebpartpage%e2%80%99-is-not-allowed-for-this-page-the-type-is-not-registered-as-safe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint: How to find a Sharepoint feature by GUID</title>
		<link>http://www.petestilgoe.com/2011/07/sharepoint-how-to-find-a-sharepoint-feature-by-guid/</link>
		<comments>http://www.petestilgoe.com/2011/07/sharepoint-how-to-find-a-sharepoint-feature-by-guid/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 08:08:56 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint How To]]></category>
		<category><![CDATA[Sharepoint Features]]></category>
		<category><![CDATA[Sharepoint GUIDs]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=987</guid>
		<description><![CDATA[

If you need to find a Sharepoint feature by its GUID because you are getting the error:
Error: The site template requires that the feature *GUID* be activated in the site collection
1) Site Actions -> Site Settings -> Site Collection Features
2) Right click on the features page and select &#8216;View Source&#8217;
3) Now do a search/find for [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/07/sharepoint-how-to-find-a-sharepoint-feature-by-guid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint: Site collection administrators lose their permissions</title>
		<link>http://www.petestilgoe.com/2011/07/sharepoint-site-collection-administrators-lose-their-permissions/</link>
		<comments>http://www.petestilgoe.com/2011/07/sharepoint-site-collection-administrators-lose-their-permissions/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 09:27:47 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Databases]]></category>
		<category><![CDATA[Sharepoint STSADM]]></category>
		<category><![CDATA[Sharepoint How To]]></category>
		<category><![CDATA[Sharepoint Site Lock]]></category>
		<category><![CDATA[site collections]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=984</guid>
		<description><![CDATA[

Sharepoint Site collection administrators lose their permissions.
An odd problem where I would login to Sharepoint with my normal Sharepoint Site Collection Administrator account &#038; I would only have basic permissons &#038; various OK buttons were greyed out.
This seems to be caused by having multiple jobs running against your Sharepoint databases at the same time, Sharepoint [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/07/sharepoint-site-collection-administrators-lose-their-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forefront Security for SharePoint: Calling LoadLibraryEx on ISAPI filter D:\Program Files\Microsoft Forefront Protection for SharePoint\FSSPUsernameFilter.dll failed</title>
		<link>http://www.petestilgoe.com/2011/07/forefront-security-for-sharepoint-calling-loadlibraryex-on-isapi-filter-dprogram-filesmicrosoft-forefront-protection-for-sharepointfsspusernamefilter-dll-failed/</link>
		<comments>http://www.petestilgoe.com/2011/07/forefront-security-for-sharepoint-calling-loadlibraryex-on-isapi-filter-dprogram-filesmicrosoft-forefront-protection-for-sharepointfsspusernamefilter-dll-failed/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 12:24:14 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Forefront Security]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=979</guid>
		<description><![CDATA[

When Microsoft Forefront Security for SharePoint is installed on a SharePoint server, non-SharePoint sites may have problems accessing the Internet Server API (ISAPI) filter that is installed by Forefront Security.
On Internet Information Services (IIS) 7, users who browse to these sites may receive the following error message: 
HTTP Error 500.0 &#8211; Internal Server Error
Calling LoadLibraryEx [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/07/forefront-security-for-sharepoint-calling-loadlibraryex-on-isapi-filter-dprogram-filesmicrosoft-forefront-protection-for-sharepointfsspusernamefilter-dll-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint CQWP: XSL template to display document details</title>
		<link>http://www.petestilgoe.com/2011/06/sharepoint-cqwp-xsl-template-to-display-document-details/</link>
		<comments>http://www.petestilgoe.com/2011/06/sharepoint-cqwp-xsl-template-to-display-document-details/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 08:42:11 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Content Query Webpart]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[cqwp]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=960</guid>
		<description><![CDATA[

An example XSL template to display document details in a content query webpart:

&#60;xsl:template name=&#34;DocumentsDetails&#34; match=&#34;Row[@Style=&#039;DocumentsDetails&#039;]&#34; mode=&#34;itemstyle&#34;&#62;
       &#60;xsl:variable name=&#34;SafeLinkUrl&#34;&#62;
            &#60;xsl:call-template name=&#34;OuterTemplate.GetSafeLink&#34;&#62;
                 &#60;xsl:with-param name=&#34;UrlColumnName&#34; [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/06/sharepoint-cqwp-xsl-template-to-display-document-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>STSADM -o backup -directory: Error Cannot open backup device Operating system error 5 (error not found)</title>
		<link>http://www.petestilgoe.com/2011/05/stsadm-o-backup-directory-error-cannot-open-backup-device-operating-system-error-5-error-not-found/</link>
		<comments>http://www.petestilgoe.com/2011/05/stsadm-o-backup-directory-error-cannot-open-backup-device-operating-system-error-5-error-not-found/#comments</comments>
		<pubDate>Thu, 26 May 2011 09:26:14 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Backup Restore]]></category>
		<category><![CDATA[Sharepoint Errors]]></category>
		<category><![CDATA[Sharepoint STSADM]]></category>
		<category><![CDATA[Sharepoint Backup]]></category>
		<category><![CDATA[stsadm]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=958</guid>
		<description><![CDATA[

STSADM -o backup -directory: Error Cannot open backup device Operating system error 5 (error not found)
Ensure the SQL service account is a domain account and it has permissions to
the Shared folder.
Also ensure the account used to execute the backup command has the correct rights on the DB&#8217;s as per MS recommendations ie. Owner, creator etc.

]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/05/stsadm-o-backup-directory-error-cannot-open-backup-device-operating-system-error-5-error-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel Web Services: Error http://myserver:56737/SharedServices1/ExcelCalculationServer/ExcelService.asmx exception: The request failed with HTTP status 403: Forbidden (Forbidden port)</title>
		<link>http://www.petestilgoe.com/2011/05/excel-web-services-error-httpmyserver56737sharedservices1excelcalculationserverexcelservice-asmx-exception-the-request-failed-with-http-status-403-forbidden-forbidden-port/</link>
		<comments>http://www.petestilgoe.com/2011/05/excel-web-services-error-httpmyserver56737sharedservices1excelcalculationserverexcelservice-asmx-exception-the-request-failed-with-http-status-403-forbidden-forbidden-port/#comments</comments>
		<pubDate>Fri, 20 May 2011 09:00:16 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint Errors]]></category>
		<category><![CDATA[Sharepoint Excel Web Services]]></category>
		<category><![CDATA[BypassOnLocal]]></category>
		<category><![CDATA[Excel Web Services]]></category>
		<category><![CDATA[web.config]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=944</guid>
		<description><![CDATA[

Im having a problem on a MOSS 2007 farm where if I try &#038; open a spreadsheet in Excel web services I get the error:
Excel Web Access  
An error has occurred.
Please contact your system administrator if this problem persists 
And in the Sharepoint logs:
Error http://myserver:56737/SharedServices1/ExcelCalculationServer/ExcelService.asmx exception: The request failed with HTTP status 403: Forbidden [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/05/excel-web-services-error-httpmyserver56737sharedservices1excelcalculationserverexcelservice-asmx-exception-the-request-failed-with-http-status-403-forbidden-forbidden-port/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint: Removing illegal characters from filenames prior to bulk uploading</title>
		<link>http://www.petestilgoe.com/2011/05/sharepoint-removing-illegal-characters-from-filenames-prior-to-bulk-uploading/</link>
		<comments>http://www.petestilgoe.com/2011/05/sharepoint-removing-illegal-characters-from-filenames-prior-to-bulk-uploading/#comments</comments>
		<pubDate>Tue, 17 May 2011 08:22:35 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Migration]]></category>
		<category><![CDATA[Illegal Characters]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=942</guid>
		<description><![CDATA[

If you are doing a migration from a filesystem to Sharepoint you will more than likely come across problems uploading documents to Sharepoint that contain illegal characters in their filenames.
In Sharepoint the following characters are classed as illegal characters &#8211; &#038; &#8221; : * ?  # {} % ~ / \ Tab
The + character [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/05/sharepoint-removing-illegal-characters-from-filenames-prior-to-bulk-uploading/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

