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

Dan*_*ake 11 ssrs-2008

我已经在我的PC上安装了SQl Server 2008 Reporting服务,但是当我尝试访问Report Manager URL时

(http://localhost/Reports) 
Run Code Online (Sandbox Code Playgroud)

我首先被提示登录,然后在几次尝试后我最终在一个空白屏幕.

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

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

我已经按照第4步的步骤进行了操作.我没有被重定向

http://localhost/Reports/Pages/Folder.aspx.
Run Code Online (Sandbox Code Playgroud)

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

任何建议和帮助将不胜感激.

谢谢

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

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

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

Dan*_*ake 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!!
Run Code Online (Sandbox Code Playgroud)

  • 这对我有用.删除"int".来自Daniel的网址,否则您将收到证书错误.然而,Dana_Working的帖子就是钱.我还有一个额外的步骤,即添加密码到我的管理员帐户,否则你无法登录到ReportManager页面(密码为空).修改它然后您可以登录,然后将您的主帐户添加到站点安全性和作为内容管理器的文件夹属性下.为什么这么常规的任务变得如此困难?微软? (3认同)