Answered question

After completing the test, result_ID folder is created, but unable to see in Results tab

Using NeoLoad 5.0.0 - After an 8hour test is completed, the tool automatically changed the UI focus from RunTime tab to the Results tab, but the result of this test is not shown there. It shows the results of a previous test which exists prior to this test. When I checked the "results" folder, there is a new result_<ID> folder created with the details of this test (along with the index.html in the summary folder), but I am unable to see the details of this test in the Results drop-down, or in the Results Manager. Please help.

Kahin F.
Kahin F.

Kahin F.

Level
0
13 / 100
points

This summary.db is the latest file that is modified. You should check if you have an anti-virus that could access the file when NeoLoad is trying to update it. In that case it could lead to such issue.

You can re-generate that summary.db by using such command from a dos console:

NeoLoadCmd -repairTestResult "C:\<My Project Folder>\result_87cc3db9-f75c-4fb1-a3d8-d5c8f38f6e91"

where the result_<id> folder is your test folder where you need to generate that summary.db file.

Then open again your project in NeoLoad and it should detect a corrupted project to repair it.

Did you find this useful ?

No (0)

Yes (0)

0% of users found this answer useful

Other answers

You should check if the summary.db file is available at the root of your test result folder. It may happen that the index.html is created but when NeoLoad needs to update it he gets an "Access Denied" from the system.

 

nacef G.
nacef G.

nacef G.

Level
0
23 / 100
points

Hello Nouredine,

I'm facing the same issue, in fact all the files are there in the results folder except the summary.db file and I'm indeed getting a summary.db (Access is denied) in the logs. Is there a way to recover the results? I tried to copy an old summary.db but that didn't do it.. I also don't understand why i'm having an access denied system error while the other files are successfully getting written?

nacef G.
nacef G.

nacef G.

Level
0
23 / 100
points

That works like a charm Nouredine, thanks a million!