<?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>Rickey Whitworth&#039;s Blog &#187; MOSS 2007</title>
	<atom:link href="http://www.whitworth.org/tag/moss-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whitworth.org</link>
	<description>insights from managing a microsoft enterprise infrastructure</description>
	<lastBuildDate>Tue, 22 Jun 2010 17:12:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using SSO with Moss 2007 Business Data Catalog to Authenticate with SQL Authentication Credentials</title>
		<link>http://www.whitworth.org/2008/04/03/using-sso-with-moss-2007-business-data-catalog-to-authenticate-with-sql-authentication-credentials/</link>
		<comments>http://www.whitworth.org/2008/04/03/using-sso-with-moss-2007-business-data-catalog-to-authenticate-with-sql-authentication-credentials/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 16:00:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[Sharepoint Admin]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,2f625066-5c5e-41ba-9a1e-77478ffb59f4.aspx</guid>
		<description><![CDATA[There are a lot of articles out there about using SSO with MOSS 2007 to allow a business
data catalog to connect to a sql server on the back end. The problem is that most
of them assume you want to use either the currently authenticated user or the application
pool account. If you want to connect using [...]]]></description>
			<content:encoded><![CDATA[<p>There are a lot of articles out there about using SSO with MOSS 2007 to allow a business<br />
data catalog to connect to a sql server on the back end. The problem is that most<br />
of them assume you want to use either the currently authenticated user or the application<br />
pool account. If you want to connect using SQL Authentication, then you need to alter<br />
your business data definition file and modify the connection portion to look like<br />
this:</p>
<pre>
<pre class="brush: xml">
&lt;LobSystemInstance Name=&quot;SMS_BG1Instance&quot;&gt;
&lt;Properties&gt;
&lt;Property Name=&quot;DatabaseAccessProvider&quot; Type=&quot;System.String&quot;&gt;SqlServer&lt;/Property&gt;
&lt;Property Name=&quot;AuthenticationMode&quot; Type=&quot;System.String&quot;&gt;RdbCredentials&lt;/Property&gt;
&lt;PropertyName=&quot;RdbConnection Data Source&quot; Type=&quot;System.String&quot;&gt;dbServer&lt;/Property&gt;
&lt;Property Name=&quot;RdbConnection Initial
Catalog&quot; Type=&quot;System.String&quot;&gt;dbName&lt;/Property&gt;
&lt;Property Name=&quot;RdbConnection Pooling&quot;
Type=&quot;System.String&quot;&gt;false&lt;/Property&gt;
&lt;Property Name=&quot;SsoApplicationId&quot; Type=&quot;System.String&quot;&gt;SsoID&lt;/Property&gt;
&lt;Property Name=&quot;SsoProviderImplementation&quot;
Type=&quot;System.String&quot;&gt;Microsoft.SharePoint.Portal.SingleSignon.SpsSsoProvider, Microsoft.SharePoint.Portal.SingleSignon,
Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&lt;/Property&gt;
&lt;/Properties&gt;
&lt;/LobSystemInstance&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2008/04/03/using-sso-with-moss-2007-business-data-catalog-to-authenticate-with-sql-authentication-credentials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploy Project Server 2007 to an existing deployment of Office SharePoint Server 2007</title>
		<link>http://www.whitworth.org/2007/10/09/deploy-project-server-2007-to-an-existing-deployment-of-office-sharepoint-server-2007/</link>
		<comments>http://www.whitworth.org/2007/10/09/deploy-project-server-2007-to-an-existing-deployment-of-office-sharepoint-server-2007/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 01:31:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Project]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[Sharepoint Admin]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,0b025504-d728-4e34-b297-23c80e352b4f.aspx</guid>
		<description><![CDATA[Â 
This scenario is typically used in an environment in which an Office SharePoint Server
2007 farm is deployed, its services are in use, and your organization wants to integrate
Office Project Server 2007 functionality. For more information about features and
functionality available through Office Project Server 2007 and the Project 2007 family
of products, see What&#8217;s
new in Office Project [...]]]></description>
			<content:encoded><![CDATA[<p>Â </p>
<p>This scenario is typically used in an environment in which an Office SharePoint Server<br />
2007 farm is deployed, its services are in use, and your organization wants to integrate<br />
Office Project Server 2007 functionality. For more information about features and<br />
functionality available through Office Project Server 2007 and the Project 2007 family<br />
of products, see <a href="http://technet2.microsoft.com/Office/en-us/library/c3c3bee4-c1e5-4887-adac-5eb8795b87a71033.mspx">What&#8217;s<br />
new in Office Project 2007</a> .</p>
<p>When deploying Office Project Server 2007 to an existing Office SharePoint Server<br />
2007 farm, you must do the following general steps:</p>
<p>1. Install Office Project Server 2007 to all front-end Web and application servers<br />
in the farm.</p>
<p>2. Enable the Project Application service on any application servers on which you<br />
intend to run Office Project Server 2007.</p>
<p>3. Provision the Office Project Server 2007 site on the farm.</p>
<p>Additional configuration is required to enable the Office Project Server 2007 Proposal<br />
feature. This information will be provided in a forthcoming update to this article.</p>
<p>Â </p>
<p><a href="http://technet2.microsoft.com/Office/en-us/library/46d53a98-4ddd-4e53-8e63-2b96714576f21033.mspx?mfr=true">Deploy<br />
Project Server 2007 to an existing deployment of Office SharePoint Server 2007</a></p>
<p><img src="http://www.whitworth.org/Blog/aggbug.ashx?id=0b025504-d728-4e34-b297-23c80e352b4f" alt="" width="0" height="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2007/10/09/deploy-project-server-2007-to-an-existing-deployment-of-office-sharepoint-server-2007/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SharePoint Designer Workflow Limitations</title>
		<link>http://www.whitworth.org/2007/09/11/sharepoint-designer-workflow-limitations/</link>
		<comments>http://www.whitworth.org/2007/09/11/sharepoint-designer-workflow-limitations/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 18:07:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[Sharepoint Designer]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,bf3d58c0-7e1e-42aa-bf53-cc31718325b7.aspx</guid>
		<description><![CDATA[
&#160;

SharePoint Designer workflows are have some great benefits: they are relatively
easy to create, don&#8217;t require any code, and can be created and maintained by power
users, not just developers.&#160; However, there are several limitations to SharePoint
Designer workflows and you can hit these edges relatively quickly.&#160; Before deciding
to go down the SharePoint Designer workflow path, you might [...]]]></description>
			<content:encoded><![CDATA[<p>
&nbsp;
</p>
<blockquote><p>SharePoint Designer workflows are have some great benefits: they are relatively<br />
easy to create, don&#8217;t require any code, and can be created and maintained by power<br />
users, not just developers.&nbsp; However, there are several limitations to SharePoint<br />
Designer workflows and you can hit these edges relatively quickly.&nbsp; Before deciding<br />
to go down the SharePoint Designer workflow path, you might want to understand these<br />
edges as you may have to do more work to create the solution.&nbsp; Nearly all of<br />
these limitations listed further below can be solved through one or more of the following<br />
techniques:</p></blockquote>
<p>
<a href="http://blogs.threewill.com/implementingsharepoint/Lists/Posts/Post.aspx?ID=3">SharePoint<br />
Designer Workflow Limitations &#8211; Implementing SharePoint Blog</a>
</p>
<p><img width="0" height="0" src="http://www.whitworth.org/Blog/aggbug.ashx?id=bf3d58c0-7e1e-42aa-bf53-cc31718325b7" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2007/09/11/sharepoint-designer-workflow-limitations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing MOSS 2007 My Sites within the enterprise</title>
		<link>http://www.whitworth.org/2007/09/04/microsoft-sharepoint-products-and-technologies-team-blog-customizing-moss-2007-my-sites-within-the-enterprise/</link>
		<comments>http://www.whitworth.org/2007/09/04/microsoft-sharepoint-products-and-technologies-team-blog-customizing-moss-2007-my-sites-within-the-enterprise/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 19:36:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[Sharepoint Customization]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,8470daeb-bf48-402a-b99a-76ded731e72a.aspx</guid>
		<description><![CDATA[ Link to an article discussing how to customize My Site for the organization
as a whole.

Customizing MOSS 2007 My Sites within the enterprise
Hi, this is Steve Peschka from the SharePoint Rangers team again, and in this blog
entry Iâ€™ll discuss customizing My Sites across an organization. Thereâ€™s a good deal
of confusion out there about how best to [...]]]></description>
			<content:encoded><![CDATA[<p> Link to an article discussing how to customize My Site for the organization<br />
as a whole.</p>
<blockquote>
<h4>Customizing MOSS 2007 My Sites within the enterprise</h4>
<p>Hi, this is Steve Peschka from the SharePoint Rangers team again, and in this blog<br />
entry Iâ€™ll discuss customizing My Sites across an organization. Thereâ€™s a good deal<br />
of confusion out there about how best to achieve this, which is partly caused by functional<br />
differences between SharePoint Portal Server 2003 and SharePoint Server 2007.</p></blockquote>
<p><a href="http://blogs.msdn.com/sharepoint/archive/2007/03/22/customizing-moss-2007-my-sites-within-the-enterprise.aspx">Microsoft<br />
SharePoint Products and Technologies Team Blog : Customizing MOSS 2007 My Sites within<br />
the enterprise</a></p>
<p><img src="http://www.whitworth.org/Blog/aggbug.ashx?id=8470daeb-bf48-402a-b99a-76ded731e72a" alt="" width="0" height="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2007/09/04/microsoft-sharepoint-products-and-technologies-team-blog-customizing-moss-2007-my-sites-within-the-enterprise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Directories Pointing to Another Server in MOSS 2007</title>
		<link>http://www.whitworth.org/2007/08/16/virtual-directories-pointing-to-another-server-in-moss-2007/</link>
		<comments>http://www.whitworth.org/2007/08/16/virtual-directories-pointing-to-another-server-in-moss-2007/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 15:05:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[Sharepoint Admin]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,55e684ed-1de6-4fdb-9bb2-859963631285.aspx</guid>
		<description><![CDATA[In our Sharepoint Portal Server 2003 environment, we had a virtual directory
that pointed to a file server for the purpose of listing files on that server. For
this to work, we needed Kerberos because this was going to be a double hop.
Here are the high level steps we followed to make a directory listing from another
server available [...]]]></description>
			<content:encoded><![CDATA[<p>In our Sharepoint Portal Server 2003 environment, we had a virtual directory<br />
that pointed to a file server for the purpose of listing files on that server. For<br />
this to work, we needed Kerberos because this was going to be a double hop.</p>
<p>Here are the high level steps we followed to make a directory listing from another<br />
server available in a sharepoint 2003 site</p>
<p><strong>Sharepoint 2003</strong></p>
<ol>
<li>Using IIS Admin on the Sharepoint Server, browse to the Web Site you want the virtual<br />
directory to appear under.</li>
<li>Create a new virtual directory that points to the remote file server path, choose<br />
the checkbox to <strong>Always use the authenticated user&#8217;s credentials when validating<br />
access to the network directory. </strong>Give <strong>Read</strong> and <strong>Browse</strong> access<br />
to the directory.</li>
<li>Make sure the web site is set up to use Windows Integrated security only.</li>
<li>Make sure the web site is using an app pool that is tied to a domain account. Make<br />
sure the domain account is enabled for kerberos delegation.</li>
<li>Go to Windows Sharepoint Services Central Administration, then click on configure<br />
virtual server settings</li>
<li>Click on the virtual server you want the site to appear under.</li>
<li>Under the <strong>Virtual Server Management</strong> Heading, click <strong>Define<br />
Managed Paths</strong>.</li>
<li>Go to the bottom section, Add a New Path, and type the virtual directory name in the<br />
path, and change the type to Excluded path.</li>
</ol>
<p>When we went to MOSS 2007, we tried to do the same thing, but the Managed Paths interface<br />
is different. It doesn&#8217;t appear that you have to do a path exclusion here. So the<br />
steps are a little different. In particular, pay attention to the IISRESET at the<br />
end.</p>
<p><strong>MOSS 2007</strong></p>
<ol>
<li>Using IIS Admin on the Sharepoint Server, browse to the Web Site you want the virtual<br />
directory to appear under.</li>
<li>Create a new virtual directory that points to the remote file server path, choose<br />
the checkbox to <strong>Always use the authenticated user&#8217;s credentials when validating<br />
access to the network directory. </strong>Give <strong>Read</strong> and <strong>Browse</strong> access<br />
to the directory.</li>
<li>Make sure the web site is set up to use Windows Integrated security only.</li>
<li>Make sure the web site is using an app pool that is tied to a domain account. Make<br />
sure the domain account is enabled for kerberos delegation.</li>
<li>From a command prompt, type iisreset.</li>
</ol>
<p>Apparently, Sharepoint will not recognize the site until you do an iisreset. Kerberos<br />
configuration for Sharepoint is outside the scope of this post, so do a search or<br />
contact me for more info.</p>
<p><img src="http://www.whitworth.org/Blog/aggbug.ashx?id=55e684ed-1de6-4fdb-9bb2-859963631285" alt="" width="0" height="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2007/08/16/virtual-directories-pointing-to-another-server-in-moss-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007</title>
		<link>http://www.whitworth.org/2007/06/25/microsoft-sql-server-2005-sp2-reporting-services-integration-with-wss-30-and-moss-2007/</link>
		<comments>http://www.whitworth.org/2007/06/25/microsoft-sql-server-2005-sp2-reporting-services-integration-with-wss-30-and-moss-2007/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 15:27:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SQL Server 2005]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,8813061a-0ed0-4452-8528-a4dc2aba1719.aspx</guid>
		<description><![CDATA[
There are numerous benefits and advantages to integrating Reporting Services with
Office SharePoint Server 2007. Prior to SP2, Reporting Services reports were published
to a report server and were executed solely in that environment. The integration point
between Reporting Services and SharePoint was two separate Web Parts: Report Explorer
and Report Viewer.


Using
Reporting Services 2005 in SharePoint Integration Mode enables [...]]]></description>
			<content:encoded><![CDATA[<p>
There are numerous benefits and advantages to integrating Reporting Services with<br />
Office SharePoint Server 2007. Prior to SP2, Reporting Services reports were published<br />
to a report server and were executed solely in that environment. The integration point<br />
between Reporting Services and SharePoint was two separate Web Parts: Report Explorer<br />
and Report Viewer.
</p>
<p class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto">
<span lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN"><font color=#000000><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />Using<br />
Reporting Services 2005 in SharePoint Integration Mode enables some significant benefits<br />
to the end-user and the organization as a whole, as follows:<br />
<o:p></o:p><br />
</font></span>
</p>
<ul type=disc>
<li class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in">
<span lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN"><font color=#000000>Uses<br />
SharePoint document libraries to store reports, data sources, and report models.<br />
<o:p></o:p><br />
</font></span> </p>
<li class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in">
<span lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN"><font color=#000000>Enables<br />
publishing, viewing, management, and delivery of Reporting Services reports from the<br />
same user interface used for managing Office documents.<br />
<o:p></o:p><br />
</font></span> </p>
<li class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in">
<span lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN"><font color=#000000>Enables<br />
organizations to construct BI dashboards with rich reports.<br />
<o:p></o:p><br />
</font></span> </p>
<li class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in">
<span lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN"><font color=#000000>Leverages<br />
workflow and collaboration capabilities that are already available in Office SharePoint<br />
Server 2007.<o:p></o:p><br />
</font></span>
</li>
</ul>
<p class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto">
<span lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN"><font color=#000000>When<br />
using SharePoint Integration Mode, some features that are available in Native Mode<br />
are replaced with comparable functionality in Office SharePoint Server 2007 or are<br />
no longer available. The Reporting Services features that are not available in Integration<br />
Mode are:<br />
<o:p></o:p><br />
</font></span>
</p>
<ul type=disc>
<li class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo2; tab-stops: list .5in">
<span lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN"><font color=#000000>Report<br />
Manager<br />
<o:p></o:p><br />
</font></span> </p>
<li class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo2; tab-stops: list .5in">
<span lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN"><font color=#000000>Management<br />
Studio<br />
<o:p></o:p><br />
</font></span> </p>
<li class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo2; tab-stops: list .5in">
<span lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN"><font color=#000000>My<br />
Reports<br />
<o:p></o:p><br />
</font></span> </p>
<li class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo2; tab-stops: list .5in">
<span lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN"><font color=#000000>Linked<br />
Reports<br />
<o:p></o:p><br />
</font></span> </p>
<li class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo2; tab-stops: list .5in">
<span lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN"><font color=#000000>Job<br />
Management<o:p></o:p><br />
</font></span>
</li>
</ul>
<p>
<a href="http://blogs.msdn.com/sharepoint/archive/2007/02/19/microsoft-sql-server-2005-sp2-reporting-services-integration-with-wss-3-0-and-moss-2007.aspx">Link<br />
Here</a>
</p>
<p>
&nbsp;
</p>
<p><img width="0" height="0" src="http://www.whitworth.org/Blog/aggbug.ashx?id=8813061a-0ed0-4452-8528-a4dc2aba1719" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2007/06/25/microsoft-sql-server-2005-sp2-reporting-services-integration-with-wss-30-and-moss-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing the Content Query Web Part XSL in MOSS 2007</title>
		<link>http://www.whitworth.org/2006/11/12/customizing-the-content-query-web-part-xsl-in-moss-2007/</link>
		<comments>http://www.whitworth.org/2006/11/12/customizing-the-content-query-web-part-xsl-in-moss-2007/#comments</comments>
		<pubDate>Mon, 13 Nov 2006 03:13:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[Sharepoint Customization]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,eb1be280-c08b-437f-a8bf-fd6a0b04e76f.aspx</guid>
		<description><![CDATA[
An example of how the content query webpart&#160;can be used to create a customized
news rollup group.


Excerpt:


The Content Query Web Part can be used to display a dynamic view of content from
your site on a web page. This article discusses how you can extend this Web Part to
show additional information about your SharePoint items (news articles, [...]]]></description>
			<content:encoded><![CDATA[<p>
An example of how the content query webpart&nbsp;can be used to create a customized<br />
news rollup group.
</p>
<p>
<em>Excerpt:</em>
</p>
<p>
<em>The Content Query Web Part can be used to display a dynamic view of content from<br />
your site on a web page. This article discusses how you can extend this Web Part to<br />
show additional information about your SharePoint items (news articles, announcements,<br />
events, documents, etc.)</em>
</p>
<p>
<a href="http://www.microsoft.com/belux/msdn/nl/community/columns/stevenvandecraen/contentquerywebpart.mspx">Article<br />
Here</a>
</p>
<p><img width="0" height="0" src="http://www.whitworth.org/Blog/aggbug.ashx?id=eb1be280-c08b-437f-a8bf-fd6a0b04e76f" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2006/11/12/customizing-the-content-query-web-part-xsl-in-moss-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BI in Office 2007 Resources</title>
		<link>http://www.whitworth.org/2006/07/09/bi-in-office-2007-resources/</link>
		<comments>http://www.whitworth.org/2006/07/09/bi-in-office-2007-resources/#comments</comments>
		<pubDate>Mon, 10 Jul 2006 03:27:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[Sharepoint Admin]]></category>
		<category><![CDATA[Sharepoint Code]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,7a3fc7c1-039f-4f80-b402-8ce570e1b7ec.aspx</guid>
		<description><![CDATA[
Okay, not really an excerpt, but an entire copy. Sorry Patrick,
I needed it here for a reminder so I could follow up more later. Read the original
post here


Excerpt


Yesterday, I delivered my third webcast in the Ascend program. This one was dedicated
to working with Excel Services, the integration of SQL Server Reporting Services,
the Report Center and [...]]]></description>
			<content:encoded><![CDATA[<p>
Okay, not really an excerpt, but an entire copy. Sorry <a href="http://blog.u2u.info/DottextWeb/patrick/">Patrick</a>,<br />
I needed it here for a reminder so I could follow up more later. Read the original<br />
post <a href="http://blog.u2u.info/DottextWeb/patrick/archive/2006/04/28/19104.aspx">here</a>
</p>
<p>
<em>Excerpt</em>
</p>
<p>
<em>Yesterday, I delivered my third webcast in the Ascend program. This one was dedicated<br />
to working with Excel Services, the integration of SQL Server Reporting Services,<br />
the Report Center and the infrastructure provided with MOSS 2007 for doing BI in the<br />
portal. Compared to the WCM webcast this one went very smooth. I had a lot of network<br />
problems during the WCM cast &#8211; but I have done a decent recording on Wednesday that<br />
will be available. </em>
</p>
<p>
<em>There was a question on the future of <strong>Office Web Components (OWC)</strong> in<br />
the new SharePoint. The story is that you will be able to use the OWCs without a problem<br />
in the next version but there is likely not going to be a follow-up version. Microsoft<br />
wants you to invest in Excel Services (the Web access for spreadsheets or snapshots,<br />
and the Web Service). </em>
</p>
<p>
<em>In addition to the material covered, here are some useful links to resources if<br />
you want to learn more on Excel Services:</em>
</p>
<ul>
<li>
<a class="blines3" title="Link outside of this blog" href="http://blogs.msdn.com/cumgranosalis/archive/category/12700.aspx" target="_blank"><em>http://blogs.msdn.com/cumgranosalis/archive/category/12700.aspx</em></a><em>&nbsp;<br />
Walkthroughs of working with the Web Service, the User-Defined Functions (UDF) extensibility,<br />
&#8230;<br />
&nbsp; </em> </p>
<li>
<a class="blines3" title="Link outside of this blog" href="http://blogs.msdn.com/excel/" target="_blank"><em>http://blogs.msdn.com/excel/</em></a><em>&nbsp;had<br />
a series on Excel Services<br />
&nbsp; </em> </p>
<ul>
<li>
<a class="blines3" title="Link outside of this blog" href="http://blogs.msdn.com/excel/archive/2005/11/08/490502.aspx" target="_blank"><em>Introduction<br />
to Excel Services, or &ldquo;running Excel spreadsheets on a server&rdquo;</em></a><em> </em> </p>
<li>
<a class="blines3" title="Link outside of this blog" href="http://blogs.msdn.com/excel/archive/2005/11/09/490926.aspx" target="_blank"><em>Excel<br />
Services &ndash; Key Scenarios</em></a><em> </em> </p>
<li>
<a class="blines3" title="Link outside of this blog" href="http://blogs.msdn.com/excel/archive/2005/11/10/491392.aspx" target="_blank"><em>Excel<br />
Services &#8211; Architecture</em></a><em> </em> </p>
<li>
<a class="blines3" title="Link outside of this blog" href="http://blogs.msdn.com/excel/archive/2005/11/11/491970.aspx" target="_blank"><em>How<br />
do I publish workbooks to the server?</em></a><em> </em> </p>
<li>
<a class="blines3" title="Link outside of this blog" href="http://blogs.msdn.com/excel/archive/2005/11/16/493509.aspx" target="_blank"><em>Excel<br />
services part 5: all about &ldquo;interactivity&rdquo;</em></a><em> </em> </p>
<li>
<a class="blines3" title="Link outside of this blog" href="http://blogs.msdn.com/excel/archive/2005/11/17/493962.aspx" target="_blank"><em>Excel<br />
Services part 6: Building applications with Excel Web Services</em></a><em> </em> </p>
<li>
<a class="blines3" title="Link outside of this blog" href="http://blogs.msdn.com/excel/archive/2005/11/21/495454.aspx" target="_blank"><em>Excel<br />
Services part 7: Sample application with Excel Web Services</em></a><em> </em> </p>
<li>
<a class="blines3" title="Link outside of this blog" href="http://blogs.msdn.com/excel/archive/2005/11/22/496076.aspx" target="_blank"><em>Excel<br />
Services part 8: Controlling and protecting spreadsheets</em></a><em> </em> </p>
<li>
<a class="blines3" title="Link outside of this blog" href="http://blogs.msdn.com/excel/archive/2005/11/23/496519.aspx" target="_blank"><em>Excel<br />
Services part 9: Controlling and protecting spreadsheets continued &#8230;</em></a><em> </em> </p>
<li>
<a class="blines3" title="Link outside of this blog" href="http://blogs.msdn.com/excel/archive/2005/11/29/497957.aspx" target="_blank"><em>Excel<br />
Services part 10: Data Connection Libraries, or connecting to databases made easy,<br />
manageable, and secure</em></a><em> </em> </p>
<li>
<a class="blines3" title="Link outside of this blog" href="http://blogs.msdn.com/excel/archive/2005/11/30/498747.aspx" target="_blank"><em>Excel<br />
Services part 11: Excel Server, SharePoint, and dashboards</em></a><em> </em> </p>
<li>
<a class="blines3" title="Link outside of this blog" href="http://blogs.msdn.com/excel/archive/2005/12/01/499206.aspx" target="_blank"><em>Excel<br />
Services part 12: Unsupported features</em></a>
</li>
</ul>
</li>
</ul>
<p>
&nbsp;
</p>
<p><img width="0" height="0" src="http://www.whitworth.org/Blog/aggbug.ashx?id=7a3fc7c1-039f-4f80-b402-8ce570e1b7ec" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2006/07/09/bi-in-office-2007-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint 2007 Forms Authentication</title>
		<link>http://www.whitworth.org/2006/07/06/sharepoint-2007-forms-authentication/</link>
		<comments>http://www.whitworth.org/2006/07/06/sharepoint-2007-forms-authentication/#comments</comments>
		<pubDate>Fri, 07 Jul 2006 04:05:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[Sharepoint Admin]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,714324c1-2166-4caf-927f-18621a102463.aspx</guid>
		<description><![CDATA[
This article was very helpful in getting my Wss V3 site up and running using forms
authentication and asp.net&#8217;s membership provider. It does have a few gaps (or
makes a few assumptions) so it is not a complete step by step guide, but its the best
I have seen.


Excerpt:


It&#8217;s easy when you know how! I&#8217;ve been playing around [...]]]></description>
			<content:encoded><![CDATA[<p>
This article was very helpful in getting my Wss V3 site up and running using forms<br />
authentication and asp.net&rsquo;s membership provider. It does have a few gaps (or<br />
makes a few assumptions) so it is not a complete step by step guide, but its the best<br />
I have seen.
</p>
<p>
<em>Excerpt:</em>
</p>
<p>
<em>It&rsquo;s easy when you know how! I&rsquo;ve been playing around with Beta 2<br />
of Microsoft Office SharePoint Server 2007 for a couple of weeks now trying to get<br />
Forms Authentication to work. Together with Dan Winter from Microsoft and Adam Tybor<br />
I&rsquo;ve got an internet presence site working with Forms Authentication and anonymous<br />
access. Perfect for an public facing internet site run on SharePoint 2007. So here&rsquo;s<br />
the step by step guide on how to do it (with pictures!)</em>
</p>
<p>
<em>A quick word of warning &ndash; this works for Moss 2007 Beta 2. If the process<br />
for any subsequent releases change I&rsquo;ll post the changes on the blog as well.</em>
</p>
<p>
<a href="http://weblog.vb-tech.com/nick/archive/2006/06/14/1617.aspx">Sharepoint 2007<br />
Forms Authentication</a>
</p>
<p>
&nbsp;
</p>
<p><img width="0" height="0" src="http://www.whitworth.org/Blog/aggbug.ashx?id=714324c1-2166-4caf-927f-18621a102463" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2006/07/06/sharepoint-2007-forms-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.506 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-11 21:21:04 -->
