加入收藏 | 设为首页 | Life家族 | SCMLife | RMLife | PMLife | SQALife | TESTLife | 企业VIP专区 | 中文化荣誉殿堂

查看完整版本: clearcase客户端登陆的用户问题(CCRC模式)

52702470 2007-4-26 11:34

clearcase客户端登陆的用户问题(CCRC模式)

我们知道clearcase客户端可以有两种界面
1、clearcase  web界面(直接用IE上使用登陆)
2、clearcase remote client (需要从服务器端下载、安装)
本公司计划使用第二种,
打开CCRC,点击“环境”,“创建clearcase视图”,出现登陆界面,出现3个选项
1、clearcase web 服务器URL([url]http://ip:[/url]端口号/ccweb);
2、用户名(domain\tony);
3、密码(123456)
现在有一个问题:
用户名tony是在服务器的“本地用户和组--用户”里面添加的,但是本人只有把tony添加到服务器的administrators组里面,在客户端才可使用,不知道为啥?

请问大侠:1、是不是一定要添加到服务器的administrators组里面(估计应该不的,不然服务器就完蛋了)
2、应该怎么设置或者我刚才的操作哪步有问题

非常感谢3Q

hifly 2007-4-26 13:13

1. 肯定不需要
2. 换个角度,是不是vob等权限设置有问题呢?不一定是ccrc安装后的访问有问题。

52702470 2007-4-26 14:14

感谢楼上,

VOB,就是在服务器端默认创建,步骤如下
1、create vob;
what would you will like the new VOB to be named?:test_vob  ,后面两个选项都不打勾,点击下一步
2、Use Expicit path
VOB storage location:\\servername(本机名)\ccstg_d(共享名)\VOBs\abc_vob.vbs,点击下一步
3、what is the administrative VOB that is associated with VOB?: 选none

感觉创建VOB以上步骤没问题,
这个过程不知道是不是有其他设置遗漏了?
  
补充问题:ccstg_d(共享名)文件已经共享,权限已设置为:everyone;“安全”这里是默认设置的,

非常希望帮忙再看看

52702470 2007-4-26 16:04

错误提示
the temporary directory "\"does not exist or cannot be accessed

52702470 2007-4-26 17:38

问题已解决(是IBM的一个BUG,估计在服务器安装过同志的会有印象的,简单来说,就是修改一下脚本的路径,详见下面改一下脚本的路径,详见下面Solution )
Solution
Change the temporary path directory CCWeb or CCRC uses on the RWP server.
1.        On the RWP server, copy the file ccweb.conf from the

C:\Program Files\Rational\ClearCase\config\ccweb directory

to the C:\Program Files\Rational\ClearCase\var\config directory.
2.        Edit the ccweb.conf file with a text editor and specify the path to the temporary directory by changing the following line:

# -tmpdir pathname

Note: This entails deleting the # character and replacing the word pathname with an actual path on the Windows host to which all users have permission to write.

As a test the line can be changed to:

-tmpdir "C:\Program Files\Rational\ClearCase\var\ccweb"

Note: The quotes are required if the path has spaces.
3.        Attempt to log in to CCWeb or CCRC.

lily_wang 2007-4-27 10:22

我也遇到类似问题,用一般用户登录CCRC时,提示:登录失败,未授予用户在此计算机上的请求登录类型。
以前是在域控制器上部署的CC WEB SERVER,就出现过这个错误,当时的解释是CC WEB SERVER不能部署在域控制器上,现在我在一台新的win 2003 server上安装CC WEB SERVER,还是有这个问题。
也用上面的方法做了,还是一样的错误。
请教大家如何解决!

晓筱 2007-4-28 16:51

[quote]原帖由 [i]lily_wang[/i] 于 2007-4-27 10:22 发表
我也遇到类似问题,用一般用户登录CCRC时,提示:登录失败,未授予用户在此计算机上的请求登录类型。
以前是在域控制器上部署的CC WEB SERVER,就出现过这个错误,当时的解释是CC WEB SE ... [/quote]

我记得好像是要改web服务器上面的本地策略。

52702470 2007-4-29 11:55

[quote]原帖由 [i]lily_wang[/i] 于 2007-4-27 10:22 发表
我也遇到类似问题,用一般用户登录CCRC时,提示:登录失败,未授予用户在此计算机上的请求登录类型。
以前是在域控制器上部署的CC WEB SERVER,就出现过这个错误,当时的解释是CC WEB SE ... [/quote]



答复:
域用户是可以使用登陆的,
你登陆时填写的格式是怎么样的
本人的如下
1、clearcase web 服务器URL([url]http://ip:[/url]端口号/ccweb);
2、用户名(domain\tony);
3、密码(123456)

还有你的VOB是用什么用户建立的

naska 2007-5-14 20:42

52702470同学,有两点需要注意:
1.在客户端安装使用CCRC时,服务器端的CC程序必须是2003.06.14以上版本,低于此版本无法使用CCRC!
2.必须将你分配的用户所在组(假设tony所在组为ccgroup),将其加入在域控的组策略里的“允许在本地登陆”,如附件。
提示:如果你的域控是Windows 2003 Server,则无法直接使用gpedit.msc命令打开组策略来修改,只能用mmc控制台来修改,如何在2003操作系统里修改组策略,请参考:[url=http://windows.chinaitlab.com/strategy/16481.html]http://windows.chinaitlab.com/strategy/16481.html[/url]

feihong 2007-5-29 16:46

回复 #6 lily_wang 的帖子

我也遇到一模一样的问题,修改本地策略也不行。你解决了的话,别忘了告诉一声啊。

ym_terry 2007-6-1 14:30

问题已解决(是IBM的一个BUG,估计在服务器安装过同志的会有印象的,简单来说,就是修改一下脚本的路径,详见下面改一下脚本的路径,详见下面Solution )
Solution
Change the temporary path directory CCWeb or CCRC uses on the RWP server.
1.        On the RWP server, copy the file ccweb.conf from the

C:\Program Files\Rational\ClearCase\config\ccweb directory

to the C:\Program Files\Rational\ClearCase\var\config directory.
2.        Edit the ccweb.conf file with a text editor and specify the path to the temporary directory by changing the following line:

# -tmpdir pathname

Note: This entails deleting the # character and replacing the word pathname with an actual path on the Windows host to which all users have permission to write.

As a test the line can be changed to:

-tmpdir "C:\Program Files\Rational\ClearCase\var\ccweb"

Note: The quotes are required if the path has spaces.
3.        Attempt to log in to CCWeb or CCRC.

转载请注明源自[url]www.SCMLife.com[/url],请保留版权. 本贴地址:[url]http://bbs.scmlife.com/viewthread.php?tid=4250[/url]

是可以解决的,验证通过了

somis 2007-9-6 18:36

he ccweb file should have the following permissions:

-r-sr-xr-x 1 root other 579916 Jun 9 20:23 /usr/atria/web/bin/ccweb

    * If the permissions are not -r-sr-xr-x, then run chmod 4555 ccweb
    * If the file is not owned by root the run chown root ccweb



Attempt to log in again.
页: [1]
查看完整版本: clearcase客户端登陆的用户问题(CCRC模式)