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

Hi,
We migrated OAS 6.4 to OAS 7.0 (OAS 6.4 from OCI marketplace, customer-managed server).
Since then we can not download RDP on the server with datamodel.sh command.
Error is:
Error - both Trust Store (TS) and Trust Store Password (TSP) values must be passed if using custom certificates.
Any help?
Tnx and Regards
M.
Best Answers
-
Hello Matej
Have you tried the solution provided here?
https://support.oracle.com/epmos/faces/DocContentDisplay?id=2934651.1
0 -
Bi server is not configured for SSL:
ssl_report.txt
Internal SSL enabled
with demo certs
So, @Christian Berg -Oracle comment is applicable.@Mostafa Morsy-Oracle - Thanks for requesting that.
Is there a specific reason, or document you are following, to have internal SSL enabled, and external Weblogic SSL not enabled.?
Recommend, you disable internalSSL and test gain
0
Answers
-
Hi Christian,
tnx for help.
Bi server is not configured for SSL:
Inside datamodel.sh script is:
WL_HOME is set by commEnv.sh aboveTRUST_STORE="$WL_HOME/server/lib/DemoTrust.jks"
TRUST_STORE_PW="DemoTrustKeyStorePassPhrase"Output is from the running script:
/u01/app/Oracle/oas/7.0/oas_home/wlserver/server/lib/DemoTrust.jks
DemoTrustKeyStorePassPhraseI don't why a script is forcing an SSL connection.
Regards
0 -
What command are you using exactly? (replace passwords and other sensible info with fake values before posting it)
And you are running the command from the OAS 7.0 server itself? That is an OAS 7.0 you created using the Oracle Analytics Server available in the OCI Marketplace and you didn't change anything else than the required parameter when setting it up?
0 -
Hi Gianni,
this is the command:
./datamodel.sh downloadrpd -O /tmpd/Porduct_15072024.rpd -W xxx-U admin -P xxxx -SI ssi
The first setup for OAS was for version 6.4 and then we made the upgrade to 7.0.
The command is run from the OAS 7.0 itself.
Regards
0 -
Echoing Gianni's question: Is this happening on a vanilla OAS 7.0 marketplace image?
0 -
No, the first setup from OCI marketplace was for 6.4 version, then we manually upgraded to 7.0
0 -
Hi Matej,
Please make sure your OAS 7.0 is fully patched as per document : Critical Patch Update (CPU) Advisor For Oracle Analytics Server and Oracle Business Intelligence - Updated for April 2024 (Doc ID 2832967.2)
After that, please re-test datamodel.sh command.
In addition, please check if internal SSL is enabled:
./ssl.sh internalssl status
Regards
0 -
Hi Matej,
Please make sure your OAS 7.0 is fully patched as per document: Critical Patch Update (CPU) Advisor For Oracle Analytics Server and Oracle Business Intelligence - Updated for April 2024 (Doc ID 2832967.2)
After that, please re-test if you can download your RPD.
Also, please check if internal SSL is enabled:
./ssl.sh internalssl status
Regards
0 -
Hi,
after modifying the logging.properties file in $MW_HOME//bi/modules/oracle.bi.commandline.tools/scripts for datamodel.sh command I get this:
2024-07-17 11:25:05:520 INFO : LOG_INIT_ENDPOINT_MGR
2024-07-17 11:25:05:548 INFO : SSL facilities not available since bi-ssl jar not included
2024-07-17 11:25:05:549 INFO : SSL facilities not available since bi-ssl jar not included
2024-07-17 11:25:05:628 INFO : Optional file /u01/data/domains/bi/config/fmwconfig/bienv/core/endpoint.properties not present
2024-07-17 11:25:06:112 INFO : LOG_GET_OBIS_ENDPOINT
2024-07-17 11:25:06:149 INFO : Received endpoint: OBIS.obis1 tcp(s)://xxxxxx:9514(9514)/ - System Component
2024-07-17 11:25:06:149 INFO : LOG_GET_BI_LCM_REST_ENDPOINT
2024-07-17 11:25:06:150 INFO : Received endpoint: BI-LCM-REST.bi_server1 https://xxxxxx:9505/bi-lcm/ - custom channel bi_internal_channel1
2024-07-17 11:25:06:151 INFO : LOG_GET_CSS_REST_ENDPOINT
2024-07-17 11:25:06:151 INFO : Received endpoint: BICSS_REST_SERVICE.bi_server1 https://xxxxxx:9505/bi-contentstorage/api - custom channel bi_internal_channel1
2024-07-17 11:25:06:151 INFO : domain.home: /u01/data/domains/bi
2024-07-17 11:25:06:151 INFO : oracle.bitools.bin: null
2024-07-17 11:25:06:152 INFO : LOG_DOWNLOAD_RPD_COMMAND
2024-07-17 11:25:06:289 INFO : Using TLS: true
Error - both Trust Store (TS) and Trust Store Password (TSP) values must be passed if using custom certificates.
Operation failed.For some reason, the script is using TLS.
Regards
0 -
Did you try by adding the host and port parameters?
Without those, on the server, the script tries to find the info from some other file, if you define them when calling the script, you maybe avoid the script trying to be "too smart".
0