Monday, October 20, 2008

How to Repair Visual SourceSafe Database

Problem:
  • Visual SourceSafe reports a broken chain and recommends running a fix.
  • But, the backup folder is not empty (because it just wrote an analysis log to it) so the fix won’t run.
  • So, you delete the contents of the backup folder and re-run the fix.
  • But, the database is in use (users are logged in) so the fix won’t run.
  • So, you politely ask all the users to stop being productive for 5 minutes, while you run the fix.
  • But, even with all users logged out, the stupid Analyzer still reports that files are locked and the fix won’t run. 

Solution:

  • No (Owen, Mindscape, et al), you don’t have to upgrade/delete Visual SourceSafe!
  • Go to Computer Management, System Tools, Shared Folders, Open Files
  • Find and delete these three locks (being held open by Windows):
  • \VSS\data\names.dat
  • \VSS\data\rights.dat
  • \VSS\data\status.dat 

BTW:

  • Here’s the command line to run the fix:
  • "C:\Program Files\Microsoft Visual SourceSafe\analyze.exe" -F -V3 -D "e:\vss\data"
     

No comments:

Post a Comment