Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
sample app obiee 12c RPD online

Dear All,
I am trying to open the sample app 12c RPD online from windows. Can somebody help me to configure the ODBC for it. I have tried local host - weblogic - Admin123 - 7792 and 127.0.0.1 - weblogic - Admin123-7792 as server username password and port respectively. But it is throwing socket communication error.
Thank you
TN
Answers
-
Hi,
localhost or 127.0.0.1 will not get you anywhere because SampleApp isn't on your Windows environment.
First thing: find the IP address of the vm and test it to make sure it works (so open your browser in the Windows session and open the <ip>:7780/analytics page of SampleApp by using the IP address).
The IP depends on how you configured the network of your VM.
Second thing double check which port to use. If you open Enterprise Manager inside SampleApp (the <ip>:7001/em) you can see which port is the BI Server component is listening to. That one will be the port.
Username and password are right
Also keep in mind the Windows firewall can give you issues, so if you can ping the IP but not open the pages in your browser check the Windows firewall ...
(I guess the firewall of the VM is off by default, can't remember actually
)
0 -
The documents included with SampleApp VM give the instructions to set up networking and connect you client tools to the VM.
http://www.oracle.com/technetwork/topics/virtualization/whatsnew/sav607p-deploymentguide-3122964.pdf
0 -
THank you both. Let me check and revert to you.. I couldnt check it last week because of hectic working days.
0 -
Dear All,
This is how I was trying to open RPD. I am very new to OBIEE 12c and sample app. Any help will be highly appreciated.
0 -
Are you running your VM with NAT and port forwarding as the document linked by Thomas states?
If that doesn't work maybe go for host-only
0 -
I was trying to configure port forwarding as the video. What should be the port number to be provided? ..
0 -
Why not adopt a "keep it simple solution" ?
No port forwarding required, you can keep your first network adapter as NAT but you add a second one as host-only.
SampleApp will have end up having a second IP like 192.168.56.101 (it's DHCP starting at 101 on the 192.168.56.1/24 network).
SampleApp keep access to internet if needed via the NAT interface, but you can connect to it using the "host only" IP. Ports will be normal ones without having to play with port forwarding.
0 -
I am able to view obiee analytics and em in my windows after setting port forwarding with correct port number. But RPD not yet.
0 -
But how can I open my RPD online from my windows machine ...
0 -
https://en.wikipedia.org/wiki/KISS_principle
It has been said few times: use a host-only connection (as main or 2nd network adapter).
No need of any port mapping, no NAT, no nothing, no issues.
Your VM will have a new IP (probably 192.168.56.101) and that's the IP you will use to connect.
0