Load testing Oracle Apps

I am currently using Merchury LoadRunner 7.6 V to test Oracle 11i application. I selected Oracle NCA and Web protocols and recorded a basic script to query an order. I recorded in HTML mode. When I replayed back, it runs successfully sometimes and other times throws error message saying

Action.c(72): Error -24998 : nca_obj_type("607") failed, Window or object is not displayed.
The window currently in focus: "Error"

vuser_end.c(4): Error -24998 : nca_menu_select_item("Sales Orders","File;Close Form") failed, Window or object is not displayed.
The window currently in focus: "Error".

I co-related icx_ticket. But then also in play back, it throws the same error.
I would like to know in order to resolve this issue, do I need to do some co-relation or it needs some basic settings in Oracle Apps before recording an action in LoadRunner.

Thanks

Questions by shobi_ganga

Showing Answers 1 - 6 of 6 Answers

If you have 'nca_connect_server' function in your script then do add 'record=names' after 'fndnam=apps' For Example see the following functions, after apps 'record=names' has been added.

nca_connect_server("199.35.107.119","9002"/*version=11i*/,"module=/d1/oracle

/visappl/fnd/11.5.0/forms/US/FNDSCSGN userid=APPLSYSPUB/PUB@VIS

fndnam=apps record=names ");

Also remove all wed_add_cookie functions from the script..

I hope this may help you

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions