It's all about the answers!

Ask a question

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


Sumant Renukarya (1.1k23339) | asked Oct 15 '14, 6:25 a.m.
edited Oct 17 '14, 11:33 a.m. by Jennifer Cianchetta-Riordan (2512)

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 

2 answers



permanent link
Sumant Renukarya (1.1k23339) | answered Oct 15 '14, 6:27 a.m.
 --> 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
 


permanent link
Takaaki Kawase (26) | answered Oct 20 '14, 3:07 a.m.
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

Your answer


Register or 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.