Reputation: 11
Currently I am trying to "refresh fields" inside Business Intelligence Studio and I am getting the following error:
"Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding."
Background Information:
Microsoft Visual Studio 2008
Report is pretty complex, usually takes 30-60 seconds to complete (depending on filtered criteria entered)
The timeout happens around 30 seconds after inputting parameters.
Query Type: Text
Things I have tried:
Setting the "Connect Timeout" to 6 minutes on the Connection String for the Data Source.
Tools -> Database Tools -> Query and View Designers, increased Cancel After to 10 minutes.
Setting parameters to make sure it won't return data (speed up execution time)
SELECT TOP 0 in the query.
Upvotes: 1
Views: 1389
Reputation: 21
Update the "Time out (in seconds):" field for the dataset that is taking a long time. Under dataset properties. Bump it up to 120 if your query tends to run a minute.
Upvotes: 1
Reputation: 21
Sounds like some source is not responding. What happens if you open data source -> edit > Test connection, on all your sources?
Upvotes: 0
Reputation: 1194
Open your reporting server. Go to report -> Manage -> and set the timeout to : "Do not timeout report". Same has been shown in the image :
Upvotes: 0