slow to launch

Stimulsoft Reports.Flex discussion
ksukat
Posts: 25
Joined: Mon Aug 13, 2012 7:05 pm

slow to launch

Post 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 ????
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: slow to launch

Post 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.
ksukat
Posts: 25
Joined: Mon Aug 13, 2012 7:05 pm

Re: slow to launch

Post 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.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: slow to launch

Post 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.
ksukat
Posts: 25
Joined: Mon Aug 13, 2012 7:05 pm

Re: slow to launch

Post by ksukat »

how do I send it to you?
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Re: slow to launch

Post by Andrew »

Hello,

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

Thank you.
ksukat
Posts: 25
Joined: Mon Aug 13, 2012 7:05 pm

Re: slow to launch

Post 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 ?
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Re: slow to launch

Post by Andrew »

Hello,

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

Thank you.
ksukat
Posts: 25
Joined: Mon Aug 13, 2012 7:05 pm

Re: slow to launch

Post by ksukat »

#CRP-999113 is that what you need ?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: slow to launch

Post 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.
Locked