Post upgrading the OS from Oracle Linux 7.9 to 8.10
Post upgrading the OS from Oracle Linux 7.9 to 8.10. we have encountered an issue as we have noticed that upon completion of Concurrent request, we unable to view the report output, when we click on the “View Output” button.
Solution:
A. The below rpm's were missing. Install them.
1. compat-libstdc++-33-3.2.3-69.el6.i686.rpm
2. compat-libstdc++-33-3.2.3-69.el6.x86_64.rpm
Note: depending on O/S release may need this:
compat-libstdc++-33-3.2.3-72.el7.x86_64 RPM
Note: This is according to Oracle E-Business Suite
Installation and Upgrade Notes Release 12 (12.2) for Linux x86-64 ( Doc ID
1330701.1 )
B. Relink the FNDWRR executable:
1. $ adrelink.sh force=y "fnd FNDWRR.exe"
C. Re-start of the apps services with adstpall then adstrtall
3. Retest the issue.
Steps executed:
[root@deverpapp01 ~]# rpm -qa | grep compat-libstdc++
compat-libstdc++-296-2.96-144.0.2.el7.i686
[root@deverpapp01 ~]# yum install compat-libstdc++
[root@deverpapp01 ~]# rpm -qa | grep compat-libstdc++
compat-libstdc++-296-2.96-144.0.2.el7.i686
[root@deverpapp01 ~]# cd /applprod/etcc/
[root@deverpapp01 ~]# rpm -ivh
compat-libstdc++-33-3.2.3-72.el7.x86_64.rpm
[root@deverpapp01 ~]# rpm -qa | grep compat-libstdc++
compat-libstdc++-296-2.96-144.0.2.el7.i686
compat-libstdc++-33-3.2.3-72.el7.x86_64
[applprod@deverpapp01 ~]$ . EBSapps.env run
[applprod@deverpapp01 ~]$ adrelink.sh force=y "fnd
FNDWRR.exe"
[applprod@deverpapp01 ~]$ cd $ADMIN_SCRIPTS_HOME
[applprod@deverpapp01 ~]$ ./adstpall.sh apps/apps
[applprod@deverpapp01 ~]$ ./adstrtal.sh apps/apps
Comments
Post a Comment