cancel
Showing results for 
Search instead for 
Did you mean: 

SLD import CR_Content.zip : Chicken or the egg?

Former Member
0 Kudos

Hi

I need help on how to import the CR_content.zip SLD into a newly installed system (SM 4.0 ABAP+Java , NW2004s, kernel 700) as I did not choose to do so during the sapinst.(Instead I pointed it to another SID which had the SLD installed). Now I want to put the CR_content.zip into the new system.

My problem: I'm trying to follow section 2.8 of the Post-Installation

Guide : System Landscape Directory of SAP NetWeaver 2004s Version 1.0

November 2006; and also Note 669669.

When I connect to http://<host>:50300/sld as J2EE_ADMIN user, I get 2

error messages :

  • You do not have permission to view the System Landscape Directory.

Minimum required: UME role with permission com.sap.lcr.LcrUser and J2EE

role LcrUser. See the SLD Post-Installation Guide for details.

  • SLD not configured; configure the SLD in Administration first

Therefore, I can't get to the administration area to do the Import.

So, I go to section 2.4 of the guide, which tells me to login to http://<host>:50300/useradmin and create roles and groups, which I've done.

I then tried to assign the group SAP_SLD_ADMINISTRATOR to the J2EE_ADMIN

user, but this was not successful- the error message is:

"You are not authorized to assign one or more entities. Perform a new

assigned entities search to see the correct status"

Am I on the right track to do this import?

I'm thinking it may be easier to delete the new SID altogether and do a fresh install with sapinst, this time choosing to load the SLD??

cheers, Michael.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Michael,

Have yuo perform the section 2.4.Configuring SLD Security Roles which been mentioned in the same post-installation guide?.

There they have mentionedclearly what are all the UME roles to be create and what are all the UME actions to be assigned.

and then these roles have to be assigned to the corresponding groups.

and then goto J2EE visuval administrator->services->SLD Data Supplier, there at right hand side u will have the button 'Assign User Groups to Roles'.

And then definately u can able to login and administrate the SLD

Regards,

N.Amarnath

Former Member
0 Kudos

Hi Michael

The problem which you are facing is because your user j2ee_admin does not have SLD rights.

Follow these simple steps:

1.Create a role called lcrsld or something you like

2.Assign actions to it related to lcr.For example lcr administrator.You can search with the name lcr and get all the lcr related actions.

You can also refer to the below link

3.Now add this role to your j2ee_admin or any other new user.

4.Thats all you can now access SLD

The above 3 steps will solve your problem.

http://help.sap.com/saphelp_nw04/helpdata/en/4e/90a43f4aa1330ee10000000a114084/frameset.htm

Reward with points:

Message was edited by:

Rajat Anand

Former Member
0 Kudos

Hi Michael,

I think you are trying to assign ABAP role "SAP_SLD_ADMINISTRATOR" and you are not able to do it due to insufficient permission of sapjsf user (default UME admin). To assign J2EE_ADMIN authorization to operate SLD you need to create custom J2EE role in the http://<host>:50300/useradmin and assign "LcrAdministrator" action (at least) to it. Then add J2EE_ADMIN to this role and you should be good to go.

Regards,

Mike