FRM-92101 is a very generic Error and its reported on one of our Oracle E-Business suite customer who recently upgraded the Operating system from Solaris 10 to Solaris 11.
We checked RDA and other OS pre-requisites there were no issues reported. But after checking the logfiles we found some of the library files are missing.
Cause:
The required library files were missing and these files were present in the OS package "motif"
Solution:
Install the required "Motif toolkit " package on the Application Server.
Search Package availability in repository:
root@erpappst8:~# pkg search motif
INDEX  PACKAGE
com.oracle.info.description set Motif toolkit pkg:/library/motif@2.1-11.4.21.0.1.69.0
pkg.description pkg:/library/motif@2.1-11.4.21.0.1.69.0
pkg.description set The X Toolkit Intrinsics are a programming library tailored to the special requirements of user interface construction within a network window system, specifically the X Window System. The X Toolkit Intrinsics and a widget se t such as the Athena Widgets (Xaw) or Motif (Xm) make up an X Toolkit. pkg:/x11/library/toolkit/libxt@1.1.5-11.4.21.0.1.69.0
pkg.description set Utilties to view and edit the configuration resources used by applications based on toolkits su ch as Athena Widgets (Xaw) and Motif (Xm) that utilize the X Toolkit Intrinsics (libXt). pkg:/x11/xt-resource-utilities@7.7-11.4.21.0.1.69.0
pkg.summary set Motif toolkit pkg:/library/motif@2.1-11.4.21.0.1.69.0
pkg.fmri set solaris/library/motif pkg:/library/motif@2.1-11.4.21.0.1.69.0
root@erpappst8:~#
Installation of package:
root@erpappst8:~# pkg install motif
Packages to install: 2
Create boot environment: No
Create backup boot environment: No
DOWNLOAD PKGS FILES XFER (MB) SPEED
Completed 2/2 765/765 4.6/4.6 --
PHASE ITEMS
Installing new actions 854/854
Updating package state database Done
Updating package cache 0/0
Updating image state Done
Creating fast lookup database Done
Updating package cache 1/1
root@erpappst8:~#
Conclusion:
After successful installation of package restart the middlle tier application services.
Thanks for reading :)
Regards,
Zaheer
Comments