ACC: "Couldn't Update; (or Delete) Currently Locked by User"Last reviewed: May 7, 1997Article ID: Q94080 |
The information in this article applies to:
SYMPTOMSModerate: Requires basic macro, coding, and interoperability skills. The following message appears either when two users simultaneously try to update or delete a similar object in a shared database or on a single-user system if the system runs out of locks:
Couldn't update; currently locked by user '<user name>' on machine '<machine name>' CAUSEOn a multiuser system, a conflict exists with the SYSTEM.MDA file. By design, Microsoft Access cannot simultaneously update the MsysObjects table in the SYSTEM.MDA file for multiple users. On a single-user system, there are not enough locks specified in the AUTOEXEC.BAT file. NOTE: The .MDA file should not have the same name as .mdb file unless they are in different directories.
RESOLUTION
Multiuser SystemOn a multiuser system, try saving the object again. If no one is updating a similar object at the same time, the Save command should work. This error can occur in Access Basic code also; therefore, you will need to handle error trapping for this.
Single-User System
MORE INFORMATIONThe SYSTEM.MDA file conflict is likely to occur only on systems with many (100+) users.
Steps to Reproduce Behavior
|
Additional query words: network
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |