doujiatai 发表于 2013-10-9 14:35:03

lr回放报错



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:17

这个参数是否是动态值?

doujiatai 发表于 2013-10-10 18:10:44

30是动态值

城邦 发表于 2013-10-11 09:22:13

把报错过程再描述的详细点,是每次都报错呢,还是偶然的?

doujiatai 发表于 2013-10-12 10:29:58

//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   
kehu.c(124): web_url("2") highest severity level was "ERROR", 108 body bytes, 1596 header bytes   ,我分析,可能是下的关联不对?如图

doujiatai 发表于 2013-10-12 10:54:20

估计是关联写错了,每次都报
页: [1]
查看完整版本: lr回放报错