Monday, March 17, 2014

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:

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"

2:- Start all services on ALL forms tiers

3:- Retest the issue

No comments:

Post a Comment