LoadRunner脚本问题

元气小坏坏 提交于 2019-12-24 07:01:25

  录制了一段loadrunner测试脚本,但是回放的时候总是跑不通,总是报错12002。报错的位置是在请求ajax文件的web_custom_request函数处。    

报错的代码位置:
         
 web_custom_request("ReverseAjax.dwr", 
        "URL=http://10.133.210.49:9011/khyx/dwr/call/plainpoll/ReverseAjax.dwr", 
        "Method=POST", 
        "Resource=0", 
        "RecContentType=text/javascript", 
        "Referer=http://10.133.210.49:9011/khyx/um/umtmenu/prepareAll.do", 
        "Snapshot=t70.inf", 
        "Mode=HTTP", 
        "EncType=text/plain", 
        "Body=windowName=main\ncallCount=1\nbatchId=2\ninstanceId=0\npage=%2Fkhyx%2Fum%2Fumtmenu%2FprepareAll.do\nscriptSessionId=3vg0y$s*wR9Y3tSH81LnfXFslBk/yLFslBk-iLQy*g2fy\npartialResponse=0\n", 
        LAST);

 

--------------------------------------------------------------------------------------------------
        
报错内容:
Action.c(603): Error -27492: "HttpSendRequest" failed, Windows error code=12002 and retry limit (0) exceeded for URL="http://10.133.210.49:9011/khyx/dwr/call/plainpoll/ReverseAjax.dwr" [MsgId: MERR-27492]

 

--------------------------------------------------------------------------------------------------
录制的时候用的url-based 方式,reverseAjax使用的comet模式。有没牛人遇到过这个问题,求高手
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!