Solution for When browse http://xxx/ReportServer Show Error (rsAccessDenied)
2487 단어 Access
Issue:
Reporting Services Error
The permissions granted to user 'IDEAAM\William' are insufficient for performing this operation. (rsAccessDenied) Get Online Help
--------------------------------------------------------------------------------
Solution:
Here's what to do:
1.Make sure you have access configured to the URL http://localhost/reports using the SQL Reporting Services Configuration. To do this:
1.Open Reporting Services Configuration Manager -> then connect to the report server instance -> then click on Report Manager URL.
2.In the Report Manager URL page, click the Advanced button -> then in the Multiple Identities for Report Manager, click Add.
3.In the Add a Report Manager HTTP URL popup box, select Host Header and type in: localhost
4.Click OK to save your changes.
2.Now start/ run Internet Explorer using Run as Administator...
◦NOTE: If you don't see the 'Site Settings' link in the top left corner while at http://localhost/reports it is probably because you aren't running IE as an Administator or you haven't assigned your computers 'domain\username' to the reporting services roles, see how to do this in the next few steps.
3.Then go to: http://localhost/reports (you may have to login with your Computer's username and password)
4.You should now be directed to the Home page of SQL Server Reporting Services here: http://localhost/Reports/Pages/Folder.aspx
5.From the Home page, click the Properties tab, then click New Role Assignment
6.In the Group or user name textbox, add the 'domain\username' which was in the error message (in my case, I added: DOUGDELL3-PC\DOUGDELL3 for the 'domain\username', in your case you can find the domain\username for your computer in the rsAccessDenied error message).
7.Now check all the checkboxes; Browser, Content Manager, My Reports, Publisher, Report Builder, and then click OK.
8.You're domain\username should now be assigned to the Roles that will give you access to deploy your reports to the Report Server. If you're using Visual Studio or SQL Server Business Intelligence Development Studio to deploy your reports to your local reports server, you should now be able to.
9.Hopefully, that helps you solve your Reports Server rsAccessDenied error message...
Just to let you know this tutorial was done on a Windows 7 computer with SQL Server Reporting Services 2008.
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Access 사용 요약DataSource만 지정하면 됩니다.Data 디렉토리.Asp.net의 이런 방식은 우리로 하여금 상대적인 경로로 데이터베이스 파일의 위치를 지정하는 데 매우 편리하게 할 수 있다.여기서 Provider는 Oledb...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.