Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

URGENT : Error: nca_connect_server: cannot communicate host ...on port....

487869Jul 13 2006
URGENT : Error: nca_connect_server: cannot communicate host ...on port....

Platform :

front end - Forms6i
App Server - Oracle 9iAS
Testing tool - Mercurry Load Runner 8.0
Database - Oracle 9i

Hi Gurus,

I am trying to run a script in Load runner but its always coming out by following error message -

vuser_init.c(63): Warning: ifError expired (5) during NCA handshake,
vuser_init.c(63): Warning: ifError expired (5)
vuser_init.c(63): Error: nca_connect_server: cannot communicate with host 202.46.209.42 on port 7778
Abort was called from an action.

forms url which used in test script is running fine without any error with same port, I am wondering why it is returning error with Load Runner ?

Quick help on pinpointing the issue will be highly appreciated, Following is the Loadrunner script m using -

----------------------------------------------------------------------
vuser_init()
{

web_set_max_html_param_len("1024");

web_url("f6isrvl",
"URL=http://202.46.209.42:7778/f6i/f6isrvl?config=devjp10_en",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
EXTRARES,
"Url=../forms60java/f60web.jar", "Referer=", ENDITEM,
"Url=../forms60java/FImageBean.jar", "Referer=", ENDITEM,
"Url=../forms60java/images.jar", "Referer=", ENDITEM,
LAST);

web_url("Registry.dat",
"URL=http://202.46.209.42:7778/forms60java/oracle/forms/registry/Registry.dat",
"Resource=0",
"RecContentType=text/plain",
"Referer=",
"Snapshot=t2.inf",
"Mode=HTML",
LAST);

web_reg_save_param("NCAJServSessionId",
"LB=",
"RB=",
"Search=Noresource",
LAST);

web_url("f6isrvl_2",
"URL=http://202.46.209.42:7778/f6i/f6isrvl?config=devjp10_en&acceptLanguage=en-us&ifcmd=startsession",
"Resource=0",
"RecContentType=text/plain",
"Referer=",
"Snapshot=t3.inf",
"Mode=HTML",
EXTRARES,
"Url=f6ilsnr/?JServSessionIdf6i=i7yjfl33c1.f45nez95eiGIpR1vp2TD/knGnluImQXHcALJmQ5Go6XNr3CSa30R&ifcmd=getinfo&ifhost=MILDH0417&ifip=10.81.6.127", "Referer=", ENDITEM,
"Url=../forms60java/oracle/ewt/dataSource/OneDDataSourceListener.class", "Referer=", ENDITEM,
"Url=../forms60java/oracle/ewt/dataSource/OneDDataSource.class", "Referer=", ENDITEM,
"Url=../forms60java/oracle/ewt/dataSource/ArrayOneDDataSource.class", "Referer=", ENDITEM,
"Url=../forms60java/oracle/ewt/dataSource/AbstractOneDDataSource.class", "Referer=", ENDITEM,
"Url=../forms60java/oracle/ewt/dataSource/OneDDataSourceAdapter.class", "Referer=", ENDITEM,
"Url=../forms60java/oracle/ewt/dataSource/OneDDataSourceEvent.class", "Referer=", ENDITEM,
LAST);

nca_set_connect_opt(SCALE_INFO, 8, 20);

nca_set_connect_opt(REQUIRED_LIST, 0);

nca_connect_server("202.46.209.42", "7778", "module=ulgprc_em_100_01_c.fmx userid=dbk/dbk@dbkls05 ORA_USER=devjp10 USR_LANG=ENG");

nca_set_window("Login");

nca_edit_set("27", "SSC");

nca_obj_type("27", '\t', 0);

nca_edit_set("30", lr_decrypt("44b61ad9b8d2295c3768adc952f4"));

nca_button_press("32");

nca_message_box_press("Forms", 2);

nca_menu_select_item("SSC", "Lending;Underwriting");

nca_set_window(" (Underwriting)(Pending Request : 0)");

nca_button_set("386", 1);

nca_menu_select_item(" (Underwriting)(Pending Request : 0)", "Edit;Exit");

nca_set_window("SSC");

nca_menu_select_item("SSC", "File;Exit");

return 0;




Execution Log

Virtual User Script started
Starting action vuser_init.
vuser_init.c(12): web_set_max_html_param_len was successful [MsgId: MMSG-26392]
vuser_init.c(14): Downloading resource "http://202.46.209.42:7778/forms60java/f60web.jar" (specified by argument number 9) [MsgId: MMSG-26577]
vuser_init.c(14): Downloading resource "http://202.46.209.42:7778/forms60java/FImageBean.jar" (specified by argument number 12) [MsgId: MMSG-26577]
vuser_init.c(14): Downloading resource "http://202.46.209.42:7778/forms60java/images.jar" (specified by argument number 15) [MsgId: MMSG-26577]
vuser_init.c(14): web_url("f6isrvl") was successful, 1882891 body bytes, 1386 header bytes, 12 chunking overhead bytes [MsgId: MMSG-26385]
vuser_init.c(27): web_url("Registry.dat") was successful, 4117 body bytes, 367 header bytes [MsgId: MMSG-26386]
vuser_init.c(36): Registering web_reg_save_param was successful [MsgId: MMSG-26390]
vuser_init.c(42): Downloading resource "http://202.46.209.42:7778/f6i/f6ilsnr/?JServSessionIdf6i=i7yjfl33c1.f45nez95eiGIpR1vp2TD/knGnluImQXHcALJmQ5Go6XNr3CSa30R&ifcmd=getinfo&ifhost=MILDH0417&ifip=10.81.6.127" (specified by argument number 9) [MsgId: MMSG-26577]
vuser_init.c(42): Downloading resource "http://202.46.209.42:7778/forms60java/oracle/ewt/dataSource/OneDDataSourceListener.class" (specified by argument number 12) [MsgId: MMSG-26577]
vuser_init.c(42): Downloading resource "http://202.46.209.42:7778/forms60java/oracle/ewt/dataSource/OneDDataSource.class" (specified by argument number 15) [MsgId: MMSG-26577]
vuser_init.c(42): Downloading resource "http://202.46.209.42:7778/forms60java/oracle/ewt/dataSource/ArrayOneDDataSource.class" (specified by argument number 18) [MsgId: MMSG-26577]
vuser_init.c(42): Downloading resource "http://202.46.209.42:7778/forms60java/oracle/ewt/dataSource/AbstractOneDDataSource.class" (specified by argument number 21) [MsgId: MMSG-26577]
vuser_init.c(42): Downloading resource "http://202.46.209.42:7778/forms60java/oracle/ewt/dataSource/OneDDataSourceAdapter.class" (specified by argument number 24) [MsgId: MMSG-26577]
vuser_init.c(42): Downloading resource "http://202.46.209.42:7778/forms60java/oracle/ewt/dataSource/OneDDataSourceEvent.class" (specified by argument number 27) [MsgId: MMSG-26577]
vuser_init.c(42): Warning -26652: Response body length (96) does not match the Content-Length header specification (95) for "http://202.46.209.42:7778/f6i/f6isrvl?config=devjp10_en&acceptLanguage=en-us&ifcmd=startsession" [MsgId: MWAR-26652]
vuser_init.c(42): web_url("f6isrvl_2") highest severity level was "warning", 4459 body bytes, 3017 header bytes [MsgId: MMSG-26388]
vuser_init.c(59): nca_set_connect_opt("SCALE_INFO")
vuser_init.c(61): nca_set_connect_opt("REQUIRED_LIST")
vuser_init.c(63): Warning: ifError expired (5) during NCA handshake,
vuser_init.c(63): Warning: ifError expired (5)
vuser_init.c(63): Error: nca_connect_server: cannot communicate with host 202.46.209.42 on port 7778
Abort was called from an action.
-------------------------------------------------------------------------------------------------------



TIA,

Sheilesh
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 10 2006
Added on Jul 13 2006
0 comments
1,141 views