Recently I found myself installing a CRM 2016 server on a development box to begin the process of fixing issues to migrate to D365 on-prem. This is one of the issues that I encountered. The error read as follows:
---------------------------
Microsoft Dynamics CRM Reporting Extensions Setup
---------------------------
Action Microsoft.Crm.Setup.SrsDataConnector.AddBindingRedirectForRdlHelper failed.
Could not find a part of the path 'C:\Program Files\Microsoft SQL Server\MSRS13.MSSQLSERVER\Reporting Services\ReportManager\web.config'.
---------------------------
Retry Cancel
---------------------------
Scenario:
I found this error while installing the Reporting Extensions on the Database server. When I tried browsing the error path, I found that the path was invalid with no folder named "Report Manager" under Reporting Services.
Resolution:
I manually created the ReportManager folder under Reporting Services and copied across the web.config file from "Path\Reporting Services\ReportServer" and pasted this file in the newly created ReportManager folder. When I hit Retry, the issue was resolved.