Massive SQL issue shutting down our site.
Posted
by Pselus
on Stack Overflow
See other posts from Stack Overflow
or by Pselus
Published on 2010-03-23T14:34:32Z
Indexed on
2010/03/23
14:53 UTC
Read the original article
Hit count: 406
Our website has started timing out like crazy today. All of our clients are finding it unusable. The only error we can seem to trace down as a potential problem is this:
SQLAllocHandle on SQL_HANDLE_DBC failed Error ASP Description Error Category Microsoft OLE DB Provider for ODBC Drivers
I have no idea what it means or how to go about fixing it. Anyone ever encountered this error before?
Currently, you can log in to our site, but then once you go to do anything else, you find yourself logged out or nothing happens. We have a lot of Ajax going on so the "nothing happens" probably has to do with the Ajax pages not loading properly due to logouts and so nothing displays to the user.
Like I said, I'm at a loss. Anyone have any advice on this error?
© Stack Overflow or respective owner