on 2013 Jan 16 7:43 PM
Hello,
connect a SAP HANA Studio from my own desktop to the SAP HANA instance on Cloud Share, like descriped in the HOWTO
doesn't work. After a service request on Cloud Share I got the information, that only the ports 22, 443, 80, 3389, 8080 are open for public access.
So that is possible: Add a local port forwarding on the SAP HANA Linux machine
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 8080 -j REDIRECT --to-port 30015
now you can change the destionation port in the system config of the SAP HANA Studio from 30015 to 8080 and it should work.
After the test you can save the config with.
iptables-save
I hope this helps.
Matthias
Hi Matthias,
I am a Java Architect. I am trying to develop a webapp that display some information from various sources. One of the sources in SAP Hana.
For the sake of this demo, I got the 30 day trial instance of Hana on cloudshare. I got the access on hanasvr-03 hana instance.
As you mentioned, I tried connecting to this SAP Hana instance from my local jdeveloper. But the server does not connect on both port 30015 and port 8080.
Do I have to make somechanges to the ports on the hanasvr-03 server. If yes, where do I get the login passwords for that?
Please help.
Regards,
Garima
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Garima,
You cannot access the 30-day trial servers from outside your remote desktop on Cloudshare. This is an intentional security setting that you cannot change. If you want something you can connect to from your local jdeveloper, you will need to sign up for one of the developer instances.
--juergen
User | Count |
---|---|
72 | |
10 | |
10 | |
7 | |
7 | |
7 | |
7 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.