私は敷地内のチーム基盤(2015年更新3)でWebアクセスを使用して拡張機能をインストールしようとしていますが、アクセス拒否エラー(カスタム拡張またはマーケットプレイスからダウンロードしたもの)敷地内のチーム基礎(2015更新3)に拡張機能をインストールしようとしたときにアクセス拒否エラーが発生しました
C:\>tfx extension install --auth-type basic --service-url http://servername:8080/tfs/collection1--extension-id "extension1" --publisher pubb
2016-09-14T20:50:35.411Z : loader.load
TFS Cross Platform Command Line Interface v0.3.30
Copyright Microsoft Corporation
2016-09-14T20:50:35.882Z : cache.getItem
> Username: domainame\asdffasdsa
> Password:
2016-09-14T20:50:43.054Z : extensioninfo.getExtInfo
2016-09-14T20:50:48.712Z : Error: Failed Request: Internal Server Error(500) - Access denied.
2016-09-14T20:50:48.712Z :
2016-09-14T20:50:48.712Z : at processResponse (C:\Users\asdffasdsa.domainame\AppData\Roaming\npm\node_modules\tfx-cli\node_modules\vso-node-api\RestClient.js:59:18)
2016-09-14T20:50:48.712Z : at C:\Users\asdffasdsa.domainame\AppData\Roaming\npm\node_modules\tfx-cli\node_modules\vso-node-api\RestClient.js:162:13
2016-09-14T20:50:48.712Z : at callback (C:\Users\asdffasdsa.domainame\AppData\Roaming\npm\node_modules\tfx-cli\node_modules\vso-node-api\HttpClient.js:141:17)
2016-09-14T20:50:48.712Z : at handleResult (C:\Users\asdffasdsa.domainame\AppData\Roaming\npm\node_modules\tfx-cli\node_modules\vso-node-api\HttpClient.js:157:17)
2016-09-14T20:50:48.712Z : at IncomingMessage.<anonymous> (C:\Users\asdffasdsa.domainame\AppData\Roaming\npm\node_modules\tfx-cli\node_modules\vso-node-api\HttpClient.js:168:17)
2016-09-14T20:50:48.712Z : at emitNone (events.js:72:20)
2016-09-14T20:50:48.712Z : at IncomingMessage.emit (events.js:166:7)
2016-09-14T20:50:48.712Z : at endReadableNT (_stream_readable.js:921:12)
2016-09-14T20:50:48.712Z : at nextTickCallbackWith2Args (node.js:442:9)
2016-09-14T20:50:48.712Z : at process._tickCallback (node.js:356:17)
Error: Failed Request: Internal Server Error(500) - Access denied.
問題やどのようにそれを診断するために何ができるかのいずれかのアイデアを:私はTFX-CLIを使用してそれをインストールしようとすると
Image error from web interface
同じことが起こりますか?
ありがとうございます!
コレクションレベルの情報の編集権限がありますか? –