Hi,
SSRS integrated with SharePoint. SSRS Standard Edition, SQL Server 2008 R2. There are large reports. These are broken down to pages While exporting to Excel, it generates a SharePoint error correlation id that ties to the following error in the ULS log:
System.Web.HttpException: Request timed out.
This happens within 5 minutes. The timeout
web.config timeout is setup as 1 hour as shown below:
<httpRuntime maxRequestLength="2097151" executionTimeout="3600" />
The reports are paginated not to have more than ~65K records per page.
There are various posts about ~65K limit not applicable to SQL Server 2008R2.
Where do I begin to troubleshoot? Is there any technet document that clearly specifies the limitations of how many records can be exported to Excel from an SSRS report?
Thanks, Soumya | MCITP, SharePoint 2010