top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

UCM: UCM can't make a baseline please help

0 votes
352 views

Hi,

Am trying to make a baseline and am getting this error

Possible stranded temporary lbtype name found: "xxxxxxxxx_in_progress"

Can you help as I need to get this BL created asap

posted Jun 12, 2014 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

The actual error message is

possible stranded temporary lbtype name found: "`testbaseline_in_progress`".

The idea is to:

remove all the _inprogress types in the vob(s) involved by the UCM components

$ ct rmtype -rmall lbtype:testbaseline_in_progress@\\avob
There are 1690 labels of type testbaseline_in_progress.
Remove labels?  [no] yes

Once All Baseline type got removed Please check All baseline and label on same vobs using command

    cleartool lstype -kind lbtype -invob /vobs
    cleartool lsbl -short -component COMPONENT_NAME@/vobs

Once got satisfied that there is no lbtype and bltype withs same name in project and data vob Please create new basline using below command:

ct mkbl -view VIEW_NAME_INT BASE_LINE_NAME 
answer Jun 12, 2014 by Amit Kumar Pandey
...