Monday, November 28, 2011

Users Cannot Access Forms Based Applications in R12. Receive"FRM-92050: Failed to connect to Server: /forms/servlet-1" (Doc ID 1086477.1)

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.

No comments:

Post a Comment