Hello,
I have been trying to create a simple calculation view (in Eclipse) by joining and aggregating two column store tables in HANA MDC trial instance. When I am trying to activate the CV the activation job terminates with error and following message is displayed in the job log-
Short Text
Insufficient privileges - not authorized
Cause
User is not authorized to deploy attribute view
Recommendations
Grant SELECT privileges on schemas of the used data foundation tables to user "_SYS_REPO"
Database user for this activity has following roles -
Role | Description |
---|---|
SAP HANA Web-based Development Workbench | |
sap.hana.xs.ide.roles::EditorDeveloper or parent role sap.hana.xs.ide.roles::Developer | Use the Editor component of the SAP HANA Web-based Development Workbench. |
sap.hana.xs.debugger::Debugger | Debug server-side JavaScript code |
SAP HANA XS Administration Tool | |
sap.hana.xs.admin.roles::HTTPDestViewer | View HTTP destinations. |
sap.hana.xs.admin.roles::HTTPDestAdministrator | Full access to HTTP destination configurations (display and edit). |
sap.hana.xs.admin.roles::TrustStoreViewer | Read-only access to the trust store, which contains the server's root certificate or the certificate of the certification authority that signed the server’s certificate. |
sap.hana.xs.admin.roles::TrustStoreAdministrator | Full access to the SAP HANA XS application trust store to manage the certificates required to start SAP HANA XS applications. |
It seems to me it is due to some missing privilege/role. Can somebody please guide me how I can fix this problem?
Thanks.
Tapas.