cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot grant DB permissions to sub-account

0 Kudos

Hi all.

I would like to ask you for a suggestion to solve my problem.

I was trying to grant access to HANA DB from one sub-account A to another sub-account B. Both A and B are members of global account C.

I have following roles in sub-account A and sub-account B: Administrator, Developer, Support User, Application User Admin, Cloud Connector Admin

When I try to add new permission to HANA DB in sub-account A via SCP Neo Cockpit I am getting this message:

If I try to execute the same operation via Console Client for Neo Environment with command grant-db-access I am getting an error:

(!) ERROR: Account 'B' either does not exist, is not assigned to any global account, or you do not have permission to use it.
If you need help, provide the output of the command and attach the log directory [/home/user/Apps/neo-java-web-sdk-3.72.12/tools/log]

I am using the following syntax:

neo grant-db-access --account <sub-account A technical name> --user <user-id> --host hana.ondemand.com --id <hana-db-id> --to-account <sub-account B technical name> --permissions BINDING
gregorw
Active Contributor
0 Kudos

I've just tried in a Global Account that has 3 sub accounts. There I had no issue to provide access to the HANA of one sub account to the other sub accounts. I would suggest you raise an incident via the SAP Support. For what scenario do you want to use the permission?

0 Kudos

Hi, Gregor Wolf

Thank your for your suggestion, I think I have no other choice but to raise an incident.

Regarding my scenario: I have a Java application with JPA in sub-account B and I need to bind it to HANA DB in sub-account A.

Regards,

Nikita

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Make sure to use the technical name of the subaccount in CLI. You can find it out by pressing the small "i"-nfo button in the cockpit.

0 Kudos

Hi, Zsolt Szunyoghy

Thanks for your suggestion, but I have checked technical names several times for both sub-accounts.

Regards,

Nikita