13 12
发新话题
打印

[推荐] 如何解决cc32个组限的问题( 此文章被查看:1766次,被回复:12篇!! )

如何解决cc32个组限的问题

cc在做权限策略时,
是依靠用户与组来实现的
而对于用户来说,所属的组是有限的
经常会出现组不够的情况

如果你也有此问题,可以参考下面附件来解决。

附件

How to treat groups over 32 in customer site.rar (3.69 KB, 2006-12-27 12:44)

关于附件奖励, 下载次数 33, 使用阶层: 通用 , 推荐星级: , 出售价格: 2 金钱 , 你的购买价格: 2 金钱

解决组限问题

本帖最近评分记录
  • among 威望 +2 精品文章 2006-12-28 09:01
  • among 金钱 +10 精品文章 2006-12-28 09:01



© 本文为 selinaSCMLife 共同所有,未经同意,请勿转载 ©如该文侵犯了您的版权,请联系管理员
我选择,我喜欢

TOP

谢谢楼主,可惜是英文的。



© 本文为 素人SCMLife 共同所有,未经同意,请勿转载 ©如该文侵犯了您的版权,请联系管理员

TOP

可能只对某些人有用



© 本文为 sheng2006SCMLife 共同所有,未经同意,请勿转载 ©如该文侵犯了您的版权,请联系管理员

TOP

ClearCase permission control is based on Domain groups. If the job role's groups is over 32 groups, ClearCase creds command could not read the left groups. The issue is really bothering our customer and they always complain our products. Especially, the compains are always from their BOSS( such as project manager) who is belong to many groups and want to see all of the assets in different VOBs.  Here is some work aroud to hope you treat the problem if you are facing the complain from your customer.

1. Make use of the CLEARCASE_GROUPS environment variable
Set appropriate CLEARCASE_GROUPS variable in Control Panel
Logout
Login
If you customer is the method is not convenient for them, you can create evn bat file for them and put the bat file on developer desktop. The bat file is something like:  
set CLEARCASE_GROUPS ="g1,g2,¡K.g32"  ----------- for  env1.bat
set CLEARCASE_GROUPS ="g33, g34¡K., g64" ---------for  env2.bat
                                                              

2. Make use of additional users
Ask domain controller administrator to setup additional users Each user belongs to different 32 groups When the developer or PM want to see a VOB belongs to a particular group           
Simply use Windows' "runas" command to launch ClearCase Explorer         
For example,
runas /user:domain\user1 ccexplorer.exe                             

We can create shortcuts for this
Shortcut for runas /user:domain\user1 ccexplorer.exe
Shortcut for runas /user:domain\user2 ccexplorer.exe
Shortcut for runas /user:domain\user3 ccexplorer.exe

The disadvantage of this is that additional license will be consumed

3. Share the snapshot views
Ask each group to share their snapshot views. Make share only accessible to the boss
The boss can access those snapshot views via normal Windows network share
Advantage of this is that no license is consumed.
We can create batch files for this
Batch file should look something like
        net use z: /d
net use z: \\host1\share1

© 本文为 among 所有,未经同意,请勿转载
©如该文侵犯了您的版权,请联系管理员
Where are we ?

TOP

木木好像很喜欢用英语~ 基本都用英语作答~  呵呵

© 本文为 朱雀_陵光 所有,未经同意,请勿转载
©如该文侵犯了您的版权,请联系管理员
如果你柔情的双眼悬挂在天边
我愿是容纳你笔直光线的深邃
即使在世纪末以前极短的时间
我也要散尽所有力气雄雄为你搏一回

TOP

真是及时雨,不过E文的,要看不少时间才能懂

© 本文为 叽叽喳喳 所有,未经同意,请勿转载
©如该文侵犯了您的版权,请联系管理员

TOP

怎么没人有帮我加威望呀
嘿嘿

© 本文为 selina 所有,未经同意,请勿转载
©如该文侵犯了您的版权,请联系管理员
我选择,我喜欢

TOP

你用了附件了,不给加分,呵呵
开个玩笑

© 本文为 rachel_zhyun 所有,未经同意,请勿转载
©如该文侵犯了您的版权,请联系管理员
静似月,各自孤单错弄弦
221.6.29.246 - 江苏省南京市 教育网
SCMLife--致力于做一流得配置管理社区

TOP

好东东,早为这事头疼了。

© 本文为 liuke_123 所有,未经同意,请勿转载
©如该文侵犯了您的版权,请联系管理员

TOP

第二种办法挺有意思的

© 本文为 zixiu2008 所有,未经同意,请勿转载
©如该文侵犯了您的版权,请联系管理员

TOP

 13 12
发新话题