Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

CRRTC4061E: The synchronization process cannot be completed using ClearCase Version Importer


I am getting an error message while I am trying to migrate the source code from ClearCase to RTC in the Linux Environment though we have full
access to the vob. We are using the ClearCase version importer and not the synchronizer.
 
Command Used:

./ccc export ccase --noHistory -d /tmp/RTC_SFS/sfs_source_latest -i /view/sfs_view_test1/vobs/SFS_NGS_Source --viewTags sfs_view_test1
 
Error:
javax.wvcm.WvcmException: CRRTC4061E: The synchronization process cannot be completed. 
The " " command completed with a non-zero status or error message
 
Version of Products involved:

RTC 5.0.1
ClearCase 8.0.1.3 

0 votes



2 answers

Permanent link
 --> There is a discrepancy in the export command used here. Look for the details on using the ccc export command and the arguments here, 
especially if you are using -noHistory argument:

http://www-01.ibm.com/support/knowledgecenter/SSYMRC_5.0.1/com.ibm.team.connector.scm.cc.doc/topics/c_plan_filter_versions.html?lang=en
 
http://www-01.ibm.com/support/knowledgecenter/SSYMRC_5.0.1/com.ibm.team.connector.scm.cc.doc/topics/c_filter_by_view.html?lang=en
 
http://www-01.ibm.com/support/knowledgecenter/api/content/SSYMRC_5.0.1/com.ibm.team.scm.doc/topics/r_scm_cli_ccc_export_ccase.html
 
Then re-try. 

--> Also, there are a couple of issues with the CC command arguments, which needs to be verified:
 
1) The view storage location does not seem valid for the provided tag.
Either the contents were removed (it's in a tmp location) or something else is wrong with the view
 
2) The -invob argument is invalid as it traverses recursively through the view context twice before listing the vob tag. 
This argument should only have the vob tag.
 
https://publib.boulder.ibm.com/infocenter/cchelp/v7r0m1/index.jsp?topic=/com.ibm.rational.clearcase.cc_ref.doc/topics/ct_lsprivate.htm
 

0 votes


Permanent link
Could you execute ccc command without --viewTags option?

./ccc export ccase --noHistory -d /tmp/RTC_SFS/sfs_source_latest -i /view/sfs_view_test1/vobs/SFS_NGS_Source

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938
× 1,381
× 343

Question asked: Oct 15 '14, 6:25 a.m.

Question was seen: 5,070 times

Last updated: Oct 20 '14, 3:07 a.m.

Confirmation Cancel Confirm