Monday 13 June 2016

FRM-92101:There was a failure in the forms server during startup.

After upgrading to EBS 12.1.3 the following error appears when launching forms:

FRM-92101:There was a failure in the forms server during startup.

CAUSE:

Incorrect soft link to ldflags.

The ldflags softlink pointed to an incorrect file :
ls -atlr $ORACLE_HOME/lib32/ldflags

$ORACLE_HOME/lib32/ldflags ===> Patch Directory/RUP4XB6/apps/tech_st/10.1.2/lib/ldflags

SOLUTION:

Please execute the following steps to resolve the issue:
  • Point the link to $ORACLE_HOME/lib/ldflags.
  • Change into $ORACLE_HOME/forms/lib32 directory.
  • Relink Forms : (make -f ins_forms.mk install)
  • Restart the Forms-Server and retest the login.

No comments:

Post a Comment