1

テストを実行しようとすると、次のエラーが表示されます。

選択したテストを実行できません TF30063: アクセスする権限がありませんhttp://localhost:9899/tfs/DefaultCollection

問題やバグを作成したり、テストを計画したりできますが、それらを実行すると常にこのエラーが発生します。

4

1 に答える 1

2

考えられる原因(ここから)

  • テスト コントローラー サービスを実行しているアカウントのパスワードの有効期限が切れています。
  • テスト コントローラーが実行されているアカウントには、Team Foundation サーバーに対するアクセス許可がありません。

解像度:

  • テスト コントローラー サービスの再起動を試みます。ログオン失敗エラーが原因で起動に失敗した場合、アカウントのパスワードの有効期限が切れています。
    • それを修正するには、次の手順を実行します。
      • テスト コントローラー構成ツールを開き、最新のパスワードを使用してテスト コントローラーを再構成します。
      • MTM または環境ビューアーを開いたクライアント マシンに戻り、機能を修復します。
  •  Open the test configuration tool and reconfigure the test controller. This tool will grant the required permissions on the team foundation server.  (If you are not unable to do that, you can add the test controller service account to the "project collection test service accounts" group of your team project.2.
    
于 2010-11-01T04:02:14.697 に答える