Page 1 of 1

error #1502

Posted: Wed Jul 04, 2012 6:48 am
by jian
well,
I get a script timeout (error #1502) when I am generating a report from a xml .

report.regData("Reportname", "Reportname", reportXML);//reportxml is data table including about 300--500 records
report.dictionary.databases.clear();
report.dictionary.synchronize();
report.showDialog();// error hanppened in this step,and I couldn't have the view of the report. if reportXML contains less records, I can have the view somtimes.

it's ok when I use "Designer.Fx for Flex",and have no error #1502.

Re: error #1502

Posted: Tue Jul 10, 2012 6:29 am
by Vladimir
Hello,

Please try to use the following additional compiler parameters:

Code: Select all

-default-script-limits 1000 60
Thank you.