Implementation Guide for Oracle Billing Insight > Using the Reporting Engine >

Changing the Local Storage Location for the HTML Report Formatting Files


Oracle Billing Insight requires that the HTML report formatting files be stored locally. You can change the local file save location for the HTML formatting files. The default storage location is the EDX_HOME/output/reportapp directory. If your applications are deployed in a distributed environment, the file storage path you specify must be a shared folder.

Oracle Billing Insight is preconfigured with the HTML formatting files. Oracle Billing Insight automatically generates report subfolders under the root path, named by date.

To change the default local storage location for the HTML report formatting files

  1. Open the reporting.batch.xma.xml file, located in the following directory:
    • UNIX. EDX_HOME/xma/config/com/edocs/common/reporting
    • Windows. EDX_HOME\xma\config\com\edocs\common\reporting
  2. In the reporting.batch.xma.xma file, specify the path parameter value, starting with the correct slash (/ or \) for your platform, in the BatchFileConfig bean.

    The following code shows the default BatchFileConfig bean definition:

    <bean id="BatchFileConfig" class="com.edocs.common.reporting.batch.file.BatchFileConfigBean" scope="singleton">
    <!-- use this property to overide the default base, the system property for edx.home
    <property name="rootDir"><value>C:/oracle/selfservice</value></property> -->
    <property name="path"> <value>/output/reportapp</value></property>

  3. If you need to change the install, or EDX_HOME directory, then edit the rootDir parameter. Specify an absolute path, such as /oracle/selfservice/data, and do not end the rootDir value with a slash.
Implementation Guide for Oracle Billing Insight Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.