chysummer 发表于 2013-5-28 16:06:32

No match found for the requested parameter

报错:No match found for the requested parameter "Param_GridControlGridDataKeys". 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_reg_save_param_ex(
   "ParamName=Param_GridControlGridDataKeys",
   "LB=GridControlGridDataKeys\" value=\"",
   "RB=\,",
   "Ordinal=1",
   SEARCH_FILTERS,
   "Scope=Body",
   LAST);

单场景时,跑27个用户是没问题的,如果多于27个用户就有问题,到底是什么原因呢

云层 发表于 2013-5-29 09:54:04

系统处理不了了,自然关联要的数据就不返回了

yangxiaohu 发表于 2013-5-29 15:16:35

什么系统,处理什么业务,超过27个就不行?确定你的左右边界值是不变的?
页: [1]
查看完整版本: No match found for the requested parameter