Tutorials: https://developers.sap.com/tutorials/hana-cloud-access-cross-container-schema.html
--------------------------
At Step 6 Create a view - Open Data, I get the following error in a pop up window :
Could not open 'DM_HDI_DB_1'.'RegionTextsView'.
Error: (dberror) [258]: insufficient privilege: Detailed info for this error can be found with guid 'DF22148E4BA0DF44A6F541A3C8FF7A68'
The data preview uses the following statement to fetch data:
SELECT TOP 1000
"REGION",
"DESCRIPTION"
FROM "DM_HDI_DB_1"."RegionTextsView"

Help others by sharing your knowledge.
AnswerRequest clarification before answering.
It looks like you are using the wrong database connection to test the view. I can tell because I see Schemas as a node in the tree. Don't use a general DB connection but the container specific connection. Only the container technical user is going to have rights to access this view.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh right !
Thank you Thomas.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.