Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How to run Birt report in batch with parameter
How to run Birt report in batch with parameter [message #198775] Fri, 09 March 2007 19:56
Eclipse UserFriend
Originally posted by: angela.huang.tax.sccgov.org

I need to run the trust_item_detail_by_reason_code.rptdesign
with params (see example below). It did not work with the -params
option. The outputs are all the same as if it did not take the params.

Can someone help? Thanks in advance.

java -cp $BIRTCLASSPATH -DBIRT_HOME="$BIRT_HOME"
org.eclipse.birt.report.engine.api.ReportRunner -o
$OUTPUT_DIR/trust_item_detail_by_reason_code19.pdf -f PDF -params
rsnid_rs=19,rsnid_rs_type=decimal,__isdisplay__rsnid_rs='BAN KRUPTCY'
$BIRT_HOME/reports/trust_item_detail_by_reason_code.rptdesig n


java -cp $BIRTCLASSPATH -DBIRT_HOME="$BIRT_HOME"
org.eclipse.birt.report.engine.api.ReportRunner -
o $OUTPUT_DIR/trust_item_detail_by_reason_code25.pdf -f PDF -params
rsnid_rs=25,rsnid_rs_type=decimal,__isdisplay__rsnid_rs='CAN CELLED
WARRANT' $BIRT_HOME/reports/trust_item_detail_by_reason_code.rptdesig n
Previous Topic:Report Paramers in BIRT
Next Topic:New Eclipse Instance gets terminated
Goto Forum:
  


Current Time: Sat Apr 27 02:28:31 GMT 2024

Powered by FUDForum. Page generated in 0.07238 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top