|
我在脚本中设置动态关联,运行场景后,抛出如下错误:
Action.c(8): Error -27190: No match found for the requested parameter "WCSParam_Diff1". 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-27190]
Action.c(8): Error -27190: No match found for the requested parameter "WCSParam_Diff1". 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-27190]
请问产生这两个错误的原因是什么?如何规避?
关于第一个错误,我直接在action中增加web_set_max_html_param_len函数是否可行?
谢谢 |
|