+

Search Tips   |   Advanced Search


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.

  1. Close NeoLoad.
  2. Open the <neoload>/conf/Controller.properties file.
  3. If the [OracleForms] settings category does not exist, create it.
  4. Underneath the category, create the 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.

  5. Create the 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.

  6. Save the configuration file.
  7. Re-start NeoLoad.


Home