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]
# 1

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

shamim at 2007-10-2 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...
# 2
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.
YaleiWang-MS at 2007-10-2 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...
# 3
Many thanks for the suggestion.. It worked.. Thanks again
UMI20 at 2007-10-2 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...
# 4

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

WebExplorer at 2007-10-2 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...
# 5

this resolve my problem.

<authentication mode="Windows"/>

<identity impersonate="true" />

in this site is the answers:

http://blogs.msdn.com/swisowaty/archive/2006/06/05/618087.aspx

lessx at 2007-10-2 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...
# 6

Thanks a lot.

That one finally helped.

MaximLangman at 2007-10-2 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...

SQL Server

Site Classified