Hi all,
I've developed my JPA-based application on the HCP.
From the cloud console, I can see that a schema has been created.
I've opened a db-tunnel using option: -i <id-of-schema>
I can even access this schema from HANA Studio and edit data and table definitions.
I need to expose my tables through OData, and I'd like to use the HANA/XSEngine features to do so (Olingo has some limitations in access control).
As a consequence, I need to create an XSEngine application to expose my tables as OData.
I've followed the instructions in this tutorial, but I get "insufficient privileges" at the point of sharing my project on the server.
I guess the difference is that I've created a db-tunnel/user with -i <id-of-schema> instead of -i <id-of-hana-package>
Actually I have no hana package, I'm just trying to re-use the Java schema.
So my question would be: can I somehow re-use tables created in my Java-side of the Cloud from the native-HANA side?
Thanks, regards
Vincenzo