i'm experiencing sql server error: the database controller returned an error status of sql server connection timed out.
i need some help badly.
thanksWhat is the code doing when it times out? Frequently this is a problem with running a long script that exceeds the timeout. What is the complete text of the exception message?
Don|||>>what is the code doing when it times out?
- the code is posting accounting transactions coming from our accounting system.
>>the complete error message?
- the database controller returned an error status of sql server connection timed out
thanks|||Regarding the complete error message, I mean the full page of stuff that you get by default in ASP.NET, including the full error message, stack trace, and everything else that probably looks useless on the page.
That said, how long is the process taking? You may have to extend the SQL connection time out and perhaps the page time out.
Don
No comments:
Post a Comment