Re: [jasperreports-questions] Run jasper reports on automatedschedule

2008-10-08 Thread Penningroth, Mark
You could use jasperserver From: BalaKishore Pamarti [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2008 10:14 AM To: mrbelvedr Cc: jasperreports-questions@lists.sourceforge.net Subject: Re: [jasperreports-questions] Run jasper reports on automatedsche

Re: [jasperreports-questions] Run jasper reports on automated schedule

2008-10-08 Thread BalaKishore Pamarti
You pull the data using a stored procedure and get the List of data with Beans and feed that into the JasperReports engine and have it create a report file (say pdf) with a datatime stamp in some folder.   Now you can set this java program as a simple scheduled job in linux to run at specified i

[jasperreports-questions] Alternate table rendering

2008-10-08 Thread Bobby Quinne
Hi there, I have looked through the jasperreports forums but cannot find anything similar to this. I have see some post about dynamically generating the report based on the dataset, but I am a little pressured for time to try something like that. I need to generate csv, but instead of having the

[jasperreports-questions] Run jasper reports on automated schedule

2008-10-08 Thread mrbelvedr
We are running Jasper Reports (it is integrated into another product named Hyperic HQ Server). We have created 30 Jasper reports and we run them via the web interface. We need to somehow automate these reports so they run on a scheduled basis with several report arguments (datestarted, dateend, e

[jasperreports-questions] ireport produces error message

2008-10-08 Thread bayo
hi there im new in jasper-reports. I try to use the engine together with ireport but i have some problems with it: i can compile a sample-report without problems useing "ant compile". but if i open it with ireport do some very little changes ant resave it, its no possible to compile it anymore.

Re: [jasperreports-questions] Run jasper reports on automated schedule

2008-10-08 Thread Bobby Quinne
mrbelvedr wrote: > > We are running Jasper Reports (it is integrated into another product named > Hyperic HQ Server). We have created 30 Jasper reports and we run them via > the web interface. > > We need to somehow automate these reports so they run on a scheduled basis > with several report

[jasperreports-questions] Error:getOutputStream() has already been called for this response in Jasper Reports

2008-10-08 Thread UITOT
Hello Everyone, I have integrated Jasper Reports with Struts 1.2.9.I have written the below code in my action class.At runtime I am getting this error. ApplicationDispatcher[/TGMC_DB1-2009] PWC1231: Servlet.service() for servlet jsp threw exception java.lang.IllegalStateExcept