简体   繁体   中英

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. 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).

For instance, it can be a Samba share access issue .

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 ).

The Windows Event viewer can help too.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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