Reputation: 847
I have a problem with "cleartool setcs -stream
" command?
It generates the following error
cleartool: Error: Unable to copy "\\nyatc\rrs\view_store\gsm\jpillo\jpillo_atc_1.vws\config_spec" to "\\nyatc\rrs\view_store\gsm\jpillo\jpillo_atc_1.vws\config_spec.bak": Permission denied.
cleartool: Error: Unable to change configuration specification: Permission denied.
Note: I changed permission on config_spec but still the same result.
Upvotes: 2
Views: 1545
Reputation: 1323573
This is generally linked to a permission issue.
Check:
if you have at least access to that view storage shared directory:
dir \\nyatc\rrs\view_store\gsm\jpillo\
your CLEARCASE_PRIMARY_GROUP
.
your creds:
<ClearCaseInstallation>/etc/utils/credmap yourClearCaseServer
that you are not part of more than 32 groups (see this IBM article)
cleartool edcs
(from within the view) also failsUpvotes: 3