我正在尝试移动TFS服务器(请参阅here和here),但一切都不正常。当我进入更改所有权步骤时,以下命令失败:
TFSConfig Accounts /ResetOwner /SQLInstance:<ServerName> /DatabaseName:<DatabaseName>Tfs_Configuration表上的错误:
TF30065: An unhandled exception occurred.Tfs_DefaultConfiguration表上的错误:
TF30040: The database is not correctly configured. Contact your Team Foundation Server administrator.我跳过了标记的事务,因为我could not get it working了。
发布于 2014-02-20 15:25:55
您必须先重新映射TFS数据库,然后才能配置帐户。
请参阅以下链接
RemapDB Command
Account Command
https://stackoverflow.com/questions/8152738
复制相似问题