PRB: <filename> is Already OpenLast reviewed: April 23, 1997Article ID: Q167263 |
The information in this article applies to:
SYMPTOMSWhen trying to perform some action in the Visual SourceSafe Explorer you receive the following message:
c:\src_server\src_share\data\<a-z>\<filename> is already openwhere filename is a file in the Visual SourceSafe database.
CAUSEThis error can occur if another user has the file locked, or if the network has not released it's lock on the file.
RESOLUTIONThe file that the error message is referring to is one of the many files stored in your Visual SourceSafe database, specifically in the DATA subdirectory. Visual SourceSafe uses its own naming scheme to track these files and their history of changes. You can get this message if another user has this file locked. One way to fix it is:
ss status $/project/filenameThis should close the file handle and fix the problem. NOTE: To get the actual filename from the Visual SourceSafe filename, use the PHYSICAL command. For additional information about the PHYSICAL command, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q131447 TITLE : Use PHYSICAL Command to Find SourceSafe Database FileIf the above method does not correct the problem you may have to use the server utilities for your server operating system to manually break the users connection to close the file handle. If problems like this persist you may need to enable SourceSafe locking. For additional information on file locking, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q124525 TITLE : INFO: How SourceSafe Locks Files in the DATA Directory STATUSThis behavior is by design. |
Keywords : kbui ssui
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |