NETWORK SERVICE as insufficient permission???
From: Charley Jones (newsgroup_at_nospam)
Date: 09/21/05
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: LogonUser"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 21 Sep 2005 08:39:06 -0700
Have tried to deploy a .Net 2.0 app to a server,
App makes a call to 2005 Report Server to get a list of reports.
App is crashing at:
System.Web.Services.Protocols.SoapException: The permissions granted to user
'NT AUTHORITY\NETWORK SERVICE' are insufficient for performing this
operation. --->
Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The
permissions granted to user 'NT AUTHORITY\NETWORK SERVICE' are insufficient
for performing this operation.
at Microsoft.ReportingServices.Library.ListChildrenAction.PerformActionNow()
at Microsoft.ReportingServices.Library.RSSoapAction.Execute()
at
Microsoft.ReportingServices.WebServer.ReportingService.ListChildren(String
Item, Boolean Recursive, CatalogItem[]& CatalogItems)
--- End of inner exception stack trace ---
at
Microsoft.ReportingServices.WebServer.ReportingService.ListChildren(String
Item, Boolean Recursive, CatalogItem[]& CatalogItems)
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.Web.Services.Protocols.SoapException:
System.Web.Services.Protocols.SoapException: The permissions granted to user
'NT AUTHORITY\NETWORK SERVICE' are insufficient for performing this
operation. --->
Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The
permissions granted to user 'NT AUTHORITY\NETWORK SERVICE' are insufficient
for performing this operation.
at Microsoft.ReportingServices.Library.ListChildrenAction.PerformActionNow()
at Microsoft.ReportingServices.Library.RSSoapAction.Execute()
at
Microsoft.ReportingServices.WebServer.ReportingService.ListChildren(String
Item, Boolean Recursive, CatalogItem[]& CatalogItems)
--- End of inner exception stack trace ---
at
Microsoft.ReportingServices.WebServer.ReportingService.ListChildren(String
Item, Boolean Recursive, CatalogItem[]& CatalogItems)
Source Error:
Line 12: oRs.Credentials =
System.Net.CredentialCache.DefaultCredentials
Line 13: Dim sPath As String =
ConfigurationManager.AppSettings("ReportPath").ToString
Line 14: Dim oCatalog As wsRS.CatalogItem() =
oRs.ListChildren(sPath, True)
Line 15: For Each oItem As wsRS.CatalogItem In oCatalog
Line 16: If oItem.Type = wsRS.ItemTypeEnum.Report Then _
So it looks like I have two problems.
Any responses greatly appreciated!!!
(Note, you're not seeing double,
I posted this as a 2nd half of another problem,
No response to either yet, so I thought I'd try a separate post...)
-- CRJ A+, MOUS, MCP, MCSA, MCSE, MCDBA, MCAD
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: LogonUser"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|