R12.2.4 Failed to execute FMW pre-requisite check

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

R12.2.4 Failed to execute FMW pre-requisite check

abdul
Hi, I am facing and error while trying to clone R12.2.4 application. ERROR: Failed to execute FMW pre-requisite check prereqcheck log file Check Name:Patches Check Description:This is a prerequisite condition to test whether the patches recommended for installing the product are available on the system. Checking for PHKL_36248; Not found. Failed <<<< Checking for PHKL_36249; Not found. Failed <<<< Checking for PHSS_37202; Not found. Failed <<<< Checking for PHSS_37501; Not found. Failed <<<< Checking for PHCO_38050; Not found. Failed <<<< Checking for PHSS_38139; Not found. Failed <<<< Check complete. The overall result of this check is: Failed <<<< the superseeded patches are already installed in the system. i have also followed Doc ID 2453513.1 ) and set EXECUTE_FMW_SYS_PREREQS=false export EXECUTE_FMW_SYS_PREREQS="false" echo $EXECUTE_FMW_SYS_PREREQS to bypass FMW checks but i dint worked. any support is highly appreciated
Reply | Threaded
Open this post in threaded view
|

Re: R12.2.4 Failed to execute FMW pre-requisite check

ErmanArslansOracleBlog
Administrator
If you applied the prereq patches or patches that superseed those prereg patches, then follow the action plan given in MOS Note : How To Ignore FMW Pre-Install Checks When Running Adcfgclone In the Application Tier? (Doc ID 2453513.1)

Follow the document line by line and retry.

I mean do the first part (named 1) as well..
Also open a shell session and execute the following commands (exactly the following commands) in order;

EXECUTE_FMW_SYS_PREREQS=false
export EXECUTE_FMW_SYS_PREREQS
echo $EXECUTE_FMW_SYS_PREREQS -- this is just to check.
--RETRY: run the rapidclone from the same session that you execute the above commands