Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
architectSAP
Active Contributor
0 Kudos

This is second part of my blog where I describe the final steps of extending the Develop a cloud-based Web application with back-end connectivity (read-only) tutorial to include the SAP HANA Cloud Connector into the scenario.

In Part 1 of this blog I described how to install the SAP HANA Cloud Connector onto a VMware virtual machine running SUSE Linux Enterprise 11. Therefore you should now be ready to connect to it via

https://localhost:8443

Ignore the certificate warning by stating that you understand the risk and add an exception and you get to the login page.

Login with Administrator / manage and change the password as you like. Next you have to configure your SAP HANA Cloud Connector to connect to your SAP HANA Cloud trial account (make sure you connect to hanatrial.ondemand.com.

And here you are fully connected.

Now you create a system mapping for the hosted ESPM system.

And add the OData resource.

You then create a new destination ESPM similar to the SNGATEWAY one but this time using the virtual host and port you defined in the cloud connector. Please make sure that you use proxy type OnPremise which tells the application to use the SAP HANA Cloud Connector.

Finally adjust connectivity.js to

var serviceUrl = "/ProductCategories/ProxyServlet/ESPM/";

to pick-up the new destination and redeploy. The result will be the same as without the SAP HANA Cloud Connector.

However now you control access to the SAP Gateway service via the SAP HANA Cloud Connector and if you disable the URL path access will be denied and logged in the audit monitor.

Re-enabling the URL path will make the application work again.

Labels in this area