I'm working on tfs migration and i'm trying to validate my collection but keep getting error
Validating that the collection is OK to be imported...
Validating Collection Metadata (Step 1 of 15)
There were no matching records discovered in AAD for the identities in the collection.
If you choose to continue then only the organization owner will be able to access the imported Azure DevOps Services organization.
All other users will be imported as historical identities and there won't be ANY way to associate the history after adding users to the organization.
If you want the users to be imported as active identities then you will need to ensure that Azure AD Connect has been configured.
By continuing you're accepting that all users will be imported historically. Do you want to continue with generating the identity mapping file? (Yes/No) yes
Validating Collection Metadata Passed (Step 15 of 15)
Validating Project Processes Failed (Validating Project 18 of 18)
Collection validation completed.
Results:
+ All collection validations completed with the following errors:
+ [Warning] Encountered invalid user licences and a default license was picked. Please look at the logs for more details.
+ [Warning] The largest table size is currently 92GBs. This is above the recommended size of 30GBs to use the DACPAC import method. Please see the following page to learn how to import using a SQL Azure VM: https://aka.ms/AzureDevOpsImportLargeCollection
+ [Error] Project Process Validation Failed
I found a documentation to resolve project process validation failed error https://learn.microsoft.com/en-us/azure/devops/migrate/migration-processtemplates?view=azure-devops&viewFallbackFrom=vsts#dealing-with-process-errors
But when i go through the steps i get errors in powershell to fix the project process templates i get hit with error
PS C:\Users\oabidekun\Downloads\process-customization-scripts-master\process-customization-scripts-master\Import> .\ConformProject.ps1 "http://tfstest2022/DefaultCollection/" "VitechWebRegistration" "C:\Users\oabidekun\Downloads\process-customization-scripts-master\process-customization-scripts-master\Import\Scrum"
Security warning
Run only scripts that you trust. While scripts from the internet can be useful, this script can potentially harm your computer. If you trust this script, use the Unblock-File cmdlet to allow the script to run without this warning
message. Do you want to run C:\Users\oabidekun\Downloads\process-customization-scripts-master\process-customization-scripts-master\Import\ConformProject.ps1?
[D] Do not run [R] Run once [S] Suspend [?] Help (default is "D"): r
Unable to find witadmin.exe on your path. Attempting VS install directories
Testing for C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\witadmin.exe
Step 1: Preparing Conform
Operation Complete
Step 1: Complete
Step 2: Validating Work Items
TF400324: Azure DevOps services are not available from server http://tfstest2022/DefaultCollection.
Technical information (for administrator):
Unable to connect to the remote server
No connection could be made because the target machine actively refused it 192.168.110.55:80
Work Item Type Bug.xml missing from the project, it will be added in Step 5
Work Item Type CodeReviewRequest.xml missing from the project, it will be added in Step 5
Work Item Type CodeReviewResponse.xml missing from the project, it will be added in Step 5
Work Item Type Epic.xml missing from the project, it will be added in Step 5
Work Item Type Feature.xml missing from the project, it will be added in Step 5
Work Item Type FeedbackRequest.xml missing from the project, it will be added in Step 5
Work Item Type FeedbackResponse.xml missing from the project, it will be added in Step 5
Work Item Type Impediment.xml missing from the project, it will be added in Step 5
Work Item Type ProductBacklogItem.xml missing from the project, it will be added in Step 5
Work Item Type SharedParameter.xml missing from the project, it will be added in Step 5
Work Item Type SharedSteps.xml missing from the project, it will be added in Step 5
Work Item Type Task.xml missing from the project, it will be added in Step 5
Work Item Type TestCase.xml missing from the project, it will be added in Step 5
Work Item Type TestPlan.xml missing from the project, it will be added in Step 5
Work Item Type TestSuite.xml missing from the project, it will be added in Step 5
Step 2: Complete
Step 3: Conform project - Link Types
Importing Link Type: MicrosoftVSTSCommonAffects.xml
TF400324: Azure DevOps services are not available from server http://tfstest2022/DefaultCollection.
Technical information (for administrator):
Unable to connect to the remote server
No connection could be made because the target machine actively refused it 192.168.110.55:80
Importing Link Type: MicrosoftVSTSCommonTestedBy.xml
TF400324: Azure DevOps services are not available from server http://tfstest2022/DefaultCollection.
Technical information (for administrator):
Unable to connect to the remote server
No connection could be made because the target machine actively refused it 192.168.110.55:80
Importing Link Type: MicrosoftVSTSTestCaseSharedParameterReferencedBy.xml
TF400324: Azure DevOps services are not available from server http://tfstest2022/DefaultCollection.
Technical information (for administrator):
Unable to connect to the remote server
No connection could be made because the target machine actively refused it 192.168.110.55:80
Importing Link Type: MicrosoftVSTSTestCaseSharedStepReferencedBy.xml
Can someone help?