I am running a report against a SQL datasource that is very large. The report usually returns
Error running report: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
How can I tell the reports to increase the timeouts. Ideally I can do this from the connect string or configured somewhere in the report because I cannot change the code on this server.
Thanks!
Error running report: Timeout expired
-
- Posts: 251
- Joined: Fri Feb 04, 2011 11:46 am
- Location: San Diego, CA
Re: Error running report: Timeout expired
Hello,
Please try to increase the value of the CommandTimeout property for the Data Source.
Thank you.
Please try to increase the value of the CommandTimeout property for the Data Source.
Thank you.
-
- Posts: 251
- Joined: Fri Feb 04, 2011 11:46 am
- Location: San Diego, CA
Re: Error running report: Timeout expired
How can I do that if I cannot change the code on the server. Can I change this value editing the report properties in the report builder?
Re: Error running report: Timeout expired
Hello,
Please try to set this property at the property grid.
Thank you.
Please try to set this property at the property grid.
Thank you.
- Attachments
-
- Capture.PNG (17.35 KiB) Viewed 2080 times