It's all about the answers!

Ask a question

clearcase synchronizer error on former CQ-UCM enabled vob


Daan van der Munnik (29113127) | asked Sep 26 '11, 11:48 a.m.
We have set up the RTC-CC sync on a vob which used to be CQ-UCM enabled.
As we will mainly use RTC for this vob, we have disabled CQ-UCM before setting up the syncronization. The initial sync executed withou any errors, however subsequent syncs result in an error:

javax.wvcm.WvcmException: Failure while trying to execute cleartool command:


cleartool describe -fmt %[crm_record_type]p|%[crm_record_id]p oid:ad4928c6.71544ab0.9469.12:a3:0b:67:00:b8@vobuuid:ebb3d840.3e3a11d5.9f4a.00:c0:4f:30:62:7d
Defect|
cleartool: Error: Could not perform requested operation: a UCM/ClearQuest data
inconsistency may exist:
cleartool: Error: Activity "IM-TA00009088" is linked, but its project ("ClearQuest_prj")
is not ClearQuest-enabled.


Any suggestions on how to fix this ?

Thanks,

Daan.

2 answers



permanent link
Geoffrey Clemm (30.1k33035) | answered Sep 26 '11, 11:23 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Unless you get an answer soon on the forum, it would be best to submit a
work item for this on jazz.net, and then call in for Rational Support,
so the development team can work with you directly on this problem.

Cheers,
Geoff

On 9/26/2011 11:53 AM, dvdmunni wrote:
We have set up the RTC-CC sync on a vob which used to be CQ-UCM
enabled.
As we will mainly use RTC for this vob, we have disabled CQ-UCM before
setting up the syncronization. The initial sync executed withou any
errors, however subsequent syncs result in an error:

javax.wvcm.WvcmException: Failure while trying
to execute cleartool command:

cleartool describe -fmt
%p|%p
oid:ad4928c6.71544ab0.9469.12:a3:0b:67:00:b8@vobuuid:ebb3d840.3e3a11d5.9f4a.00:c0:4f:30:62:7d
Defect|
cleartool: Error: Could not perform requested operation: a
UCM/ClearQuest data
inconsistency may exist:
cleartool: Error: Activity "IM-TA00009088" is
linked, but its project ("ClearQuest_prj")
is not ClearQuest-enabled.

Any suggestions on how to fix this ?

Thanks,

Daan.

permanent link
Erik Willems (2611) | answered Oct 11 '11, 5:42 a.m.
We solved this problem:

It seems that on disabling the integration between CC and CQ not all links have been correctly removed. To fix this, we followed the steps outlined below:


Open a Windows command prompt and CD to (default install directory)
C:\Program Files\Rational\ClearCase\etc\utils


In this directory there is an executable ucmutils.
Note: This command does not need to be run from a view context or from the root of the PVOB. This utility can be executed from the directory in which it is located.

Options / Arguments:
ucmutil cleanup_crm {vob_selector | project_selector}


If all ClearCase UCM Projects in a PVOB need to have ClearQuest disabled, use the vob_selector argument.

If only one ClearCase UCM Project in a PVOB needs to have ClearQuest disabled, use the project_selector argument.

The command syntax would be as follows to disable all projects in a PVOB
Ucmutil cleanup_crm vob:\pvob 


The command syntax would be as follows to disable one project in a PVOB (my_project).
Ucmutil cleanup_crm project:my_project@\pvob


Keep in mind this is a cleanup action needed if something went wrong when disable'ing the CQ integration.
We've done the same with other VOB's where we had no problems and didn't need this cleanup.

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.