Message Code -60990:
Error: Two Way Communication Error: Functiontwo_way_comm_post_message /
two_way_comm_post_message_ex failed.
大致是与发起并发的客户端硬件配置有关,CPU、内存什么的都有可能。至此,还没确定的原因及解决方法。
http://control.blog.sina.com.cn/admin/article/article_edit.php?blog_id=67744e6e01013v8r
看连接:
环境:
LoadRunner 11.5
Windows 7 64-bit
现象:
在Controller里运行TruClient脚本,打开profiling选项,在几个iteration后,出现如下errormessages。
1. Code - 60990 Error: Two Way Communication Error: Functiontwo_way_comm_post_message / two_way_comm_post_message_exfailed.
2. Code - 29739 Error: Service client with id=1 failed to post amessage, reason - communication error.
3. Code - 16895 Error: Failed to post xdr buffers data array bypost_ex.
4. Code - 10343 Error: Communication error: Cannot send themessage since reached the shared memory buffer max size.
原因:
共享内存缓存溢出,造成Controller和Load Generator之间通讯出现问题。
解决方案:
修改两个配置文件。
1. $installation folder$\dat\channel_configure.dat
2. $installationfolder$\launch_service\dat\channel_configure.dat
在这两个文件中的[general]部分下添加如下配置。
shared_memory_max_size=100 (修改共享内存为100MB,默认是50MB)
重新启动Controller,问题解决。
一点类似的是,我的也是64bit win7,遇到了60990错误。