BIP: Emptying temporary files without server restart?
Hi,
We are facing an issue with long-running BIP server instances breaking down because we are running out of disk space. Closer analysis shows that this disk space is progressively eaten up by temporary files produced by BI Publisher.
The documentation states the following (http://docs.oracle.com/cd/E28280_01/bi.1111/e22255/config_server.htm)
Temporary files are generated under /disk1/BIP_Temp/xdo/tmp.
Cache files are generated under /disk1/BIP_Temp/xdo/cache.
Dynamic image files are still created in the {bip_deployment_directory}/xdo/tmp directory and are not affected by this configuration.
Whenever the BI Publisher server is restarted, any files under /disk1/BIP_Temp/xdo are removed.