Schedule Export of Reports to another server

Hi All,

I had set up the export of scheduled report, but it is saved on the JasperServer. I want to save the report to disk С or another server on a schedule. In Shedule Output Options i have only 3 Output Destination: Output To Repository, Output To Host File System (blocked) and Output To FTP Server. How to save the report to another server in network?

K.S.'s picture
300
Joined: Sep 10 2014 - 6:14pm
Last seen: 5 years 3 months ago

4 Answers:

To enable saving to the Host server, you'll need to set "enableSaveToHostFS" to true. This, however, will only enable to save to a local host system where JasperReports Server has privilege. You'll need to copy this to another server using some tool to copy it. Another option is to use ftp on another server.

http://community.jaspersoft.com/documentation/jasperreports-server-admin...

hozawa's picture
190415
Joined: Apr 24 2010 - 4:31pm
Last seen: 4 years 3 months ago

I found applicationContext.xml and set "enableSaveToHostFS" to true. Jasperserver was restart, but parameter Output To Host File System is disable. What am I doing wrong?

K.S.'s picture
300
Joined: Sep 10 2014 - 6:14pm
Last seen: 5 years 3 months ago
hozawa's picture
190415
Joined: Apr 24 2010 - 4:31pm
Last seen: 4 years 3 months ago

Thanks, it works!!!

The correct path to the file was jasperreports-server-cp-6.2.1\apache-tomcat\webapps\jasperserver\WEB-INF\applicationContext.xml

K.S.'s picture
300
Joined: Sep 10 2014 - 6:14pm
Last seen: 5 years 3 months ago
Feedback