Hello All,
I am having trouble creating users in EP 7. When trying to create a new user (I am logged in as J2EE_ADMIN) in the User Administration in Portal I get the following error message:
"An error occurred in the persistence; contact your system administrator"
Through some digging around in the forums, I have found that the SAPJSF user needs to have the role SAP_BC_JSF_COMMUNICATION. So I checked the roles and found no roles assigned to SAPJSF. Although, I did find SAP_BC_JSF_COMMUNICATION_RO under the Assigned Groups. So I tried assigning the role (I also tried the group) SAP_BC_JSF_COMMUNICATION to SAPJSF. I then got the error:
"You are not authorized to assign one or more entities. Perform a new assigned entities search to see the correct status."
If I look in /usr/sap/ ../j2ee/cluster/server0/log/defaulttrace.3.trc log file I see the following
"#2#The UME/ABAP user management connector is set to read-only mode and therefore rejects the creation request for user TEST_USER1#com.sap.security.core.persis
tence.datasource.PersistenceException: The UME/ABAP user management connector is set to read-only mode and therefore rejects the creation request for user TESTUSER1"
This seems to confirm that the SAPJSF user needs the SAP_BC_JSF_COMMUNICATION role set. If I login to the SAP GUI and check the user, SAPJSF has the role SAP_BC_JSF_COMMUNICATION. I'm new to SAP so there is probably an obvious answer to this, but why the mismatch? Any ideas for what I might be missing in the creation of users and assigning the SAP_BC_JSF_COMMUNICATION to SAPJSF?
Any help is appreciated.