﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Reporting Services / Reporting Services 2008 Administration  / Reports won't run from client computers but works fine from Report Server / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sun, 19 May 2013 20:07:06 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Reports won't run from client computers but works fine from Report Server</title><link>http://www.sqlservercentral.com/Forums/Topic1360801-1632-1.aspx</link><description>Have you checked the port number .The rport manager URl can be found in the reportig services configuation manager . If you look there will be a port number assigned to it. Make sure to copy paste the URL as it is into the remote machine browser.</description><pubDate>Sat, 19 Jan 2013 06:04:31 GMT</pubDate><dc:creator>Jayanth_Kurup</dc:creator></item><item><title>RE: Reports won't run from client computers but works fine from Report Server</title><link>http://www.sqlservercentral.com/Forums/Topic1360801-1632-1.aspx</link><description>Thank you very much for replybut the problem is that i can't even see the web page from the other PC</description><pubDate>Sat, 19 Jan 2013 05:57:42 GMT</pubDate><dc:creator>abdonabil</dc:creator></item><item><title>RE: Reports won't run from client computers but works fine from Report Server</title><link>http://www.sqlservercentral.com/Forums/Topic1360801-1632-1.aspx</link><description>Could you try this and let me know what happens Create a SQL account and grant it permsisions on the database.Modify the connection string in the datasoruce for the report to use the SQL Authenticated account.(choose the option where credentials are stored securely on the report server).If you have user accounts that should be able to access the report from another system , grant them permissions within SSRS Report manager and on the indivigual reports.</description><pubDate>Sat, 19 Jan 2013 05:04:50 GMT</pubDate><dc:creator>Jayanth_Kurup</dc:creator></item><item><title>RE: Reports won't run from client computers but works fine from Report Server</title><link>http://www.sqlservercentral.com/Forums/Topic1360801-1632-1.aspx</link><description>Please Every oneI'm very New In SSRSand i really have this problem but i didn't understand any thing :(Can any one help me and tell me in detail what to doP.S. I Installed every thing and report works on my PC Without any experience and Knowledge  !!:(Thanks</description><pubDate>Sat, 19 Jan 2013 04:50:32 GMT</pubDate><dc:creator>abdonabil</dc:creator></item><item><title>RE: Reports won't run from client computers but works fine from Report Server</title><link>http://www.sqlservercentral.com/Forums/Topic1360801-1632-1.aspx</link><description>This appears to be an easier way to set SPN"s for the service account.http://www.expta.com/2010/02/allowing-service-account-to-manage-its.html</description><pubDate>Wed, 24 Oct 2012 12:05:20 GMT</pubDate><dc:creator>DMarvez</dc:creator></item><item><title>RE: Reports won't run from client computers but works fine from Report Server</title><link>http://www.sqlservercentral.com/Forums/Topic1360801-1632-1.aspx</link><description>Hello,When SSRS components are loaded on a server other than the DB server and you are using Windows authentication for the reports, you'll run into the 'Double Hop', 'Kerberos' issue.Couple of things you'll need to resolve this.Have your domain admin set the SPN's (Service Principal Name) for the domain users running both the SQL Server and SSRS services.We make sure we inlcude the SQL Ports in our entries.Once the SPN's have been set, you'll need to have them update AD to allow these same users delegation.Under Delegation - Check off 'Trust this user for delegation for any service(Kerberos Only)'Under Account - Confirm that the following option is not selected: Account is sensitive and cannot be delegated.Update the RSReportServer.config file as such(Partial copy):&amp;lt;AuthenticationTypes&amp;gt;			&amp;lt;RSWindowsNegotiate /&amp;gt;			&amp;lt;RSWindowsNTLM /&amp;gt;Our notes have a reboot of the servers afterwards.Lot's of info in SSC and on-line regarding this and SPN's and delegation which should help you out.</description><pubDate>Tue, 23 Oct 2012 07:56:25 GMT</pubDate><dc:creator>DMarvez</dc:creator></item><item><title>RE: Reports won't run from client computers but works fine from Report Server</title><link>http://www.sqlservercentral.com/Forums/Topic1360801-1632-1.aspx</link><description>I had the same problem, gave the user the access to where the ssrs is installed as an admin(on the machine) and it worked fine.</description><pubDate>Fri, 21 Sep 2012 15:03:13 GMT</pubDate><dc:creator> sql007</dc:creator></item><item><title>RE: Reports won't run from client computers but works fine from Report Server</title><link>http://www.sqlservercentral.com/Forums/Topic1360801-1632-1.aspx</link><description>I'd have to get a network admin to answer that.  I know just enough about Kerberos to know when it's being a problem, but not enough to solve it.</description><pubDate>Fri, 21 Sep 2012 11:47:23 GMT</pubDate><dc:creator>GSquared</dc:creator></item><item><title>RE: Reports won't run from client computers but works fine from Report Server</title><link>http://www.sqlservercentral.com/Forums/Topic1360801-1632-1.aspx</link><description>Hi GSquared,Thank you very much for your assistance with this.I do have a network admin that I can liaise with, but any changes to the SSRS server will be down to me.I've read about the different authentication options within the RSReportServer.config file.Given that we'll have to be using Kerberos for authentication, would I be right in assuming that I need to change the AuthenticationTypes tab to RSWindowsKerberos as the first step of this?Thanks for your help</description><pubDate>Wed, 19 Sep 2012 06:21:48 GMT</pubDate><dc:creator>Steve Smith-163358</dc:creator></item><item><title>RE: Reports won't run from client computers but works fine from Report Server</title><link>http://www.sqlservercentral.com/Forums/Topic1360801-1632-1.aspx</link><description>Does the report require the user to have Windows authentication, or does it run under the SSRS account?  If the user-account, then what you're probably running into is what's called a double-hop error.Windows authentication can only pass from one machine to one machine.  It can't hop from client to SSRS to SQL.  Kerberos is the way that's usually worked around.You'll want to get with a Windows and network admin to work out how to implement a solution.  Do you have one available, or are you stuck wearing that hat yourself?  (Some DBAs are, of course.)</description><pubDate>Tue, 18 Sep 2012 08:03:30 GMT</pubDate><dc:creator>GSquared</dc:creator></item><item><title>Reports won't run from client computers but works fine from Report Server</title><link>http://www.sqlservercentral.com/Forums/Topic1360801-1632-1.aspx</link><description>Hi,I've written my first report in SSRS 2008R2.It previews fine in Business Intelligence Dev Studio, and deploys without any problems.If I open Internet Explorer on the Report Server itself, I can view the report without any problems.The problem comes when I try to run the report in Internet Explorer on another machine.I've enabled Remote Errors, and receive a 'Login Failed for user DOMAIN\DomainUser' error.I've tried changing the security using a few different methods.I've set Windows Authentication, and have tried specifying my own Windows Account in the Report.But always with the same error.If I set a different account in the Data Source to connect to the report, then that is the error that appears in the 'Login Failed for user' error message.My domain account is able to run the query in SSMS, and works perfectly if I run the report on the Report Server.From other forum posts I've read, it appears that it is to do with the fact that my Report Server is on a different server to the SQL Server hosting my data.I've seen a number of 'potential' solutions, but nothing that I've understood or been able to follow.Can you please give me some information on how to run a report, using Windows Authentication, when the Report Server is on a different Server to the SQL database.Thanks for your help.</description><pubDate>Tue, 18 Sep 2012 07:53:30 GMT</pubDate><dc:creator>Steve Smith-163358</dc:creator></item></channel></rss>