Hello All,
We are using a HANA Sidecar setup. In HANA Studio I created a view joining FAGLFLEXA and BSEG with around 10 columns. I am able to preview data in the view.
Within ECC I created a view with the same set of columns so that I can use OpenSQL. But when I am trying to query the view using OpenSQL , I am getting the following error:
SQL error 258 when accessing table
Error Text of the Database: "insufficient privilege: Not authorized:
The schema has other views in it which is working fine. I believe some of the other tables and views that got replicated via the SLT had automatically granted the "select" rights on the schema.
What am I missing here or some other approach is required. Do I need to execute the GRANT on the schema again after this view was created via the SYSTEM user?
Thanks,
Shounak