1.

While activating SAP HANA Modeling view, you get an error message −Repository: Encountered an error in repository runtime extension; Deploy Attribute View: SQL: transaction rolled back by an internal error: insufficient privilege: Not authorized

Answer»

Grant SELECT privileges on schemas of the used data foundation tables to user "_SYS_REPO"

GRANT SELECT ON SCHEMA "<SCHEMA_NAME>" TO _SYS_REPO WITH GRANT OPTION



Discussion

No Comment Found