I think you have to set your BIRT_HOME with the birt runtime folder, not the reportEngine folder. If you run your batch with Windows in a .bat, be careful to use a short path. In my case i have put the runtime just under the disk root:
Set BIRT_HOME=D:\birt
%BIRT_HOME%\ReportEngine\genReport.bat -runrender -o "%BIRT_HOME%\ReportEngine\samples\output.html" -f html "%BIRT_HOME%\ReportEngine\samples\hello_world.rptDesign"
I think you have to set your BIRT_HOME with the birt runtime folder, not the reportEngine folder. If you run your batch with Windows in a .bat, be careful to use a short path. In my case i have put the runtime just under the disk root:
Set BIRT_HOME=D:\birt
%BIRT_HOME%\ReportEngine\genReport.bat -runrender -o "%BIRT_HOME%\ReportEngine\samples\output.html" -f html "%BIRT_HOME%\ReportEngine\samples\hello_world.rptDesign"
Hi,
I just cross checked,, the BIRT_HOME is set to ReportEngine.
here is the right path that am using: set BIRT_HOME=C:\birt-runt
ime-2_6_2\birt-runtime-2_6_2\ReportEngine
May be i was not clear in my first answer, but i think you must NOT set it to the reportEngine, but to its parent folder, so in your case it could be C:\birt-runtime-2_6_2\birt-runtime-2_6_2
May be i was not clear in my first answer, but i think you must NOT set it to the reportEngine, but to its parent folder, so in your case it could be C:\birt-runtime-2_6_2\birt-runtime-2_6_2
Yup that worked.. Great
one more thing, please tell me how do I set report Parameters through command line ?