Unanswered question

my application big amount of data is not loading with Neoload recording

actually my application contains Queries, need to execute queries and get the data we have different type of queries like small amount of data and big amount of data queries
we have to test big data queries,but while recording that big queries with neoload its not loading getting error, but while running manually its loading fine
i am not understanding what is the issue with neoload that not loading the data with recording
i am attaching the screenshot please observe

UPENDAR P.
UPENDAR P.

UPENDAR P.

Level
1
251 / 750
points

Answers

UPENDAR P.
UPENDAR P.

UPENDAR P.

Level
1
251 / 750
points

i forgot to mention one thing,application performance is slow during execution of big data queries,it will take some time to load the big amount of data with manually but with recording we are not getting the data please let me know if there is any changes to do in neoload configurations,if possible please let me know as soon as possible it is high priority to me to resolve

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

If it takes time to load the data without NeoLoad then maybe the issue is related to timeout.

During the recording NeoLoad has a 1 minute timeout. It happens when NeoLoad sends the request and it does not receive any data from the server after 1 minute.

You can try to increase the default timeout by following the procedure below:

  1. Stop NeoLoad
  2. Edit <install_dir>\conf\controller.properties
  3. Go to [Recorder] section and locate that option: controller.recorder.so.timeout=60000
  4. Add an extra 0 in order to get 600000.
  5. Save
  6. Restart NeoLoad
  7. Try a new recording
UPENDAR P.
UPENDAR P.

UPENDAR P.

Level
1
251 / 750
points

Thanks a lot for the Very Quick response i will try it

UPENDAR P.
UPENDAR P.

UPENDAR P.

Level
1
251 / 750
points

Thank you so much Nourednie, Now its working fine

UPENDAR P.
UPENDAR P.

UPENDAR P.

Level
1
251 / 750
points

Hi Nouredine, i am facing the same above issue with another server earlier i have tested in my local server at that time i have followed your solution and its resolved
but same application i am trying to record in another server but not loading big amount of data during record i have increased the some more time in cnf file controller.recorder.so.timeout but its not working can you please suggest on this