|Hi,
We have a series of reports that run on our reporting server but lately we have been getting the
Error Message: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
which cause the reports to fail.
All parameters are set using an XML file. The SQL that is timing out is contained
The config file contains the line:
<add key="XXXXXXXXXXX" value="Server=XXXXXXXXX;Database=XXXXXXXXXXXX;User ID=XXXXXXXXXXXXXX;Password=XXXXXXXXXXXX;Trusted_Connection=False;" />
I am just wondering it it is possible to set the timeout paramter in this string?
Cheers!