<?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>Dutton Software &#187; WSS 3.0</title>
	<atom:link href="http://www.duttonsoftware.com/category/wss-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.duttonsoftware.com</link>
	<description>Code, plug-ins &#38; more</description>
	<lastBuildDate>Mon, 16 Jan 2012 06:30:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Duplicates in SharePoint Datasheet view / Export to Spreadsheet (Excel)</title>
		<link>http://www.duttonsoftware.com/2009/01/19/duplicates-in-sharepoint-datasheet-view-export-to-spreadsheet-excel/</link>
		<comments>http://www.duttonsoftware.com/2009/01/19/duplicates-in-sharepoint-datasheet-view-export-to-spreadsheet-excel/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 07:09:32 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[WSS 3.0]]></category>
		<category><![CDATA[Datasheet]]></category>
		<category><![CDATA[duplicates]]></category>
		<category><![CDATA[Export to Excel]]></category>
		<category><![CDATA[Export to Spreadsheet]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.duttonsoftware.com/?p=158</guid>
		<description><![CDATA[Recently I encountered a bug in SharePoint where sometimes duplicate items appear when viewing items in Datasheet view in SharePoint.Â  This also happens when using the Export to Spreadsheet (Excel).Â  If duplicates appear in Datasheet view, they will also appear during Export to Spreadsheet and vice versa. This happens only under specific circumstances.Â  The base [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I encountered a bug in SharePoint where sometimes duplicate items appear when viewing items in Datasheet view in SharePoint.Â  This also happens when using the Export to Spreadsheet (Excel).Â  If duplicates appear in Datasheet view, they will also appear during Export to Spreadsheet and vice versa.</p>
<p>This happens only under specific circumstances.Â  The base list must have a required lookup column/field that is multi-value.Â  The view must not include this column.</p>
<p>A required, multi-value lookup column is created to demonstrate the problem:<img class="alignnone size-full wp-image-159" title="1-required-multi-value-lookup-field" src="http://www.duttonsoftware.com/wp-content/uploads/2009/01/1-required-multi-value-lookup-field.jpg" alt="1-required-multi-value-lookup-field" width="747" height="423" /></p>
<p>An example of the list data in standard view, showing the &#8220;Region&#8221; column:<br />
<img class="alignnone size-full wp-image-160" title="2-example-data-showing-required-multi-value-lookup-field" src="http://www.duttonsoftware.com/wp-content/uploads/2009/01/2-example-data-showing-required-multi-value-lookup-field.jpg" alt="2-example-data-showing-required-multi-value-lookup-field" width="509" height="144" /></p>
<p>I created a new view without the &#8220;Region&#8221; column to show the duplicates bug.Â  Standard view appears normal:<br />
<img class="alignnone size-full wp-image-161" title="3-view-without-required-multi-value-lookup-field" src="http://www.duttonsoftware.com/wp-content/uploads/2009/01/3-view-without-required-multi-value-lookup-field.jpg" alt="3-view-without-required-multi-value-lookup-field" width="509" height="144" /></p>
<p>Same view, but when switched to Datasheet view, duplicate records show:<br />
<img class="alignnone size-full wp-image-162" title="4-datasheet-view-without-required-multi-value-lookup-field-shows-duplicate-items" src="http://www.duttonsoftware.com/wp-content/uploads/2009/01/4-datasheet-view-without-required-multi-value-lookup-field-shows-duplicate-items.jpg" alt="4-datasheet-view-without-required-multi-value-lookup-field-shows-duplicate-items" width="202" height="236" /></p>
<p>Same view in Export to Spreadsheet shows duplicates:<br />
<img class="alignnone size-full wp-image-163" title="5-export-to-spreadsheet-without-required-multi-value-lookup-field-shows-duplicate-items" src="http://www.duttonsoftware.com/wp-content/uploads/2009/01/5-export-to-spreadsheet-without-required-multi-value-lookup-field-shows-duplicate-items.jpg" alt="5-export-to-spreadsheet-without-required-multi-value-lookup-field-shows-duplicate-items" width="322" height="195" /></p>
<p>If the column is not required, everything works fine.Â  If the column exists in the view, everything is fine.Â  It is only when the required column is omitted from the view that you see duplicates.</p>
<p>If the column is included from the view, everything is normal during Edit in Datasheet mode:<br />
<img class="alignnone size-full wp-image-164" title="6-datasheet-view-shows-multi-value-lookup-field-no-duplicate-items" src="http://www.duttonsoftware.com/wp-content/uploads/2009/01/6-datasheet-view-shows-multi-value-lookup-field-no-duplicate-items.jpg" alt="6-datasheet-view-shows-multi-value-lookup-field-no-duplicate-items" width="496" height="148" /></p>
<p>Duplicates are now gone in Export to Spreadsheet as well:<br />
<img class="alignnone size-full wp-image-165" title="7-export-to-spreadsheet-with-required-multi-value-lookup-field-no-duplicates" src="http://www.duttonsoftware.com/wp-content/uploads/2009/01/7-export-to-spreadsheet-with-required-multi-value-lookup-field-no-duplicates.jpg" alt="7-export-to-spreadsheet-with-required-multi-value-lookup-field-no-duplicates" width="603" height="116" /></p>
<p>There seems to be no fix for this problem.Â  The work-around is, if you have a required multi-value lookup column, to always add the column to views, especially datasheet views.Â  If a user creates their own view without the column, they may run into this problem.Â  User education is the only solution in this case.</p>
<p>Although this seems like a rare circumstance, it does appear that <a href="http://social.technet.microsoft.com/Forums/en-US/sharepointgeneral/thread/a36f7b72-9b4d-4f16-aea8-7d08b1594096/" target="_blank">multiple SharePoint users are encountering this problem</a>.Â  This affects both WSS 3.0 and MOSS 2007.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.duttonsoftware.com/2009/01/19/duplicates-in-sharepoint-datasheet-view-export-to-spreadsheet-excel/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>More on SharePoint &#8220;User not found&#8221; error with Reporting Services</title>
		<link>http://www.duttonsoftware.com/2008/10/30/more-on-sharepoint-user-not-found-error-with-reporting-services/</link>
		<comments>http://www.duttonsoftware.com/2008/10/30/more-on-sharepoint-user-not-found-error-with-reporting-services/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 05:05:34 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[SQL Server Reporting Services]]></category>
		<category><![CDATA[WSS 3.0]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SSRS]]></category>

		<guid isPermaLink="false">http://www.duttonsoftware.com/?p=101</guid>
		<description><![CDATA[Following up my initial post on the SharePoint &#8220;User not found error with Reporting Services in integrated mode, I wanted to post another reason for the &#8220;User not found&#8221; error. If, somewhere in the site author tree, you have user accounts that no longer exist, you will encounter the &#8220;User not found&#8221; error while viewing [...]]]></description>
			<content:encoded><![CDATA[<p>Following up my initial post on the <a href="http://www.duttonsoftware.com/2008/08/06/sharepoint-user-not-found-error-with-reporting-services-in-integrated-mode/" target="_self">SharePoint &#8220;User not found error with Reporting Services in integrated mode</a>, I wanted to post another reason for the &#8220;User not found&#8221; error.</p>
<p>If, somewhere in the site author tree, you have user accounts that no longer exist, you will encounter the &#8220;User not found&#8221; error while viewing the report and browsing the list of shared data sources.</p>
<p class="storytitle">I found two good blog articles about this issue as well as a solution here:</p>
<ul>
<li><a rel="bookmark" href="http://blog.krichie.com/2008/07/24/wherefore-art-thou-author/" target="_blank">Wherefore Art Thou Author?</a></li>
<li><a rel="bookmark" href="http://blog.krichie.com/2008/09/12/resetting-the-author-on-a-sharepoint-site-or-wherefore-art-thou-author-redux/">Resetting the Author on a SharePoint site, or Wherefore Art Thou Author Redux</a></li>
</ul>
<p>I modified the code a bit to just show the site author without resetting it.  I also changed the code to explicitly dispose of the SharePoint objects.</p>
<p>The utility takes two parameters, the first is the site URL.  If you only pass one parameter, it looks up the site author.  If you pass a second parameter (in the format of DOMAIN\USER), the site author will be reset to the value you supply.</p>
<p><span id="more-101"></span></p>
<p>To build, run this from the command-line:</p>
<pre>%WINDIR%\Microsoft.NET\Framework\v2.0.50727\csc /target:exe /out:SPResetAuthor.exe SPResetAuthor.cs
/reference:"%COMMONPROGRAMFILES%\Microsoft Shared\web server extensions\12\ISAPI\Microsoft.SharePoint.dll"</pre>
<p>Source code of <a href='http://www.duttonsoftware.com/wp-content/uploads/2008/10/spresetauthorcs.txt'>SPResetAuthor.cs</a>:</p>
<pre>
using System;
using System.Text;
using Microsoft.SharePoint;
using Microsoft.SharePoint.Administration;

// Original code from: http://blog.krichie.com/2008/09/12/
//      resetting-the-author-on-a-sharepoint-site-or-wherefore-art-thou-author-redux/

namespace SPResetAuthor
{
  class Program
  {
    static void Main(string[] args)
    {
      if (args.Length < 1)
      {
        StringBuilder sb = new StringBuilder();
        sb.Append("\nSYNTAX: SPResetAuthor.exe (Site URL) [new owner]  \n");
        sb.Append("\nwhere:\n\n");
        sb.Append("\n\t(Site URL) - The web URL for"
            + " the site i.e. http://sharepoint/site/");
        sb.Append("\n\t[new owner] - The login account"
            + " for the new author, i.e. DOMAIN\\USER");
        Console.WriteLine(sb.ToString());
        return;
      }
      // Open the site collection
      Console.WriteLine("Opening site collection for: {0}", args[0]);
      using (SPSite site = new SPSite(args[0]))
      {
        // Open the web via the URL passed in
        Console.WriteLine("Opening site (web)...");

        using (SPWeb web = site.OpenWeb())
        {
          Console.WriteLine("Site (web) title: " + web.Title);
          if (args.Length == 1)
          {
            Console.WriteLine("Attempting to retrieve author for site");
            try
            {
              Console.WriteLine("web.Author: {0}", web.Author.ToString());
            }
            catch (Exception ex)
            {
              Console.WriteLine("Exception occured:\n{0}", ex.ToString());
            }
          }
          if (args.Length == 2)
          {
            Console.WriteLine("Resetting Author to: {0}", args[1]);
            SPUser user = web.EnsureUser(args[1]);
            web.Author = user;
            web.Update();
            Console.WriteLine("Author for site {0}, reset to {1}", args[0], args[1]);
            Console.WriteLine("Author ID: " + web.Author.ID.ToString());
            Console.WriteLine("Author Name: " + web.Author.Name);
          }
        }
      }
    }
  }
}
</pre>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.duttonsoftware.com/2008/10/30/more-on-sharepoint-user-not-found-error-with-reporting-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Group by month, year, or anything else using a calculated column in SharePoint</title>
		<link>http://www.duttonsoftware.com/2008/10/05/group-by-month-year-or-anything-else-using-a-calculated-column-in-sharepoint/</link>
		<comments>http://www.duttonsoftware.com/2008/10/05/group-by-month-year-or-anything-else-using-a-calculated-column-in-sharepoint/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 23:53:24 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[WSS 3.0]]></category>
		<category><![CDATA[Calculated columns]]></category>
		<category><![CDATA[group by]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.duttonsoftware.com/?p=71</guid>
		<description><![CDATA[I found an excellent example of how to group by month in a blog recently. It does require using SharePoint Designer, however. An alternative to grouping this way is to create a calculated column and group on that. The end result looks something like this: : Basically, you just create a new calculated column in [...]]]></description>
			<content:encoded><![CDATA[<p>I found an excellent example of <a href="http://jamestsai.net/Blog/post/SharePoint-Data-View-Data-Form-Web-Part-Group-items-by-month-on-DateTime-field.aspx" target="_blank">how to group by month in a blog</a> recently. It does require using SharePoint Designer, however. An alternative to grouping this way is to create a calculated column and group on that.</p>
<p>The end result looks something like this:</p>
<p>:<a href="http://www.duttonsoftware.com/wp-content/uploads/2008/10/month-grouping.jpg"><img class="alignnone size-medium wp-image-74" title="Grouping by Month in a SharePoint list" src="http://www.duttonsoftware.com/wp-content/uploads/2008/10/month-grouping-252x300.jpg" alt="" width="252" height="300" /></a></p>
<p>Basically, you just create a new calculated column in the list. Â My original column was a DateTime called &#8220;Published&#8221;. Â I created a new calculated column called &#8220;Published Month&#8221;, type of &#8220;string&#8221;, with a value of =TEXT(Published,&#8221;yyyy-MM&#8221;)</p>
<p>After creating the calculated column, just set the &#8220;Grouping&#8221; for the list. One caveat is that your calculated column is going to be sorted on as well, so it must be in the proper order. For example, the format string &#8220;yyyy-MMM&#8221;, which produces &#8220;2008-Apr&#8221;, sorts alphabetically, instead of in date order.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.duttonsoftware.com/2008/10/05/group-by-month-year-or-anything-else-using-a-calculated-column-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>SharePoint calculated fields reference</title>
		<link>http://www.duttonsoftware.com/2008/09/26/sharepoint-calculated-fields-reference/</link>
		<comments>http://www.duttonsoftware.com/2008/09/26/sharepoint-calculated-fields-reference/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 04:43:41 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[WSS 3.0]]></category>
		<category><![CDATA[Calculated columns]]></category>
		<category><![CDATA[Calculated fields]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.duttonsoftware.com/?p=40</guid>
		<description><![CDATA[If you ever use calculated fields (a.k.a. calculated columns) in SharePoint 2007 (WSS 3.0), there is an excellent set of examples from Microsoft WSS 2.0. There is also a newer set of examples for WSS 3.0, but they haven&#8217;t deprecated any of the formulas, so everything still applies. Update: I also found a basic SharePoint [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever use calculated fields (a.k.a. calculated columns) in SharePoint 2007 (WSS 3.0), there is an excellent <a title="reference from Microsoft" href="http://www.gothamweb.com/support/manual/wsshelp/html/EgForm.htm" target="_blank">set of examples from Microsoft WSS 2.0</a>.  There is also a <a href="http://office.microsoft.com/en-us/sharepointtechnology/HA101054791033.aspx">newer set of examples for WSS 3.0</a>, but they haven&#8217;t deprecated any of the formulas, so everything still applies.<a href="http://www.gothamweb.com/support/manual/wsshelp/html/EgForm.htm"><img class="alignright size-full wp-image-41" title="sharepoint-calculated-field-reference-screenshot" src="http://www.duttonsoftware.com/wp-content/uploads/2008/09/sharepoint-calculated-field-reference-screenshot.jpg" alt="" width="317" height="199" /></a></p>
<p>Update: I also found a basic <a title="SharePoint calculated field reference" href="http://office.microsoft.com/en-us/sharepointtechnology/CH100650061033.aspx" target="_blank">SharePoint calculated field reference</a>, if examples aren&#8217;t your thing.</p>
<p style="margin: 0in;"><a href="http://office.microsoft.com/en-us/sharepointtechnology/CH100650061033.aspx"><span style="font-family: Arial; font-size: 10pt;"><br />
</span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.duttonsoftware.com/2008/09/26/sharepoint-calculated-fields-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CAML queries, SSRS, and datetime fields</title>
		<link>http://www.duttonsoftware.com/2008/09/24/caml-queries-ssrs-and-datetime-fields/</link>
		<comments>http://www.duttonsoftware.com/2008/09/24/caml-queries-ssrs-and-datetime-fields/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 06:45:46 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[SQL Server Reporting Services]]></category>
		<category><![CDATA[WSS 3.0]]></category>
		<category><![CDATA[CAML]]></category>
		<category><![CDATA[DateTime]]></category>
		<category><![CDATA[Reporting Services]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SSRS]]></category>

		<guid isPermaLink="false">http://www.duttonsoftware.com/?p=12</guid>
		<description><![CDATA[I&#8217;ve been using Enesys Software&#8217;s product RS Data Extension to query data out of SharePoint 2007 lists in SQL Server (2005) Reporting Services.  One quirk with the queries is that they use CAML and the dates must be in a particular format, ISO8601. I wanted users to use the standard date-picker, but there is no [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using Enesys Software&#8217;s product <a title="RS Data Extension" href="http://www.enesyssoftware.com/Products/EnesysRSDataExtension/Overview/tabid/72/language/en-US/Default.aspx" target="_blank">RS Data Extension</a> to query data out of SharePoint 2007 lists in SQL Server (2005) Reporting Services.  One quirk with the queries is that they use CAML and the dates must be in a particular format, ISO8601.</p>
<p>I wanted users to use the standard date-picker, but there is no way to format the date inside the query.  My work-around is a classic Reporting Services pattern &#8211; create an internal parameter that does the formatting for you.  The format string for VBScript is &#8220;yyyy-MM-ddTHH:mm:ss&#8221;.</p>
<p>Below is a screenshot of the Report Parameters dialog. I used the following code to just grab today&#8217;s date (no time).</p>
<pre>     =CDate(CDate(Now()).ToString(<span style="color: #993300;">"MM/dd/yyyy"</span>))</pre>
<p><a href="http://www.duttonsoftware.com/wp-content/uploads/2008/09/report-parameters-start-date.jpg"><img class="alignnone size-full wp-image-17" title="report-parameters-start-date" src="http://www.duttonsoftware.com/wp-content/uploads/2008/09/report-parameters-start-date.jpg" alt="" width="500" height="387" /></a></p>
<p>For the second parameter, I create an internal parameter that is dependent on the first.  This will prevent it from showing on the report and it will not be filled in until the start date is chosen.  Default value:</p>
<pre>     =CDate(Parameters!StartDate.Value).ToString(<span style="color: #993300;">"yyyy-MM-ddTHH:mm:ss"</span>)</pre>
<p><a href="http://www.duttonsoftware.com/wp-content/uploads/2008/09/report-parameters-iso8601-start-date.jpg"><img class="alignnone size-full wp-image-15" title="report-parameters-iso8601-start-date" src="http://www.duttonsoftware.com/wp-content/uploads/2008/09/report-parameters-iso8601-start-date.jpg" alt="" width="500" height="387" /></a></p>
<p>I created a test report to show how this works.  Here is the report definition:</p>
<p><a href="http://www.duttonsoftware.com/wp-content/uploads/2008/09/report-parameters-definition.jpg"><img class="alignleft size-full wp-image-14" title="report-parameters-definition" src="http://www.duttonsoftware.com/wp-content/uploads/2008/09/report-parameters-definition.jpg" alt="" width="406" height="152" /></a></p>
<p>Below is the report preview:  You can now use the parameter in your CAML query.</p>
<p><a href="http://www.duttonsoftware.com/wp-content/uploads/2008/09/report-parameters-preview.jpg"><img class="alignnone size-full wp-image-16" title="report-parameters-preview" src="http://www.duttonsoftware.com/wp-content/uploads/2008/09/report-parameters-preview.jpg" alt="" width="351" height="203" /></a></p>
<p>One other note on CAML date fields.  The time is ignored by default.  If you want to include the time, you must specify another attribute.  Example:</p>
<pre>&lt;Geq&gt;</pre>
<pre style="padding-left: 30px;">&lt;FieldRef Name="LastModified" /&gt;</pre>
<pre style="padding-left: 30px;">&lt;Value Type="DateTime" IncludeTimeValue="TRUE"&gt;@LastModified!&lt;/Value&gt;</pre>
<pre>&lt;/Geq&gt;</pre>
<p>I found a helpful post on <a title="CAML &amp; DateTime" href="http://abstractspaces.wordpress.com/2008/05/05/caml-datetime/" target="_blank">CAML &amp; DateTime</a> that might be useful for you too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.duttonsoftware.com/2008/09/24/caml-queries-ssrs-and-datetime-fields/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SharePoint &#8220;User not found&#8221; error with Reporting Services in integrated mode</title>
		<link>http://www.duttonsoftware.com/2008/08/06/sharepoint-user-not-found-error-with-reporting-services-in-integrated-mode/</link>
		<comments>http://www.duttonsoftware.com/2008/08/06/sharepoint-user-not-found-error-with-reporting-services-in-integrated-mode/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 06:17:45 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[SQL Server Reporting Services]]></category>
		<category><![CDATA[WSS 3.0]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SSRS]]></category>

		<guid isPermaLink="false">http://www.duttonsoftware.com/2008/08/06/sharepoint-user-not-found-error-with-reporting-services-in-integrated-mode/</guid>
		<description><![CDATA[I encountered an error the other day while trying to get a SharePoint 2007 (WSS 3.0) site running with SQL Server Reporting Services 2005 in integrated mode.  While trying to access any report .RDL files inside a document library, I got the &#8220;User not found&#8221; error from SharePoint.  After looking in the logs, I could [...]]]></description>
			<content:encoded><![CDATA[<p>I encountered an error the other day while trying to get a SharePoint 2007 (WSS 3.0) site running with SQL Server Reporting Services 2005 in integrated mode.  While trying to access any report .RDL files inside a document library, I got the &#8220;User not found&#8221; error from SharePoint.  After looking in the logs, I could not find anything.  What I did note, was that the development site worked, but the production site did not.</p>
<p>One difference between them &#8211; the names of the Application Pool that SharePoint was running under.  In development it was just &#8220;spsite&#8221; but in production it was &#8220;www.spsite.com&#8221;.</p>
<p>I renamed the application pool and *poof*, the site began to work.  I don&#8217;t understand the mechanism, but just thought I&#8217;d post in case someone else out there encounters it.</p>
<p>UPDATE: I&#8217;ve blogged about <a href="http://www.duttonsoftware.com/2008/10/30/more-on-sharepoint-user-not-found-error-with-reporting-services/">another reason why you might get the &#8220;User not found&#8221; error and possible solutions</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.duttonsoftware.com/2008/08/06/sharepoint-user-not-found-error-with-reporting-services-in-integrated-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

