August 8, 2008 at 11:00 am
We are getting these errors on and off the past two days.
When we reboot they go away.
Any ideas?
Server object error 'ASP 0228 : 80004005'
Server.Execute Error
xxxxxxx.asp, line 901
The call to Server.Execute failed while loading the page.
------
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_DBC failed
August 11, 2008 at 9:40 am
Many sources can cause this error. I would like to check SQL error logs first if I were you. Here are some links. May they help.
http://www.webmasterworld.com/forum47/3167.htm
August 12, 2008 at 8:28 am
rzoo (8/8/2008)
We are getting these errors on and off the past two days.When we reboot they go away.
Any ideas?
Server object error 'ASP 0228 : 80004005'
Server.Execute Error
xxxxxxx.asp, line 901
The call to Server.Execute failed while loading the page.
------
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_DBC failed
First, try using the MSSQL OleDB provider, rather than the ODBC Driver. It gets wrapped in OleDB anyway, so avoid the extra layer. Are you using SQL Server? Googling about this seems to a common problem with some drivers in general.
Second, it's telling you it can't create a new ODBC handle on the Connection, which could be the Connection got dropped for some reason. It could be you are hitting a connection limit.
If you insist on using ODBC, be sure you have connection pooling enabled on the driver.
This is screaming memory leak.
August 16, 2008 at 1:56 pm
can you elaborate on "This is screaming memory leak."
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply