Hi there,
I'm testing the Trial version of SAP HANA Cloud and wanted to create and consume an attribute view.
I have created a very simple view which uses a table from the EPMSAMPLEDATA schema.
Because of the isolation requirements I've executed the following SQL as mentioned here:
CALL "HCP"."HCP_GRANT_SELECT_ON_ACTIVATED_OBJECTS"
Now, the _SYS_BIC schema is visivle and I can find my View there. But when I right-click on my view and click on "Open content" I get an authorization error:
Could not execute 'SELECT * FROM "_SYS_BIC"."p1234trial.myhanaxs/ATT_VIEW"' SAP DBTech JDBC: [2048]: column store error: search table error: [2950] user is not authorized.SAP DBTech JDBC: [2048]: column store error: search table error: [2950] user is not authorized
Do I miss something or has something changed?
Thanks for any help,
ben