1

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?

Jakub Hampl
  • 39,863
  • 10
  • 77
  • 106
mth123
  • 21
  • 1
  • 2

2 Answers2

0

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.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • can you pl give me some exact steps that can be resolve this issue ? – mth123 Mar 23 '11 at 13:29
  • @mth123: the first step is to have access to the CCRC server, and go to the root directory of the web view (usually under `/var/ccweb`: for instance, `D:\Homeware\IBM\RationalSDLC\ClearCase\var\ccweb\aView`) and type `cleartool lsview -l -full -pro -cview`. You can then check any ACL issues based on the rights of the user's view. – VonC Mar 23 '11 at 13:39
  • i got a fix from IBM , pl use if any one have this issue. ----- I would like to suggest you to 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 _______ – mth123 Mar 25 '11 at 13:14
  • @mth123: interesting. What would be this fix? – VonC Mar 25 '11 at 13:15
  • 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 – mth123 Mar 25 '11 at 13:20
  • @mth123: interesting, I have included your fix in my answer. – VonC Mar 25 '11 at 13:24
0

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)

baluchen
  • 749
  • 3
  • 11
  • 18