51Testing软件测试论坛

标题: 紧急!在监控windows资源时出现拒绝访问的错误,请问如何解决 [打印本页]

作者: lanyulijy    时间: 2007-8-14 18:28
标题: 紧急!在监控windows资源时出现拒绝访问的错误,请问如何解决
用loadrunner输入要监控windows的ip地址出现
Monitor name :Windows Resources. Cannot connect to machine 192.168.3.242.
Reason: 拒绝访问。
Hints:
Check that your login user name appears as administrator on this machine.
Check that you have entered the correct machine name.
Check that the machine exists and that it is online (use the ping utility for this operation).
Delete the machine and add it again (entry point: CFactory::Initialize).        [MsgId: MMSG-47299]
的错误

使用了net use的方法,并把用户添加为了管理员,但是还是无法监控到,依然出现上面的错误,请教高手如何解决!!!叩谢!!!!
用远程和共享文件都可以访问到192.168.3.242这台机子

[ 本帖最后由 lanyulijy 于 2007-8-14 18:30 编辑 ]
作者: zhicl    时间: 2007-8-15 10:06
之前有遇到这种情况,看一下访问共享文件时是否要求输入密码,是不是开着GUEST用户,所以实际是用GUEST连过去的,可以试试这样,在本地安全策略中将网络访问:本地帐户的共享和安全模式改为经典-本地用户以自己的身份登录,然后再访问共享文件夹,如果要求输入管理员密码应该就可以了
作者: jiangxk    时间: 2007-8-15 10:48
1、在目标机器上开启Remote Procedure Call(RPC)和Remote Registry Service两个服务

2、在目标机上共享C$

3、在controller的机器上运行"\\监视目标服务器IP地址\C$"
作者: lanyulijy    时间: 2007-8-15 13:27
叩谢!!!!叩谢!!叩谢!!1按你说的方法果然给解决了,太谢谢了!!
作者: rickyzhu    时间: 2007-8-15 22:27
查查之前的帖子,这个问题已经被问了N遍了。
作者: b47617    时间: 2007-8-15 22:33
嗯.在LR127问题那里我就看到了.你在看看.
作者: 石灵    时间: 2009-9-10 17:02
标题: 回复 4# 的帖子
哥们能把你操作的详细步骤写出来不?
多谢了
作者: cafard-haibin    时间: 2009-9-10 18:00
解决此问题的方法:
在服务器上进行如下操作:
net user test test /add --添加一个名为test,密码为test的账户;
net localgroup administrators test /add--把test用户添加到管理员组
net share 检查系统开了那些共享,如果c$、IPC$共享没有则用命令
net share c$=c:--建立c盘共享
net share ipc$--建立ipc$共享
net start Remote Procedure Call--启动服务
net start Remote Registry Service-启动服务
在你测试机上做如下操作:
net use \\测试服务器ip\ipc$ "test" /user:test




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2