Replies: 2 comments 2 replies
-
I have no idea... can you share your log and config? After a "fail to save" it lists why. "Basic authentication requires a secure connection to the server." are you using https? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi,
I have some workitem that not fully migrated.
Just part of history transferred.
I see this in the log but don't know what's the reason because most of the history of this workitem migrated successfully....
.
.
.
.
Requirement][Complete: 514/3802][sid: 9972|Rev: 26][tid: null | Processing Revision [20]
[INF] EmbededImagesRepairEnricher: Fixing HTML field attachments for work item 515 from x to y
[INF] TfsWorkItemEmbededLinkEnricher: Fixing embedded mention links on target work item 515 from x to y
[INF] [ Requirement][Complete: 514/3802][sid: 9972|Rev: 26][tid: null | Saved TargetWorkItem 515. Replayed revision 20 of 26
[INF] [ Requirement][Complete: 514/3802][sid: 9972|Rev: 26][tid: null | Processing Revision [21]
[INF] [ Requirement][Complete: 514/3802][sid: 9972|Rev: 26][tid: null | ...FAILED to Save
[INF] ===============================================================
.
.
.
.
[ERR] System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Basic authentication requires a secure connection to the server.
at Microsoft.VisualStudio.Services.Common.VssBasicCredential.OnCreateTokenProvider(Uri serverUrl, IHttpResponse response)
at Microsoft.VisualStudio.Services.Common.IssuedTokenCredential.CreateTokenProvider(Uri serverUrl, IHttpResponse response, IssuedToken failedToken)
at Microsoft.VisualStudio.Services.Common.VssCredentials.TryGetTokenProvider(Uri serverUrl, IssuedTokenProvider& provider)
.
.
.
.
.
.
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task
1.GetResultCore(Boolean waitCompletionNotification) at VstsSyncMigrator.Engine.WorkItemMigrationContext.ReplayRevisions(List
1 revisionsToMigrate, WorkItemData sourceWorkItem, WorkItemData targetWorkItem) in D:\a\1\s\src\VstsSyncMigrator.Core\Execution\MigrationContext\WorkItemMigrationContext.cs:line 652---> (Inner Exception #0) System.InvalidOperationException: Basic authentication requires a secure connection to the server.
at Microsoft.VisualStudio.Services.Common.VssBasicCredential.OnCreateTokenProvider(Uri serverUrl, IHttpResponse response)
at Microsoft.VisualStudio.Services.Common.IssuedTokenCredential.CreateTokenProvider(Uri serverUrl, IHttpResponse response, IssuedToken failedToken)
at Microsoft.VisualStudio.Services.Common.VssCredentials.TryGetTokenProvider(Uri serverUrl, IssuedTokenProvider& provider) .
.
.
.
.
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase.d__28`1.MoveNext()<---
2024-01-25 07:47:10.621 +00:00 [INF] ===============================================================
2024-01-25 07:47:10.621 +00:00 [INF] [ Requirement][Complete: 514/3802][sid: 9972|Rev: 26][tid: null | Average time of 1.771 per work item and 1 hours 33 minutes 57.334 seconds estimated to completion
Beta Was this translation helpful? Give feedback.
All reactions