Hi all,
I'm developing a HANA native application in my HANAXS schema.
The Column-oriented Table was created through plain SQL scripts.
This is needed to test that tables created by JPA deployment can interact with HANA native applications.
The data preview works ok for the table.
I've created an Attribute View based on the Table, several attributes and the primary key.
I've granted privileges as found in several threads:
GRANT SELECT ON SCHEMA <my schema> TO <user> //HANA studio user -> result is: "feature not supported: grantor and grantee are identical"
GRANT SELECT ON SCHEMA <my schema> TO _SYS_REPO WITH GRANT OPTION
the data preview works ok for the "data foundation" screen, in the Attribute View editor.
However when I try to perform data preview for the Attribute View itself I get:
Cannot get the data provider outline
SAP DBTech JDBC: [258]: insufficient privilege: Not authorized
I have already found several issues like this in SDN, but none proved useful.
Can anyone please assist on how to solve this?
Thanks, regards
Vincenzo