Error Message 3197

G

Guest

I am trying to open a shared database the is opened by users exclusively, but
I am getting the following error message:
The Microsoft Jet database engine stopped the process because you and
another user are attempting to change the same data at the same time. (Error
3197)
The problem that I am running into is that none of the users are logged in
at this time and it seems that the database got locked. No one can access it
because this error is blocking everyone. How can I fix this error if I (the
administrator of the database) cannot access the database.
 
J

Jeff Conrad

in message:
I am trying to open a shared database the is opened by users exclusively, but
I am getting the following error message:
The Microsoft Jet database engine stopped the process because you and
another user are attempting to change the same data at the same time. (Error
3197)
The problem that I am running into is that none of the users are logged in
at this time and it seems that the database got locked. No one can access it
because this error is blocking everyone. How can I fix this error if I (the
administrator of the database) cannot access the database.

Error 3197 *usually* indicates some kind of corruption:
http://support.microsoft.com/default.aspx?id=182867

The first thing, and easiest, to try is to see if there is a locking file
(LDB extension) with the same name as the database in the same
folder as the main database file. If there is one there, make sure no
one is using the database, and then try to delete the file. That might
get you back in.

I would seriously review the following information on corruption as
you may need this.

http://allenbrowne.com.au/ser-47.html

http://www.granite.ab.ca/access/corruptmdbs.htm

http://www.rogersaccesslibrary.com/OtherLibraries.asp#Whittle,Jerry
(See Fix Corrupt Access Database v3.9 Document)

http://www.e-tech.ca/001-AccessFAQ.asp

http://www.everythingaccess.com/tutorials.asp?ID=0

ACC2000: How to Recover Data from a Corrupted Table by Using the DAO Method
http://support.microsoft.com/?id=815280

ACC2000: How to Troubleshoot Corruption in a Microsoft Access Database
http://support.microsoft.com/?id=306204

ACC2000: How to Troubleshoot and Repair a Damaged Jet 4.0 Database
http://support.microsoft.com/?id=209137

ACC2000: How to Recover Data from a Damaged (Corrupted) Table
http://support.microsoft.com/?id=247771

ACC2000: How to Use MS Query to Recover Data from a Damaged Jet 4.0 Database
http://support.microsoft.com/?id=304561

Jetcomp utility available at:
http://support.microsoft.com/?id=273956

Good luck,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Error 3197 2
Error 3197 2
Error 3197 3
Error 3197 2
Error 3197 4
DAO.recordset update fail 3
error code 3197 1
Database Locked up 1

Top