51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 3534|回复: 6
打印 上一主题 下一主题

[原创] [访问外网]运行脚本时报代理出错

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2006-12-23 16:57:14 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
我是通过局域网的代理上网,在LoadRunner中已经设置好了代理。在录制脚本的时候各项操作都OK,但是运行这个录制好的脚本就抱错,其中一个是要添加代理,不知道是怎么回事。请哪位知道的朋友给说说

出错部分的脚本如下
web_url("btbaicai.com",
  "URL=http://btbaicai.com/",
  "Resource=0",
  "RecContentType=text/html",
  "Referer=",
  "Snapshot=t18.inf",
  "Mode=HTML",
  EXTRARES,
  "URL=/image/dlion/bg.gif", ENDITEM,
  "URL=/image/dlion/headbg.gif", ENDITEM,
  "URL=/image/dlion/cbg.gif", ENDITEM,
  LAST);

错误消息如下
Action.c(22): Error -26477: both domain and user are needed for NTLM authentication, note: two backslashes are needed,
                   e.g. web_set_user("Domain\\user", "password", "host:port");   [MsgId: MERR-26477]
Action.c(22): Error -26544: Proxy authentication required, please fill in the proxy user details in the Run Time Settings, Proxy tab,
                   using the Authentication button. e.g. Username: domain\user  Password: password   [MsgId: MERR-26544]
Action.c(22): Error -26624: HTTP Status-Code=407 (Proxy Authentication Required ( The ISA Server requires authorization to fulfill                   the request. Access to the Web Proxy service is denied.  )) for "http://btbaicai.com/"   [MsgId: MERR-26624]
Action.c(22): Warning -27734: Internal Error (call customer services): NTLM domain/username validity was not checked   [MsgId:
                    MWAR-27734]
Action.c(22): Warning -27764: Request "http://btbaicai.com/image/dlion/headbg.gif" failed   [MsgId: MWAR-27764]
Action.c(22): Warning -27734: Internal Error (call customer services): NTLM domain/username validity was not checked   [MsgId:
                   MWAR-27734]
Action.c(22): Warning -27764: Request "http://btbaicai.com/image/dlion/cbg.gif" failed   [MsgId: MWAR-27764]
Action.c(22): Warning -27734: Internal Error (call customer services): NTLM domain/username validity was not checked   [MsgId:
                   MWAR-27734]
Action.c(22): Warning -27764: Request "http://btbaicai.com/image/dlion/bg.gif" failed   [MsgId: MWAR-27764]
Action.c(22): web_url("btbaicai.com") highest severity level was "ERROR", 3998 body bytes, 412 header bytes   [MsgId:
                   MMSG-26388]

[ 本帖最后由 henry827 于 2006-12-27 16:49 编辑 ]
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
发表于 2006-12-24 11:14:03 | 只看该作者
加了web_set_user("Domain\\user", "password", "host:port");   吗?
回复 支持 反对

使用道具 举报

该用户从未签到

3#
 楼主| 发表于 2006-12-25 11:08:58 | 只看该作者
没有。如果要加请问加在什么地方?
我的代理服务器的IP是172.16.0.1,代理的端口是8080;用户名和密码分别是henry,henry;
外网网站的登陆名和密码是123,456;请问这里是写代理的用户和密码,还是写网站的用户和密码
该如何来写这个函数?web_set_user("Domain\\user", "password", "host:port");   

Domian是不是可以添写代理的服务器机器IP?因为我们不是域服务器,是直接找台机器安装个代理就出去了

[ 本帖最后由 henry827 于 2006-12-27 17:13 编辑 ]
回复 支持 反对

使用道具 举报

该用户从未签到

4#
 楼主| 发表于 2006-12-27 16:50:36 | 只看该作者
请版主再看看我的问题
回复 支持 反对

使用道具 举报

该用户从未签到

5#
发表于 2006-12-27 17:24:24 | 只看该作者
帮助里应该有详细的说明sdlkfj2 ,楼主可以查一下帮助看看
回复 支持 反对

使用道具 举报

该用户从未签到

6#
 楼主| 发表于 2006-12-27 17:51:52 | 只看该作者
通过查看帮助后我已在vuser_init中添加了,由于是8.0没有中文补丁,看英文理解不是太深
web_set_proxy("172.16.0.1(代理服务器IP):8080");

web_set_user("登陆代理的用户名","密码","172.16.0.1(代理服务器IP):8080");

仍然会出这个问题,是否错误提示web_set_user("Domain\\user", "password", "host:port");中的Domain不能用代理服务器的IP来代替?

补充说明:我只是应用了Http协议。
回复 支持 反对

使用道具 举报

该用户从未签到

7#
 楼主| 发表于 2007-1-4 17:38:35 | 只看该作者
错误信息是:
Action.c(28): Error -26544: Proxy authentication required, please fill in the proxy user details in the Run Time Settings, Proxy tab, using the Authentication button. e.g. Username: domain\user  Password: password          [MsgId: MERR-26544]
Action.c(28): Error -26624: HTTP Status-Code=407 (Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied.  )) for "http://www.sina.com.cn/"          [MsgId: MERR-26624]
麻烦有知道如何解决的朋友告知一声,谢谢。
回复 支持 反对

使用道具 举报

本版积分规则

关闭

站长推荐上一条 /1 下一条

小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

GMT+8, 2024-11-26 02:05 , Processed in 0.066778 second(s), 26 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

快速回复 返回顶部 返回列表