I tried to change vob owner and vob group.
It throws an error like:
Error:No "ClearCase" group found
Error:unknown protection styles
I tried to change vob owner and vob group.
It throws an error like:
Error:No "ClearCase" group found
Error:unknown protection styles
You can check out the technote "About changing the ownership of a VOB and its objects on Windows"
- Run the
fix_prot
utility as follows:
fix_prot -r -root -chown <new_owner> -chgrp <new_primary_group> <path to VOB storage directory>
fix_prot
will remove all additional groups from the VOBs group list.
If there were additional groups in the VOBs group list, add those groups back by runningprotectvob
.
- Restart the ClearCase services from the ClearCase applet in the control panel.
- Add the additional groups back to the VOBs group list by running protectvob:
cleartool protectvob -add_group <groupname, groupname2, ...> <vob-storage-pname>
You have other tools to manage the vob, listed in "Summary of protection commands and utilities used with ClearCase", like project_vob
(used above).