SSRS Connenction Issue
SSRS for some reason not shown in the event viewer, stopped working over the weekend. There was a MS Office uninstall/reinstall done on Friday.
As of today morning, we started seeing 404 errors when connecting via a web browser. In IIS Manager I had to set ASP.NET v4.0 to Allow. The error now reads "Could not find permission set named ASP.Net"
Any ideas?
- Vimal
July 6th, 2010 6:59pm
Here is the respective error in the event viewer.
Event code: 3008
Event message: A configuration error has occurred.
Event time: 7/6/2010 10:51:48 AM
Event time (UTC): 7/6/2010 3:51:48 PM
Event ID: 88dd534f1b8441eaae8dfdbf394b0580
Event sequence: 1
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/root/ReportServer-14-129229051080750685
Trust level:
Application Virtual Path: /ReportServer
Application Path: C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\
Machine name: SERVSQL1
Process information:
Process ID: 7144
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: ConfigurationErrorsException
Exception message: Could not find permission set named 'ASP.Net'.
at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters) at System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags, PolicyLevel
policyLevel, Exception appDomainCreationException)
Request information:
Request URL: http://localhost/ReportServer/
Request path: /ReportServer/
User host address: 127.0.0.1
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 5
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags, PolicyLevel policyLevel, Exception appDomainCreationException)
Free Windows Admin Tool Kit Click here and download it now
July 6th, 2010 7:02pm
Hi Vimal,
Open Reporting Services configuration manager and check if any settings are not configured, especially in the "Web Services Identity" page. If they are all right, if possible, post the web.config content of your report server, which is default stored
at C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer.
thanks,
Jerry
July 8th, 2010 8:41am
The log posted by Vimal is the exact error I am getting when I try to run the ASP .net 4.0 website in IE. It runs correctly in
VS2010. Please help...
It is showing general error as :
Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
and in event log it is showing :
Log Name: Application
Source: ASP.NET 4.0.30319.0
Date: 3/16/2011 4:40:21 PM
Event ID: 1310
Task Category: Web Event
Level: Warning
Keywords: Classic
User: N/A
Computer: VSTS_2010
Description:
Event code: 3008
Event message: A configuration error has occurred.
Event time: 3/16/2011 4:40:21 PM
Event time (UTC): 3/16/2011 11:10:21 AM
Event ID: 49b6dde221f44683975076be0e1145c1
Event sequence: 1
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/ROOT/..-1-129447474217600833
Trust level:
Application Virtual Path: /..
Application Path: E:\...\Module\Admin\
Machine name: VSTF_2010
Process information:
Process ID: 6008
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: ConfigurationErrorsException
Exception message: Could not find permission set named 'ASP.Net'.
at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters) at System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags,
PolicyLevel policyLevel, Exception appDomainCreationException)
Request information:
Request URL:
http://localhost/WsmartServer/Default.aspx
Request path: /WsmartServer/Default.aspx
User host address: 127.0.0.1
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 3
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags, PolicyLevel policyLevel, Exception appDomainCreationException)
Custom event details:
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASP.NET 4.0.30319.0" />
<EventID Qualifiers="32768">1310</EventID>
<Level>3</Level>
<Task>3</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2011-03-16T11:10:21.000Z" />
<EventRecordID>652676</EventRecordID>
<Channel>Application</Channel>
<Computer>VSTS_2010</Computer>
<Security />
</System>
<EventData>
<Data>3008</Data>
<Data>A configuration error has occurred.</Data>
<Data>3/16/2011 4:40:21 PM</Data>
<Data>3/16/2011 11:10:21 AM</Data>
<Data>49b6dde221f44683975076be0e1145c1</Data>
<Data>1</Data>
<Data>1</Data>
<Data>0</Data>
<Data>/LM/W3SVC/1/ROOT/..-1-129447474217600833</Data>
<Data>
</Data>
<Data>/WsmartServer</Data>
<Data>E:\..\Module\Admin\</Data>
<Data>VSTF_2010</Data>
<Data>
</Data>
<Data>6008</Data>
<Data>w3wp.exe</Data>
<Data>NT AUTHORITY\NETWORK SERVICE</Data>
<Data>ConfigurationErrorsException</Data>
<Data>Could not find permission set named 'ASP.Net'.
at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters) at System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags,
PolicyLevel policyLevel, Exception appDomainCreationException)
</Data>
<Data>http://localhost/../Default.aspx</Data>
<Data>/../Default.aspx</Data>
<Data>127.0.0.1</Data>
<Data>
</Data>
<Data>False</Data>
<Data>
</Data>
<Data>NT AUTHORITY\NETWORK SERVICE</Data>
<Data>3</Data>
<Data>NT AUTHORITY\NETWORK SERVICE</Data>
<Data>False</Data>
<Data> at System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags, PolicyLevel policyLevel, Exception appDomainCreationException)
</Data>
</EventData>
</Event>
Free Windows Admin Tool Kit Click here and download it now
March 16th, 2011 7:27am


