unable to complete delivery

你离开我真会死。 提交于 2020-01-21 05:59:05

问题


I got the following error while trying to complete the posted delivery. Is there anything I can do it from the target site?

cleartool: Error: Unable to check out
"/vobs/amit_sumit/lost+found/pcs_i_ltf_odfc_set_sftp.c.842f38e667011e395ad0018fe6508eea".
cleartool: Error: Some files could not be checked out in the target view.
cleartool: Error: Unable to perform merge.
cleartool: Error: Unable to do integration.
cleartool: Error: Unable to deliver stream "banglore_atx_cl".

回答1:


Yes.

You can change the config spec of the view you are using for your deliver in order to not select the lost+found folder.

cd /path/to/my/view
cleartool edcs

Add (as a first rule, at the top)

element /vobs/amit_sumit/lost+found -none

save and resume your deliver.

Note: depending on what you are merging (a folder within the vob, or the vob itself), you also can add same same selection rule between:

#UCMCustomElemBegin - DO NOT REMOVE - ADD CUSTOM ELEMENT RULES AFTER THIS LINE
#UCMCustomElemEnd - DO NOT REMOVE - END CUSTOM ELEMENT RULES

But by putting it on top, you are sure it will be taken into account.

That lost+found elements will still be part of the deliver, but will be skipped with a warning, as opposed to be blocking.



来源:https://stackoverflow.com/questions/22360217/unable-to-complete-delivery

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!