Wednesday, July 22, 2020

FRM-92101: There was a failure in the Forms Server during startup.

After I recently cloned a TEST Instance, I faced the issue while the forms are opening. 


So I decided to check forms log and out files and found the below issue.



So from forms_server1.out file I found out the actual cause for the issue. Some mandatory RPM's are missing and hence the issue. So inorder to fix the issue, I googled and found some sites which provides solutions for the exact issue. At that point I learned this error is generic and this issue could be by multiple reasons.

So I decided to install the missing RPM's(as per the blogs I referred) in order to solve the issue. Below are the steps I followed.






Now I've installed all the required RPM and now I need to relink the forms before starting the APPS service to check whether the issue is fixed or not.




Once the forms compilation is completed, I started the APPS services and opened a form and ended up with the same issue.

Now on further drill-down, I found out some of the library files are missing which are mandate and to be in place for the forms to open.


Under /usr directory a directory named X11R6 is missing. So I created a directory manually and copied the libraries from another server and created the required soft links as below.








But still no luck and ended up with the same issue.

So finally I decided to run a RDA check on my instance to find what are all the pre-requisites I missed for an EBS R12.2 environment.

After I ran RDA check I found the RPM's which I need badly to fix this issue. Below are the steps I followed.




Now I know what are all the RPM's I need to install to fix this issue. So I installed all the RPM's(some 32 bit RPM as well[mandate]) and the issue is fixed.







Again I ran a RDA check and still it shows openmotif21 is missing, but actually openmotif22 is installed. Issue is fixed and the forms are opening properly. 

Reference:
  1. R12 E-Business Suite Applications Technology Stack Forms Access Fails For Any Form Responsibility Fails With Error "FRM-92101: Forms Server"After EBS Fresh Install (Doc ID 1192205.1)
  2. R12 Clone Instance Fails While Opening Forms With Error FRM-92101, and formsstd.out Shows Error frmweb: error while loading shared libraries: libXt.so.6: cannot open shared object file: No such file or directory (Doc ID 2170634.1)
  3. R12: "FRM-92101:There was a failure in the Forms Server during startup" Error When Attempting to Launch Forms (Doc ID 454427.1)
  4. Remote Diagnostic Agent (RDA) - Getting Started (Doc ID 314422.1)
  5. How To Install 32-bit RPMs On A 64-bit OS (Doc ID 2166149.1)
  6. RPM Download Link -- https://oss.oracle.com/projects/compat-oracle/files/Enterprise_Linux/

                           ****************************நன்றி****************************


No comments:

Post a Comment

IAS Cache initialization failed

 Today I faced an Issue in R12.2 instance. The solution I followed to overcome the issue is very simple, but they are more than one solution...