This looks very useful, but I am running into issues during installation. I am receiving the error below for every RDL file that attempts to install. Any help would be appreciated.
Uploading: UpdatesSummaryView.rsd...
'/1Patch_Compliance_Reports/UpdatesSummaryView' cannot be found. --->
Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: The item
'/1Patch_Compliance_Reports/UpdatesSummaryView' cannot be found.
at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetProperties(String Item, Property[] Properties,
ItemNamespaceEnum itemNamespace, Property[]& Values)
at Microsoft.ReportingServices.WebServer.ReportingService2010.GetProperties(String ItemPath, Property[] Properties,
Property[]& Values)"
At E:\Reports\updatereporting-master\Import-SSRSReports.ps1:233 char:21
+ $Properties = $ReportServerConnection.GetProperties("$target ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : SoapException
The property 'Value' cannot be found on this object. Verify that the property exists and can be set.
At E:\Reports\updatereporting-master\Import-SSRSReports.ps1:235 char:21
+ $prop.Value = $true
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : PropertyNotFound
Exception calling "SetProperties" with "2" argument(s): "System.Web.Services.Protocols.SoapException: The value for
parameter 'Properties' is not specified. It is either missing from the function call, or it is set to null. --->
Microsoft.ReportingServices.Diagnostics.Utilities.MissingParameterException: The value for parameter 'Properties' is
not specified. It is either missing from the function call, or it is set to null.
at Microsoft.ReportingServices.Library.ReportingService2005Impl.SetProperties(String Item, Property[] Properties,
Guid batchId)
at Microsoft.ReportingServices.Library.ReportingService2005Impl.SetProperties(String Item, Property[] Properties)
at Microsoft.ReportingServices.WebServer.ReportingService2010.SetProperties(String ItemPath, Property[] Properties)"
At E:\Reports\updatereporting-master\Import-SSRSReports.ps1:236 char:21
+ $ReportServerConnection.SetProperties("$targetPath/$reportNa ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : SoapException