|
我是通过局域网的代理上网,在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 编辑 ] |
|