Dear Experts,
I have installed Eclipse Mars with the HANA software tools and created a trial HANA account and have an id, DEV_*.
I have run the GRANT SELECT ON SCHEMA <SCHEMA> TO _SYS_REPO WITH GRANT OPTION;
And also executed the call "HCP"."HCP_GRANT_SELECT_ON_ACTIVATED_OBJECTS";
I then ,
1. Created a table under my DEV_* package. I am able to view the data in the table.
2. Under Content, I have created a package under p<>trial -> hanatrial and created an attribute view on the table created in the previous step.
Attribute view is created without issues.
But when i try to do a data preview, or generate select sql, I get the following error.
SAP DBTech JDBC: [258]: insufficient privilege: Not authorized
I tried repeating the same steps by creating the table under the NEO_* package, but I get the same error.
Please help.
Regards,
Suraj