Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!
all groups > sql server reporting services > february 2006 >

sql server reporting services : SQL Server Reporting Services is not Starting


Johan VdB
2/23/2006 2:46:27 AM
I have installed MS SQL server 2005 express edition on a windows xp
installation.
But the SQL Server Reporting Service will not start. I get the folowing
error message :
System.ServiceProcess.TimeoutException: Time out has expired and the
operation has not been completed.
at
System.ServiceProcess.ServiceController.WaitForStatus(ServiceControllerStatus
desiredStatus, TimeSpan timeout)
at
ReportServicesConfigUI.Panels.ServerInformationPanel.StartStopServiceTask(Boolean start)

JonOfAllTrades
5/1/2006 6:34:02 AM
[quoted text, click to view]

I have that same problem, with SQL Server 2005 on a Windows 2000 Server.
Were you able to fix it? I can't find anything helpful through Google, these
newsgroups, or the docs. The service logs in as LocalSystem. The rest of
Phil Lertora
5/18/2006 6:29:25 AM
Make sure you have an [computer_name]\ASPNET account on the computer.

I had the same error message after loading only SQL Server 2005 without
first having IIS installed.

[quoted text, click to view]
JonOfAllTrades
5/25/2006 8:12:02 AM
[quoted text, click to view]

Thank you for replying, Phil. The machine does have an ASPNET account, but
the service is set to use Local System. Does it still use ASPNET? Does
ASPNET need to have specific privileges?

This is the error message in the RS configuration tool:
System.ServiceProcess.TimeoutException: Time out has expired and the
operation has not been completed.
at
System.ServiceProcess.ServiceController.WaitForStatus(ServiceControllerStatus
desiredStatus, TimeSpan timeout)
at
ReportServicesConfigUI.Panels.ServerInformationPanel.StartStopServiceTask(Boolean start)

The event log has these three errors (earlier to later):
Event ID: 121
The Remote Procedure Call (RPC) service failed to start.

Event ID: 0
Service cannot be started.
Microsoft.ReportingServices.Diagnostics.Utilities.UnknownUserNameException:
The user or group name 'DIMRS1\ASPNET' is not recognized.
at Microsoft.ReportingServices.Library.Native.NameToSid(String name)
at
Microsoft.ReportingServices.Library.ServiceAppDomainController.StartRPCServer(Boolean firstTime)
at
Microsoft.ReportingServices.Library.ServiceAppDomainController.Start(Boolean
firstTime)
at Microsoft.ReportingServices.NTService.ReportService.OnStart(String[]
args)
at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object
state)

Event ID: 107
Report Server Windows Service (DIRESEARCH) cannot connect to the report
server database.

This certainly makes it look like ASPNET is the problem. It DOES exist. I
Naresh
6/6/2006 2:42:55 PM
I think it has something to do with the Exchange server IS....
[quoted text, click to view]
Nilav Baran Ghosh
10/26/2008 11:04:19 AM
This error occurs when the ASPNET account is not registered.

just do the following..

GO to c:\windows\microsoft.net\framework\v2.0.50727>

run the command.... "aspnet_regiis -i"

Now try starting the Reporting service..

U will succeed


From http://www.developmentnow.com/g/115_2006_2_0_0_703530/SQL-Server-Reporting-Services-is-not-Starting.htm

Posted via DevelopmentNow.com Groups
Ken
2/26/2009 6:51:14 PM
Hi guys,

Has anyone of you encountered something as below. I could not start the reporting services. Can anyone advice me on what to do? Thanks alot

Event Type: Error
Event Source: SQL Server Report Service
Event Category: None
Event ID: 0
Date: 27-Feb-2009
Time: 10:26:50 AM
User: N/A
Computer: MY-HQ-APP-1
Description:
Service cannot be started. Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. See the report server log files for more information. ---> System.Exception: An error occurred while parsing the configuration file. The Type element is missing.
at Microsoft.ReportingServices.Diagnostics.RSConfiguration.ThrowElementMissing(String element)
at Microsoft.ReportingServices.Diagnostics.ExtensionsConfiguration.ParseExtensionElementType(XmlNode child, Extension& extension)
at Microsoft.ReportingServices.Diagnostics.ExtensionsConfiguration.ParseExtensionElement(XmlNode child, Extension& extension, String childName)
at Microsoft.ReportingServices.Diagnostics.ExtensionsConfiguration.ParseDataExtensions(XmlNode child, ExtensionArray array)
at Microsoft.ReportingServices.Diagnostics.ExtensionsConfiguration.ParseExtensions(XmlNode child, ExtensionArray array)
at Microsoft.ReportingServices.Diagnostics.ExtensionsConfiguration.ParseXML(XmlN...

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.


From http://www.developmentnow.com/g/115_2006_2_0_0_703530/SQL-Server-Reporting-Services-is-not-Starting.htm

Posted via DevelopmentNow.com Groups
Bin
1/27/2010 2:40:47 PM
If you are using LocalSystem as reporting service account, try this one:
http://support.microsoft.com/kb/907267



From http://www.developmentnow.com/g/115_2006_2_0_0_703530/SQL-Server-Reporting-Services-is-not-Starting.htm

Posted via DevelopmentNow.com Groups
AddThis Social Bookmark Button