如何指定 VSSConverter.exe 应使用的用户名?

发布于 2024-10-09 11:21:09 字数 493 浏览 2 评论 0原文

我正在使用 VSSConverter.exe 从 VSS 迁移到 TFS(也大约是时间)。我遇到问题,因为我运行它的帐户与 TFS 服务器不在同一域中。有什么方法可以告诉 VSSConverter.exe 工具使用哪个服务器帐户?

例如,当我使用 tf 命令行时,我添加 /login:myname,mypassword 开关,如下所示:

C:> tf dir $\ /login:myname,mypassword etc...

是否有某种方法可以对 VSSConverter.exe 执行相同操作?

我遇到的错误是这样的:

TF60071:您的用户帐户无权连接到团队 基础服务器“https://www.example.com/tfs/DefaultCollection”。 请联系您的 Team Foundation Server 管理员并请求 将适当的权限添加到您的帐户。

I am using VSSConverter.exe to migrate from VSS to TFS (About time too). I am having an issue because the account I am running it under is not on the same domain as the TFS server. Is there any way to tell the VSSConverter.exe tool which server account to use?

For example when I use the tf command line I add the /login:myname,mypassword switch like this:

C:> tf dir $\ /login:myname,mypassword etc...

Is there some way I can do the same with the VSSConverter.exe?

The error I am getting by is this:

TF60071: Your user account does not have permission to connect to the Team
Found ation Server 'https://www.example.com/tfs/DefaultCollection'.
Please contact your Team Foundation Server administrator and request that
the appropriate permission be added to your account.

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

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

发布评论

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

评论(1

谷夏 2024-10-16 11:21:09

VSSConverter.exe 将尝试使用当前运行的帐户连接到 TFS。有时,该帐户无法添加到 TFS 或与 TFS 一起使用 - 例如,两个域之间没有域信任。

要指定备用凭据,您可以使用 Windows 凭据管理器来存储它们。然后,VSSConverter 将尝试使用这些连接到服务器。

在 Windows 7 中,您可以执行以下操作:

Control Panel > User Accounts > Manage Windows Credentials > Add a Windows credential

Network address: www.example.com
User name: DOMAIN\user
Password: Password

您还可以通过以下方式访问它:

Start > Run
Type: **rundll32.exe keymgr.dll,KRShowKeyMgr**

VSSConverter.exe will try and connect to TFS with the account that it is currently running as. Sometimes that account cannot be added to TFS, or used with TFS - e.g. There is no domain trust between the two domains.

To specify alternate credentials, you can use the windows credential manager to store them. VSSConverter will then try and use these to connect to the server.

In Windows 7, you can do this:

Control Panel > User Accounts > Manage Windows Credentials > Add a Windows credential

Network address: www.example.com
User name: DOMAIN\user
Password: Password

You can also get to it by going to:

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