error (rsAccessDenied) - ''NT AUTHORITY\NETWORK SERVICE'' are insufficient
I have created a report using Microsoft Sql Server 2005 Reporting in my ASP.NET 2.0 Web application. It is succesfully running on the server itself on which I have created. But when I am trying to access it from my client machine by typing URL in the IE6 it gives me following error.
"The permissions granted to user 'NT AUTHORITY\NETWORK SERVICE' are insufficient for performing this operation. (rsAccessDenied) "
Dont know how to solve this problem.
[501 byte] By [
UMI20] at [2008-1-7]
Hi
You should go to the reports manager (http://servername/reports)
And go to the property tab and create a new group with name
BUILTIN\Users
And in the role assignment tick browser role
If you want the access check against the logon user on the client machine, then this is an impersonation problem. I don't know how your web app interact with report server. If you can give out a little bit more info on this, e.g. are they on the same machine, how do you talk to report server (throught soap or url access) etc, maybe I can help.
Hi,
I encountered the same problem. I have created the user groups and added my domain username as well. I have also assigned the role of Content manager and Browser
Apart from that I have give the administrator / ReportServer rights to the ASPNET Users as well
Still the report manager failes with insufficient permissions
can anyone help me in this issue
Regards,
Evan