I'm receiving the following error frequently on our Forum. It has been doing this for the past 2 months or so and I'm not quite sure what is causing it. Any help would be appreciated!
Microsoft JET Database Engine
error '80004005'
Unspecified error
/new_forum/inc_header.asp, line 111
Line 111 is the following code:
set my_Conn = Server.CreateObject("ADODB.Connection") my_Conn.Open strConnString
if (strAuthType = "nt") then call NTauthenticate() if (ChkAccountReg() = "1") then call NTUser() end if end if
I did notice our archive was way over due (eight months!) so I did the archive and it seemed to help with the Forum not shutting down as much.
That's a server problem. If it was code, it would either work or not work. I had a forum on a host for several years using MS Access for a database, and that's the same error I got on occasion. Drove me nuts! I eventually moved to a new host.<