Hi HANA Gurus,
We are facing one weird security issue in our HANA system.
We are trying to grant Select & Execute privilege on Schema _SYS_AFL to user/role. It seems like currently no users (not even SYSTEM) has enough access to grant any direct privilege to this Schema.
When I tried to execute the below statement using System User, I got “insufficient privilege: Not authorized” error.
GRANT SELECT ON SCHEMA _SYS_AFL TO _SYS_REPO WITH GRANT OPTION
Did anyone face same kind of issue? I am not sure how we can grant this privilege to _SYS_REPO user?
I can see there is a _SYS_AFL user available which might got created during the installation of AFL. It has access to some catalog / template Roles only. I tried granting all those catalog roles directly to SYSTEM User ID. Then also the SYSTEM User id is getting the same auth error.
Please advise how to resolve this issue.
Regards,
Debajit