Associate
- Joined
- 6 Dec 2007
- Posts
- 2,103
Hey people, Im getting Microsoft Jet error 80004005 in my ASP file. I've read up on it, and it says:
Done the above, and still getting it, any ideas? Thanks muchly
Check the permissions on the file and the folder. Make sure that you have the ability to create and/or destroy any temporary files. Temporary files are usually created in the same folder as the database, but the file may also be created in other folders such as the WINNT folder. For additional information about how to identify which folder does not have the correct permissions and how to configure temporary files, click the following article number to view the article in the Microsoft Knowledge Base:
253604 (http://support.microsoft.com/kb/253604/) Microsoft Access 97 database connectivity fails in Active Server Pages
If you use a network path to the database (UNC or mapped drive), check the permissions on the share, the file, and the folder.
• Verify that the file and the data source name (DSN) are not marked as Exclusive.
• The "other user" may be Microsoft Visual InterDev. Close any Visual InterDev projects that contain a data connection to the database.
• Simplify. Use a System DSN that uses a local drive letter. If necessary, move the database to the local drive to test.
• Follow the instructions in the following article to work around this problem:
189408 (http://support.microsoft.com/kb/189408/) FIX: ASP fails to access network files under IIS 4.0 and IIS 5.0
Done the above, and still getting it, any ideas? Thanks muchly
