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

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...