lr回放报错,Error -35061: No match found for the requested parameter "cusid". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size作者: 虾米NO8 时间: 2013-10-10 15:02
这个参数是否是动态值?作者: doujiatai 时间: 2013-10-10 18:10
30是动态值作者: 城邦 时间: 2013-10-11 09:22
把报错过程再描述的详细点,是每次都报错呢,还是偶然的?作者: doujiatai 时间: 2013-10-12 10:29
//Correlation comment - Do not change!Original value='30' Name ='cusid'
就是关联这个30报错
web_reg_save_param_ex(
"ParamName=cusid",
"LB=status-",
"RB=\" class",
"Ordinal=10",
SEARCH_FILTERS,
"Scope=Body",
"RequestUrl=*/enterprise_customers*",
LAST);
报错如下:
kehu.c(124): Error -35061: No match found for the requested parameter "cusid". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-35061]
kehu.c(124): web_url("2") highest severity level was "ERROR", 108 body bytes, 1596 header bytes [MsgId: MMSG-26388],我分析,可能是下的关联不对?如图