This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

C:\Program Files\AppRecovery\Core\CoreService\tracing.e2e file taking up space

The server I'm running Rapid Recovery on is having C: drive space issues.  I've already done everything I can to free up space including the usual Windows cleanups and moving some RR folders to another partition (\EventsDatabase and \RepositoryMetaData).  There is one file left, the tracing.e2e file noted in the subject which is 15.4Gb and last modified 11 days ago.  If I can move that file that should take care of the space issues permanently.  I couldn't find any knowledge base articles covering this, anybody know if this file can be moved?

Parents
  • Edit Core.Service.exe.Config in C:\Program Files\AppRecovery\Core\CoreService

    Search for e2e

    Edit the key <add name="sdt" type="System.Diagnostics.XmlWriterTraceListener" initializeData="tracing.e2e" />

    Simply add the path of where you want the tracing.e2e file to be, for example

    <add name="sdt" type="System.Diagnostics.XmlWriterTraceListener" initializeData="d:\tracing.e2e" />

    Stop Quest Rapid Recovery Core Service

    Delete the tracing.e2e from C:\Program Files\AppRecovery\Core\CoreService

    Restart Quest Rapid Recovery Core Service

     

Reply
  • Edit Core.Service.exe.Config in C:\Program Files\AppRecovery\Core\CoreService

    Search for e2e

    Edit the key <add name="sdt" type="System.Diagnostics.XmlWriterTraceListener" initializeData="tracing.e2e" />

    Simply add the path of where you want the tracing.e2e file to be, for example

    <add name="sdt" type="System.Diagnostics.XmlWriterTraceListener" initializeData="d:\tracing.e2e" />

    Stop Quest Rapid Recovery Core Service

    Delete the tracing.e2e from C:\Program Files\AppRecovery\Core\CoreService

    Restart Quest Rapid Recovery Core Service

     

Children
No Data