posted 12/7/2009 by MikeMollenhour - Views: [11794]
During the process of trying to Schedule a subscription in reporting servies with a large report I received this error:
This is easily corrected by changing the Web.config file for Reporting Services this is located on your Report Server in the reportManager directory as shown:
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: