Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 218 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 81 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
disable bi publisher .xsl, .xml, .fo, and .out

Summary
disable bi publisher .xsl, .xml, .fo, and .out
Content
Hi, I want to disable bi publisher .xsl, .xml, .fo, and .out getting created on the host server file system. There are thousands of files getting created on the server causing space issues. I disabled the LogLevel=OFF in the xdodebug.cfg that helped in disabling the xdo.log but the files still getting created.
/abc/abc/jrockit-jdk1.6.0_37-R28.2.5-4.1.0/jre/lib
[abc@hostname]
[abc@hostname] more xdodebug.cfg
LogLevel=OFF
LogDir=/abc/abc/LogDir
Best Answer
-
The permanent solution was to remove the xdodebug.cfg file
0
Answers
-
Hi,
Please review below
if you make LogLevel=OFF xdodebug.cfg this may not impact to stop creating files. as ,mentioned in below note you can manually delete these files
you can even enable debugging when issue occurred in BIP
Concurrent Request To Purge XDO_TOP/temp (Doc ID 1526661.1)
Thanks
0 -
Hi,
Please review below
if you make LogLevel=OFF xdodebug.cfg this may not impact to stop creating files. as ,mentioned in below note you can manually delete these files
you can even enable debugging when issue occurred in BIP
Concurrent Request To Purge XDO_TOP/temp (Doc ID 1526661.1)
Thanks
0 -
We had been using manual delete option for clearing the .xsl, .xml, .fo, and .out files and since the LogLevel=OFF only helped to stop xdo.log. Now after reviewing further we went ahead and removed the xdodebug.cfg file altogether and the files .xsl, .xml, .fo, and .out stopped creating. There was no need to perform any bipublisher or weblogic restarts.
0 -
Hi,
bipublisher or weblogic restart not required . you can remove .xsl, .xml, .fo, and .out files manually
please mark answer as correct or helpful if inputs received are helpful
Regards,
Kavitha
0 -
As user @Kavitha_CP-Oracle has replied, you need to delete the xdodebug.cfg file to turn off intermediate .xsl, .xml, .fo, .out files.
0