CruiseControl.net 和 SourceSafe 周期性错误
我将 CruiseControl.net 与 Visual SourceSafe 一起使用,并且构建时不时地失败并出现以下错误:
ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation failed: No VSS database (srcsafe.ini) found. Use the SSDIR environment variable or run netsetup.
文档说这是由于将 CC.net 服务作为本地系统运行而导致无权连接到其他计算机。我在该用户下运行该服务,但构建工作 20 次中有 19 次有效,所以我不认为这是缺乏权限。
还有其他人经历过吗?
I'm using CruiseControl.net with Visual SourceSafe and every now and again the build fails with this error:
ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation failed: No VSS database (srcsafe.ini) found. Use the SSDIR environment variable or run netsetup.
The documentation says this is due to running the CC.net service as Local System which doesn't have permission to connect to other machines. I am running the service under that user, but the build works 19 times out of 20 so I don't think it's a lack of permissions.
Has anyone else experienced this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这似乎与我未登录计算机时运行的构建有关。
This seems to be related to builds running while I'm not logged into the machine.