It seems like your browser didn't download the required fonts. Please revise your security settings and try again.

Attention

Starting May 1st, 2018, we will no longer offer the ArchiveOne family of products. This includes all editions of ArchiveOne, ArchiveOne for Files, Max Compression, and Access Security Manager. If you currently hold a maintenance and support contract, you will continue to receive our award-winning support until your contract expires, or until May 1st, 2019, whichever occurs first. The license for ArchiveOne is perpetual; therefore the software may continue to be used independently without any updates or support indefinitely.

How to Modify the XML Stylesheet

  • Last updated on

You can modify the XML stylesheet used to transform the XML policy results into the HTM results file. The XML stylesheet is titled PolicyReport.xsl and is located in the same folder as the file AOnePolService.exe, by default C:\Program Files (x86)\Barracuda\ArchiveOne. This file is overwritten each time the ArchiveOne Service starts, so any modifications are lost the next time the service starts.

To modify the XML stylesheet, use the following steps to create a custom file that will not be overwritten:

  1. On the ArchiveOne server, browse to the ArchiveOne installation directory: C:\Program Files (x86)\Barracuda\ArchiveOne (by default).
  2. Copy your customised XML Stylesheet into this folder; ensure it has a different name than the existing PolicyReport.xsl file. For example, myCustomStylesheet.xsl.
  3. Browse to the local configuration store in C:\ProgramData\Barracuda\ArchiveOne\LocalConfigurationStore.
  4. Open the Service.ini in a text editor such as Notepad.
  5. At the end of the file, add a new line PolicyReportXSL=<myCustomStylesheet.xsl>
    1. where myCustomStylesheet.xsl is the name of your customized XSL file.
  6. Save and close the file.
  7. Restart the ArchiveOne Service from the Microsoft Services console to affect the change.

To test the new XML Stylesheet, run a policy from the ArchiveOne Admin Console and review the generated policy report file.