|
Action.c(143): Error -26620: HTTP Status-Code=411 (Length Required) for "http://132.40.130.2:8080/dq2/dap/consttime/ConstTime.action?constType=var.ispire.dq" [MsgId: MERR-26620]
Action.c(143): web_custom_request("ConstTime.action") highest severity level was "ERROR", 1793 body bytes, 397 header bytes [MsgId: MMSG-26388]
Error -26620: HTTP Status-Code=411 ,在网上也找不到相应的解决方法。
我在网上查了 highest severity level was "ERROR", 的解决方法,说是因为页面上有树的原因,处理方法是 1, 打开recording options,在internet protocol下的recording中选择recording level为HTML-based script,点击HTML Advanced,选择script type为A script containing explicit.即可。
2, 选择使用URL_based script录制。
我按这个处理还是不行。
大家知不知道怎么处理?
相应的脚本是:
web_custom_request("ConstTime.action",
"URL=http://132.40.130.2:8080/dq2/dap/consttime/ConstTime.action?constType=var.ispire.dq",
"Method=GET",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://132.40.130.2:8080/dq2/dap/kpichoose/KpiChoose.action?__moduleId=1381",
"Snapshot=t7.inf",
"Mode=HTML",
"EncType=application/x-www-form-urlencoded",
"Body=constType=var.ispire.dq",
LAST); |
|