Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
BIRT 2.6 Data Analysis and Reporting

You're reading from   BIRT 2.6 Data Analysis and Reporting Create, Design, Format, and Deploy Reports with the world's most popular Eclipse-based Business Intelligence and Reporting Tool

Arrow left icon
Product type Paperback
Published in Jul 2010
Publisher Packt
ISBN-13 9781849511667
Length 360 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
John Ward John Ward
Author Profile Icon John Ward
John Ward
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

BIRT 2.6 Data Analysis and Reporting
Credits
About the Author
About the Reviewers
1. Preface
1. Getting Started FREE CHAPTER 2. Installing BIRT 3. The BIRT Environment and First Report 4. Visual Report Items 5. Working with Data 6. Report Parameters 7. Report Projects and Libraries 8. Charts, Hyperlinks, and Drilldowns 9. Scripting and Event Handling 10. Deployment

Command line tools


The command line tools that come with the BIRT Runtime are useful for scheduled report execution. Under Windows, calling the batch file using the Window Scheduler or the AT utility makes unattended report execution simple. In the case of the Unix, there are tons of Cron daemons available. Scheduling report execution without the need to interact with a GUI application is convenient.

In the Runtime folder, the batch or script files are located under ReportEngine folder. The prerequisites are that we must have a Java implementation greater than 1.5 and must have preset the BIRT_HOME environment variable to the location of the BIRT runtimes root folder.

More information can be found in the ReadMe file, and on my website at http://digiassn.blogspot.com/2006/07/birt-birt-report-scheduling-without.html.

First, let's create a batch file called runReport.bat. The file will be simple and only have the following lines:

Set BIRT_HOME=C:\birt_runtime\birt-runtime-2_1_0\ C:\birt_runtime...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime