473,406 Members | 2,208 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Damaged mdb file gives strange error message :-(

A damaged MDB file gives this message when i try to open it:
"The Microsoft jet database engine stopped the process because you and another user are attempting to change the same data at the same time."
The message is obviously wrong, no other user is attempting nothing.
I really want to repair this database as it contains customers data.
Please tell me if and how can i repair this file.
Nov 13 '15 #1
2 1000
zmbd
5,501 Expert Mod 4TB
This is common occurrence when someone just powers off their PC instead of properly closing the application, a network connection is dropped, OR if the user-rights have changed so that they no longer have "write" privilege.

1) Check that the user has the "write" privilege to folder.
- if not, then establish this if you have the authority to do so or have your IT-Sec-Officer do so.
- if this privilege is set true, then step 2 :-)

2) If the user does have this privilege then:
- shutdown all of your PC's that might have this database open.
- MAKE A COPY OF THE DIRECTORY HOLDING THE ACCESS DATABASE!
- In this copy, look for a file name [databasename].ldb, delete this file in the copied directory.
- Open the database from the copied directory. If it opens, make sure that all of the data appears correct.
- If and only IF, all goes well, rename the old directory to [directoryname]_old and rename your copied directory to match the original directory name.

If neither of these steps work, or even if they do, please post back and we'll see what else can be done. :)
Nov 13 '15 #2
NeoPa
32,556 Expert Mod 16PB
JBrooks:
The message is obviously wrong, no other user is attempting nothing (sic).
This error message is reliably associated with the file being opened by more than one user or process at the same time. I'm afraid that you will need to confirm this by trying to rename the file when you believe all users have let go of the file. If the rename fails then you can be sure that another user or process has a current lock on the file. OTOH, if the file gets renamed you can be sure that it is free at that point and available for any work.

Please see ZMBD's informative post for more on the steps you should take and in which order.
Nov 16 '15 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: ajikoe | last post by:
I found this error message when I import pylab. from pylab import * Error message: Microsoft Visual C++ Runtime Library Assertion failed! Program:c\python24\python.exe...
3
by: MrMike | last post by:
When I run the following UpdateCommand event I get the error: "Line 1: Incorrect syntax near '?'." and the highlighted line is "updateCommand.ExecuteNonQuery()". I've been troubleshooting this for...
1
by: Serious_Practitioner | last post by:
Hello all, and thank you for your help in the recent past. Got a new error message in the last few days. While working with different sized tables, in datasheet view, I've gotten this message...
3
by: Serious_Practitioner | last post by:
Hello, all - A few days ago, I posted the following message - Hello all, and thank you for your help in the recent past. Got a new error message in the last few days. While working with...
3
by: Evangelista Sami | last post by:
hello i have this strange error message that i dont understand : _search.c: In function `_depth_search': _search.c:218: unable to find a register to spill in class `AREG' _search.c:218: this...
1
by: Robert Wehofer | last post by:
Hello! I would like to do database change on a web page created with ASP.NET. As soon as I click on Update in a datagrid web control, I get following error message: Unable to find script...
3
by: Mihai | last post by:
In VB I created a solution with 2 projects: one is a class library and one is windows control library.When I pressed F5 on control library (that is startup project) everything was Ok. The program...
0
by: tom | last post by:
When I try to read in a csv file it gives me this error message. 'Cannot update. Database or object is read-only.' If I change the extension to txt it processes just fine. I have googled all...
6
by: phiefer3 | last post by:
Ok, First of all, I'm using Microsoft Visual Studio 2005, and I've been getting this problem when making c++ projects starting from an empty project. I haven't tried other project types yet, so I...
1
by: mareliwalberg | last post by:
A damaged MDB file gives this message when i try to open it: "The Microsoft jet database engine stopped the process because you and another user are attempting to change the same data at the same...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.