Tuesday, April 14, 2020

FRM-41214 When trying to run Reports from Forms 12c Using RUN_REPORT_OBJECT





The reason of these messages is that a new environment variable is needed in Forms 12c to call Reports using RUN_REPORT_OBJECT.
SOLUTION:
Add the following variable to your default.env or whatever env file you may be using:
COMPONENT_CONFIG_PATH=$DOMAIN_HOME/config/fmwconfig/components/ReportsToolsComponent/your_reports_tools_component_name
Note 1: Change your_reports_tools_component_name with your actual reports component name.
Note 2: Change $DOMAIN_HOME or %DOMAIN_HOME% with your real value.



search default.env
 set below section of default.env
# System settings
# ---------------
# You should not normally need to modify these settings
FORMS=D:\Oracle\Middleware\Product\forms
COMPONENT_CONFIG_PATH=D:\Oracle\Middleware\Config\domains\base_domain\config\fmwconfig\components\ReportsToolsComponent\reptools1



No comments:

Post a Comment

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...