BIRT report throwing script evaluation error
Hi,
I am using RTC 4.0.4 and BIRT 2.6.2 version. My newly created report with javascript is giging following error.
Error.ScriptEvaluationError ( 60 time(s) )
detail : org.eclipse.birt.report.engine.api.EngineException: There are errors evaluating script
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Caused by: org.eclipse.birt.data.engine.core.DataException: Fail to execute script in function __bm_onFetch(). Source:
------xxxxxxxxxxxxxxxxxxxxxxxxxxx
Report is generating without error in eclipse BIRT designer.
Errors are while running the report using browser after importing the design to RTC.
Any help is very much appreciated.
Tojan.
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Not sure what do you mean by saying "with javascript". Did you use JavaScript scripting in your BIRT report? If so, you will need to show the source, and/or the full stack of the error message for others to help you.
In general, search "Caused by" in the error message till you reach the one at the bottom and it usually tells you exactly what the problem is.
Hi Donald,