Please enter search query.
Search <product_name> all support & community content...
Article: 100000735
Last Published: 2025-01-08
Ratings: 1 0
Product(s): Enterprise Vault
Problem
The Enterprise Vault Reporting configuration wizard ends prematurely with a "Miscellaneous Error".
Error Message
The <Enterprise Vault Directory>\evreports\EVDeployReports.log file will log an error indicating that the UrlRoot can't be detected.
[2010/03/02 16:04:20:841] Entered AppClass::GetVirtualDirectoryPath
[2010/03/02 16:04:20:841] Install path of Report Server Config:C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer\RSReportServer.config
[2010/03/02 16:04:20:849] Failed to get UrlRoot node from config xml file
[2010/03/02 16:04:20:849] Error: Exception occurred while getting MSRS 2005 info.Message:Error code: RSNotIntalled
[2010/03/02 16:04:20:856] Error Description:Symantec.EnterpriseVault.Reporting.DeploymentException: Error code: RSNotIntalled
at Symantec.EnterpriseVault.Reporting.AppClass.GetVirtualDirectoryPath(String rsInstallPath)
at Symantec.EnterpriseVault.Reporting.AppClass.GetMSRS2005Info(String instanceName, String& rsInstallPath, String& rsVirtualDir)
[2010/03/02 16:04:20:857] Error: Exception in ReportsDeployForm_Load while getting MSRS version. Error Description:Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
Cause
SQL Reporting Services installs a file called RSReportServer.config. The RSReportServer.config file stores settings that are used by Report Manager, the Report Server Web service, and background processing. All Reporting Services applications read configuration settings stored in the RSReportServer.config file. If the UrlRoot is invalid, the Enterprise Vault Reporting Services configuration will end prematurely with a Miscellaneous Error
Solution
Solution 1
If this is a new installation of Enterprise Vault Reporting Services make sure that Microsoft SQL Reporting Services Configuration Manager has been run and that SQL Reporting Services is configured properly.
Solution 2
Locate the
RSReportServer.config file, which is located underneath
C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer by default. However, the install location may be different. Go to the section titled
<Service> and verify that the UrlRoot is valid.
<Service>
<IsSchedulingService>True</IsSchedulingService>
<IsNotificationService>True</IsNotificationService>
<IsEventService>True</IsEventService>
<PollingInterval>10</PollingInterval>
<WindowsServiceUseFileShareStorage>False</WindowsServiceUseFileShareStorage>
<MemoryLimit>60</MemoryLimit>
<RecycleTime>720</RecycleTime>
<MaximumMemoryLimit>80</MaximumMemoryLimit>
<MaxAppDomainUnloadTime>30</MaxAppDomainUnloadTime>
<MaxQueueThreads>0</MaxQueueThreads>
<UrlRoot>http://spare/reportserver</UrlRoot>