Link to home
Start Free TrialLog in
Avatar of TrueBlue
TrueBlueFlag for United States of America

asked on

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

Hi!

I have a email manager and since I moved from one hosting company to another.
I get the below listed error when trying to add an email.

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x134cc Thread 0xc0f4 DBC 0x26ab0fc Jet'.

/oceans12ml/dsn.asp, line 6

<%
dim dsn
dim Conn
dsn="DBQ=" & Server.Mappath("/fpdb/o12mail.mdb") & ";Driver={Microsoft Access Driver (*.mdb)};"
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open dsn   <================
%>

BTW, the operating system is Windows 2003.

TIA
Avatar of waltersnowslinarnold
waltersnowslinarnold
Flag of India image

Check your permission status in the current server..see to that, it holds all the privilage you had as earlier in the server.
Avatar of TrueBlue

ASKER

waltersnowslinarnold,
I do not have access to the old server anymore.
Anything in particular to check?
ASKER CERTIFIED SOLUTION
Avatar of waltersnowslinarnold
waltersnowslinarnold
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
waltersnowslinarnold,
I checked the database itself and all users have full control.
Not sure what else to check.
I had to edit the IUSR machinename's security settings.