cancel
Showing results for 
Search instead for 
Did you mean: 

Found no UAA user with name "WORKSHOP_01"

former_member392287
Discoverer
0 Kudos

Dear,

When I was following the guid to create WORKSHOP_01 user after HANA Express installed I got the following error:

Found no UAA user with name "WORKSHOP_01".

The error occurred in the following command(set-space-role):

% xs set-space-role WORKSHOP_01 HANAExpress SAP SpaceDeveloper

Could anyone help me?

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

pfefferf
Active Contributor
0 Kudos

Did you execute the command

hdbsql -i 90 -n localhost:39013 -u SYSTEM -p <SYSTEM user password>  "CREATE USER WORKSHOP_01 PASSWORD <password> NO FORCE_FIRST_PASSWORD_CHANGE SET PARAMETER XS_RC_XS_CONTROLLER_USER = 'XS_CONTROLLER_USER' , XS_RC_DEVX_DEVELOPER = 'DEVX_DEVELOPER', XS_RC_XS_AUTHORIZATION_ADMIN = 'XS_AUTHORIZATION_ADMIN'"

to create the user like mentioned in the tutorial.

If yes did you get any errors?

You can also connect with HANA Studio or the Web based Dev Workbench to the System DB to check if the user is created.

Regards,
Florian