Reporting Services 2008 Hosting :: How to Solve Error - "Maximum request length exceeded."
Posted
by mbridge
on Geeks with Blogs
See other posts from Geeks with Blogs
or by mbridge
Published on Mon, 10 Jan 2011 04:05:37 GMT
Indexed on
2011/01/10
4:54 UTC
Read the original article
Hit count: 337
Filed under:
Problem:
How to Solve it?
Please change your web.config file for SSRS which located on your Report Server. You can see the picture below:
Edit this Web config file adding or replacin with this line <httpRuntime executionTimeout = "9000" maxRequestLength="500000" />
This will incress the timeout and the length of the data able to be pushed to the report server. Here is a sample of where I added it in my config file:
© Geeks with Blogs or respective owner