清除 Case 变基操作失败

发布于 2024-11-19 16:27:17 字数 818 浏览 1 评论 0原文

当我尝试在明确的情况下“重新调整”我的流时,我得到两个选项:“恢复重新调整”和“撤消重新调整”。
但他们都给我错误。似乎之前的变基失败并使流处于损坏状态。

怎么解决这个问题呢?

我尝试停止并启动 ClearCase,但没有成功。

编辑:错误是:

IDispatch error #14083  
Execution of a hook failed during the action Complete.  It was the ACTION_COMMIT hook   attached to the UCMUtilityActivity "CR00155721".  
The reason for the failure was:  
Trouble communicating with VOB database: "\Alerts_Proj".  
Check database log on VOB host "123yyyyy.com".  
Could not perform requested operation: a UCM/ClearQuest data  
inconsistency may exist:  
ClearQuest "UCMUtilityActivity" record "CR00155721" is linked to a UCM object  
that can not be found.  
Unable to complete the rebase activity in ClearQuest.  
Unable to undo set of integration activity.  
Unable to complete integration.

When I try to 'rebase' my stream in clear case, I get the 2 options : 'Resume rebase' and 'Undo rebase'.
But both of them give me errors. It seems a previous rebase failed and left the stream in a corrupted state.

How to solve this?

I tried stopping and starting ClearCase but no luck.

EDIT: the error is :

IDispatch error #14083  
Execution of a hook failed during the action Complete.  It was the ACTION_COMMIT hook   attached to the UCMUtilityActivity "CR00155721".  
The reason for the failure was:  
Trouble communicating with VOB database: "\Alerts_Proj".  
Check database log on VOB host "123yyyyy.com".  
Could not perform requested operation: a UCM/ClearQuest data  
inconsistency may exist:  
ClearQuest "UCMUtilityActivity" record "CR00155721" is linked to a UCM object  
that can not be found.  
Unable to complete the rebase activity in ClearQuest.  
Unable to undo set of integration activity.  
Unable to complete integration.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

短暂陪伴 2024-11-26 16:27:17

仅供参考,当“CQIntSvr11.exe”失败时,我也看到过这种情况发生。当您需要在同一台计算机上使用不同用户(例如管理员和开发人员帐户)的应用程序时,似乎会发生这种情况。

如果您使用任务管理器终止进程,然后重试该操作,IDispatch 14083 应停止,然后您可以再次使用流。

FYI I've also seen this happen when the "CQIntSvr11.exe" fails. It seems to occur when you need to use the application on the same machine with different users (e.g. admin and developer account).

If you kill the process using task manager and then retry the operation the IDispatch 14083 should stop and then you can use your stream again.

别把无礼当个性 2024-11-26 16:27:17

一种解决方案可能是停用触发器,但这可以通过 ClearCase-ClearQuest 链接来实现,并且在不完全切断该链接的情况下不可能实现。

因此,您可以首先查看此 IBM 技术说明 ClearCase 管理员:

发生此错误的原因是 UCM 项目 VOB 和相关活动已被删除,ClearQuest 仍在查找此信息并需要此信息来删除缺陷。

此问题是在 ClearQuest 缺陷和项目之前删除 ClearCase 项目的结果。

解决方案

要解决此问题,请执行以下操作来修复活动,以便将其删除:

  • 浏览到 ClearCase utils 目录:
    c:\program files\rational\clearcase\etc\utils
  • 从命令提示符运行以下命令:
    注意:该命令无法在 GUI 中执行
squid_patch <DBNAME> -activity  ucm_vob_object ""

注意:它将显示一条咨询消息,但会更改 ClearQuest 中的字段。

  • 删除 ClearQuest 记录。
    使用以下命令删除 UCM 项目:
squid_patch <DBNAME> -project  ucm_vob_object ""

One solution might be deactivating the trigger, but this could be put by the ClearCase-ClearQuest link and not be possible without severing completely that link.

So you can start by checking out this IBM technote with your ClearCase administrator:

This error occurs because the UCM project VOB and associated activities have been removed, ClearQuest is still looking for this information and needs this information to remove the defect.

This issue is the result the ClearCase items being removed before the ClearQuest defects and project.

Solution

To resolve this issue perform the following to fix the Activity so it can be deleted:

  • Browse to the ClearCase utils directory:
    c:\program files\rational\clearcase\etc\utils
  • Run the following command from a command prompt:
    Note: This command cannot be performed in the GUI
squid_patch <DBNAME> -activity  ucm_vob_object ""

Note: It will display an advisory message, but it will change the field in ClearQuest.

  • Delete the ClearQuest record.
    Remove the UCM project with the following command:
squid_patch <DBNAME> -project  ucm_vob_object ""
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文