Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Config action BI Configuration failed in OBIEE12c

Hi Team,
Please help me to resolve on below issue.
Answers
-
You'll need to provide a bit more information. What OBIEE version, which OS and what exactly you're trying to do
0 -
Hi Joel,
Please find the blow details.
OBIEE Version no : 12.2.1.3.0
OS : Unix
Thanks in Advance.
Regards,
Ilayaj
0 -
Is the RCU DB (OBIDEVDB) correctly configured? Is there any additional information in the Configuration log file?
0 -
Yes OBIDEVDB is RCU DB,
which configuration file are you looking for..
Thanks,
Ilayaj
0 -
In your screenshot, there is a configuration log file listed. Look at that and check if there are any more details of the error.
0 -
I've this below information.
wlst.sh :
#!/bin/sh
SCRIPTNAME=$0
SCRIPTPATH=`dirname "${SCRIPTNAME}"`
MW_HOME=`cd "${SCRIPTPATH}/../../.." ; pwd`
export MW_HOME
# Delegate to the common delegation script ...
"${SCRIPTPATH}/fmwconfig_common.sh" wlst_internal.sh "$@"
essbase.apy :
import sys
import os
import inspect
# Allow import relative to this script's location both in this script and in scripts imported from now on
# Do not repeat in sub-modules since path will then needlessly repeat itself.
def _getPathToThisFile():
return os.path.dirname(inspect.getabsfile( inspect.currentframe() ))
sys.path.append(os.path.join(_getPathToThisFile(), 'pymodules'))
import essbaseimpl
# Prevent accidental use of global wlst calls, not compatible with wlst in modules
execfile( os.path.join(_getPathToThisFile(), 'pymodules', 'blockwlst.py') )
try:
essbaseimpl.configureEssbase()
except:
dumpStack()
raise
Thanks,
Ilayaj
0 -
[ERROR] [] [oracle.bi.install.config.actions] [tid: 46] [ecid: 0000M3R4yj^CKux6wBNa6G1QLBxZ000004,0] Non-skipped failure during configuration action: Execution of [/home/OBIEE/Oracle/Middleware/Oracle_Home/oracle_common/common/bin/wlst.sh, /home/OBIEE/Oracle/Middleware/Oracle_Home/bi/modules/oracle.bi.configassistant/create_base_domain.py, /home/OBIEE/Oracle/Middleware/Oracle_Home/user_projects/domains/bi, weblogic, true, 9500, 9501, 9506, BI12c] failed with exit value 2[[
oracle.bi.exec.ExecutionStatusException: Execution of [/home/OBIEE/Oracle/Middleware/Oracle_Home/oracle_common/common/bin/wlst.sh, /home/OBIEE/Oracle/Middleware/Oracle_Home/bi/modules/oracle.bi.configassistant/create_base_domain.py, /home/OBIEE/Oracle/Middleware/Oracle_Home/user_projects/domains/bi, weblogic, true, 9500, 9501, 9506, BI12c] failed with exit value 2
at oracle.bi.exec.StdinProcess.runProcess(StdinProcess.java:99)
at oracle.bi.exec.ExecScript.executeScript(ExecScript.java:191)
at oracle.bi.exec.ExecScript.executeSynchronousScript(ExecScript.java:95)
at oracle.bi.exec.ExecWLST.executeWLSTScript(ExecWLST.java:62)
at oracle.bi.install.config.steps.WLSTStep.executeSingleShot(WLSTStep.java:55)
at oracle.bi.install.config.basesteps.SingleShotActionStep.execute(SingleShotActionStep.java:31)
at oracle.bi.install.config.basesteps.StepList.execute(StepList.java:85)
at oracle.bi.install.config.actions.BIConfigAction.doExecute(BIConfigAction.java:127)
at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:405)
at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:108)
at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
at oracle.as.install.engine.modules.configuration.action.RequestQueue.performSequentialExecution(RequestQueue.java:284)
at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:260)
at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:185)
at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:82)
at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:87)
at java.lang.Thread.run(Thread.java:748)
]]
[2018-01-09T19:15:27.507+05:30] [bi] [NOTIFICATION] [] [oracle.bi.install.config.actions] [tid: 46] [ecid: 0000M3R4yj^CKux6wBNa6G1QLBxZ000004,0] Zipping up config assistant log files to /home/OBIEE/Oracle/Middleware/Oracle_Home/user_projects/domains/bi/bilogs/bieeconfiglogs_2018-01-09_06-40-21PM.zip
[2018-01-09T19:15:27.516+05:30] [bi] [NOTIFICATION] [] [oracle.bi.install.config.actions] [tid: 46] [ecid: 0000M3R4yj^CKux6wBNa6G1QLBxZ000004,0] Zipping up the following log files and directories:[[
/oracle/oraInventory/logs/install2018-01-09_06-40-21PM.out
/oracle/oraInventory/logs/install2018-01-09_06-40-21PM.log
/oracle/oraInventory/logs/config2018-01-09_06-40-21PM
]]
[2018-01-09T19:15:27.529+05:30] [bi] [NOTIFICATION] [] [oracle.bi.install.config.actions] [tid: 46] [ecid: 0000M3R4yj^CKux6wBNa6G1QLBxZ000004,0] Completed zipping up log files to /home/OBIEE/Oracle/Middleware/Oracle_Home/user_projects/domains/bi/bilogs/bieeconfiglogs_2018-01-09_06-40-21PM.zip on host BI12c
[2018-01-09T19:15:27.533+05:30] [as] [ERROR] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 46] [ecid: 0000M3R4yj^CKux6wBNa6G1QLBxZ000004,0] One or More configurations failed. Exiting
[2018-01-09T19:17:03.286+05:30] [bi] [NOTIFICATION] [] [oracle.bi.install.ui.basepages] [tid: 24] [ecid: 0000M3R2wfVCKux6wBNa6G1QLBxZ000002,0] Load data for page BICompletePage from response file
[2018-01-09T19:17:03.305+05:30] [bi] [NOTIFICATION] [] [oracle.bi.install.ui.basepages.basebisummary] [tid: 24] [ecid: 0000M3R2wfVCKux6wBNa6G1QLBxZ000002,0] Saved completion summary to log at: /oracle/oraInventory/logs/config2018-01-09_06-40-21PM/summary.txt
0 -
I'd suggest that you check if you might be impacted by this bug - https://support.oracle.com/epmos/faces/DocumentDisplay?id=2319596.1 and then the next option would then be to raise an SR with Oracle if this doesn't help I'm afraid.
0 -
Hi Joel,
How to apply that patch in unix os.Please share any document regarding this.
Thanks,
Ilayaj
0 -
Follow the steps in the Readme document that is part of the patch
0