Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 213 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OAS 7.0 - unable to download RPD
Answers
-
I have compared endpoint values from domain backup and domain which was upgraded using this note:
How To Check Your Oracle Analytics Server (OAS) URL Endpoints (Doc ID 2895594.1)
Domain backup before upgrade:
BI-LCM-REST.bi_server1 - custom channel bi_internal_channel1 on analytics, sslMode SEPARATE
http://xxx.xxx.xx:9505/bi-lcm/
Frontend: http://xxx.xxx.xx:9502/bi-lcm/
http://xxx.xxx.xx:9505/bi-lcm/api
Frontend: http://xxx.xxx.xx:9502/bi-lcm/api
BI-SERVICELCM-PROPERTYSTORE-REST.bi_server1 - custom channel bi_internal_channel1 on analytics, sslMode SEPARATE
http://xxx.xxx.xx:9505/bi-servicelcm-rest/propertystore
BI-SERVICELCM-REST.bi_server1 - custom channel bi_internal_channel1 on analytics, sslMode SEPARATE
http://xxx.xxx.xx:9505/bi-servicelcm-rest/servicelcm
http://xxx.xxx.xx:9505/bi-servicelcm-rest/oa-platform/application
Domain after the upgrade:
BI-LCM-REST.bi_server1 - custom channel bi_internal_channel1 on analytics, sslMode SEPARATE
https://xxx.xxx.xx:9505/bi-lcm/
Frontend: http://xxx.xxx.xx:9502/bi-lcm/
https://xxx.xxx.xx:9505/bi-lcm/api
Frontend: http://xxx.xxx.xx:9502/bi-lcm/api
BI-SERVICELCM-PROPERTYSTORE-REST.bi_server1 - custom channel bi_internal_channel1 on analytics, sslMode SEPARATE
https://xxx.xxx.xx:9505/bi-servicelcm-rest/propertystore
BI-SERVICELCM-REST.bi_server1 - custom channel bi_internal_channel1 on analytics, sslMode SEPARATE
https://xxx.xxx.xx:9505/bi-servicelcm-rest/servicelcm
https://xxx.xxx.xx:9505/bi-servicelcm-rest/oa-platform/applicationEndpoints are now on https.
Regards
0 -
@Matej D. - Kindly try the below workaround and share your feedback:
- Create the file biserver.txt in [DOMAIN_HOME]/config/fmwconfig/bienv/core/
- Edit the file and add only the hostname (that matches bienv-components.xml)[DOMAIN_HOME]/config/fmwconfig/bienv/core/bienv-components.xml
- Restart the services
- Run the command
Thank you!
0 -
There are no changes, same error.
Regards
0 -
While this isn't going to answer your question directly, how about if you create a new OAS instance based on 7.6 (why go for last year requiring you to upgrade again in less than a year instead of the latest version) and then migrate your BAR from the OAS 6.4 to it and once all done you delete the OAS 6.4 instance?
Because now it start sounding like something did happen at some point during your upgrade process, and because the upgrade isn't just clicking a button, there are lot of things that could have happened (would require to review the full exact process used for it etc.).
PS: you currently marked the reply asking you if it was fully patched as the correct one, but it seems that the issue is still ongoing. Was that one marked by mistake? (I can unmark it if needed)
0 -
@Matej D. - Could you please confirm if you are able to upload the RPD from the OAS DV Console by navigating to Snapshots > Replace Datamodel without encountering any issues? Thank you!
0 -
must check with a customer about 7.6 and the new instance.
Could you please unmark this post? I received this message yesterday:
TetyanaH-Oracle answered your question: OAS 7.0 - unable to download RPDTnx and Regards
0 -
1- Can you upload nodemanager.properties
2- $DOMAIN_HOME/bitools/bin/ ./ssl.sh report
attache output of second command
1 -
- Nodemanager.properties
#Sun Jun 16 17:21:02 CEST 2024
#Node manager properties
#Sun Jun 16 17:20:07 CEST 2024
DomainsFile=/u01/data/domains/bi/nodemanager/nodemanager.domains
LogLimit=0
PropertiesVersion=12.2.1.4.0
AuthenticationEnabled=true
NodeManagerHome=/u01/data/domains/bi/nodemanager
JavaHome=/u01/app/Oracle/oas/7.0/java
LogLevel=INFO
DomainsFileEnabled=true
ListenAddress=xxxx
NativeVersionEnabled=true
ListenPort=9506
LogToStderr=true
weblogic.StartScriptName=startWebLogic.sh
SecureListener=true
LogCount=1
QuitEnabled=false
LogAppend=true
weblogic.StopScriptEnabled=false
StateCheckInterval=500
CrashRecoveryEnabled=false
weblogic.StartScriptEnabled=true
LogFile=/u01/data/domains/bi/nodemanager/nodemanager.log
LogFormatter=weblogic.nodemanager.server.LogFormatter
ListenBacklog=50Regards
0 -
Thanks @SteveF-Oracle
in the migration guide, the required step is to disable SSL:
"It is important that you disable SSL on the internal communication links before you start the upgrade process."
"You must disable SSL on the internal communication links before you start the upgrade process."
Post upgrade step is to enable SSL:
"If you have disabled SSL before the upgrade process, enable SSL on internal communication links after you complete the upgrade process."
Regards
0