Support Team wrote:Have you every experienced a different behavior with another Ranorex version before?
No, i didn't work with any previous versions.
Support Team wrote:It is indeed true that the report will not be shown when you press the "Stop Process" button in Ranorex Studio (not the "Stop" button in a recording which does show the report). The reason is that you kill the executed automation process and the process has no time to finish renaming the temporary report file to its final name.
Hm, that can be good candidate for feature request:
Ranorex should save/recover LOG file, when "Stop Process" button pressed.Ciege wrote:Do you use the Report.Setup method? Hard drive space issue? Not sure how Ranorex reporting supports the cases above, I would assume it would throw an exception but I am not positive of that.
Hope you can figure it out, but I've never seen where a log file just disappears...
No, i didn't use Report.Setup method.
No, it's not Hard disk space issue.
Support Team wrote:So, what you can do is navigate to the place where your report file is stored (usually the same directory the executable is located in, e.g. the output folder when using Ranorex Studio) and you should find the temporary report file (*.tmp file extension) there. Just rename the "tmp" file extension to "rxlog" and you should be able to view the report.
Yep, found it in DEBUG folder of my project. Thank you.
Would be nice, if Ranorex would do it for me.