azure-devops-migration-tools: Error : Unhandled Exception: Microsoft.TeamFoundation.TeamFoundationServerUnauthorizedException: TF30063: You are not authorized to access https://dev.azure.com/EmersonAutomationSolutions. ---> System.Net.WebException: The remote server returned an error: (401) Unauthorized.
This is for issues: For questions on usage please use https://stackoverflow.com/questions/tagged/azure-devops-migration-tools and tag with azure-devops-migration-tools
Describe your issue:
Hello Team, I am using 11.9.6 version of VstsSyncMigrator on whcih I am facing the error as " Unhandled Exception: Microsoft.TeamFoundation.TeamFoundationServerUnauthorizedException: TF30063: You are not authorized to access https://dev.azure.com/EmersonAutomationSolutions. —> System.Net.WebException: The remote server returned an error: (401) Unauthorized." Where as I am collection admin on our Azure Organization. Cloud you please suggest me the solution how come come I overcome this error.
Thank you in Advance. -Asit
Describe any Exceptions:
Please try to describe what happened.
Source Details
- Source Version: e.g. DevOps Server 2019, Azure DevOps Services, TFS 20xx
- Source Language: e.g. Eng, Ger, Fra
Target Details
- Target Version: e.g. DevOps Server 2019, Azure DevOps Services, TFS 20xx
- Target Language: e.g. Eng, Ger, Fra
I have completed the following:
- Enable Debug in the Logfile - You can set
"LogLevel": "Debug"
in the configuration file which will output more information to the log. - Please specify the Source and Target environments above - Which versions are you migrating from/to Azure DevOps Server 2019, Azure DevOps Services, TFS 20xx.
- Attach the full Logfile from your last run - You can obtuse any of the data that you want, but it’s really helpful to have the full log to see what lead up to the issue. Do not copy and paste the entire log in here! Attach the file to the issue!
- Attach the full Configuration file - You can obtuse any of the data that you want, but it’s really helpful to have the full config. Do not copy and paste the entire log in here! Attach the file to the issue!
Many issues are due to edge cases and will need debugging in Visual Studio; we cant do that for you on your environment.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 30 (7 by maintainers)
I checked your config.
You cant use this “LanguageMaps”: { “AreaPath”: “Area”, “IterationPath”: “Iteration” } as a mapping…thats just a LanguageMap!
delete your area/iteration and set it to the default back.
try it again 😉