Error 8004e005

  • Thread starter Thread starter Sarmad Aljazrawi
  • Start date Start date
S

Sarmad Aljazrawi

Hi,

Lately i started getting this error message "error '8004e005'" with no error
source or description just this number. I tried searching the net with no
result. Anyone know what the error number is?

thanks,
 
Hi Sarmad,

are you connecting to an Access Database? I experience a similar problem of
random errors in that kind. I have programmed a Web application with quite
some data pulled out of the database. The application works fine until all
of the sudden I get the same error message. I close and dispose all
connections after I used them in my classes. I do not have the
Access-Database open during my tests, I even added the aspnet user for other
reasons (debuging & diagnostics) )to the administrator group.
The only way to get the Webapp working again is to restart the iis-Service
(iisreset). I am in contact with other developers from other newsgroups an
message bords who are experiencing the same problem.

Could this problem be some kind of locking issue? I am not sure but happens
this error especially when the sql-Statement 'delete' is used?

Thanks

Sven
(e-mail address removed)
 
Hi Sven,

No we actually use SQL Server 2000, but i can guess that we both use ODBC
driver which is casting this error message. This error message occuring
randomly and not with a specific sql statement. For our application we
suspecting that its a heavy load on the server that causing this error but
we are still under the research phase.

regards
 
Back
Top