cancel
Showing results for 
Search instead for 
Did you mean: 

i am not able to create user in the potal

Former Member
0 Kudos
78

Hi,

when i click on the create user tab .. this is the message what i am getting.

Current user has user creation permissions in the UME, but cannot create users in the back-end system (data source). The original and possibly untranslated message was: "No active writeable datasource found for user creation, check your Persistence Configuration.".

thanks in advance

Sathish Kumar T.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

resolved

Former Member
0 Kudos

I know you marked the issue as solved but could you please explain how?

I am facing the same behaviour right now and would appreciate any hints to get rid of the problem.

Thanks in advance

Former Member
0 Kudos

Dear all,

I was searching the community because I had this same error and there was no answer of how it was fixed. So I'm sending how I fixed today in a customer environment.

1. Go to portal http://<portal>/webdynpro/dispatcher/sap.com/tcsecumewdumeadmin/UmeAdminApp

- select configuration

- folder "sap system based in abap"

- do the conection test

If the test fails, log on in client 001 and change user SAPJSF:

- assign role SAP_BC_JSF_COMMUNICATION (only this one) and one profile that has permission to RFC logon

- you can change the password too

STOP/START ABAP+JAVA

Go again to the portal above and test connection again. The tests should now be OK.

2. Go to portal http://<portal>/irj

- Log on with administrator user

Now you should be able to create an user.

Former Member
0 Kudos

dear Achim Hauck,

i have checked those things what you have mentioned . its an abap system and i have given SAP_BC_JSF_COMMUNICATION (change) role to sapjsf . but the problem is not resolved yet. it showing me the same error.

i doubt the problem may be with the client ...

in begining the client by default set as 001 in configurations in webdypro ...

will it create any problem...

achim_hauck2
Active Contributor
0 Kudos

001 would be the correct client (if it's the same that's listed in UME-configuration)

if you have chenged the user recently in 001 (it only must have ONE role, restart the portal server)

kr, achim

Former Member
0 Kudos

Satish,

Did you solve this issue? I have the same error.

achim_hauck2
Active Contributor
0 Kudos

Sathish,

your UME is connected to a persistence system, where you (the communictaion user) are not allowed to change.

zhis could be either a ABAP-system or an LDAP system

go to

http://<server:port>/webdynpro/dispatcher/sap.com/tcsecumewdumeadmin/UmeAdminApp

navigate to Configuration & check your data source. in the according configuration tab you can see the communication user. i case of ABAP (most probably SAPJSF) check his authorization roles in ABAP

there are two roles to use:

SAP_BC_JSF_COMMUNICATION_RO (read only)

SAP_BC_JSF_COMMUNICATION (change)

you can assign only one of those in the used client.

kr, achim