Page 1 of 2

slow to launch

Posted: Wed Nov 14, 2012 4:24 pm
by ksukat
Greetings,
I programatically build the xml data that I pass to a previously created report.
I use the technique of passing the xml to the report using report.regData("mydat","mydat",rptxml).

I find that the report is slow to show on the screen. By that, I mean that it takes 11 seconds to show
on the screen when passed 2300 records (as XML).

Do you have any tips for increasing the performance so that the report will display sooner ?

The report is pretty simple with just one grouping action.

Note:
I ran it for max records (19500) which equates to roughly a 900 page report. The report launches, and
has a box saying "compiling report" and it has been going for several minutes.

Newest Note:
I have determined that when my XML string which I pass to the report exceeds 14000, the report hangs forever.
If I have less than 14000 is works just fine. Is there a limit to the data you can pass to the report ????

Re: slow to launch

Posted: Thu Nov 15, 2012 1:50 pm
by HighAley
Hello.

The root of the problem could be in the time limit for scripts. It is 15 seconds by default.
Please, try to change it in the compilation string of your project with next string:

Code: Select all

-default-script-limits 1000 60
Also you could send us your report for analysing and optimization.

Thank you.

Re: slow to launch

Posted: Thu Nov 15, 2012 4:44 pm
by ksukat
I assume you mean the compiler string for my flashbuilder project, correct?
How would I provide the report to you? The report has the data assigned to it during the running of my application. If you open the report outside my application in the report designer, it is blank.

Re: slow to launch

Posted: Fri Nov 16, 2012 8:07 am
by HighAley
Hello.
ksukat wrote:I assume you mean the compiler string for my flashbuilder project, correct?
Yes, it's correct.
ksukat wrote:How would I provide the report to you? The report has the data assigned to it during the running of my application. If you open the report outside my application in the report designer, it is blank.
Please, send your report template at first and we'll try to do something.

Thank you.

Re: slow to launch

Posted: Fri Nov 16, 2012 3:48 pm
by ksukat
how do I send it to you?

Re: slow to launch

Posted: Mon Nov 19, 2012 5:14 am
by Andrew
Hello,

Please send is to support@stimulsoft.com referring to this forum thread.

Thank you.

Re: slow to launch

Posted: Fri Nov 30, 2012 10:15 pm
by ksukat
I have sent the report and example data to support@stimulsoft.com. I have haven't heard anything back. Can you confirm receipt of my report file and example data ?

Re: slow to launch

Posted: Mon Dec 03, 2012 3:39 am
by Andrew
Hello,

Could you, please remind me the ticket name or its ID.

Thank you.

Re: slow to launch

Posted: Mon Dec 03, 2012 2:29 pm
by ksukat
#CRP-999113 is that what you need ?

Re: slow to launch

Posted: Tue Dec 04, 2012 2:32 pm
by HighAley
Hello.

You didn't refer on this forum topic in your mail. So we couldn't find it.
We answered this ticket on November 21. Please send us data for your report.

Thank you.