Categories
Failure to upload Repository file (RPD) onto Oracle Analytics Server

Product : Oracle Analytics
Version : 12c
I am trying to upload an RPD file into my server for the first time using the below command.
./datamodel.sh uploadrpd -I Flexcube_BI0081.rpd -SI ssi -U weblogic -P weblogic123
while doing so, I am getting below error.
[nqserror: 94600] failed to update data store folder during startup for css mode.
upon investigating the logs, I got to the below error.
RPDLoadedUpdater: failed due to File /datamodelRevision not found in namespace datamodel.[[
com.oracle.bi.contentstorage.rest.client.RemoteContentStorageException: BICSS-10107: File /datamodelRevision not found in namespace datamodel.
Status: 404
can someone guide what am I missing?
Answers
-
@User_Y70I0 - Please share the version of OAS where you encountered this issue and the name of the log file containing the mentioned error. Additionally, is this the first time you are attempting to upload an RPD after installation, or was it working before? If it was working earlier, what changes or modifications preceded this issue? Kindly provide these details. Thanks!
0 -
Are you sure you are uploading a RPD from the same version you are trying to import it into?
where did this rpd come from?
0 -
I am using the OAS 2024 version. I encountered this issue right immediately after executing the
./datamodel.sh command.
This is the first time I am using this RPD in this version.
0 -
This RPD was working fine in my previous Oracle Version OBIEE 11g. I am trying to upload this RPD after the upgrade.
0 -
This RPD was working fine in my previous Oracle Version OBIEE 11g.
Going in the same direction of where @Brandon_H was going (I believe): did you upgrade your RPD before to try to deploy it in OAS 2024?
Because OBIEE 11g is many many years older than OAS 2024, and there have been many changes. Even just OBIEE 12c required to upgrade the RPD and to fix the new errors (because the newer versions are more strict in what they accept or not).
If you open your 11g RPD with the OAS 2024 Model Administration Tool and save it, it should do the upgrade. And while you are there, also run a consistency check and fix all the errors, and ideally fix the warnings as well. Then you can try again to deploy your RPD.
2 -
Yes, in fact I tried creating a dummy RPD file and uploaded the same. Still got the same error. My BI Admin tool Version is "12.3.0.0.0".
0 -
Your OAS 2024 means 7.6 and that would equate to the following Admin Tool version:
1 -
To add to what Christian mentioned, the latest client tools are updated with the quarterly patch releases.
Critical Patch Update (CPU) Advisor For Oracle Analytics Server and Oracle Business Intelligence - Updated for January 2025 (Doc ID 2832967.2) > Analytics Server (OAS)tab
> Analytics Server 2024subtab
> see the commentsClick the "bug" icon to see the OAS bundle patch readme bug fix list, including how to update the Model Administration client tool in section 3.3…
Section 3.3 Update on Oracle Analytics Developer Client Tool for OAS Bundle Patch 7.6.0.0.241220Oracle recommends you to use the Oracle Analytics Developer Client Tool installer included in the bundle patch to install the updated Oracle Analytics Developer Client Tool.
Download the Patch 37419174 from My Oracle Support for Oracle Analytics Developer Client Tool installer available in the January 2025 bundle patch
1 -
Thanks for the suggestions.
Also, can you pl. suggest how can I check the Oracle Analytics version. earlier the version number is shown in the home page of analytics. now how can I check my Analytics Version.
And, I have raised this issue with Oracle Support as well, and they suggested to apply the January 2025 patch to the Oracle Analytics. I will get back once I complete this action.
0 -
@User_Y70I0 there's a couple of ways. Check this MOS Note: https://support.oracle.com/epmos/faces/DocContentDisplay?id=2289049.1
0