Tuesday, March 27, 2012

Access denied

I'm using SQL Server 2000, and tried to install Reporting Services. After the install completed, I got a message that stated "Setup could not initiate the report server. You must manually initialize the report server...."

I tried a few things such as rsactivate and rsconfig, but I always receive the same error when accessing the Report webpage:

Access is denied.

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.ApplicationException: Access is denied.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


Stack Trace:

[ApplicationException: Access is denied. ] System.Security.Principal.WindowsIdentity._ResolveIdentity(IntPtr userToken) +0 System.Security.Principal.WindowsIdentity.get_Name() +71 Microsoft.ReportingServices.UI.GlobalApp.Application_AuthenticateRequest(Object sender, EventArgs e) System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87

Does anyone know how to resolve this issue?

Jeff

Run aspnet_regiis.exe -i from the windows\microsoft .net Framework\v1.1.4322 folder.

-Lukasz

|||

Thank you. Now I am receiving the following:

Server Error in '/Reports' Application.

Event source Report Manager does not exist.

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: Microsoft.ReportingServices.Diagnostics.Utilities.EventLogSourceNotFound: Event source Report Manager does not exist.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


Stack Trace:

[EventLogSourceNotFound: Event source Report Manager does not exist.] Microsoft.ReportingServices.Diagnostics.Utilities.RSEventLog.Init() Microsoft.ReportingServices.Diagnostics.Globals.Init(RSConfigurationManager configManager, RunningApplication app) Microsoft.ReportingServices.UI.GlobalApp.Application_Start(Object sender, EventArgs e)


Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

|||Use regmon to check if there are some registry access getting denied that is related to event log sources.

No comments:

Post a Comment