Chat with us, powered by LiveChat
FRM-41214 When trying to run Reports from Forms 12c Using RUN_REPORT_OBJECT

When trying to run a report from Forms 12c on a new installation the following error message appears:

FRM-41214 UNABLE TO RUN REPORT

After the previous error the following message is displayed:

FRM-41217 UNABLE TO GET THE REPORT JOB STATUS

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.

Finally retest!! 😉

Comments are closed.