Common ASP Errors

Article No. 80
Created: 01:55 AM 04.16.04
Author: Support
Original URL: http://myonlinehostingsupport.com/question.php?qstId=80


HTTP 500 internal server error

Solution:
In Internet Explorer go to the following menu selections: Tools -> Internet Options -> Advanced and make sure the setting Show friendly HTTP error messages is NOT checked. When you refresh the page again you will see the actual error message and you should be able to find a solution for your error here.

Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only.

Solution:
Please ensure your database has the proper permissions set.

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 0x4d4 Thread 0x748 DBC 0x84dbc84 Jet'.
(The process, Thread and DCB numbers may vary)

Solution:
Please ensure that the path to your database in your connection string is correct.

Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access Driver] Cannot open database '(unknown)'. It may not be a database that your application recognizes, or the file may be corrupt.

Solution:
The latest MDAC (version 2.7), which is currently installed on our system, is not compatible with Access 97 databases. You may find that your database worked originally, however, once you write data to the database it will throw this error. In our shared hosting environment, our main focus is security. In order for us to maintain our strict security model, our operating systems must be updated with current service packs and patches. If this is an Access 2000 database, it is likely that is it corrupted. Please contact our support department for further information.

Back to original article