简体   繁体   English

如何配置在服务帐户上查看项目级信息?

[英]How to configure View Project-Level Information on Service Account?

I'm attempting to use Release Management vNext in TFS 2015 Update 2 RC2, however whenever I try to deploy to an environment, I get the error: 我正在尝试在TFS 2015 Update 2 RC2中使用Release Management vNext,但是,每当我尝试部署到环境时,都会收到错误消息:

TF50309: The following account does not have sufficient permissions to complete the operation: [DefaultCollection]\\Project Collection Service Accounts. TF50309:以下帐户没有足够的权限来完成操作:[DefaultCollection] \\ Project Collection服务帐户。 The following permissions are required to complete the operation: View Project-Level Information. 需要以下权限才能完成操作:查看项目级信息。

I've looked everywhere in the settings, and cannot seem to find a way to configure the [DefaultCollection]\\Project Collection Service Accounts group with this permission, the closest it comes is "View Collection-Level information". 我在设置中到处都看过,似乎找不到找到具有此权限的[DefaultCollection] \\ Project Collection Service Accounts组的方法,它最接近的是“查看收藏级信息”。

Any idea what I'm doing wrong here? 知道我在做什么错吗?

If you have project level security permission, you can check user has 'View project-level information' permission. 如果您具有项目级别的安全权限,则可以检查用户是否具有“查看项目级别的信息”权限。 And check user is member of which groups and that groups have 'View project-level information' permission set. 并检查用户是哪个组的成员,并且该组具有“查看项目级信息”权限集。

view project-level permission is the permission of project-level . view project-level权限项目级别的权限 Just the same as View Collection-Level permission for project collection-level. 与项目集合View Collection-Level权限相同。

If you want to give a user or group the view-project level permission. 如果要授予用户或组查看项目级别的权限。 Please follow the steps below to set this permission: 请按照以下步骤设置此权限:

However this may solve your issue: Adding your build account on the environment machine in the following group 但是,这可能会解决您的问题:在以下组中的环境计算机上添加构建帐户

在此处输入图片说明

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 TFS编辑项目级信息权限 - TFS Edit project-level information permission 将项目级任务汇总到TFS2010中的项目收集门户 - Roll up project-level tasks to the project collection portal in TFS2010 尝试在TFS 2012中配置备份计划时出现错误“ TF400998:当前用户无法检索SQL Server服务帐户信息” - Error “TF400998: The current user failed to retrieve the SQL Server service account information” when trying to configure backup plan in TFS 2012 TFS 2018:查看实例级别的信息 - TFS 2018: View instance-level information TFS 2010 TF50309查看集合级信息 - TFS 2010 TF50309 view collection-level information 如何在Team Build 2015中配置多个项目 - How to configure multiple project in Team Build 2015 TFS 构建服务向导在“编辑集合级别信息”权限设置为允许时失败 - TFS Build Service Wizard Failing on 'Edit collection-level information' permission set to Allow 默认情况下,“ Project Collection Service帐户”在几天前不可用,而今天对于新的VSO帐户不可用 - “Project Collection Service Account” was by default not available few days before and today available for new VSO accounts 如何在 Azure Devops 中使用服务帐户模拟用户 - How to use service account to impersonate users in Azure Devops TFS 2012配置被拒绝访问:[用户名]需要以下权限才能执行此操作:查看集合级信息 - TFS 2012 configuration Access Denied: [User Name] needs the following permission(s) to perform this action: View collection-level information
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM