Lock File Problems with Access 16.0.13801.21086

Anonymous
2021-12-14T12:18:17+00:00

On 12/14/2021, SemiAnnual Enterprise channel updated to version 16.0.13801.21086. This is causing several strange behaviors in Microsoft Access. For example:

  1. Create a new Access database on a network drive or open an existing database from a network drive. Close it. The .laccdb file is not automatically deleted (even though no other users are in it).
  2. Use DAO to OpenDatabase for shared (non-exclusive) access. Error 3050 (“Could not lock file.”) is thrown and the database is not opened.
  3. Databases opened on a network drive appear to always be opened for exclusive access. Once one person has opened a database, others can't--even when opening for shared access.

Reverting to the prior version 16.0.13801.21050 fixes the problem.

This problem seems specific to databases located on a network share. For databases on a local machine, there is no issue.

Microsoft 365 and Office | Access | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

98 answers

Sort by: Newest
  1. Anonymous
    2021-12-15T23:58:39+00:00

    Yes, thanks Daniel - reverted and disabled until an update.

    Thanks for all your efforts - greatly appreciated.

    Greg

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2021-12-15T23:26:13+00:00

    Did you review the supplied link? Did you uninstall the updates, rollback the build no? That solve the issue while we wait for a fix from Microsoft.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2021-12-15T23:14:04+00:00

    Further ... when attempting to open a database already opened by a prior user (shared or exclusive makes no difference), the second user's attempt fails, but DOES result in the second user deleting the lock file.

    Subsequently when the first user closes and reopens the database, no lock file is created (at least not in the same location as the database), yet the second user still CANNOT open the database - even though no lock file exists.

    This is unexpected.

    Greg

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2021-12-15T16:12:33+00:00

    Here is the fix that worked for me regarding the shared MSAccess database locked file issue. No MSOffice updates were listed in the "Installed Updates" Control Panel section. (Office 2016 Click2Run Version)

    1.  Close all MSOffice applications

    2.  At an elevated prompt, run the following (with quotes in the path)

    1. "C:\Program Files\Common Files\microsoft shared\ClickToRun\OfficeC2RClient.exe" /update USER displaylevel=True forceappshutdown=true updatetoversion=16.0.14701.20226

    4.  After completed, verify the version number has reverted to the 20226 version (Dec 3rd) listed under the Account settings of the MSOffice application.

    1. Temporarily "Disable Updates" from the MSOffice Account screen and verify your MSAccess database operation.

    Was this answer helpful?

    7 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2021-12-15T11:31:32+00:00

    You can now find all the information regarding this latest bug, including the workaround at

    https://www.devhut.net/access-lock-file-issues/

    Was this answer helpful?

    6 people found this answer helpful.
    0 comments No comments