cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SPACE Enablement in XSA for developer

former_member383962
Participant
0 Likes
2,842

Hello Experts,


I createda a new user with the required priveleges to access web ide and i also created space for development.

now i try to enable the space from application monitor, and click the ulr of di-space-enablement-ui, a new tab will be open and it ends up with the forbidden..

any suggestions please...

Thanks in advance

Accepted Solutions (0)

Answers (4)

Answers (4)

johnny999
Participant
0 Likes

To get the DI enablement working you also need to run the command:

alter user username set parameter 'XS_RC_XS_CONTROLLER_USER' = 'XS_CONTROLLER_USER'

thomas_jung
Developer Advocate
Developer Advocate
0 Likes
pfefferf
Active Contributor
0 Likes

Sorry, the DEVX_* role collections are part of the HANA Express Edition (I just had a look on that). As you have created your own role collection including the WebIDE_Developer and WebIDE_Adminstrator (that is the important role here) and you have assigned that role collection to your user, all should be fine from that side.

Did you try to access the Space Enablement tool with the user before he had the correct privileges? In that case I think the cookie still has an old access token w/o the additional required scopes. You can either wait until the cookie is invalidated, or you goto the developer tools of your browser and delete the cookies for the space enabled tool (for instance in Google Chrome: Open the Developer Tools (Menu -> More Tools -> Developer Tools) -> Switch to Tab Application -> Goto Cookies area and clear the cookies).

Regards,
Florian

pfefferf
Active Contributor
0 Likes

You are trying to access the space enablement tool with the new created user? Then I think you have only assigned the standard role collection DEVX_DEVELOPER to the user. The required scopes are part of roles which are part of role collection DEVX_ADMINISTRATOR.

In general I think that this task is nothing which should be done a "standard" developer. This is more an admin task.

Regards,
Florian

former_member383962
Participant
0 Likes

Hi florian.pfeffer ,

i can't find DEVX_DEVELOPER role in a below screen...

instead of DEVX_DEVELOPER we have webide application role... and i create new role WEBIDE and assign WEBIDE_Developer and WEBIDE_Administrator ..

And then we assign this roles to the users XSA_ADMIN and XS_DEV USERS....