If you haven’t found them:
http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html
Till Next Time
A collection of OBIEE / OBISE stuff from 101 till 404. I just put the things here I run into.
If you haven’t found them:
http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html
Till Next Time
Goto the weblogic EM console:
Expand 'Business Intelligence' node on the left and choose Coreapplication.
Now click on the Deployment tab on the right. Next, go to the Repository tab.
Click on 'Lock and Edit Configuration' to enable you to change the default settings.
Select the RPD you want to use:
Enter ther RPD passwords and press update:
Press Apply:
You might see a name change:
Click on Activate Changes:
Click on top of the page on link „Restart to apply recent changes‟. This only takes you to the page where you can restart services.
Click on blue button „Restart‟ (or green button „Start‟) under the Manage System category, middle of screen,
Click yes on dialog box to confirm the move. Wait for message that confirms successful restart.
Have Fun:
Till Next Time
This is part IV of a four part series:
Part I: http://obiee101.blogspot.com/2010/08/obiee11g-installation-on-32-bits-xp-pro.html
Part II: http://obiee101.blogspot.com/2010/08/obiee11g-installation-on-32-bits-xp-pro_16.html
Part III: http://obiee101.blogspot.com/2010/08/obiee11g-installation-on-32-bits-xp-pro_9802.html
Part IV: http://obiee101.blogspot.com/2010/08/obiee11g-installation-on-32-bits-xp-pro_8977.html
Navigate to D:\MW_OBI11G\user_projects\domains\bifoundation_domain\servers\bi_server1\security, check if there is a file called: boot.properties
If not, make it using a text editor and enter :
username=weblogic
password=Password
Do the same for D:\MW_OBI11G\user_projects\domains\bifoundation_domain\servers\AdminServer\security
Reboot your BI-server.
Let’s make a couple off handy start and stop .bat files:
01 Start Weblogic.bat:
@echo off
cls
d:
D:\MW_OBI11G\user_projects\domains\bifoundation_domain\bin\startWebLogic.cmd
Run the script, wait to you see the IPADRESSES:
02 Start Opmn.bat:
cls
d:
D:\MW_OBI11G\instances\instance2\bin\opmnctl startall
03 Start Bi-server.bat:
@echo off
cls
d:
D:\MW_OBI11G\user_projects\domains\bifoundation_domain\bin\startManagedWebLogic.cmd bi_server1
pause
Run the script:
Wait to you see the IP-adresses.
Let’s check if everything went OK:
login to the enterprise manager using the weblogic account:
This looks OK, let’s go to the Console:
http://localhost:7001/console/
Click on servers:
Now for the grant finale, check OBIEE:
http://localhost:9704/analytics
Select the Quickstart Dashboard:
Click around and have Fun!
I like to stop the server using scripts to prevent it from going into a recovery mode on the next start:
96 stop bi-server.bat:
@echo off
cls
d:
D:\MW_OBI11G\user_projects\domains\bifoundation_domain\bin\stopManagedWebLogic.cmd bi_server1
97 Stop OPNM.bat:
@echo off
cls
d:
D:\MW_OBI11G\instances\instance1\bin\opmnctl stopall
98 stop weblogic.bat
@echo off
cls
d:
D:\MW_OBI11G\user_projects\domains\bifoundation_domain\bin\stopWebLogic.cmd
Till Next Time
This is part III of a four part series:
Part I: http://obiee101.blogspot.com/2010/08/obiee11g-installation-on-32-bits-xp-pro.html
Part II: http://obiee101.blogspot.com/2010/08/obiee11g-installation-on-32-bits-xp-pro_16.html
Part III: http://obiee101.blogspot.com/2010/08/obiee11g-installation-on-32-bits-xp-pro_9802.html
Part IV: http://obiee101.blogspot.com/2010/08/obiee11g-installation-on-32-bits-xp-pro_8977.html
Let’s start the main installer from: D:\OBIEE11G1130\Install\bishiphome\Disk1
Press Next
Select Simple Install
Press next
Enter your Middleware Home Path
Enter a password for the weblogic user, make a big mental note of the password.
If you get an
press unblock
Enter the credentials
Enter (optional) your personal Oracle Support credentials
Press install, have a drink, this might take a while.
Check the BI Configuration box and let it run, have an other drink.
There is a big chance the last step failed, don’t worry, we will fix that later.
Save the summary file, it has handy information for later use.
In the next part we will finish the configuration
This is part II of a four part series:
Part I: http://obiee101.blogspot.com/2010/08/obiee11g-installation-on-32-bits-xp-pro.html
Part II: http://obiee101.blogspot.com/2010/08/obiee11g-installation-on-32-bits-xp-pro_16.html
Part III: http://obiee101.blogspot.com/2010/08/obiee11g-installation-on-32-bits-xp-pro_9802.html
Part IV: http://obiee101.blogspot.com/2010/08/obiee11g-installation-on-32-bits-xp-pro_8977.html
Let’s create the repository using the RCU:
(Some of the screen is Dutch, but all the button are in the same place)
Select Create
Enter your database credentials. Be sure it has SYSDBA privileges.
Press Ok
Enter a prefix and check the BI components.
An other check, press OK
Enter the schema passwords (Make a big mental Note).
Map the tablespaces.
press OK
Press OK
You are almost done, press Create
Press close, you are done.
Let’s start the OBIEE and FM setup from D:\OBIEE11G1130\Install\bishiphome\Disk1
Till Next Time