可是每次运行都提示失败
Action.c(713): Error -26377: No match found for the requested parameter "WCSParam_Diff2". Check whether the requested
boundaries exist in the response data. Also, if the data you want to save exceeds 999999 bytes, use
web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
Action.c(713): web_url("0") highest severity level was "ERROR", 3274 body bytes, 179 header bytes, 17 chunking overhead bytes
[MsgId: MMSG-26387]作者: Rubyqin 时间: 2012-4-28 10:25
不加web_set_max_html_param_len("999999");
时的错误是:
Action.c(711): Error -26377: No match found for the requested parameter "WCSParam_Diff2". 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-26377]
Action.c(711): web_url("0") highest severity level was "ERROR", 3274 body bytes, 179 header bytes, 17 chunking overhead bytes [MsgId: MMSG-26387]
求路过的高人停下脚步,帮忙看看,先谢了作者: anna03 时间: 2012-4-28 15:42
首先你要确定关联函数是不是放对地方了。
如果放对地方了,而且服务器正确返回的话,你可以把关联的边界值放宽,然后把取到的结果打印出来,看看是不是某个地方有不可见的字符。作者: Rubyqin 时间: 2012-5-2 10:03 回复 3#anna03