How to start a report from commandline?

Hi,

Could you please help me to start a report from the commandline?

Something like: knime.exe -application org.eclipse.birt.report.engine.ReportExecutor -nosplash … that could be used in a bat-file.

Thanks,

Schlirgg

Dear Schlirrg, Creating reports via commandline is not possible, at least not out-of-the-box. KNIME.com offers a report server for doing this. The problem with the desktop version is that the birt reporting applicaton (the ReportExecutor) is not able to resolve the workflows properly. I have the suspicion that if you wrote a new plugin that provides a contribution to the extension point com.knime.oda.driver.workflowURIResolver you can work around this (at least we are using this extension point to get things working in the report server). Hope this helps, Bernd

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.