【Loadrunner】Error -26601: Decompression function 错误解决

Action2.c(30): Error -26601: Decompression function (wgzMemDecompressBuffer) failed, return code=-5 (Z_BUF_ERROR), inSize=0, inUse=0, outUse=0
这个错误为数据包较大,未下载完整或其他原因导致解压错误。

解决方法:增加network  buffer size,默认值为12288。

操作步骤:1.进入运行时设置 ;

2.internet protocol->preferences->options->general->network buffer size

原文地址:https://www.cnblogs.com/zhuzhubaoya/p/9359775.html

时间: 2024-08-30 11:39:03

【Loadrunner】Error -26601: Decompression function 错误解决的相关文章

CSHOP后台设置SMTP发邮件提示 Error: need RCPT command 错误解决

其实错误原因并不是因为此错误,经检测,邮件服务器返回的真实错误是 501 mail from address must be same as authorization user .只因为同时返回了 503 Error: need MAIL command 和 503 Error: need RCPT command ,而ECSHOP只提示了最后一行错误. <br>220 smtp.qq.com Esmtp QQ Mail Server<br>250-smtp.qq.com250-

ruby环境sass编译中文出现Syntax error: Invalid GBK character错误解决方法

sass文件编译时候使用ruby环境,无论是界面化的koala工具还是命令行模式的都无法通过,真是令人烦恼. 容易出现中文注释时候无法编译通过,或者出现乱码,找了几天的解决方法终于解决了. 这个问题的奇葩之处在于在xp环境中没有任何问题,只是在windows7环境中才出现的这个. sass编译时候出现如下错误的解决方法: Syntax error: Invalid GBK character "\xE5" on line 8 of E:\work\sass\sass\_big_box.

HIGHGUI ERROR: V4L/V4L2: VIDIOC_S_CROP错误解决方法

在树梅派上运行在windows上正确的程序,  报错: HIGHGUI ERROR: V4L/V4L2: VIDIOC_S_CROP OpenCV Error: Assertion failed (size.width>0 && size.height>0) in imshow, file /home/pi/Documents/opencv-2.4.13/modules/highgui/src/window.cpp, line 261 terminate called afte

用U盘安卓esxi虚拟机出现 error loading /s.v00 错误解决办法

前段时间用 一个 白色的 东芝U盘 给戴尔 R720服务器安装 esxi 6.0时,在加载到/s.v00 找个文件时出现错误,大致为: error loading /s.v00 compressed MD5 :xxxxxxx decompressed md5 : 000000000000000Fatal error:33 (inconsistent data 初步判断为刻录软件有问题,换了一个版本,问题依旧. 用刻好的iso  U盘在自己电脑安装也出现该错误. 百度之无结果,FQ谷歌找了一下,有

brew安装php70出现configure: error: Cannot find libz 错误解决方法

根据<全新安装Mac OS Sierra (10.12)并使用HomeBrew安装ZSH + MNMP (Mac + Nginx + Mysql + Php) 开发环境>教程在mac下用brew安装php70出错. brew install php70 --with-debug --with-gmp --with-homebrew-curl --with-homebrew-libressl --with-homebrew-libxml2 --with-homebrew-libxslt --wi

lr回放Warning -26601报错的解决方法

问题现象: Action2.c(30): Error -26601: Decompression function  (wgzMemDecompressBuffer) failed, return code=-5 (Z_BUF_ERROR), inSize=0,  inUse=0, 这个错误为数据包较大,未下载完整或其他原因导致解压错误. 解决方法: network buffer size 我的默认是12288,我调整为122880) 增加network  buffer size,默认值为122

implicitly declaring function &#39;malloc&#39; with type void *(unsigned long ) 错误 解决

errror :   implicitly declaring function 'malloc' with type void *(unsigned long ) Be sure to include the correct header file. #include <stdlib.h> Casting the return is allowed but frowned upon in C as being unnecessary. double* sequence = malloc(..

error C2039: &#39;SetDefaultDllDirectories&#39;错误解决办法

使用VS2013+WDK8.1+Win7开发UMDF驱动,当使用了CComPtr类,包含了atlcomcli.h头文件却报错,错误如下: Error 3 error C2039: 'SetDefaultDllDirectories' : is not a member of '`global namespace'' 可是使用VS2012+WDK8.0+Win7却没有这个问题. 经过一番折腾终于找到了解决办法,在预定义中增加一项定义  _USING_V110_SDK71_ 具体见下图: error

error at ::0 can&#39;t find referenced pointcut pointCutName 错误解决方法

Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire method: public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate); nested exception is java.la