selina 2006-12-27 12:44
如何解决cc32个组限的问题
cc在做权限策略时,
是依靠用户与组来实现的
而对于用户来说,所属的组是有限的
经常会出现组不够的情况
如果你也有此问题,可以参考下面附件来解决。
sheng2006 2006-12-27 14:39
::em71:: 可能只对某些人有用
among 2006-12-27 14:59
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
叽叽喳喳 2006-12-27 16:46
真是及时雨,不过E文的,要看不少时间才能懂::em71::
rachel_zhyun 2006-12-28 09:10
你用了附件了,不给加分,呵呵
开个玩笑
liuke_123 2006-12-28 09:15
好东东,早为这事头疼了。
[url=http://bbs.scmlife.com/index.php?fromuid=32][img]http://bbs.scmlife.com/attachments/watermark/06-12/0e4c73d984d72e1c13842b3bfc8ed067.gif[/img][/url]
zixiu2008 2006-12-28 10:04
第二种办法挺有意思的
漂亮老婆婆 2008-3-4 09:19
专业技术的英文单词是有限的,只要把握住了核心关键字的意思,其它的都容易理解了~
babyrong0205 2008-4-28 14:45
我也遇到了32个用户组的问题,下载了学习了,希望有帮助,英文版的...
英语不行,希望能看懂...
先谢啦...
lhjymry 2008-4-29 12:06
第二种方法更正一下:
runas /user:domain\user1 clearexplorer.exe
applecius 2008-7-10 16:21
木木的第二种方法确实够新颖,学习中~~~~~~~~~~~~~~
zhiyuan 2008-7-10 18:36
among贴的E文是全部的吗
还是下附件支持原创,要发贴挣$了
quickly1982 2008-7-14 16:56
就是,用附件,有点坏。别人都给写出来了我还去花钱下!!
zp6865888 2008-7-25 10:16
谢谢!先下栽下来,看看
tuohz 2008-9-16 09:21
方法1和方法2比较实用.
但是我的实践结果是,仍然无法实现超过32个组的用户同时在32个组对应的库里添加东西,只能设置主要组...不知道是我方法没有对头还是系统本身的限制...