Error while reading the encrypted Oracle Forms response
Problem
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)
Solution
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.
- To re-configure Oracle Forms settings in NeoLoad
- Close NeoLoad.
- Open the <neoload>/conf/Controller.properties file.
- If the [OracleForms] settings category does not exist, create it.
- Underneath the category, create the oracle.forms.session.migration.max.retry key. Here is an example:
oracle.forms.session.migration.max.retry=5This 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.
- Create the oracle.forms.session.migration.retry.delay key. Here is an example:
oracle.forms.session.migration.retry.delay=1000This 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.
- Save the configuration file.
- Re-start NeoLoad.
Home