专注收集记录技术开发学习笔记、技术难点、解决方案
网站信息搜索 >> 请输入关键词:
您当前的位置: 首页 > 微创软件开发

向VSS高手

发布时间:2011-06-20 17:21:08 文章来源:www.iduyao.cn 采编人员:星星草
向VSS高手求救!
第一次用VSS6.0,刚刚装完Visual Studio,但就是不能用VSS,每次启动时,总是出现.\Microsoft Visual Studio\vss\data\um.dat may be corrupt,装了无数次,真是烦了!请教各位,这是怎么回事?
------解决方案--------------------
转自:http://blog.csdn.net/colayungnew/category/51685.aspx


Um.dat may be corrupt 
SYMPTOMS
When you try to start Visual SourceSafe, you may receive the following error message: 
Um.dat may be corrupt 
CAUSE
New Database
When you create a new database, a 3.1 database format is converted to a 5.0 database format, which is then converted to a 6.0 database format. If the conversion is not completed, the database may still be in 3.1 format. Check the Version.dat file to see if the version number is 6.0. If the version number is 5.0, the database is still in 3.1 format. 
Existing Database
Alternatively, this problem can occur with an existing database. In this scenario, the Um.dat file may be corrupted. 
RESOLUTION
New Database
To resolve this problem, manually run the Ddconv.exe file against the database to convert the database format. Alternatively, you can run the Ddupd.exe file if you want to upgrade the database to 6.0 format.

For example, go to the VSS\Win32 folder in a command prompt window, and then type one of the following commands: • ddconv path to data directory 
• ddupd path to data directory 

Existing Database
To resolve this problem, build a new Um.dat file. Note that when you build a new Um.dat file, you must add all of the users again.

To build a new Um.dat file, follow these steps: 1. Create a temporary folder named C:\Sstemp. 
2. Click Start, click Run, type cmd, and then click OK. 
3. Go to the VSS\Win32 folder in the command prompt window, and then type the following command: 
mkss c:\sstemp 
4. In the VSS\Win32 folder at the command prompt, type the following command: 
ddconv c:\sstemp 
5. In the VSS\Win32 folder at the command prompt, type the following command: 
ddupd c:\sstemp 
6. Copy the Um.dat file from the C:\SStemp\Data folder to the Visual SourceSafe data directory. 
7. Rename the Rights.dat file in the Visual SourceSafe data directory as Rights2.dat. 
8. At a command prompt, run the analyze -f command against the database. 
9. Add all of the Visual SourceSafe users again. 
友情提示:
信息收集于互联网,如果您发现错误或造成侵权,请及时通知本站更正或删除,具体联系方式见页面底部联系我们,谢谢。

其他相似内容:

热门推荐: