TfsTestPlansAndSuitesMigrationProcessor: Object reference not set to an instance of an object #2465
Closed
Lakshminarayana316
announced in
Exceptions
Replies: 3 comments 3 replies
|
Hi there, This looks to be a complex issue that you will need to debug locally to figure out what is going on. Debug in Visual Studio Steps:
Your assistance is greatly appreciated! Thanks, Azure DevOps Migration Tools team |
0 replies
|
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 |
0 replies
|
The issue is resolved ,I have modifying the changes in configuration level.Later its worked. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Version
Source Version
Azure DevOps Server 2022
Target Version
Azure DevOps Service
Relevant configuration
{ "Serilog": { "MinimumLevel": "Information" }, "MigrationTools": { "Version": "16.0", "Endpoints": { "Source": { "EndpointType": "TfsTeamProjectEndpoint", "Collection": "https://ss12.adr.com/NordicCollection/", "Project": "D_SUPPORT", "Authentication": { "AuthenticationMode": "AccessToken", "NetworkCredentials": null, "AccessToken": "" }, "ReflectedWorkItemIdField": "ReflectedWorkItemId", "AllowCrossProjectLinking": false, "LanguageMaps": { "AreaPath": "Area", "IterationPath": "Iteration" }, "EndpointEnrichers": null }, "Target": { "EndpointType": "TfsTeamProjectEndpoint", "Collection": "https://dev.azure.com/THansaTest", "Project": "TEAM_MASTER", "Authentication": { "AuthenticationMode": "AccessToken", "NetworkCredentials": null, "AccessToken": "" }, "ReflectedWorkItemIdField": "ReflectedWorkItemId", "AllowCrossProjectLinking": false, "LanguageMaps": { "AreaPath": "Area", "IterationPath": "Iteration" }, "EndpointEnrichers": null } }, "Processors": [ { "ProcessorType": ""TfsTestPlansAndSuitesMigrationProcessor",", "Enabled": true, "UpdateCreatedDate": false, "UpdateCreatedBy": true, "TestPlanQueryBit": "SELECT [System.Id],[System.Title] From WorkItems WHERE [System.WorkItemType] ='Test Plan',AND [System.AreaPath] = 'OnlineTE\\DigiKomtom'", "AreaMaps": "OnlineTE\\DigiKomtom", "FixHtmlAttachmentLinks": true, "WorkItemCreateRetryLimit": 5, "FilterWorkItemsThatAlreadyExistInTarget": false, "PauseAfterEachWorkItem": false, "AttachRevisionHistory": true, "GenerateMigrationComment": true, "WorkItemIDs": null, "MaxGracefulFailures": 0, "SkipRevisionWithInvalidIterationPath": false, "SkipRevisionWithInvalidAreaPath": false, "Enrichers": null, "SourceName": "Source", "TargetName": "Target", "RefName": "" } ], "CommonTools": { "FieldMappingTool": { "Enabled": false, "FieldMaps": [] }, "TfsGitRepositoryTool": { "Enabled": false, "Mappings": null } } } }Relevant log output
What happened?
A bug happened!
Migration Stopped with an error message. and also put filtered with TestPlanQueryBit but that is also not working .Kindly check and help on this issue .
Debug in Visual Studio
All reactions