cancel
Showing results for 
Search instead for 
Did you mean: 

Problem reaching the web service

Former Member
0 Kudos

Hey guys,

I just updated the HANA AWS Instance to revision 35 and installed the UI Toolkit and the demo data. And I started the XSENGINE as instructed in the article here: http://scn.sap.com/people/lucas.sparvieri/blog/2012/08/13/how-to-create-your-own-web-application-usi...

But I cant reach the service under

http://imdbhdb:8000/sap/bc/ina/demos/epm/search.html

I tried several variations with, the Elastic IP instead the host name, several ports (8000, 800, 8001, 30007 as this is the shown XSEngine port in HANA Studio) but without any success.

Is the port correct? Do I have to start up any other service? (http)

I am kinda lost here again. Help much appreciated.

Kind regards,

Jonas Volger

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I found it out myself.

The problem was the security group, which was set in the setup tutorial:

createsaphanaeuwest1-SAPHanaSG-FGZJJ4WG865H

This group didn't allow the neccessary ports to be accessed.

If you have the same problem, go to

EC2 console -> NETWORK & SECURITY -> Security Groups

Then select the corresponding security group and add the desired inbound ports (8000 in my case) to the list. Then your server should be reachable!