When a Virtual User executes, I get the following error:
Message: An error occurred while reading the encrypted Oracle Forms response.
Details: Oracle Forms request max retry count reached (5)
When the server responds with ifError:7/500, NeoLoad reproduces the Oracle Forms applet behavior: by default, it makes a maximum of 5 attempts to send the request to the server and receive a valid response, with a 1000 milliseconds interval between attempts. NeoLoad behavior may be modified by editing the Controller.properties
configuration file.
<neoload>/conf/Controller.properties
file.[OracleForms]
settings category does not exist, create it.oracle.forms.session.migration.max.retry
key. Here is an example:oracle.forms.session.migration.max.retry=5
This key sets the maximum number of attempts before returning an error at 5. By default, NeoLoad makes a maximum of 5 attempts. The key value must be an integer more than or equal to 1.
oracle.forms.session.migration.retry.delay
key. Here is an example:oracle.forms.session.migration.retry.delay=1000
This key sets the interval between attempts, in milliseconds. By default, NeoLoad applies an interval of 1000 milliseconds. The value must be an integer more than or equal to 1000.