REP-110 REP-1070 REP-0110 When Using REPORTS_PATH With Dynamic Environment Switching
(Doc ID 1228293.1)
Last updated on NOVEMBER 15, 2019
Applies to:
Oracle Reports Developer - Version 10.1.2.0.2 and laterInformation in this document applies to any platform.
Symptoms
Using Dynamic Environment Switching feature with REPORTS_PATH is causing reports to fail with the following errors.
REP-110: Unable to open file 'report.rdf'
REP-1070: Error while opening or saving a document.
REP-0110: Unable to open file 'report.rdf'
Reports Server configuration file was defined as follows.
<environment id="PROD">
<envVariable name="TWO_TASK" value="PROD"/>
<envVariable name="REPORTS_PATH" value="/u01/reports/prod"/>
</environment>
REPORTS_PATH is commented out in $ORACLE_HOME/bin/reports.sh file.
Example
#REPORTS_PATH=$ORACLE_HOME/reports/templates:$ORACLE_HOME/reports/samples/demo:$ORACLE_HOME/reports/integ:$ORACLE_HOME/reports/printers:${REPORTS_PATH}; export REPORTS_PATH
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |