SlideShare uma empresa Scribd logo
1 de 27
Baixar para ler offline
Installing the Oracle BI Mobile App Designer

PREPARED BY RAVI KUMAR LANKE

Page 1
The BI Mobile App Designer is the replacement for the BI Mobile App for Ipads that now lets
you build your own BI reporting applications for any mobile device, phone or tablet, even
browsers on pc‟s.
This is a new feature available in OBIEE from version 11.1.1.7.1 onwards. If you are only
11.1.1.6x or 11.1.1.7 then you must upgrade/patch to 11.1.1.7.1 before installing this. This
blog takes you through the steps of installing & configuring it within OBIEE.
Prerequisite patch
Before it can be installed OBIEE 11.1.1.7.1 needs to be patched with patch number
17004920.
Download the appropriate patch file for your environment from Oracle Support – I‟m using
Windows 64bit, so I downloaded p17004920_111171_MSWIN-x86-64.zip.
Unzip this into a temporary directory.
Now stop all of the OBIEE services in the way you would normally do for your installation.
In this temporary directory create batch (or shell for linux) file called setpaths.bat (or
setpaths.sh) which we need to set the path and environment variables for the patch
correctly.
Into this file enter the following commands, replacing the <obiee_home> reference on the
first line with the actual directory path:
set ORACLE_HOME=<obiee_home>Oracle_BI1
set PATH=%ORACLE_HOME%bin;%PATH%
set JAVA_HOME=%ORACLE_HOME%jdk
set PATH=%JAVA_HOME%bin;%PATH%
set PATH=%ORACLE_HOME%OPatch;%PATH%

on Linux this commands should be:
ORACLE_HOME =<obiee_home>/Oracle_BI1;export ORACLE_HOME
PATH=$ORACLE_HOME/bin:$PATH;export PATH
JAVA_HOME=$ORACLE_HOME/jdk;export PATH
PATH=$JAVA_HOME/bin:$PATH;export PATH
PATH=$ORACLE_HOME/OPatch:$PATH;export PATH

On linux also run “chmod

777 setpaths.sh”

PREPARED BY RAVI KUMAR LANKE

to make the script executable.

Page 2
Now open a command window (in windows open this as “run as administrator”), and cd to
your temporary directory and run setpaths.bat (.sh)

PREPARED BY RAVI KUMAR LANKE

Page 3
Then cd into the 17004920 sub-directory and run „opatch apply‟

If the verify passes, enter „y‟ to continue with the patch. It should only take a few minutes.

Leave this window open, you‟ll need it again in a mo.

PREPARED BY RAVI KUMAR LANKE

Page 4
1.
2.
3.
4.

Install Oracle BI Mobile App Designer
There are four steps to installing the Mobile App Designer:
Apply the patch file
Deploy the Mobile App Designer to Weblogic
Setup the Security for the Mobile App Designer
Setup the Apps library
Apply the Oracle BI Mobile App Designer patch
The Oracle BI Mobile App Designer upgrade is supplied as a patch file. So the first step is
to apply this patch, in exactly the same way as the previous patch.
This time download patch number 17220944 from Oracle Support – this is platform
independent, so the file you will download is p17220944_111170_Generic.zip. Unzip this
into your temporary directory.
In the same command window as above cd into the new patch directory and run opatch
again. If you closed the command window you will need to reopen it and run the
setpaths.bat/sh script again.
There is no prompting on this patch, it just installs straight away.

PREPARED BY RAVI KUMAR LANKE

Page 5
Do not start weblogic or OBIEE just yet, but leave this window open.

PREPARED BY RAVI KUMAR LANKE

Page 6
Deploy the Mobile App Designer to Weblogic
Now the Mobile App Designer needs to deployed to the Weblogic web server. To do this run
the Middleware Configuration Assistant.
This started by running <obiee_home>/Oracle_BI1/common/bin/config.cmd (.sh on
Linux) On Linux you‟ll need a GUI/X11 emulator to run this.
Once past the splash screen, select „Extend an existing WebLogic domain:

Then select the domain to extend – it should default to the domains directory, so select the
domain from under there.

PREPARED BY RAVI KUMAR LANKE

Page 7
Next check the option “Extend my domain using an existing extension template‟, then use
the browse button to locate the file
<obiee_home>Oracle_BI1commontemplatesapplicationsoracle.bimad_template_11.1.1.j
ar

PREPARED BY RAVI KUMAR LANKE

Page 8
PREPARED BY RAVI KUMAR LANKE

Page 9
On the JDBC Component Schema config screen leave the settings as they are and just
click next

PREPARED BY RAVI KUMAR LANKE

Page 10
On the the JDBC Component Schema test screen we don‟t want to perform any tests, so
just click next again.

PREPARED BY RAVI KUMAR LANKE

Page 11
There are no Optional Configurations required, so just click next.

PREPARED BY RAVI KUMAR LANKE

Page 12
On the Configuration Summary screen click „Extend‟ to begin.

PREPARED BY RAVI KUMAR LANKE

Page 13
The extension only takes a few seconds. Click Done to close the config wizard.

PREPARED BY RAVI KUMAR LANKE

Page 14
Enable the Mobile App Designer in Presentation Services

We need to add a new entry to the instanceconfig.xml file for presentation services to make
the Mobile App Designer visible to the users.
Go to the directory
<obiee_home>instancesinstance1configOracleBIPresentationServicesComponentcorea
pplication_obips1
edit the file instanceconfig.xml.
Near the bottom of the file locate the </ServerInstance> tag and just before this insert the
following lines:
<AdvancedReporting>
<EnableMAD>true</EnableMAD>
</AdvancedReporting>
Save the file and close your editor.

PREPARED BY RAVI KUMAR LANKE

Page 15
Setup the Security for the Mobile App Designer
This step updates the system-jazn-data.xml file with the security permissions required for BI
Mobile App Designer.
First we need to start WebLogic (but not the managed servers or OBIEE just yet).
From your command window Navigate to the
<obiee_home>user_projectsdomainsbifoundation_domainbin directory and run
startWebLogic.cmd (.sh).

and wait for the 'started in RUNNING mode' message.

PREPARED BY RAVI KUMAR LANKE

Page 16
Once WebLogic is running you need to run a WLST script. Open a new command window
and change directory to the <obiee_home>Oracle_BI1bifoundationinstall directory
Now run the following command, substituting the <hostname> and <Weblogic administrator
name> fields as appropriate:
<obiee_home>Oracle_BI1commonbinwlst.cmd addMADCodeGrants.py
t3://<hostname>:7001 <WebLogic administrator name>

Note it‟s <obiee_home>Oracle_BI1commonbinwlst.sh… on Lunix

You‟ll be prompted to enter the password for the Weblogic Admin user, then the script will
complete in a few seconds.

PREPARED BY RAVI KUMAR LANKE

Page 17
Now complete the start-up of OBIEE. You can either stop the weblogic server above
(stopweblogic.cmd/sh) and perform a full normal start-up of weblogic and OBIEE the way
you normally do, or run the following to complete the start-up:
From your command window Navigate to the
<obiee_home>user_projectsdomainsbifoundation_domainbin directory and run
startManagedWebLogic.cmd (.sh) with the BI Server name as the parameter:
startManagedWebLogic.cmd bi_server1

PREPARED BY RAVI KUMAR LANKE

Page 18
Wait for „started in RUNNING mode‟ message:

Then minimise this window (do not close) and open a new command window and start the
opmn:
Change directory to <obiee_home>instancesinstance1bin (change instance1 to your
instance name if necessary)
And run opmnctl.bat startall (or opmnctl.sh)

PREPARED BY RAVI KUMAR LANKE

Page 19
Setup the Apps Library
The Apps library is basically a folder in the catalog from where users can view, manage and
subscribe to published apps.
With OBIEE fully started, open a browser and login using an administrator user, then go to
the Catalog and select Shared Folders.

PREPARED BY RAVI KUMAR LANKE

Page 20
Use the new icon in the menu bar and select Folder.

Enter a names for the Apps Library (it doesn‟t have to be “Apps Library”!)

Under the new Apps Library folder, select More, then Permissions

PREPARED BY RAVI KUMAR LANKE

Page 21
At the moment you will not have any groups specifically aimed at BI Mobile users, so for
now leave the permissions as they are:

Administrators can create content, BI Consumers can access it. As you build BI Mobile
Apps you may grant specific permissions to individual users or create application/catalog
groups to manage these user. You will need to come back to this screen to set the
necessary permissions when you do.
Finally the folder you have created needs to be registered to act at the Apps Library.
Using a text editor, edit the xmlp-server-config.xml file in the directory:
<obiee_home>user_projectsdomains<bifoundation_domain>configbipublisherrepository
AdminConfiguration
Substitute <bifoundation_domain> for your domain name.
Add a line for the APPS_LIBRARY_FOLDER_LOCAL property before the </xmlpConfig>
tag.
Replace with value with the name you gave the directory above.

PREPARED BY RAVI KUMAR LANKE

Page 22
<property name="APPS_LIBRARY_FOLDER_LOCAL" value="/Apps Library"/>

Save the file.

PREPARED BY RAVI KUMAR LANKE

Page 23
Verify the installation
To verify the installation has worked, simply click on the OBIEE New dashboard link and
see if „Mobile Application‟ -> „Mobile App‟ exists:

In a few seconds the Wizard should begin…choose type of mobile device…

PREPARED BY RAVI KUMAR LANKE

Page 24
Then the data source…

PREPARED BY RAVI KUMAR LANKE

Page 25
Save it in your Apps Library folder…

PREPARED BY RAVI KUMAR LANKE

Page 26
And start to Create…

PREPARED BY RAVI KUMAR LANKE

Page 27

Mais conteúdo relacionado

Mais procurados

An IT Pro Guide to Deploying and Managing SharePoint 2013 Apps
An IT Pro Guide to Deploying and Managing SharePoint 2013 AppsAn IT Pro Guide to Deploying and Managing SharePoint 2013 Apps
An IT Pro Guide to Deploying and Managing SharePoint 2013 AppsRandy Williams
 
M365 global developer bootcamp 2019 Intro to SPFx Version
M365 global developer bootcamp 2019 Intro to SPFx VersionM365 global developer bootcamp 2019 Intro to SPFx Version
M365 global developer bootcamp 2019 Intro to SPFx VersionThomas Daly
 
How to deploy a j2ee application
How to deploy a j2ee applicationHow to deploy a j2ee application
How to deploy a j2ee applicationKumar
 
Github plugin setup in anypointstudio
Github plugin setup in anypointstudioGithub plugin setup in anypointstudio
Github plugin setup in anypointstudioRajkattamuri
 
NZSPC 2013 - Upgrading to SharePoint 2013
NZSPC 2013 - Upgrading to SharePoint 2013NZSPC 2013 - Upgrading to SharePoint 2013
NZSPC 2013 - Upgrading to SharePoint 2013Michael Noel
 
IBM Connections mail with exchange backend
IBM Connections mail with exchange backendIBM Connections mail with exchange backend
IBM Connections mail with exchange backendmichele buccarello
 
Web application development process
Web application development processWeb application development process
Web application development processJohn Smith
 
Upgrade tosharepoint2013a mthodicalapproachmn
Upgrade tosharepoint2013a mthodicalapproachmnUpgrade tosharepoint2013a mthodicalapproachmn
Upgrade tosharepoint2013a mthodicalapproachmnVickey Bird
 
Getting started-with-oracle-so a lab#12
Getting started-with-oracle-so a lab#12Getting started-with-oracle-so a lab#12
Getting started-with-oracle-so a lab#12Amit Sharma
 
Customizing sales force-interface
Customizing sales force-interfaceCustomizing sales force-interface
Customizing sales force-interfaceAmit Sharma
 
Forms Playback: Unlocking Oracle's Hidden Tool for Fast Dataloads
Forms Playback: Unlocking Oracle's Hidden Tool for Fast DataloadsForms Playback: Unlocking Oracle's Hidden Tool for Fast Dataloads
Forms Playback: Unlocking Oracle's Hidden Tool for Fast DataloadsNikunj Sanghvi
 
Oracle ADF 11g Skinning Tutorial
Oracle ADF 11g Skinning TutorialOracle ADF 11g Skinning Tutorial
Oracle ADF 11g Skinning TutorialRakesh Gujjarlapudi
 
Configure an Integrated Exchange, Lync, and SharePoint Test Lab
Configure an Integrated Exchange, Lync, and SharePoint Test LabConfigure an Integrated Exchange, Lync, and SharePoint Test Lab
Configure an Integrated Exchange, Lync, and SharePoint Test LabVinh Nguyen
 
Sharepoint 2010 mcq
Sharepoint 2010 mcqSharepoint 2010 mcq
Sharepoint 2010 mcqAnuja Sharma
 
Linux VMWare image with Informatica , Oracle and Rundeck scheduler
Linux VMWare image with Informatica , Oracle and Rundeck schedulerLinux VMWare image with Informatica , Oracle and Rundeck scheduler
Linux VMWare image with Informatica , Oracle and Rundeck schedulerpcherukumalla
 
SharePoint Upgrade (WSS 2.0 to WSS 3.0 and SPS 2003 to MOSS 2007) by Joel Ole...
SharePoint Upgrade (WSS 2.0 to WSS 3.0 and SPS 2003 to MOSS 2007) by Joel Ole...SharePoint Upgrade (WSS 2.0 to WSS 3.0 and SPS 2003 to MOSS 2007) by Joel Ole...
SharePoint Upgrade (WSS 2.0 to WSS 3.0 and SPS 2003 to MOSS 2007) by Joel Ole...Joel Oleson
 

Mais procurados (20)

Writing first-hudson-plugin
Writing first-hudson-pluginWriting first-hudson-plugin
Writing first-hudson-plugin
 
An IT Pro Guide to Deploying and Managing SharePoint 2013 Apps
An IT Pro Guide to Deploying and Managing SharePoint 2013 AppsAn IT Pro Guide to Deploying and Managing SharePoint 2013 Apps
An IT Pro Guide to Deploying and Managing SharePoint 2013 Apps
 
M365 global developer bootcamp 2019 Intro to SPFx Version
M365 global developer bootcamp 2019 Intro to SPFx VersionM365 global developer bootcamp 2019 Intro to SPFx Version
M365 global developer bootcamp 2019 Intro to SPFx Version
 
How to deploy a j2ee application
How to deploy a j2ee applicationHow to deploy a j2ee application
How to deploy a j2ee application
 
Github plugin setup in anypointstudio
Github plugin setup in anypointstudioGithub plugin setup in anypointstudio
Github plugin setup in anypointstudio
 
NZSPC 2013 - Upgrading to SharePoint 2013
NZSPC 2013 - Upgrading to SharePoint 2013NZSPC 2013 - Upgrading to SharePoint 2013
NZSPC 2013 - Upgrading to SharePoint 2013
 
seminar
seminarseminar
seminar
 
IBM Connections mail with exchange backend
IBM Connections mail with exchange backendIBM Connections mail with exchange backend
IBM Connections mail with exchange backend
 
New Enhancements + Upgrade Path to Oracle EBS R12.1.3
New Enhancements + Upgrade Path to Oracle EBS R12.1.3New Enhancements + Upgrade Path to Oracle EBS R12.1.3
New Enhancements + Upgrade Path to Oracle EBS R12.1.3
 
Web application development process
Web application development processWeb application development process
Web application development process
 
Upgrade tosharepoint2013a mthodicalapproachmn
Upgrade tosharepoint2013a mthodicalapproachmnUpgrade tosharepoint2013a mthodicalapproachmn
Upgrade tosharepoint2013a mthodicalapproachmn
 
Getting started-with-oracle-so a lab#12
Getting started-with-oracle-so a lab#12Getting started-with-oracle-so a lab#12
Getting started-with-oracle-so a lab#12
 
Customizing sales force-interface
Customizing sales force-interfaceCustomizing sales force-interface
Customizing sales force-interface
 
Forms Playback: Unlocking Oracle's Hidden Tool for Fast Dataloads
Forms Playback: Unlocking Oracle's Hidden Tool for Fast DataloadsForms Playback: Unlocking Oracle's Hidden Tool for Fast Dataloads
Forms Playback: Unlocking Oracle's Hidden Tool for Fast Dataloads
 
Oracle ADF 11g Skinning Tutorial
Oracle ADF 11g Skinning TutorialOracle ADF 11g Skinning Tutorial
Oracle ADF 11g Skinning Tutorial
 
Configure an Integrated Exchange, Lync, and SharePoint Test Lab
Configure an Integrated Exchange, Lync, and SharePoint Test LabConfigure an Integrated Exchange, Lync, and SharePoint Test Lab
Configure an Integrated Exchange, Lync, and SharePoint Test Lab
 
Sharepoint 2010 mcq
Sharepoint 2010 mcqSharepoint 2010 mcq
Sharepoint 2010 mcq
 
Linux VMWare image with Informatica , Oracle and Rundeck scheduler
Linux VMWare image with Informatica , Oracle and Rundeck schedulerLinux VMWare image with Informatica , Oracle and Rundeck scheduler
Linux VMWare image with Informatica , Oracle and Rundeck scheduler
 
SharePoint Upgrade (WSS 2.0 to WSS 3.0 and SPS 2003 to MOSS 2007) by Joel Ole...
SharePoint Upgrade (WSS 2.0 to WSS 3.0 and SPS 2003 to MOSS 2007) by Joel Ole...SharePoint Upgrade (WSS 2.0 to WSS 3.0 and SPS 2003 to MOSS 2007) by Joel Ole...
SharePoint Upgrade (WSS 2.0 to WSS 3.0 and SPS 2003 to MOSS 2007) by Joel Ole...
 
Tutorial 1
Tutorial 1Tutorial 1
Tutorial 1
 

Destaque

Tips for Nonprofit Directors and Officers
Tips for Nonprofit Directors and OfficersTips for Nonprofit Directors and Officers
Tips for Nonprofit Directors and OfficersPerkins Law, PLLC
 
Get Your Business Found on Google! (Bahasa Indonesia)
Get Your Business Found on Google! (Bahasa Indonesia)Get Your Business Found on Google! (Bahasa Indonesia)
Get Your Business Found on Google! (Bahasa Indonesia)jkairupan
 
FERRIS WHEEL ILLUSTRATIONS by pupils of 4th grade (Spain)
FERRIS WHEEL ILLUSTRATIONS  by pupils of 4th grade (Spain)FERRIS WHEEL ILLUSTRATIONS  by pupils of 4th grade (Spain)
FERRIS WHEEL ILLUSTRATIONS by pupils of 4th grade (Spain)02101954
 
Professional Catering Equipment
Professional Catering EquipmentProfessional Catering Equipment
Professional Catering Equipmentbogipan
 
Poems In Power Point For Children
Poems In Power Point For ChildrenPoems In Power Point For Children
Poems In Power Point For Childrenguestea9dcdd
 
Ok minmdmap메뉴와 활용법
Ok minmdmap메뉴와 활용법Ok minmdmap메뉴와 활용법
Ok minmdmap메뉴와 활용법won ho
 
2015 IJAD Grunefeld Design Effect acad devel progra leading educ change 13601...
2015 IJAD Grunefeld Design Effect acad devel progra leading educ change 13601...2015 IJAD Grunefeld Design Effect acad devel progra leading educ change 13601...
2015 IJAD Grunefeld Design Effect acad devel progra leading educ change 13601...Dé Nova Learning
 
Testbench 试车台
Testbench 试车台Testbench 试车台
Testbench 试车台cvt2go
 
Creating users and groups in obiee 11 g
Creating users and groups in obiee 11 gCreating users and groups in obiee 11 g
Creating users and groups in obiee 11 gRavi Kumar Lanke
 
2012 Random Student Insights from New Zealand
2012 Random Student Insights from New Zealand2012 Random Student Insights from New Zealand
2012 Random Student Insights from New ZealandSpencer Willis
 
Familias De Instrumentos
Familias De InstrumentosFamilias De Instrumentos
Familias De Instrumentosguestfb0f232
 
Integrating Google My Maps and language learning
Integrating Google My Maps and language learningIntegrating Google My Maps and language learning
Integrating Google My Maps and language learningMarcos Racilan
 
Chapter 21 2 Around The Room Answers
Chapter 21 2 Around The Room AnswersChapter 21 2 Around The Room Answers
Chapter 21 2 Around The Room Answersnlyczkowski11
 
Rc ムンバイ レイカース
Rc ムンバイ レイカースRc ムンバイ レイカース
Rc ムンバイ レイカースSustainearth
 

Destaque (20)

Tips for Nonprofit Directors and Officers
Tips for Nonprofit Directors and OfficersTips for Nonprofit Directors and Officers
Tips for Nonprofit Directors and Officers
 
Get Your Business Found on Google! (Bahasa Indonesia)
Get Your Business Found on Google! (Bahasa Indonesia)Get Your Business Found on Google! (Bahasa Indonesia)
Get Your Business Found on Google! (Bahasa Indonesia)
 
FERRIS WHEEL ILLUSTRATIONS by pupils of 4th grade (Spain)
FERRIS WHEEL ILLUSTRATIONS  by pupils of 4th grade (Spain)FERRIS WHEEL ILLUSTRATIONS  by pupils of 4th grade (Spain)
FERRIS WHEEL ILLUSTRATIONS by pupils of 4th grade (Spain)
 
Professional Catering Equipment
Professional Catering EquipmentProfessional Catering Equipment
Professional Catering Equipment
 
Poems In Power Point For Children
Poems In Power Point For ChildrenPoems In Power Point For Children
Poems In Power Point For Children
 
Ok minmdmap메뉴와 활용법
Ok minmdmap메뉴와 활용법Ok minmdmap메뉴와 활용법
Ok minmdmap메뉴와 활용법
 
Ca eed 2014 milan wg5 4 nl split incentive
Ca eed 2014 milan wg5 4   nl split incentiveCa eed 2014 milan wg5 4   nl split incentive
Ca eed 2014 milan wg5 4 nl split incentive
 
2015 IJAD Grunefeld Design Effect acad devel progra leading educ change 13601...
2015 IJAD Grunefeld Design Effect acad devel progra leading educ change 13601...2015 IJAD Grunefeld Design Effect acad devel progra leading educ change 13601...
2015 IJAD Grunefeld Design Effect acad devel progra leading educ change 13601...
 
Orden publico internacional
Orden publico internacionalOrden publico internacional
Orden publico internacional
 
Market Summary Southgate Sarasota August 2016
Market Summary Southgate Sarasota August 2016Market Summary Southgate Sarasota August 2016
Market Summary Southgate Sarasota August 2016
 
Testbench 试车台
Testbench 试车台Testbench 试车台
Testbench 试车台
 
Creating users and groups in obiee 11 g
Creating users and groups in obiee 11 gCreating users and groups in obiee 11 g
Creating users and groups in obiee 11 g
 
2012 Random Student Insights from New Zealand
2012 Random Student Insights from New Zealand2012 Random Student Insights from New Zealand
2012 Random Student Insights from New Zealand
 
Familias De Instrumentos
Familias De InstrumentosFamilias De Instrumentos
Familias De Instrumentos
 
Integrating Google My Maps and language learning
Integrating Google My Maps and language learningIntegrating Google My Maps and language learning
Integrating Google My Maps and language learning
 
Chapter 21 2 Around The Room Answers
Chapter 21 2 Around The Room AnswersChapter 21 2 Around The Room Answers
Chapter 21 2 Around The Room Answers
 
Installing ms office 2010
Installing ms office 2010Installing ms office 2010
Installing ms office 2010
 
Rc ムンバイ レイカース
Rc ムンバイ レイカースRc ムンバイ レイカース
Rc ムンバイ レイカース
 
ara TELE-satellite 1005
ara TELE-satellite 1005ara TELE-satellite 1005
ara TELE-satellite 1005
 
Energiemonitoring in kantoren
Energiemonitoring in kantorenEnergiemonitoring in kantoren
Energiemonitoring in kantoren
 

Semelhante a Installing the oracle bi mobile app designer

Enable Mobile Apps Designer in OBIEE
Enable Mobile Apps Designer in OBIEEEnable Mobile Apps Designer in OBIEE
Enable Mobile Apps Designer in OBIEEOsama Mustafa
 
Weblogic Console Customization labs
Weblogic Console Customization labsWeblogic Console Customization labs
Weblogic Console Customization labsPeter van Nes
 
Part 3 web development
Part 3 web developmentPart 3 web development
Part 3 web developmenttechbed
 
OBIEE: How to change dashboard background color or add background image
OBIEE: How to change dashboard background color or add background imageOBIEE: How to change dashboard background color or add background image
OBIEE: How to change dashboard background color or add background imageMohamed Attia
 
1 app 2 developers 3 servers
1 app 2 developers 3 servers1 app 2 developers 3 servers
1 app 2 developers 3 serversMark Myers
 
Oracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11gOracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11guzzal basak
 
Developing RIA Web Applications with Oracle ADF.pdf
Developing RIA Web Applications with Oracle ADF.pdfDeveloping RIA Web Applications with Oracle ADF.pdf
Developing RIA Web Applications with Oracle ADF.pdfsheriframadan18
 
Installing community surveys in connections 5.5
Installing community surveys in connections 5.5Installing community surveys in connections 5.5
Installing community surveys in connections 5.5Roberto Boccadoro
 
Part 1 workbench basics
Part 1 workbench basicsPart 1 workbench basics
Part 1 workbench basicstechbed
 
Using galen framework for automated cross browser layout testing
Using galen framework for automated cross browser layout testingUsing galen framework for automated cross browser layout testing
Using galen framework for automated cross browser layout testingSarah Elson
 
( 2 ) Office 2007 Create A Portal
( 2 ) Office 2007   Create A Portal( 2 ) Office 2007   Create A Portal
( 2 ) Office 2007 Create A PortalLiquidHub
 
Django simplified : by weever mbakaya
Django simplified : by weever mbakayaDjango simplified : by weever mbakaya
Django simplified : by weever mbakayaMbakaya Kwatukha
 
Implementing xpages extension library
Implementing xpages extension libraryImplementing xpages extension library
Implementing xpages extension librarydominion
 
Getting started-with-zend-framework
Getting started-with-zend-frameworkGetting started-with-zend-framework
Getting started-with-zend-frameworkNilesh Bangar
 
Installating and Configuring Java, MySQL and BIRT.
Installating and Configuring Java, MySQL and BIRT.Installating and Configuring Java, MySQL and BIRT.
Installating and Configuring Java, MySQL and BIRT.NR Computer Learning Center
 
Part 6 debugging and testing java applications
Part 6 debugging and testing java applicationsPart 6 debugging and testing java applications
Part 6 debugging and testing java applicationstechbed
 
Weblogic 12c Graphical Mode installation steps in Windows
Weblogic 12c Graphical Mode installation steps in Windows Weblogic 12c Graphical Mode installation steps in Windows
Weblogic 12c Graphical Mode installation steps in Windows webservicesm
 
12c weblogic installation steps for Windows
12c weblogic installation steps for Windows12c weblogic installation steps for Windows
12c weblogic installation steps for WindowsCognizant
 

Semelhante a Installing the oracle bi mobile app designer (20)

Enable Mobile Apps Designer in OBIEE
Enable Mobile Apps Designer in OBIEEEnable Mobile Apps Designer in OBIEE
Enable Mobile Apps Designer in OBIEE
 
Weblogic Console Customization labs
Weblogic Console Customization labsWeblogic Console Customization labs
Weblogic Console Customization labs
 
Part 3 web development
Part 3 web developmentPart 3 web development
Part 3 web development
 
Introduction to OBIEE 11g
Introduction to OBIEE 11gIntroduction to OBIEE 11g
Introduction to OBIEE 11g
 
OBIEE: How to change dashboard background color or add background image
OBIEE: How to change dashboard background color or add background imageOBIEE: How to change dashboard background color or add background image
OBIEE: How to change dashboard background color or add background image
 
1 app 2 developers 3 servers
1 app 2 developers 3 servers1 app 2 developers 3 servers
1 app 2 developers 3 servers
 
Oracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11gOracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11g
 
Bi apps 11117
Bi apps 11117Bi apps 11117
Bi apps 11117
 
Developing RIA Web Applications with Oracle ADF.pdf
Developing RIA Web Applications with Oracle ADF.pdfDeveloping RIA Web Applications with Oracle ADF.pdf
Developing RIA Web Applications with Oracle ADF.pdf
 
Installing community surveys in connections 5.5
Installing community surveys in connections 5.5Installing community surveys in connections 5.5
Installing community surveys in connections 5.5
 
Part 1 workbench basics
Part 1 workbench basicsPart 1 workbench basics
Part 1 workbench basics
 
Using galen framework for automated cross browser layout testing
Using galen framework for automated cross browser layout testingUsing galen framework for automated cross browser layout testing
Using galen framework for automated cross browser layout testing
 
( 2 ) Office 2007 Create A Portal
( 2 ) Office 2007   Create A Portal( 2 ) Office 2007   Create A Portal
( 2 ) Office 2007 Create A Portal
 
Django simplified : by weever mbakaya
Django simplified : by weever mbakayaDjango simplified : by weever mbakaya
Django simplified : by weever mbakaya
 
Implementing xpages extension library
Implementing xpages extension libraryImplementing xpages extension library
Implementing xpages extension library
 
Getting started-with-zend-framework
Getting started-with-zend-frameworkGetting started-with-zend-framework
Getting started-with-zend-framework
 
Installating and Configuring Java, MySQL and BIRT.
Installating and Configuring Java, MySQL and BIRT.Installating and Configuring Java, MySQL and BIRT.
Installating and Configuring Java, MySQL and BIRT.
 
Part 6 debugging and testing java applications
Part 6 debugging and testing java applicationsPart 6 debugging and testing java applications
Part 6 debugging and testing java applications
 
Weblogic 12c Graphical Mode installation steps in Windows
Weblogic 12c Graphical Mode installation steps in Windows Weblogic 12c Graphical Mode installation steps in Windows
Weblogic 12c Graphical Mode installation steps in Windows
 
12c weblogic installation steps for Windows
12c weblogic installation steps for Windows12c weblogic installation steps for Windows
12c weblogic installation steps for Windows
 

Mais de Ravi Kumar Lanke

Creating and configuring vnc sessions
Creating and configuring vnc sessionsCreating and configuring vnc sessions
Creating and configuring vnc sessionsRavi Kumar Lanke
 
Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...Ravi Kumar Lanke
 
Exporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle databaseExporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle databaseRavi Kumar Lanke
 
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...Ravi Kumar Lanke
 
Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server Ravi Kumar Lanke
 
Enabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bitEnabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bitRavi Kumar Lanke
 
Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...Ravi Kumar Lanke
 
Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7Ravi Kumar Lanke
 
How to find ip and mac address
How to find ip and mac addressHow to find ip and mac address
How to find ip and mac addressRavi Kumar Lanke
 
Step by step deployment of sampleappv406
Step by step deployment of  sampleappv406Step by step deployment of  sampleappv406
Step by step deployment of sampleappv406Ravi Kumar Lanke
 
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bitInstalling and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bitRavi Kumar Lanke
 
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0Ravi Kumar Lanke
 
Installing my sql on windows
Installing my sql on windowsInstalling my sql on windows
Installing my sql on windowsRavi Kumar Lanke
 
How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...Ravi Kumar Lanke
 
How to disable and enable task manager
How to disable and enable task managerHow to disable and enable task manager
How to disable and enable task managerRavi Kumar Lanke
 
Deploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame worksDeploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame worksRavi Kumar Lanke
 
Installing oracle endeca commerce
Installing oracle endeca commerceInstalling oracle endeca commerce
Installing oracle endeca commerceRavi Kumar Lanke
 
How to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise mangerHow to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise mangerRavi Kumar Lanke
 
How to change the obiee 11g browser title
How to change the obiee 11g browser titleHow to change the obiee 11g browser title
How to change the obiee 11g browser titleRavi Kumar Lanke
 
Creating new service name for oracle database
Creating new service name for oracle databaseCreating new service name for oracle database
Creating new service name for oracle databaseRavi Kumar Lanke
 

Mais de Ravi Kumar Lanke (20)

Creating and configuring vnc sessions
Creating and configuring vnc sessionsCreating and configuring vnc sessions
Creating and configuring vnc sessions
 
Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...
 
Exporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle databaseExporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle database
 
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
 
Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server
 
Enabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bitEnabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bit
 
Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...
 
Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7
 
How to find ip and mac address
How to find ip and mac addressHow to find ip and mac address
How to find ip and mac address
 
Step by step deployment of sampleappv406
Step by step deployment of  sampleappv406Step by step deployment of  sampleappv406
Step by step deployment of sampleappv406
 
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bitInstalling and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
 
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
 
Installing my sql on windows
Installing my sql on windowsInstalling my sql on windows
Installing my sql on windows
 
How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...
 
How to disable and enable task manager
How to disable and enable task managerHow to disable and enable task manager
How to disable and enable task manager
 
Deploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame worksDeploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame works
 
Installing oracle endeca commerce
Installing oracle endeca commerceInstalling oracle endeca commerce
Installing oracle endeca commerce
 
How to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise mangerHow to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise manger
 
How to change the obiee 11g browser title
How to change the obiee 11g browser titleHow to change the obiee 11g browser title
How to change the obiee 11g browser title
 
Creating new service name for oracle database
Creating new service name for oracle databaseCreating new service name for oracle database
Creating new service name for oracle database
 

Último

On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 

Último (20)

INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 

Installing the oracle bi mobile app designer

  • 1. Installing the Oracle BI Mobile App Designer PREPARED BY RAVI KUMAR LANKE Page 1
  • 2. The BI Mobile App Designer is the replacement for the BI Mobile App for Ipads that now lets you build your own BI reporting applications for any mobile device, phone or tablet, even browsers on pc‟s. This is a new feature available in OBIEE from version 11.1.1.7.1 onwards. If you are only 11.1.1.6x or 11.1.1.7 then you must upgrade/patch to 11.1.1.7.1 before installing this. This blog takes you through the steps of installing & configuring it within OBIEE. Prerequisite patch Before it can be installed OBIEE 11.1.1.7.1 needs to be patched with patch number 17004920. Download the appropriate patch file for your environment from Oracle Support – I‟m using Windows 64bit, so I downloaded p17004920_111171_MSWIN-x86-64.zip. Unzip this into a temporary directory. Now stop all of the OBIEE services in the way you would normally do for your installation. In this temporary directory create batch (or shell for linux) file called setpaths.bat (or setpaths.sh) which we need to set the path and environment variables for the patch correctly. Into this file enter the following commands, replacing the <obiee_home> reference on the first line with the actual directory path: set ORACLE_HOME=<obiee_home>Oracle_BI1 set PATH=%ORACLE_HOME%bin;%PATH% set JAVA_HOME=%ORACLE_HOME%jdk set PATH=%JAVA_HOME%bin;%PATH% set PATH=%ORACLE_HOME%OPatch;%PATH% on Linux this commands should be: ORACLE_HOME =<obiee_home>/Oracle_BI1;export ORACLE_HOME PATH=$ORACLE_HOME/bin:$PATH;export PATH JAVA_HOME=$ORACLE_HOME/jdk;export PATH PATH=$JAVA_HOME/bin:$PATH;export PATH PATH=$ORACLE_HOME/OPatch:$PATH;export PATH On linux also run “chmod 777 setpaths.sh” PREPARED BY RAVI KUMAR LANKE to make the script executable. Page 2
  • 3. Now open a command window (in windows open this as “run as administrator”), and cd to your temporary directory and run setpaths.bat (.sh) PREPARED BY RAVI KUMAR LANKE Page 3
  • 4. Then cd into the 17004920 sub-directory and run „opatch apply‟ If the verify passes, enter „y‟ to continue with the patch. It should only take a few minutes. Leave this window open, you‟ll need it again in a mo. PREPARED BY RAVI KUMAR LANKE Page 4
  • 5. 1. 2. 3. 4. Install Oracle BI Mobile App Designer There are four steps to installing the Mobile App Designer: Apply the patch file Deploy the Mobile App Designer to Weblogic Setup the Security for the Mobile App Designer Setup the Apps library Apply the Oracle BI Mobile App Designer patch The Oracle BI Mobile App Designer upgrade is supplied as a patch file. So the first step is to apply this patch, in exactly the same way as the previous patch. This time download patch number 17220944 from Oracle Support – this is platform independent, so the file you will download is p17220944_111170_Generic.zip. Unzip this into your temporary directory. In the same command window as above cd into the new patch directory and run opatch again. If you closed the command window you will need to reopen it and run the setpaths.bat/sh script again. There is no prompting on this patch, it just installs straight away. PREPARED BY RAVI KUMAR LANKE Page 5
  • 6. Do not start weblogic or OBIEE just yet, but leave this window open. PREPARED BY RAVI KUMAR LANKE Page 6
  • 7. Deploy the Mobile App Designer to Weblogic Now the Mobile App Designer needs to deployed to the Weblogic web server. To do this run the Middleware Configuration Assistant. This started by running <obiee_home>/Oracle_BI1/common/bin/config.cmd (.sh on Linux) On Linux you‟ll need a GUI/X11 emulator to run this. Once past the splash screen, select „Extend an existing WebLogic domain: Then select the domain to extend – it should default to the domains directory, so select the domain from under there. PREPARED BY RAVI KUMAR LANKE Page 7
  • 8. Next check the option “Extend my domain using an existing extension template‟, then use the browse button to locate the file <obiee_home>Oracle_BI1commontemplatesapplicationsoracle.bimad_template_11.1.1.j ar PREPARED BY RAVI KUMAR LANKE Page 8
  • 9. PREPARED BY RAVI KUMAR LANKE Page 9
  • 10. On the JDBC Component Schema config screen leave the settings as they are and just click next PREPARED BY RAVI KUMAR LANKE Page 10
  • 11. On the the JDBC Component Schema test screen we don‟t want to perform any tests, so just click next again. PREPARED BY RAVI KUMAR LANKE Page 11
  • 12. There are no Optional Configurations required, so just click next. PREPARED BY RAVI KUMAR LANKE Page 12
  • 13. On the Configuration Summary screen click „Extend‟ to begin. PREPARED BY RAVI KUMAR LANKE Page 13
  • 14. The extension only takes a few seconds. Click Done to close the config wizard. PREPARED BY RAVI KUMAR LANKE Page 14
  • 15. Enable the Mobile App Designer in Presentation Services We need to add a new entry to the instanceconfig.xml file for presentation services to make the Mobile App Designer visible to the users. Go to the directory <obiee_home>instancesinstance1configOracleBIPresentationServicesComponentcorea pplication_obips1 edit the file instanceconfig.xml. Near the bottom of the file locate the </ServerInstance> tag and just before this insert the following lines: <AdvancedReporting> <EnableMAD>true</EnableMAD> </AdvancedReporting> Save the file and close your editor. PREPARED BY RAVI KUMAR LANKE Page 15
  • 16. Setup the Security for the Mobile App Designer This step updates the system-jazn-data.xml file with the security permissions required for BI Mobile App Designer. First we need to start WebLogic (but not the managed servers or OBIEE just yet). From your command window Navigate to the <obiee_home>user_projectsdomainsbifoundation_domainbin directory and run startWebLogic.cmd (.sh). and wait for the 'started in RUNNING mode' message. PREPARED BY RAVI KUMAR LANKE Page 16
  • 17. Once WebLogic is running you need to run a WLST script. Open a new command window and change directory to the <obiee_home>Oracle_BI1bifoundationinstall directory Now run the following command, substituting the <hostname> and <Weblogic administrator name> fields as appropriate: <obiee_home>Oracle_BI1commonbinwlst.cmd addMADCodeGrants.py t3://<hostname>:7001 <WebLogic administrator name> Note it‟s <obiee_home>Oracle_BI1commonbinwlst.sh… on Lunix You‟ll be prompted to enter the password for the Weblogic Admin user, then the script will complete in a few seconds. PREPARED BY RAVI KUMAR LANKE Page 17
  • 18. Now complete the start-up of OBIEE. You can either stop the weblogic server above (stopweblogic.cmd/sh) and perform a full normal start-up of weblogic and OBIEE the way you normally do, or run the following to complete the start-up: From your command window Navigate to the <obiee_home>user_projectsdomainsbifoundation_domainbin directory and run startManagedWebLogic.cmd (.sh) with the BI Server name as the parameter: startManagedWebLogic.cmd bi_server1 PREPARED BY RAVI KUMAR LANKE Page 18
  • 19. Wait for „started in RUNNING mode‟ message: Then minimise this window (do not close) and open a new command window and start the opmn: Change directory to <obiee_home>instancesinstance1bin (change instance1 to your instance name if necessary) And run opmnctl.bat startall (or opmnctl.sh) PREPARED BY RAVI KUMAR LANKE Page 19
  • 20. Setup the Apps Library The Apps library is basically a folder in the catalog from where users can view, manage and subscribe to published apps. With OBIEE fully started, open a browser and login using an administrator user, then go to the Catalog and select Shared Folders. PREPARED BY RAVI KUMAR LANKE Page 20
  • 21. Use the new icon in the menu bar and select Folder. Enter a names for the Apps Library (it doesn‟t have to be “Apps Library”!) Under the new Apps Library folder, select More, then Permissions PREPARED BY RAVI KUMAR LANKE Page 21
  • 22. At the moment you will not have any groups specifically aimed at BI Mobile users, so for now leave the permissions as they are: Administrators can create content, BI Consumers can access it. As you build BI Mobile Apps you may grant specific permissions to individual users or create application/catalog groups to manage these user. You will need to come back to this screen to set the necessary permissions when you do. Finally the folder you have created needs to be registered to act at the Apps Library. Using a text editor, edit the xmlp-server-config.xml file in the directory: <obiee_home>user_projectsdomains<bifoundation_domain>configbipublisherrepository AdminConfiguration Substitute <bifoundation_domain> for your domain name. Add a line for the APPS_LIBRARY_FOLDER_LOCAL property before the </xmlpConfig> tag. Replace with value with the name you gave the directory above. PREPARED BY RAVI KUMAR LANKE Page 22
  • 23. <property name="APPS_LIBRARY_FOLDER_LOCAL" value="/Apps Library"/> Save the file. PREPARED BY RAVI KUMAR LANKE Page 23
  • 24. Verify the installation To verify the installation has worked, simply click on the OBIEE New dashboard link and see if „Mobile Application‟ -> „Mobile App‟ exists: In a few seconds the Wizard should begin…choose type of mobile device… PREPARED BY RAVI KUMAR LANKE Page 24
  • 25. Then the data source… PREPARED BY RAVI KUMAR LANKE Page 25
  • 26. Save it in your Apps Library folder… PREPARED BY RAVI KUMAR LANKE Page 26
  • 27. And start to Create… PREPARED BY RAVI KUMAR LANKE Page 27