Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
bubberz
Constraint Violating Yak Guru
289 Posts |
Posted - 2007-09-26 : 13:33:07
|
I'm getting the following error when I try to view a web page with a report viewer control:The permissions granted to user 'NT AUTHORITY\NETWORK SERVICE' are insufficient for performing this operation. (rsAccessDenied) I've tried to add the group on the report server of NT AUTHORITY\NETWORK SERVICE and have a 'browser' role.That didn't work.I've tried to use:<identity impersonate="true" />This just gives me an error of:The permissions granted to user 'servername\username' are insufficient for performing this operation. (rsAccessDenied)...where the username is the Windows user account for anonymous accessI've even given 'servername\username' a group on the report server and a 'browser' role, but I stil get the same error as in bullet #2Any suggestions are welcome. |
|
|
|
|