In this example, we will use the following four views from the Informatica schema:
- REP_SESS_LOG
- REP_SESS_TBL_LOG
- REP_SUBJECT
- REP_WFLOW_RUN
Import the four views listed above into the OBIEE repository (RPD) and create the physical joins as shown below on SUBJECT_ID. Build the corresponding business model layer and presentation layer.
Now, you will be able to create ETL reports using OBIEE Answers. In this example, we have build reports to display the following information:
- Last ETL completion Time Stamp
- ETL Execution statistics
- Number of Errors in the latest ETL Execution
- Latest ETL Execution log (which will drill down to the individual interface log and also error detail
- Error log (Table level)
Number of Errors in the latest ETL Execution: This report gives the number of errors encountered in the last n ETL executions.Last ETL Execution Log: This report shows the ETL execution log of the last ETL run. We have designed this report to include several drill-down options as shown below.
Error Log report:
We can also use Informatica Metadata tables for Impact Analysis & Security Analysis using the following views / tables:
Impact Analysis:Security Analysis:
- REP_TASK_ATTR
- REP_SUBJECT
- REP_SESSION_INSTANCES
- REP_ALL_TASKS
- REP_WORKFLOWS
- OPB_MAPPING
- OPB_WIDGET_INST
- REP_VERSION_PROPS
- REP_USERS
- REP_SUBJECT
Click here to see how to expose Oracle Data Integrator (ODI) ETL metadata.
If you have question or comments, leave a comment below.