|
我录制了一个登录脚本,回放时出现下面错误
Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://192.168.0.238/ExternalInterpretation/Logon.aspx" [MsgId: MERR-26612]
Action.c(164): web_custom_request("Logon.aspx_2") highest severity level was "ERROR", 2929 body bytes, 263 header bytes [MsgId: MMSG-26388]
错误相关的代码如下:
web_custom_request("Logon.aspx_2",
"URL=http://192.168.0.218/ExternalInterpretation/Logon.aspx",
"Method=POST",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.0.238/ExternalInterpretation/Logon.aspx",
"Snapshot=t5.inf",
"Mode=HTTP",
"Body=__VIEWSTATE={Siebel_Analytic_ViewState3_URL}&txtEmail=yangf@mobileelife.com&txtPwd=111111&btnLogon=%E7%99%BB%E5%BD%95",
LAST);
请问是哪里出错了?? 192.168.0.218是我访问的机器不是服务器版.
请帮帮忙,很急!!感激不尽!!!!!!!!!!!!!!!! |
|