<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Direct Reports : SP2</title><link>http://blogs.msdn.com/bwelcker/archive/tags/SP2/default.aspx</link><description>Tags: SP2</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Tribal Thunder (SharePoint White Papers Available)</title><link>http://blogs.msdn.com/bwelcker/archive/2007/12/10/tribal-thunder-sharepoint-white-papers-available.aspx</link><pubDate>Tue, 11 Dec 2007 10:29:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6732380</guid><dc:creator>bwelcker</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/bwelcker/comments/6732380.aspx</comments><wfw:commentRss>http://blogs.msdn.com/bwelcker/commentrss.aspx?PostID=6732380</wfw:commentRss><description>After many months of working on getting them posted, I'm excited to let you know that two whitepapers on the integration between SQL Server Reporting Services and SharePoint are now available. SQL Server 2005 Integration with Microsoft SharePoint Products...(&lt;a href="http://blogs.msdn.com/bwelcker/archive/2007/12/10/tribal-thunder-sharepoint-white-papers-available.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6732380" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/bwelcker/archive/tags/SP2/default.aspx">SP2</category><category domain="http://blogs.msdn.com/bwelcker/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://blogs.msdn.com/bwelcker/archive/tags/Reporting+Services/default.aspx">Reporting Services</category></item><item><title>At the End of Paths Taken (Modifying Where Clause when All Parameter Values are Selected)</title><link>http://blogs.msdn.com/bwelcker/archive/2007/05/19/at-the-end-of-paths-taken-modifying-where-clause-when-all-parameter-values-are-selected.aspx</link><pubDate>Sat, 19 May 2007 23:32:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2738717</guid><dc:creator>bwelcker</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/bwelcker/comments/2738717.aspx</comments><wfw:commentRss>http://blogs.msdn.com/bwelcker/commentrss.aspx?PostID=2738717</wfw:commentRss><description>&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With&amp;nbsp;the&amp;nbsp;&lt;A href="http://blogs.msdn.com/bwelcker/archive/2006/08/14/700189.aspx" mce_href="http://blogs.msdn.com/bwelcker/archive/2006/08/14/700189.aspx"&gt;return of “Select All”&lt;/A&gt; in Service Pack 2, all multi-value parameters&amp;nbsp;allow the user to pick all of the available values. But what if you want to remove the predicate from your WHERE clause instead of generating a long set of values in the IN predicate?&lt;/P&gt;
&lt;P&gt;You can accomplish this is via an expression-based query and an internal parameter. 
&lt;P&gt;First, create a second parameter in your report. It should be have a new name, multi-valued, use the same valid values query and the default values set to the valid values query as well. In addition, mark the "internal" flag in the parameters dialog so it is not displayed to the user. 
&lt;P&gt;Next, change your main report query to an conditional expression that compares the number of selected values to the number of available values (which will always be selected in the new parameter). For example: 
&lt;BLOCKQUOTE&gt;
&lt;P&gt;="SELECT Hour, Month, Year, Username, Sitename, Cookie FROM dbo.GlobalIISLog " &amp;amp;&amp;nbsp;IIF(Parameters!ComputerName.Count = Parameters!AllComputerNames.Count,"", " WHERE (sComputername IN (@ComputerName))") &lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;I have attached a sample report that demonstrates this technique.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2738717" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/bwelcker/attachment/2738717.ashx" length="60386" type="application/octet-stream" /><category domain="http://blogs.msdn.com/bwelcker/archive/tags/Tips/default.aspx">Tips</category><category domain="http://blogs.msdn.com/bwelcker/archive/tags/SP2/default.aspx">SP2</category><category domain="http://blogs.msdn.com/bwelcker/archive/tags/Reporting+Services/default.aspx">Reporting Services</category></item><item><title>Pocket Symphony (Enabling SSRS Feature in non-default Site Collections)</title><link>http://blogs.msdn.com/bwelcker/archive/2007/03/21/pocket-symphony-enabling-ssrs-feature-in-non-default-site-collections.aspx</link><pubDate>Thu, 22 Mar 2007 06:42:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1928752</guid><dc:creator>bwelcker</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/bwelcker/comments/1928752.aspx</comments><wfw:commentRss>http://blogs.msdn.com/bwelcker/commentrss.aspx?PostID=1928752</wfw:commentRss><description>&lt;P&gt;After installing the &lt;A class="" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=1e53f882-0c16-4847-b331-132274ae8c84&amp;amp;DisplayLang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyId=1e53f882-0c16-4847-b331-132274ae8c84&amp;amp;DisplayLang=en"&gt;Reporting Services Add-in for Integration with SharePoint&lt;/A&gt;, you may find that&amp;nbsp;the Reporting Services features are not visible in your SharePoint web sites. Why does this happen? Because when the add-in is installed, it is only activated for the sites in the default Site Collection. &lt;/P&gt;
&lt;P&gt;Steps to resolve:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Bowse to the 'Home' or root URL of the site collection. &lt;/LI&gt;
&lt;LI&gt;Click on Site Actions --&amp;gt;Site Settings --&amp;gt; Site Collection Features. &lt;/LI&gt;
&lt;LI&gt;Choose the "Reporting Services Integration" feature, under the list of features for Site "Collection Features".&lt;/LI&gt;
&lt;LI&gt;Press the "Activate" button.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Note: You will need to be owner of the site collection in order to view the "Site Collection features" link.&lt;BR&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1928752" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/bwelcker/archive/tags/SP2/default.aspx">SP2</category><category domain="http://blogs.msdn.com/bwelcker/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://blogs.msdn.com/bwelcker/archive/tags/Reporting+Services/default.aspx">Reporting Services</category></item><item><title>Candy Apple Grey (Installing SSRS and Windows Vista)</title><link>http://blogs.msdn.com/bwelcker/archive/2007/03/19/candy-apple-grey-installing-ssrs-and-windows-vista.aspx</link><pubDate>Tue, 20 Mar 2007 02:34:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1915584</guid><dc:creator>bwelcker</dc:creator><slash:comments>12</slash:comments><comments>http://blogs.msdn.com/bwelcker/comments/1915584.aspx</comments><wfw:commentRss>http://blogs.msdn.com/bwelcker/commentrss.aspx?PostID=1915584</wfw:commentRss><description>&lt;P&gt;It's a bit tricky to get Reporting Services (including the report server that comes with SQL Express with Advanced Services) to work on &lt;A class="" href="http://www.microsoft.com/windows/products/windowsvista/default.mspx" mce_href="http://www.microsoft.com/windows/products/windowsvista/default.mspx"&gt;Windows Vista&lt;/A&gt;. The key is to turn on the right set of IIS components in the "Turn Windows features on or off" tool in the Vista control panel.&amp;nbsp;Here is the list of required IIS features you need to add for Reporting Services to work:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Web Management Tools&lt;/DIV&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;IIS 6 Management Compatibility&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;IIS 6 WMI Compatibility&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;IIS Metabase and IIS 6 configuration compatibility&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;World Wide Web Services&lt;/DIV&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Application Development&lt;/DIV&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;.NET Extensibility&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;ASP.NET&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;ISAPI Extensions&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;ISAPI Filters&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;&amp;nbsp;Common HTTP Features&lt;/DIV&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Default Document&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Directory Browsing&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;HTTP Redirection&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Static Content&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;&amp;nbsp;Security&lt;/DIV&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Windows Authentication&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;
&lt;P mce_keep="true"&gt;Note that IIS7 in Vista Home Premium does &lt;U&gt;not&lt;/U&gt; include Windows Authentication functionality so it will not work with SSRS. &lt;/P&gt;
&lt;P mce_keep="true"&gt;You will get a compatibility message when you start to install SQL Server 2005. This is to let you know that you will need to install &lt;A class="" href="http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/servicepacks/sp2.mspx" mce_href="http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/servicepacks/sp2.mspx"&gt;SQL Server 2005 Service Pack 2&lt;/A&gt; after the installation finishes. You should also read &lt;A class="" href="http://download.microsoft.com/download/2/B/5/2B5E5D37-9B17-423D-BC8F-B11ECD4195B4/ReadmeSQL2005SP2.htm#_reporting_services" mce_href="http://download.microsoft.com/download/2/B/5/2B5E5D37-9B17-423D-BC8F-B11ECD4195B4/ReadmeSQL2005SP2.htm#_reporting_services"&gt;Section 5.5 of the SQL Server 2005 Readme&lt;/A&gt; (Reporting Services Considerations for Windows Vista) for known issues and limitations.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1915584" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/bwelcker/archive/tags/SP2/default.aspx">SP2</category><category domain="http://blogs.msdn.com/bwelcker/archive/tags/Vista/default.aspx">Vista</category><category domain="http://blogs.msdn.com/bwelcker/archive/tags/Reporting+Services/default.aspx">Reporting Services</category></item><item><title>Propeller (SP2 is Released!)</title><link>http://blogs.msdn.com/bwelcker/archive/2007/02/19/propeller-sp2-is-released.aspx</link><pubDate>Mon, 19 Feb 2007 20:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1717631</guid><dc:creator>bwelcker</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/bwelcker/comments/1717631.aspx</comments><wfw:commentRss>http://blogs.msdn.com/bwelcker/commentrss.aspx?PostID=1717631</wfw:commentRss><description>It's been a long time coming, but SQL Server 2005 Service Pack 2 is now available. See &lt;A href="http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/servicepacks/sp2.mspx"&gt;http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/servicepacks/sp2.mspx&lt;/A&gt;.&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1717631" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/bwelcker/archive/tags/SP2/default.aspx">SP2</category><category domain="http://blogs.msdn.com/bwelcker/archive/tags/Reporting+Services/default.aspx">Reporting Services</category></item><item><title>Wincing the Night Away (Tips for SSRS in SharePoint Mode)</title><link>http://blogs.msdn.com/bwelcker/archive/2007/02/04/wincing-the-night-away-tips-for-ssrs-in-sharepoint-mode.aspx</link><pubDate>Mon, 05 Feb 2007 00:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1600052</guid><dc:creator>bwelcker</dc:creator><slash:comments>25</slash:comments><comments>http://blogs.msdn.com/bwelcker/comments/1600052.aspx</comments><wfw:commentRss>http://blogs.msdn.com/bwelcker/commentrss.aspx?PostID=1600052</wfw:commentRss><description>&lt;P&gt;Here is some useful information about using SSRS in SharePoint Integrated mode (included with SP2): &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Installing the SharePoint Add-In&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If you plan to upgrade from a previous version of the add-in, you should uninstall the previous add-in then install the new one. After installing the new one, you will need to perform the RS configuration steps in SharePoint Central Administration again.&lt;/LI&gt;
&lt;LI&gt;If you have trouble with the install, take a look at the log files. In addition to the MSI install log, the Add-In also creates another log file named RS_SP_&amp;lt;number&amp;gt;.log. Both logs are found in the "&amp;lt;Drive&amp;gt;:\Documents and Settings\&amp;lt;User_Name&amp;gt;\Local Settings\Temp" folder.&lt;/LI&gt;
&lt;LI&gt;There is a known issue with the naming ReportServer.&amp;lt;culture&amp;gt;.resx files that are install as part of CTP3 in each SharePoint web sites' App_GlobalResources folder. After installing CTP3 this issue manifests itself as the following errors when you try to access any SharePoint web site:&lt;/LI&gt;&lt;/UL&gt;
&lt;BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Server Error in '/' Application.&lt;BR&gt;Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed.&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;To solve this, check the following in IIS Manager for each SharePoint web site: &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Explore into &amp;lt;Web site&amp;gt;\App_GlobalResources &lt;/LI&gt;
&lt;LI&gt;Do you see any Reportserver.&amp;lt;culture&amp;gt;.resx files (where culture is a string like EN / FR/ CS etc.)? &lt;/LI&gt;
&lt;LI&gt;If yes, then delete all Reportserver.&amp;lt;culture&amp;gt;.resx except for ReportServer.resx file.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Deploying Reports to Report Server that is in SharePoint Mode&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Use the updated Report Designer that ships with SQL 2005 SP2 CTP. &lt;/LI&gt;
&lt;LI&gt;Deployment paths need to change for deploying to a SharePoint Document Library with settings something like this:&lt;/LI&gt;&lt;/UL&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;TargetDataSourceFolder: &lt;A href="http://%3cmyserver%3e/%3CmySharePointsite%3E/%3Cmy_DataSource_Folder%3E/" mce_href="http://%3cmyserver%3e/%3CmySharePointsite%3E/%3Cmy_DataSource_Folder%3E/"&gt;http://&amp;lt;MyServer&amp;gt;/&amp;lt;mySharePointsite&amp;gt;/&amp;lt;my_DataSource_Folder&amp;gt;/&lt;/A&gt;&lt;BR&gt;TargetReportFolder:&amp;nbsp;&amp;nbsp; &lt;A href="http://%3cmyserver%3e/%3CmySharePointsite%3E/%3Cmy_Report_Folder%3E/" mce_href="http://%3cmyserver%3e/%3CmySharePointsite%3E/%3Cmy_Report_Folder%3E/"&gt;http://&amp;lt;MyServer&amp;gt;/&amp;lt;mySharePointsite&amp;gt;/&amp;lt;my_Report_Folder&amp;gt;/&lt;/A&gt;&lt;BR&gt;TargetServerURL: &lt;A href="http://%3cmyserver%3e/%3CmySharePointsite%3E/" mce_href="http://%3cmyserver%3e/%3CmySharePointsite%3E/"&gt;http://&amp;lt;MyServer&amp;gt;/&amp;lt;mySharePointsite&amp;gt;/&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;UL&gt;
&lt;LI&gt;If you see a login screen when deploying reports, inspect the web.config fle of the SharePoint web site for the following entry:&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;lt;location path="_vti_bin/ReportServer/ReportServiceAuthentication.asmx"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;system.web&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;authorization&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;allow users="*" /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/authorization&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/system.web&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;/location&amp;gt;&lt;/P&gt;
&lt;P&gt;Make sure there is only one such entry in the web.config file. Delete any duplicates. Next retry deploying. This is a known issue in the CTP release that we are fixing for RTM.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1600052" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/bwelcker/archive/tags/Tips/default.aspx">Tips</category><category domain="http://blogs.msdn.com/bwelcker/archive/tags/SP2/default.aspx">SP2</category><category domain="http://blogs.msdn.com/bwelcker/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://blogs.msdn.com/bwelcker/archive/tags/Reporting+Services/default.aspx">Reporting Services</category></item><item><title>The Destroyed Room (Hyperion Essbase and Reporting Services White Paper)</title><link>http://blogs.msdn.com/bwelcker/archive/2007/01/05/the-destroyed-room-hyperion-essbase-and-reporting-services-white-paper.aspx</link><pubDate>Sat, 06 Jan 2007 00:30:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1418019</guid><dc:creator>bwelcker</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/bwelcker/comments/1418019.aspx</comments><wfw:commentRss>http://blogs.msdn.com/bwelcker/commentrss.aspx?PostID=1418019</wfw:commentRss><description>&lt;P&gt;One of the new Reporting Services features of &lt;A class="" href="http://www.microsoft.com/sql/ctp.mspx" mce_href="http://www.microsoft.com/sql/ctp.mspx"&gt;SQL Server 2005 Service Pack 2&lt;/A&gt; is integration with the &lt;A class="" href="http://www.hyperion.com/products/system9_release_9_3.cfm" mce_href="http://www.hyperion.com/products/system9_release_9_3.cfm"&gt;Hyperion Essbase 9.3&lt;/A&gt;. Similar to building reports on SQL Server Analysis Services or &lt;A class="" href="http://www.microsoft.com/technet/prodtechnol/sql/2005/UsingRSwithSAPNetWeaver.mspx" mce_href="http://www.microsoft.com/technet/prodtechnol/sql/2005/UsingRSwithSAPNetWeaver.mspx"&gt;SAP NetWeaver BI&lt;/A&gt;, this integration includes a new .NET data extension and a new query designer for Report Designer.&amp;nbsp;If you are interested in how this works, you can take a look at&amp;nbsp;this &lt;A class="" href="http://download.microsoft.com/download/4/7/a/47a548b9-249e-484c-abd7-29f31282b04d/UsingSSRSandESSbase.doc" mce_href="http://download.microsoft.com/download/4/7/a/47a548b9-249e-484c-abd7-29f31282b04d/UsingSSRSandESSbase.doc "&gt;newly published white paper&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;By the way, you also can &lt;A class="" href="http://www.microsoft.com/sql/ctp.mspx" mce_href="http://www.microsoft.com/sql/ctp.mspx"&gt;download the final CTP for SP2&lt;/A&gt; to give this feature (along with the new SharePoint intergation) a try.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1418019" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/bwelcker/archive/tags/SP2/default.aspx">SP2</category></item><item><title>Today! (Cleaning up Reporting Services SharePoint Add-In Setup Problems)</title><link>http://blogs.msdn.com/bwelcker/archive/2006/11/09/today-cleaning-up-reporting-services-sharepoint-add-in-setup-problems.aspx</link><pubDate>Thu, 09 Nov 2006 21:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1044720</guid><dc:creator>bwelcker</dc:creator><slash:comments>14</slash:comments><comments>http://blogs.msdn.com/bwelcker/comments/1044720.aspx</comments><wfw:commentRss>http://blogs.msdn.com/bwelcker/commentrss.aspx?PostID=1044720</wfw:commentRss><description>&lt;P&gt;Some people have had problems during installation of&amp;nbsp;the new &lt;A class="" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=4e50be6e-3f92-4552-a78c-b3be1d94d5da&amp;amp;DisplayLang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=4e50be6e-3f92-4552-a78c-b3be1d94d5da&amp;amp;DisplayLang=en"&gt;Reporting Services Add-in for Microsoft SharePoint&lt;/A&gt;. If the add-in setup fails while to add the Reporting Services feature to the sites, some of your SharePoint sites will no longer work.&amp;nbsp; You can tell if the custom action failed by looking for a file named RS_SP_#.log in your %temp% directory.&amp;nbsp; If you have a log file there and your install failed, you will need to manually clean up your web.config files to get SharePoint up and running again.&lt;/P&gt;
&lt;P&gt;First, you will need to locate the SharePoint virtual directories on your server.&amp;nbsp; Typically these are&amp;nbsp;located at c:\inetpub\wwwroot\wss\VirtualDirectories. This folder contains several folders with names which are numbers representing the ports used by your SharePoint sites.&amp;nbsp; In each folder you will need to remove the following entries from the web.config file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;SafeControl Assembly="Microsoft.ReportingServices.SharePoint.UI.WebParts, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" Namespace="Microsoft.ReportingServices.SharePoint.UI.WebParts" TypeName="*" /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;SafeControl Assembly="Microsoft.ReportingServices.SharePoint.UI.ServerPages, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" Namespace="Microsoft.ReportingServices.SharePoint.UI" TypeName="*" /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add verb="*" path="Reserved.ReportViewerWebPart.axd" type="Microsoft.ReportingServices.SharePoint.UI.WebParts.WebPartHttpHandler, Microsoft.ReportingServices.SharePoint.UI.WebParts, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add verb="*" path="_vti_bin/ReportServer" type="Microsoft.ReportingServices.SharePoint.Soap.RSProxyHttpHandler, RSSharePointSoapProxy, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" /&amp;gt;&lt;/P&gt;
&lt;P&gt;and&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;location path="_vti_bin/ReportServiceAuthentication.asmx"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;system.web&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;authorization&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;allow users="*" /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/authorization&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/system.web&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;/location&amp;gt;&lt;/P&gt;
&lt;P&gt;Once you remove these lines, save the file.&amp;nbsp; You must do this for every web.config file under the above directory.&lt;/P&gt;
&lt;P&gt;To get around the issue, you need to add the user who is running setup as one of the Site Collection administrators before you run the setup. You can do this though the Site Adminstration page.&lt;/P&gt;
&lt;P&gt;This is a known issue with our CTP2 setup and has been addressed in CTP3.&lt;BR&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1044720" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/bwelcker/archive/tags/Tips/default.aspx">Tips</category><category domain="http://blogs.msdn.com/bwelcker/archive/tags/SP2/default.aspx">SP2</category><category domain="http://blogs.msdn.com/bwelcker/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://blogs.msdn.com/bwelcker/archive/tags/Reporting+Services/default.aspx">Reporting Services</category></item></channel></rss>