Facing Error i made many changes but only one error showing for all changes.. no luck #2365
Kishoredevops9
announced in
Exceptions
Replies: 3 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.
0 replies
-
It looks like you have not provided the PAT! Check the docs for where it goes on your chosen Endpoint! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi ,
Thank you for your response..
Steps :
1) Answer: logs provided in the attachment .
2) Answer : Provided Configuration file
3) Answer : In Target there are no work items. - snapshot attached in the
attachment.
4)Answer: Same error
5)Answer: added in the attachment
i have given Target PAT token .. in my case working single organization in
this between projects migrating the work items
Do i need to install any API Extension ?
…On Sun, Sep 15, 2024 at 2:54 PM Martin Hinshelwood nkdAgility.com < ***@***.***> wrote:
It looks like you have not provided the PAT!
—
Reply to this email directly, view it on GitHub
<#2365 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUZY2UEAKET7AX3GZIGGCALZWVG6TAVCNFSM6AAAAABOG3ZF2GVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANRVGA4TSOI>
.
You are receiving this because you authored the thread.Message ID:
<nkdAgility/azure-devops-migration-tools/repo-discussions/2365/comments/10650999
@github.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Facing one error for all changes and i followed below ways..
https://www.youtube.com/watch?v=Qt1Ywu_KLrc&t=705s
https://rajeevpentyala.com/2024/01/26/step-by-step-migrate-azure-devops-work-items-using-azure-devops-migration-tools/#:~:text=The%20%27Azure%20DevOps%20Migration%20Tools,console%20project%20available%20on%20GitHub
Beginning run of 1 processors
[19:07:20 INF] [16.0.2] Processor: TfsWorkItemMigrationProcessor
[19:07:20 INF] [16.0.2] Migration Context Start: TfsWorkItemMigrationProcessor
[19:07:20 DBG] [16.0.2] WorkItemMigrationContext::InternalExecute
Error logged to Elmah.io!
!! Check for latest version - We fix issues constantly - If not, please create a discussion on https://github.com/nkdAgility/azure-devops-migration-tools/discussions so we can get this fixed !!
[19:07:23 FTL] [16.0.2] Error while running TfsWorkItemMigrationProcessor
System.InvalidOperationException: An error occurred while retrieving the endpoint 'Target'. ---> System.InvalidOperationException: Validation failed for endpoint 'Target': The AccessToken must not be null or empty when AuthenticationMode is set to 'AccessToken'.
at MigrationTools.EndpointRegistrationExtensions.<>c__DisplayClass1_0.b__0(IServiceProvider sp, Object key) in D:\a\azure-devops-migration-tools\azure-devops-migration-tools\src\MigrationTools\Endpoints\Infrastructure\EndpointRegistrationExtensions.cs:line 61
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor
2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument) at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context) at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor
2.VisitCallSite(ServiceCallSite callSite, TArgument argument)at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
at System.Collections.Concurrent.ConcurrentDictionary
2.GetOrAdd(TKey key, Func
2 valueFactory)at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope.GetKeyedService(Type serviceType, Object serviceKey)
at Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetKeyedService[T](IServiceProvider provider, Object serviceKey)
at MigrationTools.Processors.Infrastructure.Processor.GetEndpoint(String name) in D:\a\azure-devops-migration-tools\azure-devops-migration-tools\src\MigrationTools\Processors\Infrastructure\Processor.cs:line 69
--- End of inner exception stack trace ---
at MigrationTools.Processors.Infrastructure.Processor.GetEndpoint(String name) in D:\a\azure-devops-migration-tools\azure-devops-migration-tools\src\MigrationTools\Processors\Infrastructure\Processor.cs:line 79
at MigrationTools.Processors.Infrastructure.Processor.get_Target() in D:\a\azure-devops-migration-tools\azure-devops-migration-tools\src\MigrationTools\Processors\Infrastructure\Processor.cs:line 43
at MigrationTools.Processors.Infrastructure.TfsProcessor.get_Target() in D:\a\azure-devops-migration-tools\azure-devops-migration-tools\src\MigrationTools.Clients.TfsObjectModel\Processors\Infra\TfsProcessor.cs:line 24
at MigrationTools.Processors.TfsWorkItemMigrationProcessor.get_Target() in D:\a\azure-devops-migration-tools\azure-devops-migration-tools\src\MigrationTools.Clients.TfsObjectModel\Processors\TfsWorkItemMigrationProcessor.cs:line 76
at MigrationTools.Processors.TfsWorkItemMigrationProcessor.ValidatePatTokenRequirement() in D:\a\azure-devops-migration-tools\azure-devops-migration-tools\src\MigrationTools.Clients.TfsObjectModel\Processors\TfsWorkItemMigrationProcessor.cs:line 323
at MigrationTools.Processors.TfsWorkItemMigrationProcessor.InternalExecute() in D:\a\azure-devops-migration-tools\azure-devops-migration-tools\src\MigrationTools.Clients.TfsObjectModel\Processors\TfsWorkItemMigrationProcessor.cs:line 101
at MigrationTools.Processors.Infrastructure.Processor.Execute() in D:\a\azure-devops-migration-tools\azure-devops-migration-tools\src\MigrationTools\Processors\Infrastructure\Processor.cs:line 105
[19:07:23 INF] [16.0.2] TfsWorkItemMigrationProcessor completed in 00:00:00
[19:07:23 ERR] [16.0.2] TfsWorkItemMigrationProcessor The Processor MigrationEngine entered the failed state...stopping run
[19:07:23 INF] [16.0.2] Command ExecuteMigrationCommand completed in 00:00:07.7116055
Beta Was this translation helpful? Give feedback.
All reactions