Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
open is getting called too many times
grather
When trying a ScriptedDataSource
The open() is getting called twice.
The fetch() is also getting called twice as many times.
Looks like task.run() is causing these events to fire on run and render.
Not really sure.
What I think are the issue
design = birtReportEngine.openReportDesign(sc.getRealPath("WEB-INF/Reports")+"/SpendSummary.rptdesign"+report );
IRunAndRenderTask task = birtReportEngine.createRunAndRenderTask( design );
task.getAppContext().put(EngineConstants.APPCONTEXT_CLASSLOADER_KEY, employeeReport.class.getClassLoader());
task.setRenderOption(options);
task.run();
Find more posts tagged with
Comments
There are no comments yet