TF61002 CQConverter: Unknnown Migration Error Message
Hi, I'm trying to migrate VSS sources to TFSC. necessary mapping but when trying to add the data I receive a TF61002 error message. I found nothing on the web on TF61002 so far. Reading the error message's text I don't understand why migration status, vsts sourcedb and vsts souceid should be mapped to the Issue work item of TFS? The vsts in the name of those fields let's me believe that they are somehow included by CQConverter or TFS - I don't have those fields in my ClearQuest work item. I can't find those fields in the field map file neither - as you can see at the end of this post... : Validating users in Team Foundation.. Work item type 'Issue' cannot be created because it already exists on your Team Foundation Server. Validating the Team Foundation fields in the converter mappings. {Total Errors 1}ERROR: TF61002: Field Map validation failed for file 'D:\Work\...\CQ_Migration\Open_PointsFieldMap.xml'.Field(s) 'Migration Status, vsts sourcedb, vsts sourceid' does not exist in work item type 'Issue' in Team Foundation Server. in your work item type or remove the fields from the field map file. Migration completed with 4 warning(s), 1 error(s) Migration report file: CQMigrationReport.xml : :
:
<?xml version="1.0"?> <FieldMaps xmlns:xsi=" xmlns:xsd=" <!--State is a core field in Team Foundation Work Item Tracking and it is recommended that you use this field because it best suits the purpose--> <FieldMap from="State" to="State" /> <FieldMap from="DateSubmitted" to="Created Date" /> <FieldMap from="Priority" to="Priority" /> <FieldMap from="Area" to="Area Path" /> <FieldMap from="Issue" to="Issue" /> <!--Description is a core field in Team Foundation Work Item Tracking and it is recommended that you use this field because it best suits the purpose--> <FieldMap from="Description" to="Description" /> <FieldMap from="Submitter" to="Created By"> <ValueMaps refer="UserMap" /> </FieldMap> <FieldMap from="Responsible" to="Assigned To"> <ValueMaps refer="UserMap" /> </FieldMap> <FieldMap from="Deadline" to="Target Resolve Date" /> <FieldMap from="OP_ID" to="Id" /> </FieldMaps>
Has anybody made experiences with this error so far?Tom

