Error : Maximum request length exceeded in SSRS Report Preview
C:\Program
Files\Microsoft SQL Server\MSSQL.2\Reporting Services\ReportServer
Find the web.config file
for your reporting services instance, open it up, and track down the line that
looks something like this
executionTimeout = “9000”
/>
Now just add a max request
length attribute in there to fix the problem, adjust your size as needed.
This is 5meg.
executionTimeout = “9000”
maxRequestLength=”500000″ />
And now you’ll need to
restart IIS. start->run->”iisreset”
Comments
Post a Comment
Hi User,
Thanks for visiting My Blog and please provide your valuable feedback and subscribe for more updates. Please don't post any spam content or comments.
Thank You