Hello Jonasoh,
Can you tell me what the required version of SSRS is for these to work? I get the following error when trying to install them via PowerShell.
Exception calling "CreateCatalogItem" with "7" argument(s): "System.Web.Services.Protocols.SoapException: The definition of this report is not valid
or supported by this version of Reporting Services. The report definition may have been created with a later version of Reporting Services, or
contain content that is not well-formed or not valid based on Reporting Services schemas. Details: The report definition has an invalid target
namespace 'http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition' which cannot be upgraded.
at Microsoft.ReportingServices.Library.ReportingService2010Impl.CreateReport(String Report, String Parent, Boolean Overwrite, Byte[] Definition,
Property[] Properties, ItemType ItemType, CatalogItem& ItemInfo, Warning[]& Warnings)
at Microsoft.ReportingServices.Library.ReportingService2010Impl.CreateCatalogItem(String ItemType, String Name, String Parent, Boolean Overwrite,
Byte[] Definition, Property[] Properties, CatalogItem& ItemInfo, Warning[]& Warnings)
at Microsoft.ReportingServices.WebServer.ReportingService2010.CreateCatalogItem(String ItemType, String Name, String Parent, Boolean Overwrite,
Byte[] Definition, Property[] Properties, CatalogItem& ItemInfo, Warning[]& Warnings)"
At C:\Users\da_mpeterson.HSHSAD\Desktop\updatereporting-master\updatereporting-master\Import-SSRSReports.ps1:246 char:17
+ $null = $ReportServerConnection.CreateCatalogItem(
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : SoapException
Any help would be appreciated, thanks!