Comments
-
@BrandonH I did complete rollback (including the DB) to the previous state, before i retry upgrading. I only reason i applied patches, Support has asked to apply patch before scheme Upgrade. Assuming it might fix the WLSRuntimeSchemaDataSource-jdbc.xml file issue. But it has broken the schema upgrade step itself. Also i…
-
For Now I am updating WLSRuntimeSchemaDataSource-jdbc.xml. using WLST.
-
@Michal Zima i have performed this step before upgrade. Our existing domain has the WLSSchemaDataSource data source, and the database user is assigned to is <PREFIX>_WLS_RUNTIME i have change that to <PREFIX>_WLS before running the upgrade. I ran the Reconfiguring the Domain step using GUI mode as mentioned in the upgrade…
-
@Gianni Ceresa I have opened an SR, the support has asked me to apply the patches before running the reconfiguration. Patch 39484634 Oracle WebLogic Server WLS STACK PATCH BUNDLE 14.1.2.0.260603 Patch 38637356 Fusion Middleware Control FMWCONTROL BUNDLE PATCH 14.1.2.0.260120 After applying the patches, now the schema…
-
@SteveF-Oracle @Gianni Ceresa The previous post with the same issue was closed https://community.oracle.com/products/oracleanalytics/discussion/28429/oas-2025-to-2026-inplace-upgrade-failing-for-opss-mds-and-iau-schemas-with-invalid-db-role-error Any fix for this?
-
@SteveF-Oracle @Gianni Ceresa Any suggestions?
-
Any one faced similar issues post OAS 2026 upgrade? Any suggestions on how to fix these issues?
-
Update: I have run the below steps using wlst.sh. connect(WLS_USER, WLS_PW, "t3://"+WLS_HOST+":"+WLS_SERVERNAME_PORT) domainRuntime() cd('/ServerLifeCycleRuntimes/bi_server1') cmo.resume() cd('/ServerLifeCycleRuntimes/bi_server2') cmo.resume() exit() bi_server1 & bi_server2 started successfully. bi_server1 Server…
-
@SteveF-Oracle I will check My Oracle Support Knowledge base for OL8 issues on OHS. Oracle HTTP Server is a separate instance. We have mandate to move away from OL7. for OAS upgrade, We are waiting for OAS 2026 to come out. so we don't have to upgrade twice.
-
@Gianni Ceresa Thanks for the update. i tried with -ignoreSysPrereqs flag installation went fine on OL8. But I need to check if this creates any new issue further.
-
@Ambient It tried with -responseFile="C:\Windows\Temp\oas_client.rsp" as you suggested but still same issue.
-
@SteveF-Oracle I did unset JAVA_HOME and remove from PATH Also tried automation without silent/response file. I get the same error. Also on the comment regarding "No double-quotes around -jar and install/modules/ora-launcher.jar", I am running only this command in debug mode. I cannot add quotes for the jar command which…
-
@SteveF-Oracle any suggestions in fixing this issue??
-
@SteveF-Oracle I tried to run in debug mode the same. "C:\Windows\Temp\oas_7.6.0_Windows_Client_V1041302-01\BI_Client_Installer_Win.exe" -silent -debug -responseFile C:\Windows\Temp\oas_client.rsp m_szTempDirectory: C:\Users\XXXXXXXXXX\AppData\Local\Temp\5 Extract to C:\Users\XXXXXXXXXX\AppData\Local\Temp\5\sfxC641.tmp…
-
Hi Steve, I am trying to install Oracle Analytics Client Tools 7.6 on Windows server. I am installing on a client machine. Manually if run the below command on the cmd terminal it works fine. C:\TEMP\BI_Client_Installer_Win.exe -silent -responseFile C:\TEMP\oas_client.rsp -nowait I am trying to create automation for…
-
Also I see errors in servers/obis1/logs/obis1-diagnostic.log file: server/Utility/Generic/Src/SUServerLog.cpp; line: 767^M {"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2","title":"Only BI System User is authorized to use the API","status":"401"}^M ]]^M [2025-03-17T13:45:30.091-04:00] [OBIS]…
-
Hi Steve, I am was able to run reconfigure using WebLogic Scripting Tool (WLST) successfully. Thanks, Srikanth
-
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:…
-
Hi Steve, Thanks for the response. I have gone through the page you have shared to reconfigure using WebLogic Scripting Tool (WLST). https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/wlupg/upgrade_dom.html#GUID-7013A617-AF17-4036-834B-13293B7F24E9 it shows this at the beginning of the page: "You can use…
-
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…