oracle.xdo11g.xslt.XSLException: No space left on device while running a report
Hi Team,
While running a report via XMLPSERVER url, we are facing the below error in the BI Publisher logs. This is a huge report, which generated approximately 5 to 6 GB space and it is generating in /tmp directory.
We changed the temp directory location to /u01 in xdo.cfg file, even then the file is getting generated in /tmp instead of /u01. Can somebody help us here?
Snapshot from xdo.cfg configuration file: "/u01/apbirtst/admin/birtst_bi/config/OracleBIJavaHostComponent/coreapplication_obijh1/xdo.cfg"
=======================================
<!-- <property name="system-temp-dir">d:\temp</property> -->
<property name="system-temp-dir">/u01/apbirtst/admin/birtst_bi/tmp/OracleBIJavaHostComponent/coreapplication_obijh1</property>