Clearcase CCRC 命令“签入”失败:无法创建文件的路径名

发布于 2024-10-22 09:55:33 字数 239 浏览 9 评论 0原文

我在 Windows 2003 服务器中有用于 ClearCase 远程客户端的 CM 服务器。
服务器中安装的包。

我在 CCRC 客户端中收到以下错误:

“CRVAP0087E CCRC 命令“签入”失败:无法创建路径名 文件“C:\ccweb\v973012\v973012_Latest_FMC”:权限被拒绝”

您能帮我解决这个问题吗?

I have CM Server for ClearCase Remote Clients in windows 2003 server.
Installed package in server.

I'm getting below error in CCRC client:

"CRVAP0087E CCRC command "checkin" failed: Unable to create pathname for
file "C:\ccweb\v973012\v973012_Latest_FMC": Permission denied"

Can you please help me to fix this issue?

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

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

发布评论

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

评论(2

季末如歌 2024-10-29 09:55:33

解决正确问题的最有效方法是直接转到 CCRC 服务器,在 CCRC Web(快照)视图下并键入:

cd c:\ccweb\v973012
cleartool lsview -l -full -pro -cview

这样,您就可以看到用户首先在哪个组中创建了 CCRC 视图。
该组必须是与正在签入的元素的 Vob 关联的组之一。

另请查看此技术说明

在安装 Rational ClearCase 的过程中,系统会要求您提供一个临时目录,以便在安装过程中使用来解压大型工件。
此临时目录用于在更新或卸载过程中保留用户配置设置。
如果指定安装在与安装目录不同的文件系统上的目录,则在文件系统之间移动文件时,不会保留文件权限和所有者。

最后,检查 Vob 上设置的任何触发器:它们可能会对 CCRC“签入”操作产生不必要的副作用。


对于 OP mth123 的具体情况,他建议:

转到 Windows 资源管理器并尝试以下步骤:

  • 转到以下目录:C:\ccweb
  • 将文件夹 v123412 重命名为 V123412(仅更改第一个字母并将“V”大写。)
  • 检查问题是否已解决。

因此,根据视图的实际标签,这可能是有关区分大小写的路径的问题。

The most efficient way to troubleshoot right issue is to go directly to the CCRC server, under the CCRC web (snapshot) view and type:

cd c:\ccweb\v973012
cleartool lsview -l -full -pro -cview

That way, you see with which group the user has created the CCRC view in the first place.
That group must be one of the groups associated with the Vob of the element being checked-in.

Check also this technote:

During the installation of Rational ClearCase, you are asked for a temporary directory to use during the installation to unzip large artifacts.
This temporary directory is used to preserve user configuration settings during an update or uninstall process.
If you specify a directory that is mounted on a file system that is separate from the installation directory, the file permissions and owners are not preserved when the files are moved across the file systems.

Finally, check for any trigger set on the Vob: they can have an unwanted side-effect with that CCRC 'checkin' operation.


In the specific case of the OP mth123, he suggests:

Go to the Windows Explorer and try these steps:

  • Go the the following directory: C:\ccweb
  • Rename the folder v123412 to V123412 (Only change the first letter and put "V" capitalized.)
  • Check if the problem is solved.

So depending on the actual tag of the view, this could be an issue about case-sensitive path.

病毒体 2024-10-29 09:55:33

最新的补丁导致了这个问题。在应用 CC 补丁时,会保留一些文件,包括 ccweb 文件夹。在安装后恢复这些文件夹时,这些目录可能已更改为小写/大写。目前这是 IBM 队列中的。

如果您要升级 CCRC,请使用正确的 ACL 复制 ccweb 目录或使用 ccopy.exe(clearcase 实用程序)

The latest patch caused this issue. While applying patch CC preserving some file inclusing ccweb folder. while restoring those folder during post install these directory might have changed with lowercase/upper case. This is currently with IBM queue.

If you are going to upgrade CCRC please make a copy of ccweb directory with proper ACL or use ccopy.exe (clearcase utility)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文