English 中文(简体)
Cannot Access to the Reporting Services Report Manager
原标题:Cannot access the Reporting Services Report Manager

I m having a problem setting up Reporting Services with SQL Server 2008 R2 on a Windows Server 2008 R2 Standard machine.

  • The Windows user account I use is an Administrator.
  • Report Server Service account : Network Service.
  • Web Service URL s IP Address/Port : 172.18.200.18:8080.

然后,我通过报告服务配置管理员(数据库和软件;测试链接=和;测试连接接连)与报告Server DB建立联系。

When trying to access the Report Manager (http://172.18.200.18:8080/Reports), this is the error I get:

User  DOMAINuser  does not have required permissions. Verify that sufficient
permissions have been granted and Windows User Account Control (UAC)
restrictions have been addressed.

Most of the time, this is because of IE not running as an Administrator.
So I restart IE as an Administrator. Same error.

问题回答

I had the same issue, I wasn t able to access my report manager and here is what I did.

  1. Open IE as an admin
  2. 在工具/因特网备选方案/安全/托管地点,加上这一点

    以及

    www.un.org/Depts/DGACM/index_spanish.htm

  3. Disable UAC on my machine & update a registry key (you need to update the registry to disable the UAC). (http://blogs.msdn.com/b/hyperyash/archive/2012/07/18/disabling-user-account-control-in-windows-8.aspx)

Once you are done with the above steps restart the machine and bingo you could now access
http://<Mymachinename>/reports

Once you can access your reports URL, add your user account to the "site settings" and "folder settings".

Enable the UAC & set the registry settings value back to "1" (check the link above).

Hope this helps.





相关问题
An error has Occurred During Report proccesing

When I m running the report I m getting that message above. The Report Works fine when I press the "Run Report" Button but I want also to avoid that annoying message that appears when the page loads. ...

Reporting services only displaying the last row

I have built a report pretty basic just a table wiht 45 rows of data. Problem is its only showing one row of data and its the last row. It displays just fine in the dataset and proc. any ...

Show Parameters for Reports In SSRS

I m developing an SSRS in Visual Studio BIDS. In it, I have a link that links to another report (report A). Report A has 4 parameters (dates). When I click on that link, it goes to report A fine, but ...

How to add group, or page field in an existing .rdl report

I have several .rdl reports designed for our client. However, they need new ones, that are relatively similar to the old ones. Differences are in the "group" and "page fields" (these can be changed ...

Report rendering using SSRS in Google Chrome

Hey, In our project, we use SSRS integrated with asp.net forms to render reports. The report looks good in IE. when it comes to google chrome, there re some issues we face such as date picker not ...

热门标签