Categories
- All Categories
- Oracle Analytics Learning Hub
- 30 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 238 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 88 Oracle Analytics Trainings
- 15 Oracle Analytics & AI Challenge
- Find Partners
- For Partners
OBIEE Product and Build version is not showing up in OBIEE Administration page
After applying April Q2 2023 CPU Patches, Administration page is not showing up Product and Build version.
Basically, it is supposed to be shown as below. I tried with clearing the OBIPS cache with no luck.
Oracle Business Intelligence Product Version 12.2.1.4.0 (Build BIPS-20230407082903 64-bit)
Maintenance Mode is currently off.
Any help ?
Answers
-
FYI.
$ pwd
/app/obsbx/Middleware/bi/bifoundation
$
---
$ cat version.txt
Build: 12.2.1.4.0.BISERVER_12.2.1.4.0_LINUX.X64_230324.0741
Release Version: Oracle Business Intelligence 12.2.1.4.0
Package: 230407.0941.000
$
---
$ cat bips_version.txt
Build: 12.2.1.4.0.20230407082903
Release Version: Oracle Business Intelligence 12.2.1.4.0
Package: 20230407082903.000
Commit: c50513795796634804080f587f66f9b4fb19b6a3
Branch: HEAD
Label: BIFNDN_12.2.1.4.0_LINUX.X64_230405.1000
---
0 -
I also see the MANIFEST.MF contents in analytics.ear for your information.
unzip -p analytics.ear META-INF/MANIFEST.MF
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.1
Created-By: 25.321-b07 (Oracle Corporation)
Implementation-Vendor: Oracle
Specification-Version: 12.2.1.4.0
Implementation-Version: 12.2.1.4.0.20230407082903
0