Skip to main content

Posts

Showing posts with the label RPD

Semantic Modeler Series: Introduction

Oracle BI Administration Tool Oracle BI Administration Tool has historically been one of the cornerstone components of Oracle Business Intelligence, widely recognized for its robust metadata management capabilities. It played a crucial role in enterprise BI environments by enabling developers to design and implement comprehensive data models that sit atop data warehouse schemas, facilitating consistent and efficient analytical reporting. Using the BI Administration Tool, OBIEE developers design and develop a metadata model, known as a repository, which results in a binary RPD file. This file is then deployed on the BI Server, a key component of the Oracle Business Intelligence architecture responsible for processing user requests and executing data queries against underlying data sources. The BI Server uses metadata information from the repository to perform two primary tasks: It takes logical SQL queries and transforms them into corresponding native queries (e.g., SQL, MDX), d...

Having issue with opening RPD file after you've downloaded a snapshot?

... well, I certainly did. As usual I was taking the shortcut. Once snapshot was created, I downloaded the .BAR file, renamed it to .ZIP, extracted it, found the .RPD file in extracted folder structure and ultimately opened it. It worked for me so far, but I learnt my lesson a couple of days ago. I don't know, maybe I wasn't paying attention, but the case was: "Invalid password". Basically I found a solution quick at Oracle Support under this very link , however, let's take a look at the whole process. When snapshot is created, one would usually download the snapshot in the form of the .BAR file. After the snapshot password is provided, download can begin. In my old habit I then simply renamed .BAR file into .ZIP file which is then extracted. In the extracted folder, .RPD file is located in the \datamodel\rpd subfolder (in the screen below, I copied default.rpd file to Desktop folder).  And if you try to open the .RPD file this way from Model Administration Tool (...