cancel
Showing results for 
Search instead for 
Did you mean: 

Error occuring while activating Calculation view in SAP Cloud Hana Cockpit platform

anarne
Explorer
0 Kudos
867

I used to create a Calculation view via sap cloud hana cockpit platform.

There I created my table and added to my projection and I applied the required conditions. But I am not able to activate the view or anything.

I am getting a not authorised error . Please find the below content and help me on this.

Thanks

Error Message:

[sap.hana.NARNE:CVD_SAMPLE.calculationview] Repository: Encountered an error in repository runtime extension;Model inconsistency. Create Scenario failed: The following errors occurred: user is not authorized (2950) <?xml version="1.0" encoding="utf-8"?><cubeSchema defaultLanguage="EN" defaultSchema="_SYS_BIC" operation="createCalculationScenario" version="3"><calculationScenario name="sap.hana.NARNE/CVD_SAMPLE" externalScenarioName="sap.hana.NARNE::CVD_SAMPLE" schema="_SYS_BIC"><dataSources><tableDataSource name="SAMPLE" schema="SYSTEM" table="SAMPLE"><attributes><allAttribute/></attributes></tableDataSource></dataSources><calculationViews><projection name="finalProjection" defaultViewFlag="true"><debugInfo nodeName="Projection"/><inputs><input name="SAMPLE"><mapping source="EMPNAME" target="EMPNAME"/></input></inputs><viewAttributes><viewAttribute name="EMPNAME"><descriptions><description>EMPNAME</description></descriptions></viewAttribute></viewAttributes></projection></calculationViews><variables><variable name="$language$" typeMask="512" isGlobal="true" usage="optional"/><variable name="$client$" typeMask="512" isGlobal="true" usage="optional"/></variables><descriptions><description>CVD_SAMPLE</description></descriptions></calculationScenario></cubeSchema>

Accepted Solutions (1)

Accepted Solutions (1)

anarne
Explorer
0 Kudos

By providing sufficient authorization issue got solved.

GRANT permission [ ,...n ] ON SCHEMA :: schema_name TO database_principal [ ,...n ] [ WITH GRANT OPTION ] [ AS granting_principal ]

Answers (0)