As the Process of Deploying SSRS reports or Business Intelligence Reports in Microsoft Dynamics GP has been enhanced and it has been noticed that the system generates an error which is as below, however the error itself has a solution for it .
- Go the Microsoft SQL Reporting Server installation folder
C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer - Look for web.config file and open it in text editor.
- Find the text executionTimeout="9000" and replace with executionTimeout="9000" maxRequestLength="20690"
- Save the File
- Run the Business intelligence reports deployment, it should go smoothly now
*This post is locked for comments