TFS permissions to create Team Projects in a specific collection

这一生的挚爱 提交于 2019-12-05 20:21:50

问题


We have several Collections in our TFS 2010 server. This server hosts all of our TFS related services.

I'd like to allow a specific programmer to create Team Projects within his dedicated collection. He belongs to the collection's TFS administrators group. When he tries to create a new Team Project, it fails with a Reporting permissions error. I understand that he also needs Reporting services permissions to create the relevant Reporting objects for the new Team Project, but I don't want him to be a full admin for the whole server's Reporting Services.

Is there a way to allow him the full ability to create new Team Projects without making a full Reporting Services admin?


回答1:


source:http://www.microsoft.com/download/en/details.aspx?id=8175 To grant administrative permissions for a team project collection in Reporting Services

  1. Start Internet Explorer.
  2. In the Address bar, type the following URL, where ReportServer is the name of the server that is running Reporting Services: http://ReportServer/Reports/Pages/Folder.aspx
  3. Click the Properties tab, and then click New Role Assignment.
  4. In Group or User Name, type the name of the account for the user or group to whom you want grant administrative permissions.
  5. In Role, click Team Foundation Content Manager, and then click OK.

The one thing missing in the manual, is that you need to do this for /TfsReports/[collectionname] while setting stop security inheratence.



来源:https://stackoverflow.com/questions/9214632/tfs-permissions-to-create-team-projects-in-a-specific-collection

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!