Encountered an issue where GP2015 R2 was not deploying all of the SSRS reports. Performed the following to resolve it:
- Cleared all the records from the DYNAMICS..syDeployedReports table.
- Changed the execution timeout line of the the web.config file (usually located in the C:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER\Reporting Services\ReportServer folder)
Look for the line : <httpRuntime executionTimeout=”9000″ />
Change it to <httpRuntime executionTimeout=”9000″ maxRequestLength=”20690″ />
- Ran the Reporting Tools deployment again.