OpsHub VSO migration - DataValidationException - Test Suite already exists

烂漫一生 提交于 2019-12-20 07:20:56

问题


During an OpsHub migration from local TFS 2013.3 server to VSO, I receive an error message from OpsHub:

com.opshub.exceptions.DataValidationException: OpbsHug-012017: Field mapping with name: Migrate Work Items and Version Control Data Migrate Work Items and Version Control Data | TFS Source 1211589216815 ALM TFS 1211589216816 'All' Test Suite already exists

This only occurs when trying to migrate work items. Code migration works fine on its own. Stack trace from log file shown below:

Exception rethrown at [0]: at TFSMigrationUI.ViewModel.MigrationSummeryViewModel.createConfigWorker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e) in e:\5.7Checkout\VSMUTFSMigration\TFSMigrationUI\ViewModel\MigrationSummeryViewModel.cs:line 635 at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler) 2014-09-24 16:07:30,517 [1] ERROR com.opshub.exceptions.DataValidationException: OpsHub-012017: Field mapping with name : Migrate Work Items and Version Control Data Migrate Work Items and Version Control Data| TFS Source 1411589216815 ALM TFS 1411589216816 'All' Test Suite already exists System.ServiceModel.FaultException: com.opshub.exceptions.DataValidationException: OpsHub-012017: Field mapping with name : Migrate Work Items and Version Control Data Migrate Work Items and Version Control Data| TFS Source 1411589216815 ALM TFS 1411589216816 'All' Test Suite already exists

Server stack trace: at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)


回答1:


As per the error message and information provided it looks like you are using TFS 2013 update 3 which is currently not supported by free migration utility. We will update you on same thread once we have support for this tfs version.

Thanks,

OpsHub



来源:https://stackoverflow.com/questions/26026019/opshub-vso-migration-datavalidationexception-test-suite-already-exists

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!