I have a Telerik report with a SQL Data Source query that can take up to 10 minutes to run depending on the parameters selected and number of records returned. When the report runs for over 6 minutes (approximately), it encounters the following error:
If I refine my selection criteria so that it runs under that timeframe, it finishes successfully. Does this error indicate that a timeout is occurring somewhere? I confirmed that the timeout value on the data source is set to 3000 minutes, so that doesn't appear to be the issue.
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /CustomReports/Telerik.ReportViewer.axd.
Reason: Error reading from remote server
If I refine my selection criteria so that it runs under that timeframe, it finishes successfully. Does this error indicate that a timeout is occurring somewhere? I confirmed that the timeout value on the data source is set to 3000 minutes, so that doesn't appear to be the issue.