langu0823 发表于 2013-4-2 13:29:42

No match found for the requested parameter "Parameter_1".

脚本中有:
web_reg_save_param_ex(
"ParamName=Parameter_2",
"LB=body id=\"",
"RB=\" style",
"Ordinal=all",
"SaveOffset=0",
"SaveLen=32",
SEARCH_FILTERS,
"Scope=Body",
"IgnoreRedirections=Yes",
"RequestUrl=*/login*",
LAST);
回放时没有报错
controller中运40个用户行一段时间后,一直报:Action.c(35): Error -35061: No match found for the requested parameter "Parameter_1". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 1024 bytes, use web_set_max_html_param_len to increase the parameter size
我觉得不是web_set_max_html_param_len("1024")的问题,因为把这个值设置成web_set_max_html_param_len("999999"),也会有这个问题

thirfing 发表于 2013-4-3 10:54:34

报错的是Parameter_1,你代码查找错地方了

msnshow 发表于 2013-4-8 20:09:23

Parameter_2 你上面的关联是这个,报错的根本不是这嘛
页: [1]
查看完整版本: No match found for the requested parameter "Parameter_1".