简体   繁体   English

在IBM中执行联合操作时发生错误

[英]Error occurred while performing the joint operation in IBM

Getting java code of UCM Stream from the IBM clearcase tool in local machine is an easy task. 从本地机器上的IBM clearcase工具获取UCM Stream的Java代码是一件容易的事。 But this time I am facing the issue in getting it. 但是这一次我在获取它时面临着问题。

I followed the following procedure. 我遵循以下过程。

Selecting the project-->
right click on it -->  
click on the 'joint project' option

A popup appears on the screen where it is setting and creating a development stream with view tags and copy area path name. 屏幕上将显示一个弹出窗口,用于设置并创建带有视图标签和复制区域路径名的开发流。 Clicking on next takes us to the ' create integration view'. 单击下一步将带我们进入“创建集成视图”。 Click on finish and select the appropriate project from the drop down. 单击完成,然后从下拉列表中选择适当的项目。 It is processing successfully till half path but after that it is throwing the following exception. 它成功处理到一半路径,但此后将引发以下异常。

'**Error: "IOException: Error storing: "the whole local path where code is getting copied\.copyarea.db.new".
Unable to rename file "the whole local path where code is getting copied\.copyarea.db.new" to "the whole local path where code is getting copied\.copyarea.db": Unknown error.."** 

Please help. 请帮忙。

It depends on the version of ClearCase and your environment, especial an heterogeneous one (Windows client for creating views, view storage stored on Unix). 它取决于ClearCase的版本和您的环境,尤其是异构的环境(用于创建视图的Windows客户端,在Unix上存储的视图存储)。

For instance, it can be a Samba share access issue . 例如,这可能是Samba共享访问问题

Try to look at as many logs as you can to see if any other error messages are there which could convey some clues, using getlog (as in this question or this one ), or launching the ClearCase Administration Console ( ccadminconsole.msc ). 尝试查看尽可能多的日志,以查看是否有其他错误消息可以传达一些线索,这些错误消息可以使用getlog (如本问题 问题 所示 )或启动ClearCase管理控制台( ccadminconsole.msc )。

The Windows Event viewer can help too. Windows事件查看器也可以提供帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM