Hi,
I am following HANA Dev guide
As mentioned in from 80-87 page. To create schema and to activate. I am not able to view
the schema after successful activation of the object.As mentioned need to create Role.
I had successfully created role and privileges.I am not able to activate the role created
and the code is as fallows narrated in open sap course
ROLE
role mycompany.myorg.testing.Data::workshop {
catalog schema "MYSCHEMA": SELECT, INSERT, DELETE, DROP;
application privilege: mycompany.myorg.testing:: Basic;
}
Privileges
{
"privileges":[
{
"name": "Basic",
"description":"Basic usage privileges"
},
{
"name": "Admin",
"description":"Administration privileges"
}
]
}
and the error is as fallows: unknown privilege Basic
Description Resource Path Location Type
Repository: CheckObjects failed for at least one object;activationID -1: grant of application privilege mycompany.myorg.testing::Basic failed {tenant: , package: mycompany.myorg.testing.Data, name: workshop, suffix: hdbrole}: unknown privilege "mycompany.myorg.testing::Basic" workshop.hdbrole /mycompany.myorg.testing/Data Unknown Repository Activation Problem