Quantcast
Channel: Doyensys Allappsdba Blog..
Viewing all articles
Browse latest Browse all 1640

FRM-92101: There was a failure in form server during startup

$
0
0

FRM-92101: There was a failure in form server during startup

After performing R12.1  EBS clone for one of our customer we were not able to access EBS forms due to frm-92101 error. Forms was not launching.

Cause:
=====
One of the application dependent library file is still exists with the old production OS username - oraprod where as system is expecting this link should be owned by oratest user (clone)
RM-92101:There Was A Failure In The Forms Server During Startup.This Could Happen Due To Invalid Configuration When Opening Forms (Doc ID 1931394.1)
This is due to ldflags pointing to wrongly to PROD server which should points to (TEST/DEV) respective server.
[oratest@ORAEBSBKP[/oratest/R12_app/apps/tech_st/10.1.2/lib32]#ls -lrt ldflags lrwxrwxrwx 1 oraprod dba 44 Feb  5 15:42 ldflags -> /oraprod/R12/apps/tech_st/10.1.2/lib/ldflags

Solution:
=======
1) remove soft link for ldflags
2) create new softlink
3) stop application services
4)  run make command for form libraries
5) start application services

Solution:
=======
Source the Apps environment
Bring down the application
Cd $ORACLE_HOME/lib32
ls –lrt ldflags  -Would be pointing to production location
unlink  ldflags
ln -s   /u01/test/apps/tech_st/10.1.2/lib/ldflags ldflags (link to the right path)
cd $ORACLE_HOME/forms/lib32/
make -f ins_forms.mk install
Now restart the application and check for the same.

Viewing all articles
Browse latest Browse all 1640

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>