Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

disable bi publisher .xsl, .xml, .fo, and .out

Accepted answer
111
Views
6
Comments

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

Answers

  • Kavitha_CP-Oracle
    Kavitha_CP-Oracle Rank 3 - Community Apprentice

    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

  • Kavitha_CP-Oracle
    Kavitha_CP-Oracle Rank 3 - Community Apprentice

    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

  • Vishwas-Bodani-Oracle
    Vishwas-Bodani-Oracle Rank 2 - Community Beginner

    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.

  • Kavitha_CP-Oracle
    Kavitha_CP-Oracle Rank 3 - Community Apprentice

    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

  • Chetanpatil1984-Oracle
    Chetanpatil1984-Oracle Rank 1 - Community Starter

    As user @Kavitha_CP-Oracle has replied, you need to delete the xdodebug.cfg file to turn off intermediate .xsl, .xml, .fo, .out files.