premboyapati / Test-Case-Migrator-Plus

Test Case Migrator Plus tool allows test related artifacts, present in Excel and MHT/Word formats, to be imported into Team Foundation Server. It works with both Visual studio 2017, Visual studio 2019; and TFS 2017, TFS 2018 and Azure DevOps Server 2019.1 & 2019.1+
3 stars 1 forks source link

When I run this I get this error after connecting to my Project/Collection #3

Closed keneef closed 1 year ago

keneef commented 2 years ago

Microsoft.VisualStudio.Services.Common.VssServiceException HResult=0x80131600 Message=The feature is disabled. Contact your Azure DevOps Server administrator. Process Id: 3345e220-08ef-4d2e-80ff-3ed5ac0922ef, Project Id: 84446c85-d9c1-4e96-acb6-204173ecc834 Source=TestCaseMigratorPlus StackTrace: at Microsoft.VisualStudio.TestTools.WorkItemMigrator.WizardController.Worker_LoadWizardPartInBackgroundThreadCompleted(Object sender, RunWorkerCompletedEventArgs e) in C:\Users\username\Source\Repos\Test-Case-Migrator-Plus.git\sourceCode\WorkItemMigrator\WizardController.cs:line 503 at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) at System.Windows.Application.RunDispatcher(Object ignore) at System.Windows.Application.RunInternal(Window window) at Microsoft.VisualStudio.TestTools.WorkItemMigrator.App.Main(String[] args) in C:\Users\username\Source\Repos\Test-Case-Migrator-Plus.git\sourceCode\WorkItemMigrator\App.xaml.cs:line 170

premboyapati commented 1 year ago

You seem to be trying to access a feature (project collection) that your Azure DevOps Server administrator has disabled. You can contact your administrator for more information on how to enable the feature. Here are some links that may help you troubleshoot the issue:

Troubleshoot access, permission issues - Azure DevOps Need assistance : We can’t import and export process in azure devops - Stack Overflow Export an inherited process in Devops via APIs - Stack Overflow