Solution
To implement the solution, please execute the following steps:
Step 1:- Stop all services on ALL forms tiers, set the application environment and relink forms executable files
cd $ORACLE_HOME/forms/lib
make -f ins_forms.mk sharedlib
cd $ORACLE_HOME/forms/lib
make -f ins_forms.mk install
adrelink.sh force=y "fnd fndfmxit.so"
adrelink.sh force=y "fnd fndrwxit.so"
Step 2:- Start all services on ALL forms tiers
Step 3:- Retest the issue.
To implement the solution, please execute the following steps:
Step 1:- Stop all services on ALL forms tiers, set the application environment and relink forms executable files
cd $ORACLE_HOME/forms/lib
make -f ins_forms.mk sharedlib
cd $ORACLE_HOME/forms/lib
make -f ins_forms.mk install
adrelink.sh force=y "fnd fndfmxit.so"
adrelink.sh force=y "fnd fndrwxit.so"
Step 2:- Start all services on ALL forms tiers
Step 3:- Retest the issue.
No comments:
Post a Comment