LoadRunner报错vuser_init.c(18): Error: nca_connect_server: cannot communicate

简介:

在LoadRunner 录制脚本回放时,提示以下错误:

Virtual User Script. started at : 2013-10-09 22:51:13
Starting action vuser_init.
vuser_init.c(12): nca_set_connect_opt("INITIAL_DISP_SIZE")
vuser_init.c(14): nca_set_connect_opt("FONT_FACE")
vuser_init.c(16): nca_set_connect_opt("SCALE_INFO")
vuser_init.c(18): Error: nca_connect_server: cannot communicate with host nkgtsoserp01-vlx.huw.com on port 8005
Abort was called from an action.
R12安装后Form服务默认是Serverlet模式,且禁用Socket模式;只要按如下基本简单改动即可改成Socket模式,并允许Socket模式。
1. Source the environment on the application tier.
2. Stop all the application tier services:
$INST_TOP/admin/scripts/adstpall.sh
3. Run the following command to enable Forms Socket Mode:
$FND_TOP/bin/txkrun.pl -script=ChangeFormsMode \
-contextfile=$INST_TOP/appl/admin/.xml \
-mode=socket \
-port=9095 \
-runautoconfig=No
4.修改$INST_TOP/appl/admin/.xml,将appserverid_authentication修改为off 
5.执行autoConfig
$INST_TOP/admin/scripts/adautocfg.sh
6. Start all the application tier services:
$INST_TOP/admin/scripts/adstrtal.sh
7 Socket模式访问:
http://.:/OA_HTML/frmservlet
本文转自ITPUB博客tolywang的博客,原文链接:LoadRunner报错vuser_init.c(18): Error: nca_connect_server: cannot communicate,如需转载请自行联系原博主。
相关文章
|
Oracle 关系型数据库 测试技术
|
Oracle 关系型数据库 测试技术
|
12月前
|
网络协议 测试技术 Windows
Loadrunner 脚本开发-利用loadrunner开发Windows Sockets协议脚本
Loadrunner 脚本开发-利用loadrunner开发Windows Sockets协议脚本
128 0
|
12月前
|
Java 测试技术 Android开发
Loadrunner脚本开发-基于HTTP协议的流媒体视频在线播放服务器性能测试
Loadrunner脚本开发-基于HTTP协议的流媒体视频在线播放服务器性能测试
79 0
|
12月前
|
测试技术
Loadrunner 脚本录制-通过代理录制脚本
Loadrunner 脚本录制-通过代理录制脚本
124 0
|
12月前
|
SQL 关系型数据库 MySQL
Loadrunner脚本优化-参数化之关联MySQL数据库获取数据
Loadrunner脚本优化-参数化之关联MySQL数据库获取数据
68 0
|
12月前
|
测试技术
loadrunner 运行脚本-命令行运行脚本
loadrunner 运行脚本-命令行运行脚本
85 0
|
12月前
|
存储 XML 缓存
loadrunner 运行脚本-Run-time Settings-Browser Enmulation设置详解
loadrunner 运行脚本-Run-time Settings-Browser Enmulation设置详解
101 0
|
12月前
|
测试技术 程序员
loadrunner 运行脚本-Run-time Settings-ContentCheck简单设置
loadrunner 运行脚本-Run-time Settings-ContentCheck简单设置
64 0
|
12月前
|
测试技术
loadrunner 运行脚本-Run-time Settings->General->Additional attributes设置
loadrunner 运行脚本-Run-time Settings->General->Additional attributes设置
76 0