cancel
Showing results for 
Search instead for 
Did you mean: 

Error in user creation in portal

Former Member
0 Kudos

While Creating a user named as SLDADMIN in portal i am getting error the log file contains

#1.5#0016E69E70D20069000006A80000143400044E33DA212183#1211884516747#com.sap.security.core.wd.maintainuser.MaintainUserComp#sap.com/tcwddispwda#com.sap.security.core.wd.maintainuser.MaintainUserComp.public void saveModifications( )#J2EE_ADMIN#76936#SAP J2EE Engine JTA Transaction : 0ffffffcb6812052b5#sapserver2.delhi_BS1_13330450#J2EE_ADMIN#da4e23e12bd711ddc1ac0016e69e70d2#SAPEngine_Application_Threadimpl:3_6##0#0#Error##Java###Error in the persistence

EXCEPTION

#1#com.sap.security.core.wd.exception.UmeUiPersistenceException: The UME/ABAP user management connector is set to read-only mode and therefore rejects the creation request for user SLDADMIN

Please help

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hai,

Check the parameter ume.persistance.data_source_configuration in the com.sap.security.core.ume.service in the configtool.

If the parameter value is - dataSourceConfiguration_abap.xml,you can create the user in the abap side.

And also make sure the SAPJSF user got the SAP_ALL profile

Check the link for more details -

http://help.sap.com/saphelp_nw04/helpdata/en/f0/06093f7c392e5ae10000000a114084/content.htm

Thanks and Regards,

Former Member
0 Kudos

Hi,

You should control in ABAP via SU01 the user SAPJSF (JSF Service User).

This user should can have 2 roles :

For read-only access from the AS Java to the ABAP system, choose the role SAP_BC_JSF_COMMUNICATION_RO.

For read-write access from the AS Java to the ABAP system, choose the role SAP_BC_JSF_COMMUNCIATION.

You can have more information [here|http://help.sap.com/saphelp_nw04s/helpdata/en/9e/fdcf3d4f902d10e10000000a114084/content.htm]

Best regards,

Mathieu

PS : reward points if helpful