FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration. - R12 Form Issue

FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration.

Scenario:

After cloning, While launching the forms we get the following error

Error :

FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration.
Please look into the web-server log file for details.




Cause:

This is due to ldflags pointing to wrongly to PROD server which should points to (TEST/DEV) respective server.

Solution:

Source the Apps environment

Bring down the application

Cd $ORACLE_HOME/lib

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.

Comments

  1. haii.. i tried it but it's not working i still get error :(
    any other idea please...

    ReplyDelete

Post a Comment

Popular posts from this blog

Workflow Agent Listener Service WF_DEFERRED + Business Event not processing

Output Post Processor - EBS 12.2.4 Troubleshoot

How to Diagnose Workflow Notification Mailer Issue