51Testing软件测试论坛

标题: 紧急求助! web_set_max_html_param_len报错 [打印本页]

作者: bossy    时间: 2008-3-7 11:06
标题: 紧急求助! web_set_max_html_param_len报错
请问下,我用web_set_max_html_param_len函数把param已经设置了最大的字节数,但还是报错,是为什么呢?
我已经设了web_set_max_html_param_len("900000")那么大了,还是报以下错误:

Action.c(40): Error -26377: No match found for the requested parameter "abc". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 900000 bytes, use web_set_max_html_param_len to increase the parameter size   [MsgId: MERR-26377]

Action.c(40): Error -26377: No match found for the requested parameter "abc". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 900000 bytes, use web_set_max_html_param_len to increase the parameter size   [MsgId: MERR-26377]

Action.c(40): web_url("zsga_%b7%a2%ce%c4%b1%ed_%b7%a2%ce%c4%ba%cb%b8%e5.aspx") highest severity level was "ERROR", 7187 body bytes, 973 header bytes   [MsgId: MMSG-26388]
作者: iori    时间: 2008-3-7 13:19
关联问题
1将Recodring Options-Internet Protocol Recording中的Recording Level改为URL-based script
2或者楼主把代码贴上来找一下出错的字符
作者: higkoo    时间: 2008-3-7 15:00
关联设置有问题,LR提示用修改web_set_max_html_param_len,但问题根源不在此。这个只是修改参数内存大小。参数根本都不存在(空),保存当然出错啦。
作者: 云层    时间: 2008-3-7 16:57
No match found for the requested parameter "abc".
作者: yousuosi    时间: 2008-3-7 17:02
关联做的有问题
作者: hmilyjch    时间: 2008-3-7 17:03
不要用自动关联,出了这个错,你就手动关联吧
作者: bossy    时间: 2008-3-7 18:16
我没有用自动关联,都是手动的,这是出错的代码:
web_reg_save_param("xjy2",
        "LB/IC=__VIEWSTATE\" value=\"",
        "RB/IC=\" />",
        "Ord=1",
        "Search=Body",
        LAST);

web_reg_save_param("xjy3",
        "LB/IC=发文表.编号\" NullTips=\"\" checkNull=\"\" value=\"",
        "RB/IC=\" maxlength",
        "Ord=1",
        "Search=Body",
        LAST);

web_reg_save_param("xjy4",
        "LB/IC=\" checkNull=\"true\" value=\"",
        "RB/IC=\" maxlength",
        "Ord=1",
        "Search=Body",
        LAST);
作者: bossy    时间: 2008-3-7 18:21
代码就是这些
作者: bossy    时间: 2008-3-8 09:06
还有返回值都是0
作者: bossy    时间: 2008-3-9 12:36
未解决啊各位,首先想问一句,怎样取消自动关联?
还有,我在运行脚本时没有出这个问题,但一放到Controller上就出问题,我搜过网上的资料,也是由于关联出问题的,但这如何办?如何把自动关联关闭?
作者: snnylip    时间: 2008-3-9 14:42
你定义的这个参数服务器端根本没有返回值,所以会说你的参数是空的.
作者: bossy    时间: 2008-3-10 17:55
我的返回都成功的,这个函数返回的是0,是代表成功吧.
作者: zibeike    时间: 2008-3-10 18:51
你可以使用其他的左右边界来避开\n,然后使用OffSet来取得需要的长度,但前提是要取的这些数据长度是固定的.
作者: bossy    时间: 2008-3-10 19:13
如果不使用"\"的话那就找不到我想要的字符串了.
作者: kjj0126    时间: 2011-10-25 10:33
学习学习
作者: zcl432106    时间: 2012-7-8 12:46
还是不懂怎么改




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2