We are trying to migrate some our production reports from the E10 SSRS server to Kinetic. When building the CAB file or downloading directly from the Actions menu in Report Style, there is an error if any of the subreports have an explicit path instead of just the name of subreport (if subreport is in same folder as top level).
[5/30/2025 10:22:39 AM] Error: SSRS RDL Export reports/CustomReports/PurchaseOrderForm/POForm_Example Error collecting reports: The item ‘/reports/CustomReports/PurchaseOrderForm/reports/CustomReports/PurchaseOrderForm/POForm_ExampleSub’ cannot be found. —> Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: The item ‘/reports/CustomReports/PurchaseOrderForm/reports/CustomReports/PurchaseOrderForm/POForm_ExampleSub’ cannot be found.
These reports all run fine, so this seems like a hiccup in the download process. Is there any way around this other than going through every RDL and updating the path to remove “/reports/CustomReports/PurchaseOrderForm/” (or whatever the main path is)?
I am aware of Jose’s tool…but I highly doubt our server team will allow it to be installed.
We had to rebuild the ARForm RDLs for Invoicing since they changed Invoicing to use ARInvoice.RDD instead of ARForm.RDD. Most of the other forms went fine.