简体   繁体   English

授予用户IIS APPPOOL \\ ASP.NET v4.0的权限不足以执行此操作。 (rsAccessDenied)

[英]The permissions granted to user IIS APPPOOL\ASP.NET v4.0 are insufficient for performing this operation. (rsAccessDenied)

I am developing ASP.NET (.NET 4) application which is being hosted in IIS 7.0 of our test environment(My same pc). 我正在开发ASP.NET(.NET 4)应用程序,该应用程序托管在我们的测试环境(同一台PC)的IIS 7.0中。

I had developed few simple reports in BIDS and have alredy deployed them on Reporting Server. 我在BIDS中开发了一些简单的报表,并已将它们部署在Reporting Server上。 Now, I have included Report Viewer in my application so user can view those reports which are already deployed on Report Server. 现在,我在应用程序中包括了Report Viewer ,以便用户可以查看那些已经部署在Report Server上的报告。

If I debug the application in my local system, I can view those reports within my application. 如果在本地系统中调试应用程序,则可以在应用程序中查看这些报告。 But when I deploy them in our test web server, whenever anyone (including me) try to access them it gives rsAccessDenied error ... the error message is, 但是,当我将它们部署到测试Web服务器中时,每当有人(包括我在内)尝试访问它们时,都会出现rsAccessDenied error ...错误消息是,

The permissions granted to user IIS APPPOOL\\ASP.NET v4.0 are insufficient for performing this operation. 授予用户IIS APPPOOL \\ ASP.NET v4.0的权限不足以执行此操作。 (rsAccessDenied) (rsAccessDenied)

It seems the pool user account doesn't have necessary permission in the SQLReportServer. 似乎池用户帐户在SQLReportServer中没有必要的权限。

-Create a windows user group in the server and add this user IIS APPPOOL\\ASP.NET v4.0 . -在服务器中创建Windows用户组,然后添加此用户IIS APPPOOL \\ ASP.NET v4.0

-Then make sure windows user group have a login in your database. -然后确保Windows用户组在您的数据库中具有登录名。

-Give this group admin access/ db owner rights to selected reports in your SSRS. -授予该组管理员访问权限/数据库所有者对SSRS中所选报告的权限。

Refer this Link 引用此链接

This error just tell you that the user do not have permission at the reporting service. 此错误只是告诉您用户没有报告服务的权限。 I would try to go to reporting service administration site and set content manager access to that user and check if you still get the permission error. 我将尝试转到Reporting Service管理站点,并为该用户设置内容管理器访问权限,并检查您是否仍然获得权限错误。 Check out this link as well 也查看此链接

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 授予用户“ DOMAIN \\ MY-DESK $”的权限不足以执行此操作。 (rsAccessDenied) - The permissions granted to user 'DOMAIN\MY-DESK$' are insufficient for performing this operation. (rsAccessDenied) 用户“IIS APPPOOL\ASP.NET v4.0”登录失败 - Login failed for user 'IIS APPPOOL\ASP.NET v4.0' 升级到IIS应用程序池ASP.NET V4.0有什么可能的影响? - What are the possible effects of upgrading to IIS Application Pool ASP.NET V4.0? 如何在Windows Azure上禁用ASP.NET v4.0无扩展URL功能 - How to Disable the ASP.NET v4.0 Extensionless URL feature on Windows Azure VS2008上的“无法在对象浏览器中查看此项目”-ASP.NET C#v4.0 - “This project cannot be viewed in object browser” on VS2008 - ASP.NET C# v4.0 如何在asp.net(v4.0)中创建cron作业以每30分钟运行一次方法 - how to create cron job in asp.net(v4.0) to run method every 30mins 用户 'IIS APPPOOL\test.bata.com' 登录失败。 从 ASP.NET 启动 ASP.NET 核心应用程序时 - Login failed for user 'IIS APPPOOL\test.bata.com'. when launching ASP.NET Core application from ASP.NET ASP.NET Core 2,IIS AppPool崩溃并停止 - ASP.NET Core 2, IIS AppPool crashes and stops IIS asp.net 4.0,上传到服务器/用户权限编写 - IIS asp.net 4.0, upload to server / user rights to write 在ASP.NET 4.0中执行冗长的功能 - Performing Lengthy Functions in ASP.NET 4.0
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM