I deployed UR9 to my test environment, and have this alert that won't close.
Data Warehouse failed to deploy reports for a management pack to SQL Reporting Services Server. Failed to deploy reporting component to the SQL Server Reporting Services server. The operation will be retried.
Exception 'DeploymentException': Failed to deploy reports for management pack with version dependent id '54879bf7-2676-e37a-6463-d3d2932a789f'. Failed to deploy report 'Microsoft.SystemCenter.DataWarehouse.Report.AvailabilityTime'. System.Web.Services.Protocols.SoapException:
An unexpected error occurred in Report Processing. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: An unexpected error occurred in Report Processing. ---> System.UnauthorizedAccessException: Access to the path 'C:\Users\SCOMR2DWSvc\AppData\Local\Temp\wib5lhlw.out'
is denied.
at Microsoft.ReportingServices.Library.ReportingService2005Impl.SetReportDefinition(String Report, Byte[] Definition, Guid batchId, Warning[]& Warnings)
at Microsoft.ReportingServices.WebServer.ReportingService2005.SetReportDefinition(String Report, Byte[] Definition, Warning[]& Warnings)
After looking in the OPSDB with the query below:
select * from ManagementPackHistory where MPVersionDependentId = '54879bf7-2676-e37a-6463-d3d2932a789f'
I see the MPName/version in question is the latest from UR9... \Management Packs for Update Rollups
MPNameVersion
Microsoft.SystemCenter.DataWarehouse.Report.Library7.1.10226.1177
All reports in the "Microsoft Data Warehouse Reports" and "Microsoft Generic Report Library" folders seem to work just fine through the SCOM console. Yet, the alert still stays in a new state even after recalculating / resetting
health, and a restart.
My SCOM server is an "all in one"; management/gateway, web, console, Windows 2012 R2, patched through all Microsoft's February 2016's releases SQL 2012 R2 (SP3+CU1), SSRS.
Please help. Thanks in advance.
B. Wright