Skip to content

Commit

Permalink
Update enable-access-to-objects-in-another-hdi-container-4adba34.md
Browse files Browse the repository at this point in the history
Assign role to granter user via sap hana cockpit.
  • Loading branch information
satyadwivedi authored Aug 18, 2024
1 parent 9a536be commit 0a835a8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ You can use a synonym in one application to enable access to database objects in
If the auto-complete feature is enabled in the text \(code\) editor, the SAP HANA Native Application extension in SAP Business Application Studio provides context-sensitive descriptions of tags and properties in JSON-based HDI artifacts. For common scenarios, templates are provided, too.
3. Once the container roles (`Role_R1` & `Role_R1#` ) are created go to `SAP HANA Cokcpit`, choose `role assignmant` provide granter service `user` and assign the roles to the `user`. the granter servcie `user` must have these roles, so that the user can grant roles to anither container runtime users(.._RT).
3. Grant access to the schema containing the synonym's target object \(for example, `Table_T1`\).
4. Grant access to the schema containing the synonym's target object \(for example, `Table_T1`\).
The owner of the schema containing the synonym requires `SELECT` privileges on the target object to which the synonym points. Access for the schema owner can be enabled in user roles which are then referenced with the <code>“container_roles”</code> property in an `.hdbgrants` file, as illustrated in the following example:
Expand Down

0 comments on commit 0a835a8

Please sign in to comment.