wjfedg 发表于 2011-4-7 12:43:00

loadrunner录制脚本后回放脚本错误

Error -26377: No match found for the requested parameter "objectURI10". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 1516000 bytes, use web_set_max_html_param_len to increase the parameter size   

web_url("entry") highest severity level was "ERROR", 1631 body bytes, 199 header bytes   

求高手帮忙解决 谢谢了

神游九天 发表于 2011-4-8 15:49:16

明显是服务器没有返回的信息中没有符合 web_reg函数的条件,所以报这个错。把日志打开看一下究竟返回了什么

qingyi0711 发表于 2011-4-8 16:56:16

录制的过程中出现过什么问题吗、??

阿七 发表于 2011-4-11 14:30:01

找不到参数   objectURI10 ... 到底有没有哦?

xwlong 发表于 2011-4-12 11:07:47

参数不匹配,是不是关联做的不对

xwlong 发表于 2011-4-12 11:07:55

参数不匹配,是不是关联做的不对

archonwang 发表于 2011-4-12 13:47:06

尝试变更下录制方式。

xinyu2119 发表于 2011-4-12 17:41:24

1. 看看这个地方的关联做的对不对,仔细检查替换一下试试看
2. 看前面一个transaction执行的正不正确,如果前一个transaction就执行错误的话,也会出现这样的错误

森林一木 发表于 2011-4-13 16:40:53

99%的原因是关联函数位置放错了。
页: [1]
查看完整版本: loadrunner录制脚本后回放脚本错误