Hi,
I have installed SampleAppv506p running in a Virtual Machine on my windows PC. I want to connect to OBI in the VM with OBIEE windows client from my PC.
I need to establish a ODBC connection for that, but don't succeed.
Trying with telnet from my PC to the VM also gives an error.
telnet 10.0.2.15 9703 => Connecting To 10.0.2.15...Could not open connection to the host, on port 7780: Connect Failed
I get the same error when trying: telnet 127.0.0.1 9703
I already searched Google and tried/verified:
-> When I start the VM then I get message "IP address of this machine is : 10.0.2.15",
but in /etc/hosts I have 2 lines:
127.0.0.1 demo.us.oracle.com demo locahost.localdomain localhost
10.0.2.15 demo.us.oracle.com demo
(I tried to comment out the first line, but it is re-added after restarting the VM. Probably because I have 2 network adapters - NAT & Bridged - in the VM settings).
-> Running ifconfig in a telnet window in VM gives
eth31: No inet adr
eth32: inet addr:10.0.2.15
lo: inet addr: 127.0.0.1
-> in VM: localhost:7001/em
I see that BI server is running with following ports:
- BI Presentation Services: 9710
- BI Servers: 9703 (It is this one I have to use for ODBC connection?)
- BI Schedulers: 9705
- BI Cluster Controllers: 9706
- BI JavaHosts: 9810
-> I also switched off firewall in the VM:
service iptables stop
chkconfig iptables off