As you said, I removed the schema_roles section. But now I'm struggling with "insufficient privilege: Not authorized". I'm wondering because I'm not able to set Execute privileges for my container...
{
"role": {
"name": "TBASE.db.roles::cdsTablesRole1",
"schema_privileges": [{
"reference": "Ref1",
"privileges": ["EXECUTE"]
}],
"object_privileges": [{
"name": "TBASE.db.data::tbase.cds.PATIENT",
"type": "TABLE",
"privileges": ["SELECT", "UPDATE", "DROP", "REFERENCES", "INDEX", "DELETE", "INSERT", "ALTER", "TRIGGER"]
}]
}
}
39044]{231880}[-1/-1] 2016-06-29 21:12:41.950655 e SessionRemoteReq RemoteEAPIRequestHandler.cc(01584) : failed to handle request: ERROR [SQL-258] insufficient privilege: Not authorized at /sapmnt/ld7272/a/HDB/jenkins_prod/workspace/HANA__FA_CO_LIN64GCC48HAPPY_rel_fa~hana1sp12/s/ptime/query/checker/query_check.cc:3677
exception 1: no.71000258 (ptime/query/checker/query_check.cc:3677)
Not authorized
NO exception throw location recorded. Stack generation suppressed.
Any ideas?