user2370590
user2370590

Reputation: 847

permission denied while doing cleartool setcs in windows

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

Answers (1)

VonC
VonC

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)

  • that a simple cleartool edcs (from within the view) also fails

Upvotes: 3

Related Questions