无法在Reporting Services配置管理器中访问报表管理器URL

时间:2011-04-13 14:53:53

标签: ssrs-2008

我已经在我的PC上安装了SQl Server 2008报告服务,但是当我尝试访问报告管理器URL时

(http://localhost/Reports) 

我首先被提示登录,然后经过多次尝试后,我最终都是空白屏幕。

我不知道它是否是权限,甚至是设置不完整的基本内容。

到目前为止,我发现的最佳链接是这个页面:
http://www.gotknowhow.com/articles/reportserver-permissions-granted-are-insufficient-for-performing-this-operation-rsaccessdenied

我已经按照步骤进行了第4步。我没有被重定向到

http://localhost/Reports/Pages/Folder.aspx.

手动键入URL会在IE中显示空白页面,但我在Firefox中遇到xml解析错误。

非常感谢任何建议和帮助。

由于

一些其他信息。使用Business Intelligence Design Studio时,我可以部署数据源和报告,并且输出窗口报告成功。

更多信息: 我以管理员身份登录我的计算机。 我已经安装了MS Sql Server 2008 RS(标准版)

我已经走到了尽头。无法再进一步了。我见过的几乎所有内容都表明问题与不是管理员有关,但我是。

3 个答案:

答案 0 :(得分:13)

并非所有管理员都是平等的。我最近买了一台新PC并设置了一个“管理员”帐户。

本文解释了启用真正的“管理员”需要做些什么。一旦他在那里,我以前的帐户显然是一个“管理员”,恢复了标准用户,并解决了难题。

http://social.msdn.microsoft.com/Forums/en/sqlreportingservices/thread/7f477018-aa14-4db0-8989-ce763b122a2a

真正帮助我的评论是'dana_working'的评论。如果文章被删除,我已经完全重新制作了它。

Hi,

I don't know if the OP solved his issue or not, but I had the same problem and 
after banging my head against my desk for two days thought I would share what 
worked for me.
One caveat - I did try a number of things before hitting on what worked for me, 
and there may be something else I did along the way that was also necessary 
(though not sufficient).  I did not make any registry or direct .config changes:

System setup:  Windows 7 64-bit Home Premium; AMD processor; SQL Server Express 2008 R2;   
just running this stuff on my machine for development purposes.

Symptoms:  Could not get the URLs in Report Services Configuration Manager to work, 
even though it was all working fine on a Vista system I set up a few months ago.  
I have administrator priveleges.  I tried opening IE as administrator, authorizing 
my login in various ways through the configuration manager but just could not get in.    
It is not possible, btw, to manage the report server grough SSMS in the Express 
version.  You need to find a way into Report Manager with the URL.

Crux/Solution:  Basically, my administrator account was not THE administrator 
account for the computer; THE administrator (which is hidden) is different than 
having administrator rights.  So the following steps worked to fix the issue 
for me:

I authorized the "hidden Administrator" account.  In Home Premium edition I did 
this by opening a command prompt "as administrator" and entering net user 
administrator /active:yes

From what I've read, this can be done through control panel with higher 
versions of Windows 7.

Log off and voila there is another user now besides yourself.  
Logon now as Administrator

Open IE "as administrator" and go to http://servername/Reports_SQLEXPRESS url.  
I was able to log in at this point.

Once in Report Manager, I authorized my regular Windows account with all 
privileges.  I did this in two locations - maybe someone can explain the 
difference between the two.

Click upper right for "Site Settings"; "Security"; Add yourself as New 
Role as a Site Administrator - you can do this following the steps outlined 
in reply Jin Chen above.

I also found I needed to go back to "Home"; "Folder Settings"; Add yourself 
as New Role with Content Manager as outlined above by MustafaH.
Apply, save, etc.; log out; go back to your regular logon; 
open IE "as administrator" (not sure if that's necessary but I did it anyway) 
and go to the URL, log on with your id, saving credentials.

You now can get into Report Manager just opening IE and going to the URL's;  
Deployment from Bus Intelligence Studio works now too.

Good luck!!

答案 1 :(得分:1)

尝试在服务器上创建新的本地用户,并将其添加到Administrators组。

然后,浏览到报告管理器URL,当系统提示您输入凭据时,请输入您用于新本地用户的凭据。

这应该允许您访问报表管理器。为我工作!

答案 2 :(得分:0)

我之前遇到过同样的问题而且我也陷入困境。我不是专家,只是SSRS的初学者,但想分享我的exp。在这里,如果它可以帮助某人。在我的情况下的问题是我没有设置特定登录到Hom页面(ROOT)的权限,导致登录结束给出空白页面。当您不提供对应该调用这些报告的登录的访问权限时,赋予报告和子目录的权限将不起作用。

检查报告服务器网址主页中的权限。