column delete p1

6
9/3/2015 OBIEE Impact Analysis – What if I delete a column from RPD, what are the reports that are being affected? – Part 1 | OBIEE by Shiva Molabanti https://shivabizint.wordpress.com/2013/05/08/obieeimpactanalysiswhatifideleteacolumnfromrpdwhatarethereportsthatarebeingaffectedpart1/ 1/6 OBIEE by Shiva Molabanti AN OBIEE, ODI, ENDECA, NO SQL AND BIG DATA WEBLOG OBIEE Impact Analysis – What if I delete a column from RPD, what are the reports that are being affected? – Part 1 08 MAY i 3 Votes In general every OBIEE Application user/developer needs to know the origin of the data displayed on reports. The general questions that everyone looks for answers to understand their application are: How the report columns are defined back in metadata? What are the OBIEE objects (Analysis, BIP Reports, Prompts and filters etc.) that are being referenced by a column(s)? How columns are mapped through metadata? Who are the owners of reports? And more …

Upload: nitinjain9

Post on 07-Dec-2015

214 views

Category:

Documents


1 download

DESCRIPTION

obiee

TRANSCRIPT

Page 1: Column Delete p1

9/3/2015 OBIEE Impact Analysis – What if I delete a column from RPD, what are the reports that are being affected? – Part 1 | OBIEE by Shiva Molabanti

https://shivabizint.wordpress.com/2013/05/08/obieeimpactanalysiswhatifideleteacolumnfromrpdwhatarethereportsthatarebeingaffectedpart1/ 1/6

OBIEE by Shiva Molabanti

AN OBIEE, ODI, ENDECA, NO SQL AND BIG DATA WEBLOG

OBIEE Impact Analysis – What if I delete a column fromRPD, what are the reports that are being affected? –Part 1

08 MAY      i3 Votes

In general every OBIEE Applicationuser/developer needs to know the origin of thedata displayed on reports. The general questionsthat everyone looks for answers to understandtheir application are:

How the report columns are defined back in metadata?What are the OBIEE objects (Analysis, BIP Reports, Prompts and filters etc.) that are beingreferenced by a column(s)?How columns are mapped through metadata?Who are the owners of reports?And more …

Page 2: Column Delete p1

9/3/2015 OBIEE Impact Analysis – What if I delete a column from RPD, what are the reports that are being affected? – Part 1 | OBIEE by Shiva Molabanti

https://shivabizint.wordpress.com/2013/05/08/obieeimpactanalysiswhatifideleteacolumnfromrpdwhatarethereportsthatarebeingaffectedpart1/ 2/6

And also if you want to modify/update your metadata definition, the developer/BI Analyst shouldbe aware of the impact of that change in already developed content.

To answer all these questions, we need to build a column lineage, from dashboard to subject area, tophysical column, and then to column in source system. We have so many tools to build this Datalineage, but within OBIEE itself, we have some great information that can be used to build this DataLineage to answer many of questions but not all.

To build OBIEE Data Lineage, We need to extract the objects information from

1.  OBIEE Web Catalog and2.  OBIEE Repository (RPD).

OBIEE Web Catalog Data:

The All Web Catalog objects information can be found using Catalog Manager Report. Generate acatalog report using Catalog manager and then export it to a tab delimited CSV file.

To export the OBIEE Web Catalog report to a CSV file:

Open OBIEE Catalog Manager and connect to the catalog that contains the metadata that youwant to include in the lineage. For example:E:\OBIEE\instances\instance1\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\catalog\SampleAppLiteSelect Tools > Create Report.In the Create Catalog Report dialog, select the following columns to include in the report:Owner, Folder, Name, Subject Area, Formula, Table, and Column. Of course, this depends onwhat kind of analysis you are trying to do.Click OK, to generate the report.

Page 3: Column Delete p1

9/3/2015 OBIEE Impact Analysis – What if I delete a column from RPD, what are the reports that are being affected? – Part 1 | OBIEE by Shiva Molabanti

https://shivabizint.wordpress.com/2013/05/08/obieeimpactanalysiswhatifideleteacolumnfromrpdwhatarethereportsthatarebeingaffectedpart1/ 3/6

(https://shivabizint.files.wordpress.com/2013/05/obiee_impact_analysis12.jpg)Save the report in a temporary file, for example c:\temp\catalog_data.csv.Click OK.The file will be saved as tab delimited CSV file with all the information of the columns that wepulled.

OBIEE Repository Data:

All repository objects information can be generated with Repository documentation utility availablewithin OBIEE Administrator tool. Generate the repository documentation and export to a text file.

To export the OBIEE Repository documentation to a text file:

Open the Oracle BI Administration tool and connect to the OBIEE Repository containing themetadata that you want to include in the lineage. For example, SampleAppLite.rpdIn the OBIEE Administration tool, select Tools > Utilities.In the Utilities dialog, select the Repository Documentation utility and click Execute.

Page 4: Column Delete p1

9/3/2015 OBIEE Impact Analysis – What if I delete a column from RPD, what are the reports that are being affected? – Part 1 | OBIEE by Shiva Molabanti

https://shivabizint.wordpress.com/2013/05/08/obieeimpactanalysiswhatifideleteacolumnfromrpdwhatarethereportsthatarebeingaffectedpart1/ 4/6

(https://shivabizint.files.wordpress.com/2013/05/obiee_impact_analysis21.jpg)Save the repository documentation in a temporary file, for example c:\temp\RPD_Data.csv.Click Save.

Lets see how to make use of this RPD and WebCatalog data to build column Lineage in my nextblog post. (https://shivabizint.wordpress.com/2013/05/09/obiee‑impact‑analysis‑what‑if‑i‑delete‑a‑column‑from‑rpd‑what‑are‑the‑reports‑that‑are‑being‑affected‑part‑2/)

Thanks,Shiva

6 CommentsPosted by Shiva Molabanti on May 8, 2013 in BI Publisher, OBI EE, OBIEE 11g, Weblogic

Tags: BI answers columns, catalog manager, catalog objects, column lineage, column usage in the BIreports, Data Lineage, metadata definition, OBI reports lineage, OBIEE impact analysis, Physicalcolumn dependency, presentation server reports usage, Reports to physical columns, Rpd columnusage in reports, RPD Lineage

About these ads (https://wordpress.com/about-these-ads/)

Page 5: Column Delete p1

9/3/2015 OBIEE Impact Analysis – What if I delete a column from RPD, what are the reports that are being affected? – Part 1 | OBIEE by Shiva Molabanti

https://shivabizint.wordpress.com/2013/05/08/obieeimpactanalysiswhatifideleteacolumnfromrpdwhatarethereportsthatarebeingaffectedpart1/ 5/6

6 responses to “OBIEE Impact Analysis – What if I delete acolumn from RPD, what are the reports that are being affected? –Part 1”

Raj

May 8, 2013 at 4:02 pm

Nice post, eager to know how to use the information to built column lineage

Reply

Pingback: OBIEE Impact Analysis – What if I delete a column from RPD, what are the reportsthat are being affected? – Part 2 | OBIEE by Shiva Molabantibestincensesticks

August 5, 2013 at 5:41 pm

I hardly leave a response, but after browsing a lot of responses onthis page OBIEE Impact Analysis – What if I delete acolumn from RPD, what are the reports that are being affected?– Part 1 | OBIEE by Shiva Molabanti. I do have a few questions for you if it’s allright. Could it beonly me or do some of the responses appear like they are left by brain dead visitors?   And, ifyou are writing on other online sites, I would like to follow everything fresh you have to post.Could you list of every one of all your social community sites like your twitter feed, Facebookpage or linkedin profile?

Reply

Adam

May 14, 2014 at 12:12 am

Fantastic post Shiva but just a quick question.Is all of this data in the OBI database itself that we could potentially access instead of exportingand importing somewhere else?

Reply

Chandra Reddy

April 11, 2015 at 7:27 am

One Interviewer asked this Question..I guess its stupidity to ask these kind of questions in

Page 6: Column Delete p1

9/3/2015 OBIEE Impact Analysis – What if I delete a column from RPD, what are the reports that are being affected? – Part 1 | OBIEE by Shiva Molabanti

https://shivabizint.wordpress.com/2013/05/08/obieeimpactanalysiswhatifideleteacolumnfromrpdwhatarethereportsthatarebeingaffectedpart1/ 6/6

One Interviewer asked this Question..I guess its stupidity to ask these kind of questions ininterviews. F u c k in B@$t@rd

Reply

Chandra Reddy

April 11, 2015 at 7:27 am

Thanks shiva for the Blog

Reply

Create a free website or blog at WordPress.com. The Choco Theme.

Entries (RSS) and Comments (RSS)

Follow

Follow “OBIEE by Shiva Molabanti”

Build a website with WordPress.com