1

learfsimport -rec -nset /view/abc_def/vobs/flo/floor/flore/flour/flow/fly/fi .

ClearCase brtype is not guarded by a stream: brtype:....
clearfsimport: Warning: Trigger "checkin" has refused to let checkin proceed.
clearfsimport: Error: Could not checkin "
ClearCase brtype is not guarded by a stream: brtype:
clearfsimport: Warning: Trigger "checkin" has refused to let checkin proceed.
clearfsimport: Error: Could not checkin "".
clearfsimport: Warning: Trouble importing element "".
Creating element "".

Does anybody know why I am getting the error like above.

Thanks

user2370590
  • 837
  • 1
  • 16
  • 31

1 Answers1

1

It looks like the clearfsimport is done in a non-UCM view, for a file which is already part of an UCM component.

You need to use an UCM view as destination for the clearfsimport.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • It is confirmed that the view is a UCM view. Does the component has to be modifiable to do this? – user2370590 Jul 23 '14 at 15:22
  • 1
    Yes, the component has to be modifiable for the clearfsimport to be able to update it. (modifiable in the project of the stream to which the view is attached to) – VonC Jul 23 '14 at 15:23
  • sorry. I didn't find the command to make it modifiable. Do you know how to make it modifiable since it is already created? – user2370590 Jul 23 '14 at 15:29
  • 1
    @user2370590 you can: http://stackoverflow.com/a/19427967/6309, you can see it in action in http://stackoverflow.com/a/1091075/6309 – VonC Jul 23 '14 at 17:20