UserMapping Issues #2656
Replies: 2 comments 1 reply
-
Hi there, ACTION REQUIRED In order for us to help you will need to provide both the log, and the configration file that you are using. Generate and Attach Log Steps:
Your assistance is greatly appreciated! Thanks, Azure DevOps Migration Tools team |
Beta Was this translation helpful? Give feedback.
-
Hi , I can't share the entire logging. But here is the context: In my config .json , OnlyListUsersInWorkItems is set to true ,and I am trying to use TfsExportUsersForMappingProcessor with TfsUserMapping Tool to export the users that are tagged to the workItems that are passed in the WIQL Query in TfsWorkItemMigratorProcessor. It invokes the TfsUserMappingTool::GetUsersInSourceMappedToTargetForWorkItems method and generates following lines in the log file: TfsUserMappingTool::GetUsersInSourceMappedToTargetForWorkItems [workItemUsers|5] and then invokes : TfsUserMappingTool::GetUsersListFromServer Found identities (users and groups) in server. and tries to load the users and generates the following warning/error: TfsUserMappingTool::GetUsersListFromServer::[user:] Attempting to load user My Question: 1)Though the OnlyListUsersInWorkItems is set to true , why it proceeded with the entire users count and identified the Total # of users and groups and tried to load all of them. { } |
Beta Was this translation helpful? Give feedback.
-
In TfsUserMapping tool class file , there is a method GetUsersListFromServer , it fails with following error,
Instance validation error: '5' is not a valid value for Microsoft.TeamFoundation.Framework.Server.ApplicationGroupSpecialType.
Any idea why this is happening
Beta Was this translation helpful? Give feedback.
All reactions