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?
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...
Following post at StackOverflow may help.
http://stackoverflow.com/questions/35893046/jaspersoft-server-export-to-...