|
请大家帮我看看,我错在哪里,谢谢!
我把脚本的关联设置如下:
……
web_reg_save_param("WCSParam",
"LB= value=\"",
"RB=\"",
"Ord=2",
"RelFrameId=1",
"Search=Body",
"IgnoreRedirections=Yes",
LAST);
web_url("{WCSParam}",
"URL=http://192.168.0.63/V3.71/zEngine.nsf/0/{WCSParam}?EditDocument",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.0.63/V3.71/zLEngine.nsf/frmWDoing?openform&Count=30",
"Snapshot=t164.inf",
"Mode=HTTP",
LAST);
……
……
在回放的时候就提示如下错误:
Action.c(280): 错误-26612: 对于“http://192.168.0.63/V3.71/zEngine.nsf/0/{WCSParam}?EditDocument”,HTTP 的状态代码=500 (Internal Server Error) [MsgId: MERR-26612]
Action.c(280): 错误-26377: 找不到请求的参数“WCSParam”的匹配项,检查请求的边界是否存在于响应数据中,此外,如果保存的数据超过256个字节,请使用web_set_max_html_param_len 增加参数大小 [MsgId: MERR-26377] |
|