hi
when i try to use Reporting Services to render a report from aspx page
(web app) (vb.net) by usingReportingServices.dll (by add referennces)
i am not using (web referennces)
i get this erorr :
==================
System.Web.Services.Protocols.SoapException: The permissions granted to user 'NT AUTHORITY\NETWORK SERVICE' are insufficient for performing this operation. > Microsoft.ReportingServices.Diagnostics.Utilities.RSException .
note:
=====
- i have windows 2003 server ent.
- sql 2000 sp3 .
- MS Reporting Services 2000 sp2 .
- i am login as administrator .
pls tell me what i can do ?
thank you all
Hi,
as you did not post any code, I can give you a common suggestion. If you use impersonation, you will have to use the credentials of the actual user and add it to the instantiated proxy of the webservice. This will make the call to the webservice under the credentials and the permissions of the impersonated user.
HTH, Jens K. Suessmeyer.
http://www.sqlserver2005.de
No comments:
Post a Comment