08-04-2009 06:11 AM
I have some problem of performance due to the report generation.
If I do not use "on the fly reporting", performance are ok, each item of my loop takes the same time. But I have nothing in the report.
If I use "on the fly reporting", performance are bad, ecah item of my loop take more and more time which becomes inacceptable. On the contrary, my report is ok.
Is possible to have a report without disturbing and slow down the execution of the sequence ?
Thanks a lot for your support.
08-06-2009 01:32 PM
Hey sfl,
The short answer is NO.
Basically on the fly reporting is being updated everytime a step that records results gets executed. So you have to store that in memory. How many steps do you have? If you have a bunch of steps and your report is really long then you will see performance drop dramatically.
So you have to choose one or the other unfortunately.
Regards,