<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: SSRS-SharePoint Integration in SP2 (the Good, the Bad, and the Ugly)	</title>
	<atom:link href="https://prologika.com/ssrs-sharepoint-integration-in-sp2-the-good-the-bad-and-the-ugly/feed/" rel="self" type="application/rss+xml" />
	<link>https://prologika.com/ssrs-sharepoint-integration-in-sp2-the-good-the-bad-and-the-ugly/</link>
	<description>Business Intelligence Consulting and Training in Atlanta</description>
	<lastBuildDate>Wed, 17 Feb 2016 11:00:41 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: tlachev		</title>
		<link>https://prologika.com/ssrs-sharepoint-integration-in-sp2-the-good-the-bad-and-the-ugly/#comment-69</link>

		<dc:creator><![CDATA[tlachev]]></dc:creator>
		<pubDate>Sun, 28 Jan 2007 18:53:57 +0000</pubDate>
		<guid isPermaLink="false">/CS/blogs/blog/archive/2006/11/25/SSRS_2D00_SharePoint-Integration-in-SP2-_2800_the-Good_2C00_-the-Bad_2C00_-and-the-Ugly_2900_.aspx#comment-69</guid>

					<description><![CDATA[1) You cannot switch between modes.
2) There isn&#039;t an automatic way to do this. You can handle this programatically though.
3) Once in SharePoint mode, I think there should be a new data extension to do this.]]></description>
			<content:encoded><![CDATA[<p>1) You cannot switch between modes.<br />
2) There isn&#8217;t an automatic way to do this. You can handle this programatically though.<br />
3) Once in SharePoint mode, I think there should be a new data extension to do this.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sumitkute78		</title>
		<link>https://prologika.com/ssrs-sharepoint-integration-in-sp2-the-good-the-bad-and-the-ugly/#comment-68</link>

		<dc:creator><![CDATA[Sumitkute78]]></dc:creator>
		<pubDate>Thu, 18 Jan 2007 07:15:59 +0000</pubDate>
		<guid isPermaLink="false">/CS/blogs/blog/archive/2006/11/25/SSRS_2D00_SharePoint-Integration-in-SP2-_2800_the-Good_2C00_-the-Bad_2C00_-and-the-Ugly_2900_.aspx#comment-68</guid>

					<description><![CDATA[Hi,

I am working on sharepoint 2007 integration with reporting service 2005. There are few facts which i am trying to understand and need some clarifications. Please provide your comments

1) While configuring &quot;Database setup&quot; in Repoting Service Configuring Manager&quot; i found two modes 1) Native and 2) SharePoint Integration. When creating a report server database if we check &quot;Create the report server database in Sharepoint Integration Mode&quot;  then it set the mode to &quot;SharePoint Integration Mode&quot;. There is no option of switching the same database to native mode. So i have to create another database in &quot;Native Mode&quot;. (IS THIS CORRECT. DO WE NEED TO CREATE TWO REPORT SERVER DATABASE SEPERATE FOR SHAREPOINT INTEGRATION AND NATIVE)

2) I am using the new report viewer web part in sharepoint 2007. When i am in sharepoint integration mode i can create datasource, report model and with report builder i can create rdl file. On selecing any RDL file in doument library and it gets displayed in Report Viewer Web Part. When i switch to Native mode i want to configure the web part to use the report created with SQL Server Bussiness Intelligence Dev Studio and deployed on http://localhost:808/ReportServer. (IS THERE ANY WAY SO THAT I CAN EXPORT AND IMPORT ALL .RDL FILE FROM http://localhost:808/ReportServer to http://localhost/ReportServer)  

I AM NOT ABLE TO CONFIGURE WEB PART WHEN I AM IN NATIVE MODE i.e giving path of .RDL in report textbox throw a error saying &quot;Item not found&quot; i tried all combination. THIS can be related to datasource not reading in .RDL file in native mode while confuring report viewer web part.

http://localhost:808/ReportServer (Report Server) 

http://localhost/ReportServer (SharePoint Mode) (Default Top Level Site)

3) LAST : I want to create a .RDL file report from the data in sharepoint, say lists or news etc. So when creating a RDL file how can i connect to sharepoint database. I read some where that in previous release they used to DATA EXTENSIONS and get the data from list in sharepoint with something like http://&lt;servername&gt;/&lt;sitename&gt;/List=Announcement when creating RDL file. Is the alternative in new release to create the report based on sharpoint list data.

Thanks and i would really appreciate your help
]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I am working on sharepoint 2007 integration with reporting service 2005. There are few facts which i am trying to understand and need some clarifications. Please provide your comments</p>
<p>1) While configuring &#8220;Database setup&#8221; in Repoting Service Configuring Manager&#8221; i found two modes 1) Native and 2) SharePoint Integration. When creating a report server database if we check &#8220;Create the report server database in Sharepoint Integration Mode&#8221;  then it set the mode to &#8220;SharePoint Integration Mode&#8221;. There is no option of switching the same database to native mode. So i have to create another database in &#8220;Native Mode&#8221;. (IS THIS CORRECT. DO WE NEED TO CREATE TWO REPORT SERVER DATABASE SEPERATE FOR SHAREPOINT INTEGRATION AND NATIVE)</p>
<p>2) I am using the new report viewer web part in sharepoint 2007. When i am in sharepoint integration mode i can create datasource, report model and with report builder i can create rdl file. On selecing any RDL file in doument library and it gets displayed in Report Viewer Web Part. When i switch to Native mode i want to configure the web part to use the report created with SQL Server Bussiness Intelligence Dev Studio and deployed on <a href="http://localhost:808/ReportServer" rel="nofollow ugc">http://localhost:808/ReportServer</a>. (IS THERE ANY WAY SO THAT I CAN EXPORT AND IMPORT ALL .RDL FILE FROM <a href="http://localhost:808/ReportServer" rel="nofollow ugc">http://localhost:808/ReportServer</a> to <a href="http://localhost/ReportServer" rel="nofollow ugc">http://localhost/ReportServer</a>)  </p>
<p>I AM NOT ABLE TO CONFIGURE WEB PART WHEN I AM IN NATIVE MODE i.e giving path of .RDL in report textbox throw a error saying &#8220;Item not found&#8221; i tried all combination. THIS can be related to datasource not reading in .RDL file in native mode while confuring report viewer web part.</p>
<p><a href="http://localhost:808/ReportServer" rel="nofollow ugc">http://localhost:808/ReportServer</a> (Report Server) </p>
<p><a href="http://localhost/ReportServer" rel="nofollow ugc">http://localhost/ReportServer</a> (SharePoint Mode) (Default Top Level Site)</p>
<p>3) LAST : I want to create a .RDL file report from the data in sharepoint, say lists or news etc. So when creating a RDL file how can i connect to sharepoint database. I read some where that in previous release they used to DATA EXTENSIONS and get the data from list in sharepoint with something like http://<servername>/<sitename>/List=Announcement when creating RDL file. Is the alternative in new release to create the report based on sharpoint list data.</p>
<p>Thanks and i would really appreciate your help<br />
</sitename></servername></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tlachev		</title>
		<link>https://prologika.com/ssrs-sharepoint-integration-in-sp2-the-good-the-bad-and-the-ugly/#comment-67</link>

		<dc:creator><![CDATA[tlachev]]></dc:creator>
		<pubDate>Thu, 30 Nov 2006 14:42:37 +0000</pubDate>
		<guid isPermaLink="false">/CS/blogs/blog/archive/2006/11/25/SSRS_2D00_SharePoint-Integration-in-SP2-_2800_the-Good_2C00_-the-Bad_2C00_-and-the-Ugly_2900_.aspx#comment-67</guid>

					<description><![CDATA[Once in SPS mode, the Report Server security falls back on the SharePoint security model. So, I don&#039;t think you can have RS configured for custom security. Instead, use the SPS forms authentication security.]]></description>
			<content:encoded><![CDATA[<p>Once in SPS mode, the Report Server security falls back on the SharePoint security model. So, I don&#8217;t think you can have RS configured for custom security. Instead, use the SPS forms authentication security.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tspascoal		</title>
		<link>https://prologika.com/ssrs-sharepoint-integration-in-sp2-the-good-the-bad-and-the-ugly/#comment-66</link>

		<dc:creator><![CDATA[tspascoal]]></dc:creator>
		<pubDate>Wed, 29 Nov 2006 02:15:44 +0000</pubDate>
		<guid isPermaLink="false">/CS/blogs/blog/archive/2006/11/25/SSRS_2D00_SharePoint-Integration-in-SP2-_2800_the-Good_2C00_-the-Bad_2C00_-and-the-Ugly_2900_.aspx#comment-66</guid>

					<description><![CDATA[What are the implications for extensions? namely custom security extensions

tanks]]></description>
			<content:encoded><![CDATA[<p>What are the implications for extensions? namely custom security extensions</p>
<p>tanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
