HI Brian,
again this one :)
Operations Manager 2019 and 1807 reports fail to deploy
https://learn.microsoft.com/en-us/troubleshoot/system-center/scom/cannot-deploy-operations-manager-reports
Regards,
Stoyan
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
My reports are unavailavble I just reinstalled reporting services on SSRS 2019.
Log Name: Operations Manager
Source: Health Service Modules
Date: 9/15/2022 6:50:13 PM
Event ID: 31567
Task Category: Data Warehouse
Level: Error
Keywords: Classic
User: N/A
Computer: T000000SCOM0T02.TAMCENTRAL.ASP
Description:
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 '7e1d7688-da9c-8b05-fd68-1454470234c8'. System.Web.Services.Protocols.SoapException: Uploading or saving files with .PerformanceBySystem extension is not allowed. Contact your administrator if you have any questions. ---> Microsoft.ReportingServices.Diagnostics.ResourceFileFormatNotAllowedException: Uploading or saving files with .PerformanceBySystem extension is not allowed. Contact your administrator if you have any questions.
at Microsoft.ReportingServices.Library.ReportingService2005Impl.CreateResource(String Resource, String Parent, Boolean Overwrite, Byte[] Contents, String MimeType, Property[] Properties, Guid batchId)
at Microsoft.ReportingServices.WebServer.ReportingService2005.CreateResource(String Resource, String Parent, Boolean Overwrite, Byte[] Contents, String MimeType, Property[] Properties)
One or more workflows were affected by this.
Workflow name: Microsoft.SystemCenter.DataWarehouse.Deployment.Report
Instance name: Data Warehouse Synchronization Service
Instance ID: {35A3D367-78C4-2500-0BD1-336A4D704098}
Management group: ACSCOM-TEST
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Health Service Modules" />
<EventID Qualifiers="49152">31567</EventID>
<Level>2</Level>
<Task>3</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2022-09-15T22:50:13.703418100Z" />
<EventRecordID>9686643429</EventRecordID>
<Channel>Operations Manager</Channel>
<Computer>T000000SCOM0T02.TAMCENTRAL.ASP</Computer>
<Security />
</System>
<EventData>
<Data>ACSCOM-TEST</Data>
<Data>Microsoft.SystemCenter.DataWarehouse.Deployment.Report</Data>
<Data>Data Warehouse Synchronization Service</Data>
<Data>{35A3D367-78C4-2500-0BD1-336A4D704098}</Data>
<Data>DeploymentException</Data>
<Data>Failed to deploy reports for management pack with version dependent id '7e1d7688-da9c-8b05-fd68-1454470234c8'. System.Web.Services.Protocols.SoapException: Uploading or saving files with .PerformanceBySystem extension is not allowed. Contact your administrator if you have any questions. ---> Microsoft.ReportingServices.Diagnostics.ResourceFileFormatNotAllowedException: Uploading or saving files with .PerformanceBySystem extension is not allowed. Contact your administrator if you have any questions.
at Microsoft.ReportingServices.Library.ReportingService2005Impl.CreateResource(String Resource, String Parent, Boolean Overwrite, Byte[] Contents, String MimeType, Property[] Properties, Guid batchId)
at Microsoft.ReportingServices.WebServer.ReportingService2005.CreateResource(String Resource, String Parent, Boolean Overwrite, Byte[] Contents, String MimeType, Property[] Properties)</Data>
</EventData>
</Event>
HI Brian,
again this one :)
Operations Manager 2019 and 1807 reports fail to deploy
https://learn.microsoft.com/en-us/troubleshoot/system-center/scom/cannot-deploy-operations-manager-reports
Regards,
Stoyan
Hi @Brian W ,
You're facing a well known issue with SQL Server Reporting Services (SSRS) in SCOM, where the default configuration of SSRS does not allow reports with some "strange" extensions to be deployed. In SCOM there are some of these reports, so you need to configure the SSRS to allow any extension by following one of the resolutions presented in this article (I usually go for the 1st one as is easier for me).
Hope it helps!
BR,
George