Neoload does not display steps (actions) of Oracle forms. After all the actions are recorded, the message about the absence of the jar file does not appear. On the basis of the user https://www.neotys.com/documents/doc/neoload/3.2.x/en/htm... searched file frmall.jar on oracle 11.5.0 but not found. What am I doing wrong? And how to see oracle steps (actions) in Neoload ?
NeoLoad can only record Oracle Forms application configured in servlet mode i.e http mode and not in socket mode.
In one of the server response you should find that settings. From your recorded script if you use the "Flag request" feature and search on server responses that pattern:
var xconnectMode = "socket"
If it is really servlet mode then you may have to force the JAVA plugin to use "localhost:8090" during your NeoLoad recording. It can be done in the JAVA control panel.
Nouredine A. Found these settings on the screenshot. How do I change them to servlet now?
You need to change these in Oracle itself
Neil W., Nouredine A. Oracle administrators are afraid to change these connectMode settings on servlet. I can't check because of that. Thanks for your help.