For security reasons, you can exclude the availability
of a report from a specific file plan object store (FPOS).
Procedure
To exclude a report from a file plan object store:
- Use an XML editor to open the ReportDefinitions.xml file in
the configuration folder for IBM® Enterprise
Records.
The default location is ier_install_path\Config.
- Under <List key="reportDefinitions">, find <object
key="reportDefinition"> for the report that you want to exclude
from an FPOS.
- Within the reportDefinition object key, enter the following
tags:
<array key="excludedObjectStores">
<value>fpos<value>
</array>
where fpos is the name of the FPOS
where the new report is excluded. You can add additional value tags
to exclude the report from more than one FPOS.
- Save ReportDefinitions.xml.
- Restart the web application server where IBM Enterprise
Records runs for the changes to
take effect.