我想取消(撤消) Clearcase中的Dev流的交付,但是它给出了以下错误:
"unable to cancel delivery because another operation is trying to complete it"
可能的原因和解决办法是什么?
发布于 2020-05-13 06:47:35
除非您使用的是旧的ClearCase 7.0 (whic有一个解决方法来避免这个错误。),否则交付已开始可能会发生这种情况。
确切的错误信息是:
cleartool deliver -cancel
Cancel deliver
FROM: stream "<source-stream>"
TO: stream "<target-stream>"
Using target view: "<target-view>".
Are you sure you want to cancel this deliver operation? [no] yes
cleartool: Error: Unable to cancel delivery because another operation is trying to complete.
cleartool: Error: Unable to cancel deliver.
(“试图完成”,结尾没有“它”)
尝试在Windows中启动两次传递会导致交付操作卡住。 这适用于将UCM与ClearQuest (CQ)集成一起使用,并且启用了ClearQuest策略,即在交付后转换为完成。 CQ策略--在交付后过渡到完成--试图将活动转换为完成,但找不到任何。 这将导致
deliver -complete
失败。
更普遍地,检查您的操作系统进程,以确定是否另一个进程保留一个句柄,这将阻止任何取消。
https://stackoverflow.com/questions/61767573
复制相似问题