Hello,
We are trying to performance test Oracle R12 using LR12. Using the Oracle Web Apps 11i protocol.
Application is accessed via a https URL pointing to a load balancer. I am able to record events normally without any entry in the port mapping settings.
When I replay, I get the below error
vuser_init.c(111): web_custom_request("RF.jsp") started [MsgId: MMSG-26355]
vuser_init.c(111): Error -26547: Authentication required, please use web_set_user, e.g. web_set_user("domain\\user", "password", "host:port"); [MsgId: MERR-26547]
I tried setting the web_set_user right at the top of the script. I mentioned the user id and password I am using for logging into oracle apps.
web_set_user("perftest1", "xxx123", "xxxx.ebs.com:443")
When I replay after setting this, I get the below error.
vuser_init.c(111): web_custom_request("RF.jsp") started [MsgId: MMSG-26355]
vuser_init.c(111): Warning -26630: HTTP Status-Code=401 (Unauthorized) for "https://xxxx.xxxx.com/OA_HTML/RF.jsp?function_id=MAINMENUREST&security_group_id=0" [MsgId: MWAR-26630]
When I check the replay snapshot, instead of the homepage it shows "you are trying to access a page that is no longer active. The referring page may have come from a previous session." Screen shot attached
Does this mean I am mentioning the wrong credentials in the web_set_user? What credentials should they be?
I tried replaying in WinInet mode as well. Same error persists.
Note: I have not done any correlation so far. The ICX_Ticket and JSessionID values that are normally correlated for oracle ebs scripts come at a later point in the script.