cancel
Showing results for 
Search instead for 
Did you mean: 

Dialog user role for CMS

Former Member
0 Kudos

Hello!

Could you help me with role do I need to have in order to acess the URL http://xiserver:50000/webdynpro/dispatcher/sap.com/tcSLCMS~WebUI/Cms

I got an error:

Access denied

You are not authorized to use CMS.

You need "Display" authorization. Please contact your system administrator

My Java stack has roles:

SAP_JAVA_NWADMIN_CENTRAL

SAP_JAVA_NWADMIN_CENTRAL_READONLY

SAP_JAVA_NWADMIN_LOCAL

SAP_JAVA_NWADMIN_LOCAL_READONLY

SAP_JAVA_NWMOBILE_ADMIN_READONLY

SAP_JAVA_NWMOBILE_ADMIN_SUPER

SAP_JAVA_SUPPORT

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Denis,

you need (in the ABAP stack) SAP_XI_MONITOR what includes SAP_XI_MONITOR_J2EE.

Regards,

Udo

Former Member
0 Kudos

I have this role already

Former Member
0 Kudos

Denis,

Check if the XIDIRUSER and XIREPUSER exist and the passwords and rights are set according to the configuration guide. Make sure that the CMS-user (e.g. LSADMIN) has the correct roles and that the user has the same password on all participated systems.

Check that the SLD user has sufficient rights; make sure that the engine has been rebooted after role assignment.

Also see SAP Notes: 780297. Let us know the updates once when you are done with this.

---Mohan

Former Member
0 Kudos

Denis

Also check SAP Notes: 754143.

---Mohan

Answers (1)

Answers (1)

Former Member
0 Kudos

I was able to solve the same problem by adding the following Roles to the user on AS ABAP (equal to adding them as groups in UME of AS Java):

SAP_SLD_GUEST

SAP_SLD_DEVELOPER

SAP_SLD_ORGANIZER

SAP_SLD_ADMINISTRATOR

SAP_SLD_CONFIGURATOR

SAP_XI_CMS_SERV_USER

You probably do not have to add all the SLD roles, but this way it worked.

<b>Very important:</b> You have to wait for some time before your changes take effect if AS ABAP is the data source for your user management data. It worked for me after one night. You probably have to wait at least 30 minutes, as the user management data is transferred from AS ABAP to AS Java only every 30 minutes.