LoadRunner Analysis Problem (Resolved) – Missing stop_time in LRR file
After I downloaded the raw results (RawResults.zip) from Mercury Performance Center, I tried to use the Analysis tool to analysis the result, but failed as it complains with:
Error 75012: in file D:\projects\…\51718.lrr the stop_time is 0
I have called their support and found out that the LRR file is actually the test summary file (51718 is the test ID). And for some reason it doesn’t properly captured the stop time of the test. So we added the following line below the start_time line:
Stop_time=1180002834
1180002834 is the value found at the end of the file _t_rep.eve (I think it is the last timestamp for the last data point)
And then analysis finally worked! Resolved!



