Tuesday, January 17, 2017

HOW TO UPLOAD A RPD

To upload the RPD follow these steps.
Step :-1
Open a browser and enter the following URL to navigate Fusion Middleware Control Enterprise Manager.
http://<machine name>:7001/em
1.0

Step :-2
Log in as an administrative user. Typically you see the administrative user name and password provided during the Oracle BI installation. (For this project it is “weblogic“)
1.1

Step:-3
In the navigation pane, expand Business Intelligence and click coreapplication. After that click on Deployment tab, then the Repository subtab. Then click Lock and Edit Configuration.
2

Step :-4
Click Close when you receive the confirmation message “Lock and Edit Configuration-Completed Successfully.”
3

Step :-5
In the “Upload BI Server Repository” section, click Browse to open the choose file dialog box.
4
Navigate to the repository directory where you previously saved your repository and select your RPD file and click Open.
tt

Step :-6
Enter the password and confirm the password.
5.0
Step :-7
Click Apply
5.1

Step :-8
In the BI Server Repository section, confirm that the Default RPD is now that you have uploaded (here TennisTournament.rpd).5.2
Click Activate Changes.
5.3
Click Close when you receive the confirmation message Activate Changes – Completed Successfully.
6

Step :- 9
Click Restart to apply recent changes to navigate to the Overview page.
7

Step :- 10
On the overview page, click Restart.
8

Click Yes when you receive the message Are you sure want to restart all BI components?
9.0
Allow the Restart all processing to complete. This may take few moments.
9.1
Click Close when you receive the confirmation message Restart All – Completed Successfully.
10
Confirm that System Components are 100% and that five components are up. Leave Enterprise manger open.
11

BISAMPLE : Using Aggregates

BISAMPLE : Using Aggregates


STEP : 1
Connection Pool > Import Metadata.
211

STEP 2 :
Select Tables,Keys,Foreign Keys & Views.
212

STEP 3 :
Import the highlighted tables.
213

STEP 3 :
Right Click on
> SAMP_REVENUE_FA2 > New Object > Alias… F2 Revenue Aggregate 
> SAMP_TIME_QTR_D > New Object > Alias… D1 Time Quarter Grain
214

Below Screen shot should appear.
215

STEP 4 :
Select D1 Time Quarter Grain,D2 Product & F2 Revenue Aggregate > Right Click > Physical Diagram > Selected Object(s) only.
216

STEP 5 :
Join D2 Product with F2 Revenue Aggregate as per the below screen shot.
217

STEP 6 :
Join F2 Revenue Aggregate with D1 Time Quarter Grain.
218

STEP 7 :
Drag the following columns from D1 Time Quarter Grain to their corresponding columns in D1 Time.
Note: Make sure to drag them to their corresponding columns & Rename the D1 Time Quarter Grain to LTS2 Time Quarter Grain.
219

STEP 8 :
Drag Units & Revenue from F2 Revenue Aggregate(Physical Layer) to F1 Revenue(BMM Layer).
220

STEP 9 :
Rename the F2 Revenue Aggregate logical table source to LTS2 Revenue Aggregate in BMM Layer.
221

STEP 10 :
File > Check Global Consistency > Yes.
222

STEP 11 :
Select Manage > Variables…
223

STEP 12 :
Action > New > Repository > Initialization Block.
224

STEP 13 :
Select on Edit Data Source…
225

STEP 14 :
Select Browse… in Connection Pool.
226

STEP 15 :
Select Connection Pool.
227

STEP 16 :
Below scree shot will appear.
228

STEP 17 :
Enter the SQL Query as per the below screen shot in the empty box and click Test…
229

STEP 18:
The below screen shot should appear after the Test.
230

STEP 19:
Click on Edit Data Target…
231

STEP 20 :
Click on New…
232

STEP 21 :
Enter Name as CurrentDay & click on OK.
233

Blow screen shot will appear :
234

STEP 22:
Create 2 more variable by repeating step 21 for CurrentMonth & CurrentYear.
235

STEP 23 :
Click Test…
236

Below screen should appear:
237

STEP 24:
Close the Variable Manager Window.
238

STEP 25 :
File > Check Global Consistency > Yes.
239
Congratulation!!!! You have successfully completed all the steps in development of repository.

How To Fix Hive – Partition Table Query Failed When Stored As Parquet

This article is about the bug in Hive filtering option, when the partition table query stored as parquet. Big data developers will help y...