How to save scheduled Jasper reports in a different path/folder other than the default Repository Content root location?
By default, saving scheduled Jasper reports in a different path/folder is disabled. To enable follow the below steps:
Windows: C:\Program Files\CA\SC\CA Business Intelligence\apache-tomcat\webapps\jasperserver-pro\WEB-INF
Linux: /opt/CA/CABI/tomcat/webapps/jasperserver-pro/WEB-INF
<property name="enableSaveToHostFS" value="false"/>
<property name="enableSaveToHostFS" value="true"/>
Save the file.
Now, to save the scheduled JasperServer reports:
If using CABI with UIM see: UIM CABI - Output To Host File System greyed out on Report Scheduler (broadcom.com)