RS installation
I tried to install RS Standard Edition on my win2k server(sp4) with MS SQl 2000 (sp3) Standard Edition. Howerver, I got the following exception when I tried to access Report Manager via "http://servername/reports" after RS was installed.
Microsoft.ReportingServices.Diagnostics.Utilities. EventLogSourceNotFound: Event source Report Server does not exist.
I double-checked the RS windows service and restarted it several times to make sure it was running. I also tried to restart the machine and even reinstall RS. But I got the same error every time.
The Windows Event Log says the ReportServer Service is activated.
The following are part of the contents in ReportServer log:
<Header>
<Product>Microsoft SQL Server Reporting Services Version 8.00.878.00</Product>
<Locale>en-US</Locale>
<TimeZone>Eastern Daylight Time</TimeZone>
<Path>C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\LogFiles\ReportServer__04_25_2005_00_00_1 5.log</Path>
<SystemName>WEB</SystemName>
<OSName>Microsoft Windows NT 5.0.2195.0</OSName>
<OSVersion>5.0.2195.0</OSVersion>
</Header>
aspnet_wp!library!1040!4/25/2005-00:00:15:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities. InternalCatalogException: An internal error occurred on the report server. See the error log for more details., Error getting running jobs;
Info: Microsoft.ReportingServices.Diagnostics.Utilities. InternalCatalogException: An internal error occurred on the report server. See the error log for more details. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.ReportingServices.Library.ConnectionMana ger.OpenConnection()
at Microsoft.ReportingServices.Library.ConnectionMana ger.ConnectStorage()
at Microsoft.ReportingServices.Library.ConnectionMana ger.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionMana ger.get_Connection()
at Microsoft.ReportingServices.Library.RunningJobsDb. GetMyRunningJobs()
--- End of inner exception stack trace ---
aspnet_wp!library!1040!4/25/2005-00:00:15:: e ERROR: Connection close failed. Exception thrown: System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.ReportingServices.Library.ConnectionMana ger.DisconnectStorage()
aspnet_wp!library!1040!4/25/2005-00:00:15:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities. InternalCatalogException: An internal error occurred on the report server. See the error log for more details., Error doing timer action for Running Requests DB;
Info: Microsoft.ReportingServices.Diagnostics.Utilities. InternalCatalogException: An internal error occurred on the report server. See the error log for more details. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.ReportingServices.Library.ConnectionMana ger.DisconnectStorage()
at Microsoft.ReportingServices.Library.RunningJobsDb. GetMyRunningJobs()
at Microsoft.ReportingServices.Library.RunningJobDbTi mer.DoTimerAction()
at Microsoft.ReportingServices.Diagnostics.TimerActio nBase.TimerAction(Object unused)
--- End of inner exception stack trace ---
aspnet_wp!library!ebc!4/25/2005-00:01:15:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities. InternalCatalogException: An internal error occurred on the report server. See the error log for more details., Error getting running jobs;
Info: Microsoft.ReportingServices.Diagnostics.Utilities. InternalCatalogException: An internal error occurred on the report server. See the error log for more details. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.ReportingServices.Library.ConnectionMana ger.OpenConnection()
at Microsoft.ReportingServices.Library.ConnectionMana ger.ConnectStorage()
at Microsoft.ReportingServices.Library.ConnectionMana ger.VerifyConnection()
at Microsoft.ReportingServices.Library.ConnectionMana ger.get_Connection()
at Microsoft.ReportingServices.Library.RunningJobsDb. GetMyRunningJobs()
--- End of inner exception stack trace ---
Can anybody help me solve this problem?
Thanks.
|