On my development computer, I have SSRS 2005 installed. Currently, I have reporting services turned off, but I'm seeing a lot of errors in DebugView (below). Does anyone know what is causing these errors and how to stop them?
[5296] aspnet_wp!library!5!9/20/2010-10:06:58:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerServiceUnavailableException: The Report Server Windows service 'ReportServer' is not running. The service must be running to use Report Server., ;
[5296] Info: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerServiceUnavailableException: The Report Server Windows service 'ReportServer' is not running. The service must be running to use Report Server.
[5296] aspnet_wp!library!5!9/20/2010-10:06:58:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerDatabaseUnavailableException: The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing., ;
[5296] Info: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerDatabaseUnavailableException: The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerServiceUnavailableException: The Report Server Windows service 'ReportServer' is not running. The service must be running to use Report Server.
[5296] at Microsoft.ReportingServices.Diagnostics.DataProtection.ProtectData(Byte[] unprotectedData, String tag)
[5296] at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
[5296] at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
[5296] --- End of inner exception stack trace ---
[5296] aspnet_wp!runningjobs!5!9/20/2010-10:06:58:: e ERROR: Error in timer Running Requests DB : Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerDatabaseUnavailableException: The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerServiceUnavailableException: The Report Server Windows service 'ReportServer' is not running. The service must be running to use Report Server.
[5296] at Microsoft.ReportingServices.Diagnostics.DataProtection.ProtectData(Byte[] unprotectedData, String tag)
[5296] at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
[5296] at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
[5296] --- End of inner exception stack trace ---
[5296] at Microsoft.ReportingServices.Library.RunningJobsDb.GetMyRunningJobs()
[5296] at Microsoft.ReportingServices.Library.RunningJobDbTimer.DoTimerAction()
[5296] at Microsoft.ReportingServices.Diagnostics.TimerActionBase.TimerAction(Object unused)