Unanswered question

Recorded Oracle forms steps are not displayed

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 ?

Даниил С.
Даниил С.

Даниил С.

Level
0
22 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

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.

Даниил С.
Даниил С.

Даниил С.

Level
0
22 / 100
points

Nouredine A. Found these settings on the screenshot. How do I change them to servlet now?

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

You need to change these in Oracle itself

Даниил С.
Даниил С.

Даниил С.

Level
0
22 / 100
points

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.