Disabling usage of a reports database
You can disable a report from obtaining data from a reports database, even if the Use alternate database check box is selected on the report definition rule form.
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
.