使用LoadRunner时,报了如下的错误,开始并未看错误以为是录制问题引起,就重新录制了一遍,简单施压看看错误是否还有,结果错误仍然有,如下所示: Error: Socket descriptor not found. Hint: the problem might be solved applying the following:
(1) Update Run-Time Settings to Run Vuser as a process.
(2) Add the following line into mdrv.dat, [lr_socks] section: ‘ExtCmdLineConc=-UsingWinInet Yes‘.
根据提示进行如下处理:
思路:
1.修改Run-Time Settings(默认是线程);
2.看mdrv.dat文件,搜索后在loadrunner安装目录下dat文件中;
解决方法详细如下:
1.在run-time setting中的Miscellaneous项中设置“run vuser as a process”;
2.在安装目录的dat文件夹中查找mdrv.dat,找到[lr_socks]段,在最后添加“ExtCmdLineConc=-UsingWinInet Yes”一句;