SlideShare a Scribd company logo
OER 11g Reports & OBI Publisher 10g
          Integration Guide

                     Sreeni Setty
        http://www.linkedin.com/in/sreenisetty
INTRODUCTION                                                3


PREFACE                                                     3
SCOPE                                                       3


INSTALLING OBI PUBLISHER                                    4

INSTALLATION PLANNING                                       4
INSTALLATION STEPS                                          4
POST-INSTALLATION STEPS                                     8
V ERIFY THE BI PUBLISHER ENTERPRISE                         8


CONFIGURING OBI PUBLISHER AND OER REPORTS                   9

DEPLOY OER-OBI PUBLISHER CONTENT TO OBI PUBLISHER SERVER    9
CONFIGURE OER JDBC DATA SOURCE WITHIN OBI PUBLISHER        11
CONFIGURE OER SYSTEM SETTINGS TO ENABLE REPORTING          12


APPENDIX                                                   14


REFERENCES                                                 14
Introduction

Preface
Reporting feature in Oracle Enterprise Repository (OER) requires Oracle Business Intelligence (OBI) Publisher.
The entry point for all the reporting is OER and the reports are hosted on OBI Publisher.

Configuration is required between OBI Publisher and OER to interact with each other.


Scope
This guide covers the installation of OBI Publisher Enterprise Server 10g (10.1.3.4.1), including planning,
installation and verification; configuring OER with OBI Publisher with system settings, users and roles; and
deploying pre-configured OBI Publisher content into OER.
Installing OBI Publisher

Installation Planning
OBI Publisher is part of Oracle Business Intelligence Enterprise Edition 10g (OBI-EE). Download OBI-Publisher
10g Enterprise version 10.1.3.4.1.

In this installation, the Oracle Business Intelligence Publisher 10g (OBI Publisher) is installed as a
standalone under an OC4J Container.


Installation Steps

                                                               Unzip the downloaded OBI Publisher software
                                                               bipublisher_windows_x86_101341.zip into a
                                                               <software_home> folder.

                                                               Run
                                                               <software_home>WindowsOracle_Business_I
                                                               ntelligence_Publisher_Standalonesetup.exe to
                                                               start the wizard




                                                               The OBI Publisher Installer Wizard starts. Click
                                                               Next
Specify the folder to install the OBI Publisher.
This directory would be the <BIP Home>




For the demo installation, select the Basic
installation. This will create a new OC4J
container for OBI Publisher.
Select the password for the OC4J admin user.

User: oc4jadmin (default admin name)
Password: k1tty




Review the selected components as part of the
installation
Wizard configures the OBI Publisher




Review the installation summary.

The BI Publisher URL would be:
http://host:port/xmlpserver.

In this installation, it is:
http://WISK21357002.emrsn.org:9704/xmlpser
ver

Default Administrator login is:
Username: Administrator
Password: Administrator

Basic commands to start and stop:
Start: C:OBI10g_Homeoc4j_bibinoc4j.cmd -
start

Stop: C:OBI10g_Homejdkbinjava.exe -jar
C:OBI10g_Homeoc4j_bij2eehomeadmin.jar
ormi://localhost:23791 oc4jadmin k1tty -
shutdown force
Post-Installation Steps

Verify the BI Publisher Enterprise

Login to the console via the URL: http://wisk21357002.emrsn.org:9704/xmlpserver
User Name: Administrator
Password: Administrator

Administrator user is the default user to administer the BI Publisher.
Configuring OBI Publisher and OER Reports


Deploy OER-OBI Publisher Content to OBI Publisher Server


‘OER-OBI Publisher Content’ is an OBI Publisher Repository containing seeded OBI Publisher based reports for
Oracle Enterprise Repository. The default Repository for the OBI Publisher needs to be replaced with this OER-
OBI Publisher Content Repository. OER-OBI Publisher Content Repository is packaged into the OER 11g.


                                                          Stop the BIP OC4J Server

                                                          Identify the OER-OBI Publisher Content Repository
                                                          package in OER installation
                                                          It will be located under:
                                                          <oer_home>oer_111130coretoolssolutionsrepo
                                                          rtsBIP-Oracle.zip




                                                          Copy the BIP-Oracle.zip into a temporary directory
                                                          under the BIP Home.

                                                          C:OBI10g_HomeOER_BIP_Content

                                                          Unzip the file.
Identify the BI Publisher Server Configuration file
                                                          xmlp-server-config.xml

                                                          Config file:
                                                          C:OBI10g_Homeoc4j_bij2eehomeapplicationsx
                                                          mlpserverxmlpserverWEB-INF xmlp-server-
                                                          config.xml

                                                          Backup the Config file.




                                                          Edit the xmlp-server-config.xml to replace the
                                                          repository file_path variable with the value pointing
                                                          to the OER_OBI Publisher Content Repository that
                                                          was copied as:

                                                          <?xml version="1.0" encoding="UTF-8"?>
                                                          <xmlpConfig xml ns="http://xmlns .ora cle.com/oxp/xmlp">
                                                           <resource>
                                                            <file pa th="C:OBI10g_HomeOER_BIP_ContentXMLP"/>
                                                           </resource>
                                                          </xmlpConfi g>
                                                          Restart the BIP OC4J Server



Login to the OBI Publisher Enterprise and verify the changes in the Report Catalog

URL: http://wisk21357002.emrsn.org:9704/xmlpserver/login.jsp
User Name: OER
Password: OER_PWD

User OER (with default password OER_PWD) is the user that is built in with the OER-OBI Publisher Content. This
user will be configured in OER for Reports to connect to OBI Publisher during the report generation time.


Navigate to Reports > Shared Folders > OER to see the OER-OBI Publisher Content report types listed.
Configure OER JDBC Data Source within OBI Publisher

Login to OBI Publisher Enterprise as Administrator

Navigate to Admin > Data Sources > JDBC Connections. Select OER (for Oracle) data source and update the
database connection information pointing to the OER Database.

Enter the OER database schema authentication values. These are the values that were used while installing and
configuring the OER. This allows OBI Publisher to access the OER database to retrieve the data required to
generate the reports.

Data Source Name: OER
Driver Type: Oracle 11g
Driver Class: oracle.jdbc.OracleDriver
Connection String: jdbc:oracle:thin:@localhost:1521:odb11g
Database Username: OER_UID
Database User Password: OER_PWD
Test the connection and save the configurations.




Set the Server Cache Expiration Setting to set the refresh interval during the report rendering.

Navigate to Admin > System Maintenance > Server Configuration > Caching > Cache Expiration (in minutes)



Configure OER System Settings to Enable Reporting

Following fields are configured within OER Admin > System Settings > Reports level.
Enable Reports: True
Report Server URL: http://wisk21357002.emrsn.org:9704/xmlpserver/OER
Report Server Endpoint URL: http://wisk21357002.emrsn.org:9704/xmlpserver/services/PublicReportServices
Report Server Name: OER
Report Server Password: OER_PWD
Enable Excel Output for Reports: True
This completes the OBI Publisher configuration for OER Reports.

Next, when the user in OER navigates to Reports, and clicks on any report, the user is taken to the OBI Publisher
automatically and the reporting options are presented.
Appendix
References
OBI Publisher Installation Guide (E12690-01)
OER Configuration Guide (E16580-03)

More Related Content

PDF
Configuring OER Adapter for JDeveloper
PDF
Oracle Enterprise Repository 11g - Quick Start Guide
PPTX
Oracle SOA enterprise repositories Technical Overview
PPTX
Oracle Enterprise Repository
DOCX
OBIEE 11g installation steps
PDF
Obiee 11g installation
PPTX
Monitoring Oracle Databases with Opsview
PDF
Developing with oracle enterprise scheduler service for fusion applications
Configuring OER Adapter for JDeveloper
Oracle Enterprise Repository 11g - Quick Start Guide
Oracle SOA enterprise repositories Technical Overview
Oracle Enterprise Repository
OBIEE 11g installation steps
Obiee 11g installation
Monitoring Oracle Databases with Opsview
Developing with oracle enterprise scheduler service for fusion applications

What's hot (20)

PDF
Enterprise managerclodcontrolinstallconfiguration emc12c
PDF
Upgrade OBIEE to 11.1.1.7.1
PDF
Detect and fix the azure sql resources which uses tls version less than 1.2
PDF
Dinesh Gupta Discoverer
PDF
Oracle bi 10g_install_migration
ODP
Virtual Hosts Configuration with Weblogic Server
DOCX
Power shell
PDF
Encrypt and decrypt in solaris system
PDF
Essbase installation 11.1.1.3 chapter
PDF
ArcSight Connector Appliance v6.1 Release Notes
PDF
Oam install & config
DOCX
SOA Fusion Middleware installation
PDF
GeekAustin DevOps
PDF
Quickstartguidesoasuite11gr1ps4 459545
PDF
OOW09 EBS R12 Install and Clone
DOCX
Windows power shell for sharepoint online &amp; office 365
PDF
Oracle SOA, BPM, OSB, BAM, & B2B 12C
PDF
Deploy agent in em12c
PPTX
2018 Student360 - Beyond xp_cmdshell - Owning the Empire Through SQL Server
PDF
OID Install and Config
Enterprise managerclodcontrolinstallconfiguration emc12c
Upgrade OBIEE to 11.1.1.7.1
Detect and fix the azure sql resources which uses tls version less than 1.2
Dinesh Gupta Discoverer
Oracle bi 10g_install_migration
Virtual Hosts Configuration with Weblogic Server
Power shell
Encrypt and decrypt in solaris system
Essbase installation 11.1.1.3 chapter
ArcSight Connector Appliance v6.1 Release Notes
Oam install & config
SOA Fusion Middleware installation
GeekAustin DevOps
Quickstartguidesoasuite11gr1ps4 459545
OOW09 EBS R12 Install and Clone
Windows power shell for sharepoint online &amp; office 365
Oracle SOA, BPM, OSB, BAM, & B2B 12C
Deploy agent in em12c
2018 Student360 - Beyond xp_cmdshell - Owning the Empire Through SQL Server
OID Install and Config
Ad

Similar to OER Reports and OBI Publisher (20)

PPT
Introduction to OBIEE 11g
PDF
Oracle business intelligence enterprise edition 11g
DOC
DOCX
Obia with odi
KEY
What Big Data Folks Need to Know About DevOps
PDF
Oracle11i bigip45-dg
PDF
Bi apps 11117
PDF
Oracle olap-installation
PDF
Oracle API Gateway Installation
PPTX
ORACLE BI APPLICATIONS – IMPLEMENTATION & CUSTOMIZATION FOR ORACLE EBS
PDF
Download full ebook of Apache Ofbiz Cookbook Ruth Hoffman instant download pdf
PDF
OFM SOA Suite 11gR1 – Installation Demonstration
PDF
Installing the oracle bi mobile app designer
PDF
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2
PDF
How to deploy rpd and catalog without enterprise manger
PDF
Hyperion 11-1-2-3-installation-guide-on-linux
PDF
Security Multitenant
PDF
Enable Mobile Apps Designer in OBIEE
KEY
You've Got Plugins in Your Plugins: Bundling Plugin Dependencies - Atlassian ...
PDF
Whats new in Enterprise 5.0 Product Suite
Introduction to OBIEE 11g
Oracle business intelligence enterprise edition 11g
Obia with odi
What Big Data Folks Need to Know About DevOps
Oracle11i bigip45-dg
Bi apps 11117
Oracle olap-installation
Oracle API Gateway Installation
ORACLE BI APPLICATIONS – IMPLEMENTATION & CUSTOMIZATION FOR ORACLE EBS
Download full ebook of Apache Ofbiz Cookbook Ruth Hoffman instant download pdf
OFM SOA Suite 11gR1 – Installation Demonstration
Installing the oracle bi mobile app designer
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2
How to deploy rpd and catalog without enterprise manger
Hyperion 11-1-2-3-installation-guide-on-linux
Security Multitenant
Enable Mobile Apps Designer in OBIEE
You've Got Plugins in Your Plugins: Bundling Plugin Dependencies - Atlassian ...
Whats new in Enterprise 5.0 Product Suite
Ad

Recently uploaded (20)

PDF
Getting Started with Data Integration: FME Form 101
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Spectroscopy.pptx food analysis technology
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Electronic commerce courselecture one. Pdf
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
Big Data Technologies - Introduction.pptx
PDF
Approach and Philosophy of On baking technology
PPTX
1. Introduction to Computer Programming.pptx
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PDF
Encapsulation theory and applications.pdf
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Getting Started with Data Integration: FME Form 101
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Spectroscopy.pptx food analysis technology
Reach Out and Touch Someone: Haptics and Empathic Computing
A comparative analysis of optical character recognition models for extracting...
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Electronic commerce courselecture one. Pdf
Group 1 Presentation -Planning and Decision Making .pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
Network Security Unit 5.pdf for BCA BBA.
Big Data Technologies - Introduction.pptx
Approach and Philosophy of On baking technology
1. Introduction to Computer Programming.pptx
Building Integrated photovoltaic BIPV_UPV.pdf
Encapsulation_ Review paper, used for researhc scholars
The Rise and Fall of 3GPP – Time for a Sabbatical?
Accuracy of neural networks in brain wave diagnosis of schizophrenia
Encapsulation theory and applications.pdf
gpt5_lecture_notes_comprehensive_20250812015547.pdf

OER Reports and OBI Publisher

  • 1. OER 11g Reports & OBI Publisher 10g Integration Guide Sreeni Setty http://www.linkedin.com/in/sreenisetty
  • 2. INTRODUCTION 3 PREFACE 3 SCOPE 3 INSTALLING OBI PUBLISHER 4 INSTALLATION PLANNING 4 INSTALLATION STEPS 4 POST-INSTALLATION STEPS 8 V ERIFY THE BI PUBLISHER ENTERPRISE 8 CONFIGURING OBI PUBLISHER AND OER REPORTS 9 DEPLOY OER-OBI PUBLISHER CONTENT TO OBI PUBLISHER SERVER 9 CONFIGURE OER JDBC DATA SOURCE WITHIN OBI PUBLISHER 11 CONFIGURE OER SYSTEM SETTINGS TO ENABLE REPORTING 12 APPENDIX 14 REFERENCES 14
  • 3. Introduction Preface Reporting feature in Oracle Enterprise Repository (OER) requires Oracle Business Intelligence (OBI) Publisher. The entry point for all the reporting is OER and the reports are hosted on OBI Publisher. Configuration is required between OBI Publisher and OER to interact with each other. Scope This guide covers the installation of OBI Publisher Enterprise Server 10g (10.1.3.4.1), including planning, installation and verification; configuring OER with OBI Publisher with system settings, users and roles; and deploying pre-configured OBI Publisher content into OER.
  • 4. Installing OBI Publisher Installation Planning OBI Publisher is part of Oracle Business Intelligence Enterprise Edition 10g (OBI-EE). Download OBI-Publisher 10g Enterprise version 10.1.3.4.1. In this installation, the Oracle Business Intelligence Publisher 10g (OBI Publisher) is installed as a standalone under an OC4J Container. Installation Steps Unzip the downloaded OBI Publisher software bipublisher_windows_x86_101341.zip into a <software_home> folder. Run <software_home>WindowsOracle_Business_I ntelligence_Publisher_Standalonesetup.exe to start the wizard The OBI Publisher Installer Wizard starts. Click Next
  • 5. Specify the folder to install the OBI Publisher. This directory would be the <BIP Home> For the demo installation, select the Basic installation. This will create a new OC4J container for OBI Publisher.
  • 6. Select the password for the OC4J admin user. User: oc4jadmin (default admin name) Password: k1tty Review the selected components as part of the installation
  • 7. Wizard configures the OBI Publisher Review the installation summary. The BI Publisher URL would be: http://host:port/xmlpserver. In this installation, it is: http://WISK21357002.emrsn.org:9704/xmlpser ver Default Administrator login is: Username: Administrator Password: Administrator Basic commands to start and stop: Start: C:OBI10g_Homeoc4j_bibinoc4j.cmd - start Stop: C:OBI10g_Homejdkbinjava.exe -jar C:OBI10g_Homeoc4j_bij2eehomeadmin.jar ormi://localhost:23791 oc4jadmin k1tty - shutdown force
  • 8. Post-Installation Steps Verify the BI Publisher Enterprise Login to the console via the URL: http://wisk21357002.emrsn.org:9704/xmlpserver User Name: Administrator Password: Administrator Administrator user is the default user to administer the BI Publisher.
  • 9. Configuring OBI Publisher and OER Reports Deploy OER-OBI Publisher Content to OBI Publisher Server ‘OER-OBI Publisher Content’ is an OBI Publisher Repository containing seeded OBI Publisher based reports for Oracle Enterprise Repository. The default Repository for the OBI Publisher needs to be replaced with this OER- OBI Publisher Content Repository. OER-OBI Publisher Content Repository is packaged into the OER 11g. Stop the BIP OC4J Server Identify the OER-OBI Publisher Content Repository package in OER installation It will be located under: <oer_home>oer_111130coretoolssolutionsrepo rtsBIP-Oracle.zip Copy the BIP-Oracle.zip into a temporary directory under the BIP Home. C:OBI10g_HomeOER_BIP_Content Unzip the file.
  • 10. Identify the BI Publisher Server Configuration file xmlp-server-config.xml Config file: C:OBI10g_Homeoc4j_bij2eehomeapplicationsx mlpserverxmlpserverWEB-INF xmlp-server- config.xml Backup the Config file. Edit the xmlp-server-config.xml to replace the repository file_path variable with the value pointing to the OER_OBI Publisher Content Repository that was copied as: <?xml version="1.0" encoding="UTF-8"?> <xmlpConfig xml ns="http://xmlns .ora cle.com/oxp/xmlp"> <resource> <file pa th="C:OBI10g_HomeOER_BIP_ContentXMLP"/> </resource> </xmlpConfi g> Restart the BIP OC4J Server Login to the OBI Publisher Enterprise and verify the changes in the Report Catalog URL: http://wisk21357002.emrsn.org:9704/xmlpserver/login.jsp User Name: OER Password: OER_PWD User OER (with default password OER_PWD) is the user that is built in with the OER-OBI Publisher Content. This user will be configured in OER for Reports to connect to OBI Publisher during the report generation time. Navigate to Reports > Shared Folders > OER to see the OER-OBI Publisher Content report types listed.
  • 11. Configure OER JDBC Data Source within OBI Publisher Login to OBI Publisher Enterprise as Administrator Navigate to Admin > Data Sources > JDBC Connections. Select OER (for Oracle) data source and update the database connection information pointing to the OER Database. Enter the OER database schema authentication values. These are the values that were used while installing and configuring the OER. This allows OBI Publisher to access the OER database to retrieve the data required to generate the reports. Data Source Name: OER Driver Type: Oracle 11g Driver Class: oracle.jdbc.OracleDriver Connection String: jdbc:oracle:thin:@localhost:1521:odb11g Database Username: OER_UID Database User Password: OER_PWD
  • 12. Test the connection and save the configurations. Set the Server Cache Expiration Setting to set the refresh interval during the report rendering. Navigate to Admin > System Maintenance > Server Configuration > Caching > Cache Expiration (in minutes) Configure OER System Settings to Enable Reporting Following fields are configured within OER Admin > System Settings > Reports level. Enable Reports: True Report Server URL: http://wisk21357002.emrsn.org:9704/xmlpserver/OER Report Server Endpoint URL: http://wisk21357002.emrsn.org:9704/xmlpserver/services/PublicReportServices Report Server Name: OER Report Server Password: OER_PWD Enable Excel Output for Reports: True
  • 13. This completes the OBI Publisher configuration for OER Reports. Next, when the user in OER navigates to Reports, and clicks on any report, the user is taken to the OBI Publisher automatically and the reporting options are presented.
  • 14. Appendix References OBI Publisher Installation Guide (E12690-01) OER Configuration Guide (E16580-03)