<?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>blog.sallarp.com &#187; Sharepoint</title>
	<atom:link href="http://blog.sallarp.com/category/development/sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sallarp.com</link>
	<description>Code, Code, Revolution!</description>
	<lastBuildDate>Tue, 09 Mar 2010 21:07:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Enable auditing in WSS 3.0</title>
		<link>http://blog.sallarp.com/enable-auditing-in-wss-3/</link>
		<comments>http://blog.sallarp.com/enable-auditing-in-wss-3/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 10:56:47 +0000</pubDate>
		<dc:creator>Björn Sållarp</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://blog.sallarp.com/?p=801</guid>
		<description><![CDATA[Microsoft Windows SharePoint Services 3.0 includes the same powerful infrastructure for auditing user access to list items, and documents and pages included in MOSS. The only difference in auditing functionality between MOSS and WSS is that the UI for configuring and viewing audit trails has been removed. Microsoft provides information and code on MSDN on [...]]]></description>
		<wfw:commentRss>http://blog.sallarp.com/enable-auditing-in-wss-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DataFormWebPart &#8211; Getting the workspace URL</title>
		<link>http://blog.sallarp.com/dataformwebpart-workspace-url/</link>
		<comments>http://blog.sallarp.com/dataformwebpart-workspace-url/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 18:33:41 +0000</pubDate>
		<dc:creator>Björn Sållarp</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://blog.sallarp.com/?p=770</guid>
		<description><![CDATA[I recently banged my head against this one. I wanted a list of past meetings and another list for upcoming meetings in my meetings workspace. The calendar is picked up from the parent site using a DataFormWebPart and the &#8220;Connect to another library&#8221; function. This was all well and good, however, I needed the workspace [...]]]></description>
		<wfw:commentRss>http://blog.sallarp.com/dataformwebpart-workspace-url/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sharepoint CAML quickies</title>
		<link>http://blog.sallarp.com/sharepoint-caml-quickies/</link>
		<comments>http://blog.sallarp.com/sharepoint-caml-quickies/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 20:34:34 +0000</pubDate>
		<dc:creator>Björn Sållarp</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://blog.sallarp.com/?p=681</guid>
		<description><![CDATA[Get list items by lookup id, not value:

&#60;Eq&#62;
    &#60;FieldRef Name=&#34;Category&#34; LookupId=&#34;TRUE&#34; /&#62;
    &#60;Value Type=&#34;Integer&#34;&#62;10&#60;/Value&#62;
&#60;/Eq&#62;

Notice that LookupId=&#8221;TRUE&#8221; is added to the FieldRef and that the value type is Integer, not Lookup.
Get list items that are assigned to the current user ([Me]).

&#60;Eq&#62;
    &#60;FieldRef Name=&#34;AssignedTo&#34; /&#62;
    [...]]]></description>
		<wfw:commentRss>http://blog.sallarp.com/sharepoint-caml-quickies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The search service is currently offline&#8230;</title>
		<link>http://blog.sallarp.com/the-search-service-is-currently-offline/</link>
		<comments>http://blog.sallarp.com/the-search-service-is-currently-offline/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 10:28:00 +0000</pubDate>
		<dc:creator>Björn Sållarp</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://blog.sallarp.com/?p=118</guid>
		<description><![CDATA[I just have to share this problem I ran into this week and just couldn&#8217;t find the solution for. I recently installed and configured new Sharepoint MOSS 2007 farm. It has two servers, one server hosts all services and the other is a plain WFE. After a week or so in production the search server [...]]]></description>
		<wfw:commentRss>http://blog.sallarp.com/the-search-service-is-currently-offline/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Sharepoint and the mysterious AnonymousPermMask</title>
		<link>http://blog.sallarp.com/sharepoint-anonymouspermmask/</link>
		<comments>http://blog.sallarp.com/sharepoint-anonymouspermmask/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 06:00:10 +0000</pubDate>
		<dc:creator>Björn Sållarp</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://blog.sallarp.com/?p=104</guid>
		<description><![CDATA[The problem was isolated to the main portal site collection which allowed everyone with an AD account to read pretty much all content in the site collection. All other site collections worked the way they were supposed to, which meant not allowing access unless it was given. Of course the first thing was to verify that anonymous access indeed was disabled and that the authenticated users group wasn't given any rights. Further investigation gave the following confusing results]]></description>
		<wfw:commentRss>http://blog.sallarp.com/sharepoint-anonymouspermmask/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>stsadm &#8211; ..has an unsupported extension, and cannot be added to the solution store.</title>
		<link>http://blog.sallarp.com/stsadm-unsupported-extension/</link>
		<comments>http://blog.sallarp.com/stsadm-unsupported-extension/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 01:19:46 +0000</pubDate>
		<dc:creator>Björn Sållarp</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://blog.sallarp.com/?p=102</guid>
		<description><![CDATA[I encounterd a confusing error today when I was about to deploy a bunch of webparts in a Sharepoint MOSS farm. Stsadmin gave me the following error message for the command &#8220;stsadm -o AddSolution -filename ReportBroker.CAB&#8221;:
&#8220;reportbroker.cab&#8221; has an unsupported extension, and cannot be added to the solution store.
I found the answere to the problem on [...]]]></description>
		<wfw:commentRss>http://blog.sallarp.com/stsadm-unsupported-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL 2008 vs SQL 2005 &#8211; binary data performance</title>
		<link>http://blog.sallarp.com/sql-2008-binary-data-performance/</link>
		<comments>http://blog.sallarp.com/sql-2008-binary-data-performance/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 09:25:18 +0000</pubDate>
		<dc:creator>Björn Sållarp</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[SQL 2005]]></category>
		<category><![CDATA[SQL 2008]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://blog.sallarp.com/?p=27</guid>
		<description><![CDATA[I first did some tests uploading files to my development server running WSS 3.0. From the bandwidth usage on that machine i quickly realized that the problem was the time it took for Sharepoint to store the file in the database. I whipped together a tool to measure the time it takes to store a binary file in an SQL database. The results were suprising.]]></description>
		<wfw:commentRss>http://blog.sallarp.com/sql-2008-binary-data-performance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Moving databases or replacing the SQL server in your MOSS/WSS 3.0 installation</title>
		<link>http://blog.sallarp.com/moving-or-replacing-the-sql-server-in-sharepoint/</link>
		<comments>http://blog.sallarp.com/moving-or-replacing-the-sql-server-in-sharepoint/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 17:14:33 +0000</pubDate>
		<dc:creator>Björn Sållarp</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://192.168.1.200:8080/blog/?p=18</guid>
		<description><![CDATA[A while ago a customer invested in a SQL-cluster and naturally wanted to move all databases there. There are a number of articles on the net on how to migrate to a new server, some more complicated than others. In my case I had a working SQL 2005 instance which was dedicated to the MOSS [...]]]></description>
		<wfw:commentRss>http://blog.sallarp.com/moving-or-replacing-the-sql-server-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
