cjhong 发表于 2014-6-21 12:48:17

LR执行场景时报错 Error -26377

在LR执行场景时报错:Continuing after Error -26377: No match found for the requested parameter "Peid". 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");再次运行依然报这个错误
并且这个情况只有在Vuser较多的情况下才会出现。请高手指点

guoyang8013 发表于 2014-6-28 20:40:32

因为你这个是load 太大; 服务器端没有正确返回结果

libingyu135 发表于 2014-6-30 19:26:09

除了加那个参数之外,再设置runt time setting》internet protocol-preferences》advaced》winlnet replay instead of sockets选项,选项后再回放。

yubinglei 发表于 2014-8-5 16:34:52

回复 3# libingyu135


    请问winlnet replay instead of sockets选项作用是什么?

libingyu135 发表于 2014-8-5 19:56:05

回复 4# yubinglei


    默认情况下我们的脚本是通过sockets端口方式 进行回放的,某些情况下这种回放会被服务器拒绝,这时可以换用winlnet的引擎来回放脚本。
页: [1]
查看完整版本: LR执行场景时报错 Error -26377