 




<?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: Grant users rights to run reports on reporting services</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/grant-usres-rights-to-run-reports-on-reporting-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/grant-usres-rights-to-run-reports-on-reporting-services/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: cindyfiller</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/grant-usres-rights-to-run-reports-on-reporting-services/#comment-70578</link>
		<dc:creator>cindyfiller</dc:creator>
		<pubDate>Wed, 18 Nov 2009 22:41:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-70578</guid>
		<description><![CDATA[I use the GUI interface in management studio.  I did give execute access to this user and it still didn&#039;t work.  I opened up the stored procedure and noticed that it was creating another view in the procedure.  While the view was in the data warehouse that the user had access to, I did go in and give specific rights to that view also.  But the user still gets the same error.  I have no clue what to try now.]]></description>
		<content:encoded><![CDATA[<p>I use the GUI interface in management studio.  I did give execute access to this user and it still didn&#8217;t work.  I opened up the stored procedure and noticed that it was creating another view in the procedure.  While the view was in the data warehouse that the user had access to, I did go in and give specific rights to that view also.  But the user still gets the same error.  I have no clue what to try now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrdenny</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/grant-usres-rights-to-run-reports-on-reporting-services/#comment-70533</link>
		<dc:creator>mrdenny</dc:creator>
		<pubDate>Tue, 17 Nov 2009 20:57:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-70533</guid>
		<description><![CDATA[You will need to give the users the right to run the stored procedure.

&lt;pre&gt;GRANT EXEC ON YourStoredProcedure TO YourUserOrRole&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>You will need to give the users the right to run the stored procedure.</p>
<pre>GRANT EXEC ON YourStoredProcedure TO YourUserOrRole</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: cindyfiller</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/grant-usres-rights-to-run-reports-on-reporting-services/#comment-70454</link>
		<dc:creator>cindyfiller</dc:creator>
		<pubDate>Mon, 16 Nov 2009 14:21:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-70454</guid>
		<description><![CDATA[Sorry for the delay in responding.  I did find the issue on this.  I have give them public access, but needed to give the users dbread access against the data warehouse.  Users can run all reports except for one.  That one has a stored procedure and users are getting an error message that they don&#039;t have access to the dataset created from the stored procedure.  I&#039;ve gone through and given them the same rights as the data warehouse on the stored procedure, but so far that hasn&#039;t worked.]]></description>
		<content:encoded><![CDATA[<p>Sorry for the delay in responding.  I did find the issue on this.  I have give them public access, but needed to give the users dbread access against the data warehouse.  Users can run all reports except for one.  That one has a stored procedure and users are getting an error message that they don&#8217;t have access to the dataset created from the stored procedure.  I&#8217;ve gone through and given them the same rights as the data warehouse on the stored procedure, but so far that hasn&#8217;t worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrdenny</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/grant-usres-rights-to-run-reports-on-reporting-services/#comment-70158</link>
		<dc:creator>mrdenny</dc:creator>
		<pubDate>Tue, 10 Nov 2009 00:48:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-70158</guid>
		<description><![CDATA[Log into the SQL Server using one of the users accounts and run the query manually.  This should tell you where the problem is coming from.  Or turn on remote errors in the web.config for the report server.]]></description>
		<content:encoded><![CDATA[<p>Log into the SQL Server using one of the users accounts and run the query manually.  This should tell you where the problem is coming from.  Or turn on remote errors in the web.config for the report server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cindyfiller</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/grant-usres-rights-to-run-reports-on-reporting-services/#comment-69854</link>
		<dc:creator>cindyfiller</dc:creator>
		<pubDate>Mon, 02 Nov 2009 20:08:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-69854</guid>
		<description><![CDATA[Sorry for the delay in answering this.  I was out of town.  I did find the spot that I had missed.  In management studio I hadn&#039;t give users the dbreader role.  That seemed to take care of this issue.  But I have one report that I&#039;m still having problems with.  There is a data set created within that report and now users can&#039;t run this because of a security issue with the dataset.  They can run other reports, but not this one.]]></description>
		<content:encoded><![CDATA[<p>Sorry for the delay in answering this.  I was out of town.  I did find the spot that I had missed.  In management studio I hadn&#8217;t give users the dbreader role.  That seemed to take care of this issue.  But I have one report that I&#8217;m still having problems with.  There is a data set created within that report and now users can&#8217;t run this because of a security issue with the dataset.  They can run other reports, but not this one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cindyfiller</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/grant-usres-rights-to-run-reports-on-reporting-services/#comment-69233</link>
		<dc:creator>cindyfiller</dc:creator>
		<pubDate>Mon, 19 Oct 2009 21:37:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-69233</guid>
		<description><![CDATA[Under site settings / system role assignments I&#039;ve added this user as a system user.  That role has the following rights:  execute report definitions, view report server properties, view shared schedules.  All of the other options have to do with Managing and I didn&#039;t feel she needed those rights.]]></description>
		<content:encoded><![CDATA[<p>Under site settings / system role assignments I&#8217;ve added this user as a system user.  That role has the following rights:  execute report definitions, view report server properties, view shared schedules.  All of the other options have to do with Managing and I didn&#8217;t feel she needed those rights.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.012 seconds using memcached
Object Caching 338/341 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 01:42:01 -->