hana-developer-cli-tool-example icon indicating copy to clipboard operation
hana-developer-cli-tool-example copied to clipboard

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

Open jung-thomas opened this issue 3 years ago • 0 comments

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.

jung-thomas avatar May 10 '22 21:05 jung-thomas