Disabling usage of a reports database
You can disable a report from obtaining data from a reports database, even if the Prefer reporting data source if defined option is selected on the report definition rule form.
Procedure
To disable use of a reports database, add the following entry to your
prconfig.xml
file:
<env name = "database/useReportingDatabase" value="false"
/>
The default value is
true
.