问题
I'm attempting to use the tool for a TFS 2012 Migration to VS Team Services. Validation is showing that I need permissions for my logged in User to be under the Project Collection Service Account Group. When I try to manually add my User as a "Member Of" through the website, I get a "You do not have permissions to perform this action"
My user is the Account Owner and a member of Team Foundation Service Administrator and Project Collection Service Administrator groups. Is there something I'm missing?
回答1:
TFS has recently changed this to disallow users directly changing members of Service Account. There is however, a workaround that you can use.
- Create a new (custom) VSO Group
- Under 'Members', add your user.
- Under 'Member of', add [DefaultCollection]Project Collection Service Accounts
- Go back to OVSMU and re-validate the migration that you were creating.
回答2:
I was able to get this working without creating the group as described in the other answer.
- From the control panel, click on the link labelled 'Manage collection security and group membership'.
- Search for and select the user that you are going to perform the migration with in the box with the label 'Filter users and groups'.
- Swap to the Member of tab.
- Click the Add... button.
- Enter the search term 'project collection service accounts' in the box labelled User or group.
- Search for and select the group using the term '[defaultcollection]\project collection service accounts'.
- Hit the Save changes button.
来源:https://stackoverflow.com/questions/32899487/opshub-visual-studio-online-migration-utility-cannot-add-account-owner-to-proj