Hi,
I'm trying to migrate VSS sources to TFSC. Analysis passed without errors, I did the
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. Please create these fields
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
:
:
Open_PointsFieldMap.xml
< xml version="1.0" >
<FieldMaps xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--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

TF61002 CQConverter: Unknnown Migration Error Message
Hallio
Hi Tom,
I'm trying to decide how to route your post to the right person, but I'm confused about one thing. You mention that you're attempting to migrate VSS (Visual SourceSafe) sources to TFSC (Team Foundation Source Control) but the subject of the post and the subsequent error appears to indicate that you're migrating ClearQuest bugs to Team Foundation Work Items. If you'll help me understand which one it is, I'll know how to direct this inquiry.
Thanks,
-Doug
Swapna.B.
I will check this as soon as possible but it sounds reasonalbe to me.
As soon as get to try it again and it works out I will mark your post as answer to my question.
Thanks a lot,
Tom
dni
Matt,
I haven't had a chance to give it a try, yet. I'll not be able to test this until mid September since the migration is at a customer's site and the project rests till then because of summer vacations.
I won't forget about this tread and give feedback as soon as I've tried it.
Tom
Johan Nordberg
Tom,
Did Neeraja's post help you answer this question Let me know if you have further concerns.
Thanks,
-Matt
ranger28
Hi,
"Migration status", "vsts sourcedb" and "vsts sourceid" fields are required by CQConverter for migration. These fields are generated in the work item type by CQConverter during "Analyze" phase. See http://msdn2.microsoft.com/en-us/library/ms400704.aspx (section: Fields required for converter operation) for more details on these fields. You seem to have deleted these fields from the work item type “Issue”.
Thanks,
Neeraja
djshades2004
I got confused on that one! You are absolutely right - I'm trying to migrate form ClearQuest to TF Work Item Tracking.
Thanks for your reply.
Tom