我的脚本是手动编写的,回放的时候出现以下错误
Action.c(3): Error -27752: Buffer Overflow when generating HTTP request. Try to increase the "network buffer size" in the Runtime Settings. [MsgId: MERR-27752]
Action.c(3): web_custom_request("caixin") highest severity level was "ERROR", 0 body bytes, 0 header bytes [MsgId: MMSG-26388]
环境是lr11+IE8+win 7
runtime--setting里我已经设置了N个9但还是无效
其次还需要修改LR目录下bin/dat/loader2.mdb文件,将其中的Breakdown_map表中的Event Name的属性长度从50修改为255。
Action.c(3): Error -27752: Buffer Overflow when generating HTTP request. Try to increase the "network buffer size" in the Runtime Settings. [MsgId: MERR-27752]
Action.c(3): web_custom_request("caixin") highest severity level was "ERROR", 0 body bytes, 0 header bytes [MsgId: MMSG-26388]
环境是lr11+IE8+win 7
runtime--setting里我已经设置了N个9但还是无效
解决:
LR的安装目录下找到conf/LRAnalysis80.ini文件,在其中的[WPB]下添加SURLSize=255内容。
其次还需要修改LR目录下bin/dat/loader2.mdb文件,将其中的Breakdown_map表中的Event Name的属性长度从50修改为255。