Categories
- All Categories
- 147 Oracle Analytics News
- 27 Oracle Analytics Videos
- 14.7K Oracle Analytics Forums
- 5.7K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 54 Oracle Analytics Trainings
- 12 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 2 Oracle Analytics Industry
- Find Partners
- For Partners
RPD Upload Fails after OAS Upgrade from OAS 7.0(2023) & OAS 7.6(2024)

Hi All,
I did upgrade from OAS 7.0 to OAS 7.6 on Linux Machines.
$DOMAIN_HOME/bitools/bin/status.sh → All services are running.
Weblogic Console > deployments : All deployments are Active.
uploadrpd fails after the Upgrade.
Executing /oas-data/install_base/oas/domains/s01p02/bitools/bin/datamodel.sh uploadrpd -I /tmp/rpd_46454138_13032025_150848/merged/OracleOAS.rpd -W <rpd_pwd> -SI ssi -U <admin-user> -P <admin-pwd>
Post uploadrpd REST with url: http://oashost01:9705/bi-lcm/v1/si/ssi/rpd/uploadrpd
Connection failed, the server processes may be down, the host name, port number, service instance, or protocol (http/https) may be incorrect. Please check server logs, such as bi-lcm-rest.log.0 and obis1-diagnostic.log.. or refer to the error message
Answers
-
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] [NOTIFICATION:1] [] [] [ecid: ] [sik: ] [tid: 20e58780] The http return status is 401. [[^M
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] [WARNING:1] [] [] [ecid: ] [sik: ] [tid: 20e58780] Failed to read the config from SLCM: Error during SLCM HTTP call: The http return status is 401. [[^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] [NOTIFICATION:1] [] [] [ecid: ] [sik: ] [tid: 20e58780] [47119] OBIS failed to read the runtime configuration values from SLCM. [[^M
file: server/Utility/Generic/Src/SUServerLog.cpp; line: 767^M
]]^M0 -
I think you have to assess based on what the error is telling you:
"Only BI System User is authorized to use the API"
Are you executing the RPD upload from the same host that OAS is installed? oashost01?
From your logs below what user are you telling it to use with the -U flag?
-U <admin-user>
"Executing /oas-data/install_base/oas/domains/s01p02/bitools/bin/datamodel.sh uploadrpd -I /tmp/rpd_46454138_13032025_150848/merged/OracleOAS.rpd -W <rpd_pwd> -SI ssi -U <admin-user> -P <admin-pwd>"
Whichever user you are using go the security admin console in dv: /dv/?pageid=usersandroles
and confirm if that user has the BIAdministrator, BIServiceAdministrator etc role or not.
0