Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OAS Upgrade OAS 7.6 (2024) Reconfiguring the Domain in silent mode

Hello All,
I am trying to upgrade from OAS 7.0 (2023) OAS 7.6 (2024) version on linux machines. There is one particular step Reconfiguring the Domain
The Upgrade Documentation has steps only to run Reconfiguration Wizard in graphical mode.
Is there any way this can be done in Silent Mode? Anyone tried the Reconfiguration using silent mode for upgrade?
Best Answers
-
Welcome to the Oracle Analytics Community, Srikanth!
Yes, you can perform silent upgrades and readiness checks.
Upgrade Assistant Parameters
I would suggest your perform a GUI upgrade on a test/scratch system to generate your response files, then modifying them as necessary for each additional upgrade.
Thanks for ask your question, other comments are most welcomed.2 -
Hi Srikanth,
I was remiss in my memory , that you have to use WLST Scripting for the domain reconfiguration if you want non-graphical.
https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/wlupg/upgrade_dom.htmlReconfiguring a WebLogic Domain
Oracle provides a choice of two tools for reconfiguring a WebLogic domain: the graphical Fusion Middleware Reconfiguration Wizard or the WebLogic Scripting Tool (WLST).
..
Note:If you cannot run the Reconfiguration Wizard in GUI mode, Oracle recommends that you use a WLST script to reconfigure your domain. See Reconfiguring a WebLogic Domain Using WebLogic Scripting Tool.
Hope that helps.
0
Answers
-
Hi Steve
Thanks for your response.
I am able to run few steps using silent mode. Post verifying the Schema Upgrade, There is step to Reconfiguring the Domain.
The Documentation has steps only to run Reconfiguration Wizard in graphical mode. I am struck in this step right now.
I am unable to find the option to run this step in silent mode to include in the automation.
Can you please check on this?
Thanks,
Srikanth.
0 -
Hi Steve,
Thanks for the response.
I have gone through the page you have shared to reconfigure using WebLogic Scripting Tool (WLST).
it shows this at the beginning of the page:
"You can use the Reconfiguration Wizard to upgrade any WebLogic domain that was created with Oracle WebLogic Server 10.3.1 or later, or from Oracle WebLogic Server 12.1.1 or later."
I have a question on this.
We have use Oracle WebLogic Server 12c (12.2.1.4) when installing OAS 7.0 (2023) and we are using The same version Oracle WebLogic Server 12c (12.2.1.4) for OAS 7.6 (2024)
There is nothing to upgrade in this scenario, The versions are same and we are using updated recommended versions.
Can we skip this Reconfiguring a WebLogic Domain step?
Thanks,
Srikanth.
0 -
I have never skipped it, so I am unsure of the consequences of skipping it, even if the FMW infrastructure is of the same vision.
Snippets from the OAS guide and the FMW Guide.The Reconfiguration Progress screen displays the progress of the reconfiguration process. During this process:
Domain information is extracted, saved, and updated.
Schemas, scripts, and other such files that support your Fusion Middleware products are updated.
When you reconfigure a domain:
The domain version number in the config.xml file for the domain is updated to the Administration Server's installed WebLogic Server version major and minor version number (for example, 12.2.1.0).
Reconfiguration templates for all installed Oracle products are automatically selected and applied to the domain. These templates define any reconfiguration tasks that are required to make the WebLogic domain compatible with the current WebLogic Server version.
Start scripts are updated.
….
You may need to perform it with GUI, check/co
Another alternative, you can pursue is an out-of-place migration; wherein, you export your snapshot, you install OAS 2024 silent , reconfigure your security, compare your configuration settings (NQSConfig.INI, instanceconfig.xml, etc.), import your snapshot — more manual steps that you would have to evaluate if you can automate on a scratch/test system.0 -
Hi Steve,
Need your help again
I am following the Support document to reconfigure using WebLogic Scripting Tool (WLST).
https://support.oracle.com/epmos/faces/DocumentDisplay?id=2802983.1
I ran ./wlst.sh from the New Oracle Home (OAS 7.6) But ended up with error.
wls:/offline> readDomainForUpgrade('DOMAIN_DIR')
Error: readDomainForUpgrade() failed. Do dumpStack() to see details.
Error: No domain or domain template has been read.
wls:/offline>
wls:/offline>dumpStack()
com.oracle.cie.domain.script.jython.WLSTException: 64254: Error occurred in "Reading Domain" phase execution64254: Encountered error: UPGWLS-03503: The domain configuration file DOMAIN_DIR/config/config.xml is not valid.
64254: Check log for more detail.nullat com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:69)at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:3085)at com.oracle.cie.domain.script.jython.WLScriptContext.readDomainForUpgrade(WLScriptContext.java:895)at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)at java.lang.reflect.Method.invoke(Method.java:498)at com.oracle.cie.domain.script.jython.WLSTState.processCommand(WLSTState.java:226)at com.oracle.cie.domain.script.jython.WLScriptContext.runCmd(WLScriptContext.java:732)at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)at java.lang.reflect.Method.invoke(Method.java:498)at org.python.core.PyReflectedFunction.__call__(Unknown Source)at org.python.core.PyMethod.__call__(Unknown Source)at org.python.core.PyObject.__call__(Unknown Source)at org.python.core.PyInstance.invoke(Unknown Source)at org.python.pycode._pyx5.command$1(/tmp/WLSTOfflineIni285910444856391356.py:19)at org.python.pycode._pyx5.call_function(/tmp/WLSTOfflineIni285910444856391356.py)at org.python.core.PyTableCode.call(Unknown Source)at org.python.core.PyTableCode.call(Unknown Source)at org.python.core.PyTableCode.call(Unknown Source)at org.python.core.PyFunction.__call__(PyFunction.java:188)at org.python.pycode._pyx5.readDomainForUpgrade$71(/tmp/WLSTOfflineIni285910444856391356.py:269)at org.python.pycode._pyx5.call_function(/tmp/WLSTOfflineIni285910444856391356.py)at org.python.core.PyTableCode.call(Unknown Source)at org.python.core.PyTableCode.call(Unknown Source)at org.python.core.PyTableCode.call(Unknown Source)at org.python.core.PyFunction.__call__(PyFunction.java:181)at org.python.pycode._pyx143.f$0(<console>:1)at org.python.pycode._pyx143.call_function(<console>)at org.python.core.PyTableCode.call(Unknown Source)at org.python.core.PyCode.call(Unknown Source)at org.python.core.Py.runCode(Py.java:1226)at org.python.core.Py.exec(Py.java:1252)at org.python.util.PythonInterpreter.exec(Unknown Source)at org.python.util.InteractiveInterpreter.runcode(Unknown Source)at org.python.util.InteractiveInterpreter.runsource(Unknown Source)at org.python.util.InteractiveInterpreter.runsource(Unknown Source)at weblogic.management.scripting.utils.WLSTInterpreter.runsource(WLSTInterpreter.java:1095)at weblogic.management.scripting.WLST.main(WLST.java:238)at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)at java.lang.reflect.Method.invoke(Method.java:498)at weblogic.WLST.main(WLST.java:47)Caused by: com.oracle.cie.domain.script.ScriptException: 64254: Error occurred in "Reading Domain" phase execution64254: Encountered error: UPGWLS-03503: The domain configuration file DOMAIN_DIR/config/config.xml is not valid.64254: Check log for more detail.nullat com.oracle.cie.domain.script.ScriptExecutor.runProgressOperator(ScriptExecutor.java:5904)at com.oracle.cie.domain.script.ScriptExecutor.readDomainForUpgrade(ScriptExecutor.java:1261)at com.oracle.cie.domain.script.jython.WLScriptContext.readDomainForUpgrade(WLScriptContext.java:886)... 43 moreCaused by: com.oracle.cie.wizard.ext.progress.ProgressOperationExceptionat com.oracle.cie.domain.progress.AbstractProgressGenerator.run(AbstractProgressGenerator.java:121)at java.lang.Thread.run(Thread.java:750)wls:/offline>
I verified support doc: Doc ID 2796748.1
But this error is not related.
Can you help me on this?
Thanks,
Srikanth.
0 -
Hi Steve,
I am was able to run reconfigure using WebLogic Scripting Tool (WLST) successfully.
Thanks,
Srikanth
1