tfs - TF30042 : The database is full

标签 tfs

今天团队报告TFS 2012的错误:

TF30042: The database is full. Contact your Team Foundation Server administrator



来自数据库服务器的事件日志:

MSSQLSERVER: Could not allocate space for object 'dbo.tbl_NotificationQueue'.'PK_tbl_NotificationQueue' in database 'Tfs_Real-Time collection' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.

MSSQLServerOLAPService: An error occurred while writing a trace event to the file, \?\C:\Program Files\Microsoft SQL Server\MSAS10_50.MSSQLSERVER\OLAP\Log\FlightRecorderCurrent.trc.



C 驱动程序没有可用空间。

有人可以给一些建议吗?

最佳答案

选项 1:清洁驱动器以释放空间。删除事务日志,查找无关的测试用例附件,将drops checkin 源代码之类的。

选项 2:获得更大的硬盘。

关于tfs - TF30042 : The database is full,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17988525/

相关文章:

tfs - TF 一次比较整组文件而不是一次一个

tfs - NuGet 包还原不会在构建时还原包

tfs - 使用 TFS 2010 时的 DLL 引用

unit-testing - 如何在TFS 2015 Web中运行自动化测试用例?

powershell - 如何确定 TFS 工作区是本地工作区还是服务器工作区

version-control - checkin "commented out"代码

c# - 在使用 TFS SDK checkin 文件之前如何预测/获取下一个 ChangeSetId

git - 如何访问 TFS 中 PR 的更改目标分支

c# - 无法从 TFS 获取 VersionControlServer 服务

visual-studio - 什么是 TFS 分支术语中的 "Target"?