最近在使用loadrunner跑场景的的过程中出现了Error -26377的错误,具体错误如下:
Action.c(68): Error -26377: No match found for the requested parameter “id”. Either the specified boundaries were not found in the response or the matched text is longer than current max html parameter size of 20480 bytes. The total length of the response is 50 bytes. You can use “web_set_max_html_param_len” to increase the max parameter size. [MsgId: MERR-26377]
百度了很多解决方法,尝试过:
web_set_max_html_param_len()函数存放的参数的最大长度,设置长度为1024(因为一般字节为256)。还是存在报错。
问题出处:(1)登录进行用户参数化;
(2)进行关联,使用web_reg_save_param()函数,需要修改id的值。web_reg_save_param()函数放在登录之后,第一个事务之前(如查询)。
问题原因:
后面查看了报错内容,查询20次之后出现一次报错。回去Generator中,进行以下操作:
(1)使用“lr_output_message(“usename =%s”, lr_eval_string( “{usename}” ));”将用户名称打印,发现存在用户名为空;
(2)到用户参数化的文件进行查看,发现参数化文件末尾存在两个回车键(Enter键);
(3)将回车键去掉一个,迭代脚本多次回放,不存在问题;
(4)重新跑场景,不存在报错内容。文章来源:https://www.toymoban.com/news/detail-463801.html
【注意】loadrunner参数化过程中,参数化文件末尾,有且只有一个回车键!文章来源地址https://www.toymoban.com/news/detail-463801.html
到了这里,关于loadrunner报错:Error -26377的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!