Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
3.50/5 (2 votes)
See more:
HI , iam trying to add a dataset with query type as STORED PROCEDURE ,when i did this it is taking some time and shows up with this error,i checked the datasource and the result list of store proc everything works fine in sql server ,but when i try to add it as a new dataset it is coming up withthis error:
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
i tried to look for this but i never found a clear answer ,i am using Visual Studio 2008 BIDS forRDL creation. can any one please help me out
Thanks in advance
Posted

Found the answer increased time out time from 15 to 30 and it worked
 
Share this answer
 
Comments
Henry Minute 7-Mar-11 11:04am    
Well done!

Please mark your question as solved, so that people will not waste their time. :)
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding

This simply means the connection string used is not able to connect with the server and get the data back. Further, there is a connection timeout for queries too. Set it to some high value and check what happens.

It has to do with proper connection string and increasing the query timeout, both in the Dataset configuration of your RDL in BID's designer.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900