Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

OAS 7.0 - unable to download RPD

Accepted answer
607
Views
27
Comments
2

Answers

  • Matej D.
    Matej D. Rank 3 - Community Apprentice

    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/application

    Endpoints are now on https.

    Regards

  • Sumanth V -Oracle
    Sumanth V -Oracle Rank 8 - Analytics Strategist

    @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!

  • Matej D.
    Matej D. Rank 3 - Community Apprentice

    There are no changes, same error.

    Regards

  • 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)

  • Sumanth V -Oracle
    Sumanth V -Oracle Rank 8 - Analytics Strategist

    @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!

  • Matej D.
    Matej D. Rank 3 - Community Apprentice

    @Gianni Ceresa

    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 RPD

    Tnx and Regards

  • Mostafa Morsy-Oracle
    Mostafa Morsy-Oracle Rank 6 - Analytics Lead

    @Matej D.

    1- Can you upload nodemanager.properties

    2- $DOMAIN_HOME/bitools/bin/ ./ssl.sh report

    attache output of second command

  • Matej D.
    Matej D. Rank 3 - Community Apprentice
    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=50

    Regards

  • Matej D.
    Matej D. Rank 3 - Community Apprentice

    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