SSRS–Maximum request length exceeded

My friend had an issue in deploying the report to report server. It is a dashboard so it has colourful charts and many thing. The size of the report is around 4 MB. When he deploy the report he got an error message “There was an exception running the extensions specified in the config file. ---> Maximum request length exceeded."
When we work around, we found that the default size of the file to upload is less, we need to increase the size manually in web xml config file.
To find the web xml config file, go to
C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer
Open the Web file and add maxRequestLength="2097151" as below, then close the solution and open. Now deployed the report.
ssrs


    Comments

    Popular posts from this blog

    SQL Server–Alter failed for Server

    Generate Data Time Dimension Table in SAP HANA

    Access HANA view in SQL Console