Article ID: 305995 - Last Review: November 23, 2006 - Revision: 3.3 PRB: Error "3050 Could Not Lock File" When You Connect to a Jet Database on a Novell ServerThis article was previously published under Q305995 SYMPTOMS
When you try to use Data Access Objects (DAO) to connect to a Microsoft Jet database on a Novell fileserver, you may receive the following error message:
3050 Could not lock file.
CAUSE
This problem occurs because Novell fileservers have a maximum number of locks setting, and Jet may use a high number locks when it reads or writes an .mdb file.
RESOLUTION
There are several ways to work around this behavior:
Method 1: Change MaxLocksPerFile in the Windows RegistryImportant This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:322756
(http://support.microsoft.com/kb/322756/
)
How to back up and restore the registry in Windows
Method 2: Use SetOption to Change MaxLocksPerFile TemporarilyMicrosoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support professionals can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs.If you have limited programming experience, you may want to contact a Microsoft Certified Partner or Microsoft Advisory Services. For more information, visit these Microsoft Web sites: Microsoft Certified Partners - https://partner.microsoft.com/global/30000104 (https://partner.microsoft.com/global/30000104) Microsoft Advisory Services - http://support.microsoft.com/gp/advisoryservice (http://support.microsoft.com/gp/advisoryservice) For more information about the support options that are available and about how to contact Microsoft, visit the following Microsoft Web site:http://support.microsoft.com/default.aspx?scid=fh;EN-US;CNTACTMS (http://support.microsoft.com/default.aspx?scid=fh;en-us;cntactms) The SetOption method temporarily overrides values for the Microsoft Jet database engine keys in the Windows Registry. The new value remains in effect until you change it again or until the DBEngine object is closed. The following code sample sets MaxLocksPerFile to 128 before it runs an update operation inside a transaction: STATUS
This behavior is by design.
| Article Translations
|

Back to the top
