配置从 RC 到 RTM 的 TFS 2010 升级时出现 TF255440 错误

发布于 2024-08-29 00:25:29 字数 267 浏览 7 评论 0原文

我正在运行 tfs 升级向导(从 RC 到 RTM)。在进行就绪检查时,我在“配置数据库”上收到错误:

[配置数据库] TF255440:以下帐户具有 SQL Server 登录名,但该登录名被拒绝访问:DOMAIN\User。选择托管 Team Foundation Server 数据库的服务器是:MYSERVER。必须授予与该用户帐户关联的 SQL Server 登录名访问该服务器上的 SQL Server 实例的权限。

我尝试过更改用户映射和角色,但到目前为止还没有什么乐趣。

I'm running the tfs upgrade wizard (from RC to RTM). On reaching the Readiness Checks I'm getting an error on the 'Configuration Database' :

[ Configuration Database ] TF255440: The following account has a SQL Server login, but the login was denied access: DOMAIN\User. The server selected to host the databases for Team Foundation Server is: MYSERVER. The SQL Server login associated with the user account must be granted access to the SQL Server instance on that server.

I've tried changing user mappings and roles but so far no joy.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

傲世九天 2024-09-05 00:25:30

感谢机会的精彩帖子。

即使我在配置 Team Foundation Server 时也遇到了同样的错误。 (SQL Server登录,但登录被拒绝访问:)

从安全->删除登录帐户登录->您的账户名
有用

Thanks Chance for the Wonderful post.

Even I was getting the same error while configuring the Team foundation Server. (SQL Server login, but the login was denied access: )

Delete the Login Account from the Security -> Login -> Your Account Name
It works

傲影 2024-09-05 00:25:29

我遇到了同样的错误。在最后的努力中,我从 SQL 登录中删除了我的 Windows 帐户,看看它是否至少会报告不同的错误。令我惊讶的是,它反而起作用了。我仍然可以使用我的 Windows 帐户连接到 SQL Server,因为 Domain Admins 被列为 SQL Server 登录名,并且我是该组的成员。因此,当帐户有多种方式向服务器进行身份验证时,验证逻辑可能存在缺陷。

I was getting the same error. In a last ditch effort, I deleted my Windows account from the SQL Logins to see if it would at least report a different error. To my surprise, it instead worked. I can still connect to SQL Server with my Windows Account because Domain Admins is listed as a SQL Server login and I am a member of that group. So perhaps the verification logic is flawed when there is more than one way for an account to authenticate to the server.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文