The permissions granted to user ' are insufficient for performing this operation. (rsAccessDenied)"}

前端 未结 21 1107
暖寄归人
暖寄归人 2020-12-04 08:34

I created a report model using SSRS (2005) and published to the local server. But when I tried to run the report for the model I published using report builder I get the fol

相关标签:
21条回答
  • 2020-12-04 09:37

    I have used following steps and it is working for me.

    Open Reporting Services Configuration Manager -> then connect to the report server instance -> then click on Report Manager URL.

    In the Report Manager URL page, click the Advanced button -> then in the Multiple Identities for Report Manager, click Add.

    In the Add a Report Manager HTTP URL popup box, select Host Header and type in: localhost Click OK to save your changes.

    Then:

    1. copied the report server URL
    2. Run Google chrome/Internet Explorer as administrator
    3. Paste URL in address bar and press enter.

    it is working fine for me on Internet Explorer and Google Chrome but not for mozilla Firefox.

    In case of Firefox asking for username and Password I am providing it but it is not working. I am admin and have full right.

    I have done 1 more change set "User Account Control Settings" to never notify.

    If you are getting such type of exception while deploying this report from Visual Studio then do the following things:

    1. Open Google chrome/Internet Explorer with administrator right.
    2. open report server URL in it.

    3.Click on "New Role Assignment" add the then enter the user name and select the Roles .

    1. click ok.
    2. Now deploy the report from Visual studio it will work and deploy the reports at specified server.
    0 讨论(0)
  • 2020-12-04 09:37

    What worked for me was:

    • Go to Site Setting
    • Click on "Configure site-wide security"
    • Click "New Role Assignment" button in top bar
    • Give the new role the following name "Everyone"
    • Of the available roles, grant it "System User" only
    • Click "Apply"

    That should do it,

    Good luck!

    0 讨论(0)
  • 2020-12-04 09:38

    I have SQL2008 / Windows 2008 Enterprise and this is what I had to do to correct the rs.accessdenied, 404, 401 and 503 errors:

    • Added NT Users to SQL Report Server Users and IIS_USR Group
    • I changed SQL Reporting Service to Local account (it was Domain with Local Admin)
    • I deleted encryption key in Reporting Services Configuration (last tab on the list)
    • and THEN it worked.
    0 讨论(0)
提交回复
热议问题