OpsHub TFS to VSTS migration - Object reference not set to an object exception

廉价感情. 提交于 2019-12-13 08:14:14

问题


Getting error "Object Reference not set to an instance of object". on the screen 'Migration Project(s)'. Select Team Project(s) does not fill in projects for migration. I am overall TFS administrator and have full access. Migration we are doing is from TFS 2010 to VSTS. we are using free version. Please let me know what needs to be done to fix the issue.

1) Checked whether all components needed are installed and they are installed (TFS Object Model 2012 and Dot Net framework 4.0)

2) Cleared cache folders under program files


回答1:


Check the solution in this case: OpsHub: ERROR Object reference not set to an instance of an object

The Migration Utility expects "Project Collection Service Accounts" to be present in the VSO account Groups which is created by default when you create your VSO account, but due to some unknown issue some accounts created between the specific date this group was created as "Team Foundation Service Accounts" as in your case, so the migration utility was not able to find the desired group which resulted in the issue you are facing, you can continue the migration by creating a VSO group "Project Collection Service Accounts", add the user in this group which was used for authentication of VSO account for migration utility and make sure the newly created VSO group is a member of "Team Foundation Administrators"



来源:https://stackoverflow.com/questions/49769513/opshub-tfs-to-vsts-migration-object-reference-not-set-to-an-object-exception

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