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

前端 未结 21 1172
暖寄归人
暖寄归人 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条回答
  •  旧时难觅i
    2020-12-04 09:23

    The report might want to access a DataSource or DataView where the AD user (or AD group) has insuficcient access rights.

    Make sure you check out the following URLs:

    • http://REPORTSERVERNAME/Reports/Pages/Folder.aspx?ItemPath=%2fDataSources
    • http://REPORTSERVERNAME/Reports/Pages/Folder.aspx?ItemPath=%2fDataSets

    Then choose Folder Settings

    (or the appropriate individual DataSource or DataSet) and select Security. The user group needs to have the Browser permission.

提交回复
热议问题