cancel
Showing results for 
Search instead for 
Did you mean: 

How to assign a SAP Portal role with the "SetJavaRole&GroupForUser Job"

Former Member
0 Kudos

Hello together!

I want to assign a SAP Portal role to a user which is stored in the identity store. I use the SAP Provisioning Framework, so the role assignment is implemented with the SetJavaRole&GroupForUser Job, right?

If I assign a privilege to a user, this job is called with the following parameters:

MSKEY !! REPOSITORYNAME !! ROLE

The name of the role in SAP called SPML.SAPROLE.pcd:portal_content/every_user/general/eu_role, but how I have to configure the name (or something other) of the privilege, that this role is assigned to user by the SetJavaRole&GroupForUser Job?

MAybe I have to change the global variables

var CACHE_ROLE_KEY		="";
var CACHE_ROLE_VALUE		="";

in the sap_getRoles Script...?!

Edited by: Peter Dornheim on Sep 7, 2010 10:15 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I got it...

If I use the initial load of the Java Roles instead an own configured job, everything works fine.

0 Kudos

Hi Peter,

How did you solved?

Best Regards.