Permission granted to Current User is not sufficient to access the report
I have two server, one is for Report Sever and another one is application server. Both have administrative credential so when i deploy my code and run application and try to access the report i got the permission error
Error Message:
The permissions granted to user 'PNKDC0\WEB01$' are insufficient for performing this operation. ---
Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user 'PNKDC0\WEB01$' are insufficient for performing this operation.Stack Trace: at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at ReportService2010.ReportingService2010.ListChildren(String ItemPath, Boolean Recursive) at Screening.UI.ReportLauncher.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)