SAP-samples / hana-developer-cli-tool-example

Learn how to build a developer-centric SAP HANA command line tool, particularly designed to be used when performing SAP HANA development in non-SAP tooling (for example from VS Code).
Apache License 2.0
90 stars 24 forks source link

createContainer.js on my local HANA cloud instance, the CREATE USER statements for the _RT and _DT users fail, because user groups are enabled in HANA cloud and my admin user (SYSTEM or the above hdiadmin) is not an administrator of the DEFAULT user group #77

Closed jung-thomas closed 1 year ago

jung-thomas commented 2 years ago

When I try to run createContainer.js on my local HANA cloud instance, the CREATE USER statements for the _RT and _DT users fail, because user groups are enabled in HANA cloud and my admin user (SYSTEM or the above hdiadmin) is not an administrator of the DEFAULT user group. So the SET USERGROUP DEFAULT option leads to an error. The quick fix was to always set useGroup=false, but that's of course nothing to be merged to github.